/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    -   rotate-z                - arguments: Degree: 0
    -   rotate-3d                - arguments: X, Y, Z, Degree: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
    -   absolute_frame_parent   - arguments: z-index: 0
    - 	aspect-ratio			- arguments: width, height
    - 	aspect-ratio-liste		- arguments: width, height pour liste vignette
    - 	aspect-ratio-sommaire	- arguments: width, height pour sommaire
------------------------------------------------------------- *//** LISTE INFO **//* marge entre chaque fiche *//* nombre de fiches par ligne *//* ratio width *//* ratio height *//* taille de police texte barre de parametres (nb resultats, filtrages). *//* taille de police des h2 correspondant au nom prestataire / prestation *//* hauteur de ligne des h2 correspondant au nom prestataire / prestation *//* si on veux pas de text-shadow alors mettre inherit *//* hauteur des boutons de liste vignette/detail *//* largeur de la colonne contenant la photo en mode liste detail *//* taille de la bordure en dessous de chaque fiche en mode liste detail (0px pour null) *//* marge au-dessus et en-dessous de la bordure de chaque fiche en mode liste detail *//***AGENDA***//* couleur de fond par defaut des boutons 'JOUR', 'SEMAINE', 'X' *//* couleur de fond au survol ou en mode select des boutons 'JOUR', 'SEMAINE', 'X' *//* couleur de texte des boutons  'JOUR', 'SEMAINE', 'X' au survol *//* couleur de fond  des onglets jour ou semaine *//* couleur de fond survol des onglets jour ou semaine *//* couleur de fond bloc qui contient onglets jour ou semaine *//** RESA **//* Cross selling *//** ESPACE CLIENT **//* Variables *//* couleurs *//* font-size *//* hauteurs *//* largeurs *//** Moteurs deb **//* Variables *//** Moteurs fin **//* FICHE INFO 2 COLS deb *//* moteur resa fiche *//* Elements de gauche *//* Elements de droite *//* FICHE INFO 2 COLS fin *//* Couleurs *//** ESPACE CLIENT **//* Variables *//* couleurs *//* font-size *//* hauteurs *//* largeurs *//* EXTEND *//* Cree le 26/07/2016 par ES *//* EXTENDS *//* ---------------------------------- *//* ==X. WIDGET DISPO				  *//* ---------------------------------- *//* moteur resa fiche prestataire H *//**
0. BLOC DETAIL PRESTATIONS
1. COL CAPACITE
2. COL TARIFS
3. OPEN / CLOSE
4. TABLEAU FORMULES
5. DETAILS PACKAGE
6. ETAPES PANIER RESA
7. PANIER
8. STYLES DU PAIEMENT (ETAPE 3)
9. STYLES CONFIRMATION (ETAPE 4)
10.STYLE PAGE ERREUR
11.RESPONSIVE WEB DESIGN
12.MOTEUR
13.STYLES IDENTIFICATION (ETAPE 2)
14.POPUP DE REDIRECTION DE PANIER
*//* ---------------------------------- *//* ==0. BLOC DETAIL PRESTATIONS		  *//* ---------------------------------- *//* PANIER *//*
     * Permet de mettre des styles par default sur :
     * moteur horizontal
     * moteur vertical
     * moteur horizontal fiche

*//*
.ligne_moteur_resa_et_forfaits .colonne .moteur_resa {
     @extend .moteur_horiz;
}

#colg #recherche-resa {
     @extend .moteur_vertic_accordeon;
}
*//* ---------------------------------- *//* ==0. TITRE ACCROCHE				  *//* ---------------------------------- *//*
font-family: 'Gudea', sans-serif;
font-family: 'Gudea', sans-serif;
font-family: 'Gudea', sans-serif;
font-family: 'Architects Daughter', cursive;
*//*** LISTE ***//*#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit {
     color: black;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span {
     color: #000;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action a {
     color: #000;
}
#content #bloc_panier_resa #bloc_frm_panier_resa {
     font-size: 1em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation {
     color: #000;
     font-size: 1.4em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .sous_total {
     background-color: $color2;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation {
     margin-left: 0;
     padding: 0;
     border-bottom: 1px solid #fff;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .sous_total {}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit {
     border-top: 1px solid #fff;
     border-bottom: 1px solid #fff;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa {
     border-bottom: 1px solid #fff;
}
#content #bloc_panier_resa .ligne_prestataire td {
     padding: 10px;
     font-weight: bold;
     font-size: 1em;
}
#content #bloc_panier_resa {
     margin-bottom: 20px;
}
#bloc_btn_action_panier {
     @media (max-width: 768px) {
          text-align: center !important;
     }
     .valider_panier {
          @media (max-width: 768px) {
               float: none !important;
          }
          a {
               text-transform: none !important;
               font-size: 1em !important;
               &:hover {
                    background-color: $color3 !important;
                    color: $color4 !important;
               }
          }
     }
}
#bloc_panier_resa span.libelle_prestataire {}
#titre-page-etape .libelle_titre {
     font-size: 1.2em !important;
}
#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier a {
     font-weight: bold;
}
.formulaire_container {}
#bloc_btn_action_panier .quitter_panier a {
     color: $color1 !important;
     font-size: 1.2em;
     font-weight: bold;
     &:hover {
          color: black !important;
     }
}
#bloc_panier_resa .msg_panier_vide .texte_panier_vide {
     a {
          color: black;
     }
}
#etapes_resa {
     @media (max-width: 768px) {
          display: none !important;
     }
}
#etapes_resa .libelle_1_ligne {
     @media (max-width: 768px) {
          height: auto;
     }
     @media (max-width: 1170px) {
          font-size: 0.8em;
          letter-spacing: -1px;
     }
     @media (max-width: 980px) {
          font-size: 0.7em;
     }
}
@media (max-width: 1050px) {
     #content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier {
          float: left;
     }
}
.formulaire_resa {
     .forms_fieldset_div {
          .form_ligne_cgv,
          .form_ligne_news {
               input[type="checkbox"] {
                    width: auto;
               }
               .forms_colValues {
                    margin-left: 0;
               }
          }
     }
}
#bloc_paiement {
     font-size: 1em;
}
#bloc_paiement input[type="submit"] {
     color: white !important;
}
#bloc_paiement {
     width: 100% !important;
     padding: 0 !important;
     margin: 0 !important;
}
#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau:last-child .num_etape {
     @include border-radius(80px);
     width: 80px;
     height: 80px;
     line-height: 70px;
     font-weight: bold;
     border: 5px solid white;
     z-index: 1;
     position: relative;
}
#content #etapes_resa .bloc_etapes {
     font-weight: bold;
}
#etapes_resa {
     font-size: 1.2em;
}
#etapes_resa .libelle_1_ligne {
     color: $color2;
}
#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau:last-child .num_etape {
     background-color: $color2;
}
#content #etapes_resa .bloc_etapes .marges_etape > div.etape_ON .conteneur_tableau .num_etape {
     background-color: $color1 !important;
}
#etapes_resa {
     height: 100px;
     position: relative;
     &:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 43px;
          left: 0;
          width: 100%;
          height: 6px;
          background-color: $color2;
          z-index: 0;
          @media (max-width: 520px) {
               display: none !important;
          }
     }
}
#etapes_resa .bloc_etapes .marges_etape .etape1 {
     float: none;
     display: inherit;
}
#etapes_resa .bloc_etapes .marges_etape .etape4 {
     float: none;
     display: inherit;
}
#content #titre-page-etape .libelle_titre {
     text-align: left;
     color: white;
     display: block;
     border-bottom: 0 !important;
     padding: 0 10px !important;
     background-color: $color2 !important;
}
#content #titre-page-etape {
     display: block;
     border-bottom: 0;
     width: 100%;
     margin: 0 auto 15px;
     overflow: visible;
     text-transform: uppercase;
     font-size: 1.6em;
     height: auto;
}
#bloc_btn_action_panier .valider_panier {
     @media screen and (max-width: 1210px) {
          float: none !important;
          display: inline-block;
          margin-top: 30px;
     }
}
#bloc_btn_action_panier .valider_panier a {
     background-color: $color4 !important;
     color: $color3 !important;
     border: 4px solid $color3 !important;
     font-weight: bold !important;
     text-transform: uppercase !important;
     font-size: 1.4em !important;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_entete > div {
     background-color: white;
     color: black;
     font-size: 1em;
     text-align: center;
     &#col_entete_designation {
          text-align: left;
     }
     &#col_entete_total {
          text-align: right;
     }
}
#bloc_btn_action_panier .quitter_panier a,
#bloc_btn_action_panier .vider_panier a:link,
#bloc_btn_action_panier .vider_panier a:visited {

     background-color: $color2;
     &:before {
          display: none;
     }
}
#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier:before {
     display: none;
}
#bloc_btn_action_panier .quitter_panier a,
#bloc_btn_action_panier .vider_panier a:link,
#bloc_btn_action_panier .vider_panier a:visited {
     background-color: $color2;
     color: white;
     padding: 5px;
     text-transform: uppercase;
     padding: 3px 20px;
     border: 4px solid $color2;
     &:hover {

          background-color: white;
          color: $color2;
     }
}
.menu-nos_engagements {
     background-color: $color4;
     padding: 60px 30px;
     margin-top: 50px;
     font-size: 1.4em;
     color: $color3;
     .titre-menu {
          &:before {
               content: "-\00a0";
          }
          &:after {
               content: "\00a0-";
          }
          font-weight: bold;
          text-transform: uppercase;
          text-align: center;
          font-size: 2.5em;
          position: relative;
          top: -20px;
     }
     li,
     ul {
          padding: 0;
          margin: 0;
          list-style-type: none;
     }
     > ul {
          display: table;
          > li {
               padding: 0 20px;
               &:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 87px;
                    width: 4px;
                    height: 100%;
                    display: inline-block;
                    background-color: $color3;
               }
               position: relative;
               display: table-cell;
               width: 33.33%;
               padding-left: 100px;
               @media screen and (max-width: 1600px) {
                    display: block;
                    width: 100%;
                    margin-bottom: 20px;
               }
               img {
                    position: absolute;
                    top: 20px;
                    left: 0;
                    width: 80px;
                    @media screen and (max-width: 1600px) {
                         top: 0;
                    }
               }
               .lien-menu {
                    position: absolute;
                    top: 0;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-size: 1.6em;
               }
               .description {
                    padding-top: 40px;
                    @media screen and (max-width: 550px) {
                         padding-top: 70px;
                    }
               }
          }
     }
}
.formulaire_container.formulaire_resa .champ {
     font-weight: initial;
     font-size: 0.8em;
}
.formulaire_container.formulaire_resa input:not([type="submit"]),
.formulaire_container textarea,
.formulaire_container select {
     width: 300px;
     max-width: 90%;
}
.formulaire_container.formulaire_resa textarea.champ {
     width: 100%;
}
.formulaire_container.formulaire_resa .form_submit {
     background-color: $color1;
     color: white !important;
     border-color: $color1;
     font-family: inherit;
     padding: 12px;
     border-width: 1px;
     text-transform: uppercase;
}
.formulaire_container.formulaire_resa .forms_label {
     padding: 5px 10px 5px 5px;
}
#formsChamp_7_158_34,
.formulaire_container.formulaire_resa .champs_moyen_paiement input {
     width: auto;
     position: relative;
     top: -2px;
}
.formulaire_container.formulaire_resa legend {
     background-color: #e4e4e4;
     width: auto;
     padding: 5px 20px;
     margin-left: 20px;
}
.formulaire_container.formulaire_resa .forms_fieldset {
     border: 4px solid #e3e3e3;
     padding: 20px;
     margin-bottom: 30px;
}
.formulaire_container .form_infos_legales {
     margin-top: 2em;
     font-size: 0.8em;
}
#bloc_erreur_resa .zone_erreur {
     background-color: #E4E5E4;
     font-size: 1.2em;
}
#bloc_erreur_resa .msg_erreur .solutions_erreur {
     background-color: #E4E5E4;
}
#bloc_paiement input[type=submit] {}
#bloc_paiement .bloc_texte_paiement {
     border: 2px solid #e4e4e4;
}
#bloc_paiement .msg_rappel_dossier {
     background-color: #e3e3e3;
}
#bloc_panier_resa .zone_panier_vide {
     background-color: #e3e3e3;
     border: 0;
}
#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .titre_panier_vide {
     padding: 20px;
     color: #000;
     text-transform: uppercase;
}
#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide a {
     padding: 20px;
}
.formulaire_container.formulaire_resa {
     font-size: 1.4em;
     .champ {
          font-size: 1em;
     }
}
.formulaire_identification_titre {
     font-size: 1.6em;
}
#content #bloc_panier_resa #titre-page-etape .libelle_titre {
     background-color: inherit;
     letter-spacing: inherit;
     text-transform: inherit;
     font-size: inherit;
     padding-bottom: inherit;
     border-bottom: 0;
     width: 100%;
}
#bloc_paiement .icone_reponse_paiement {
     display: none;
}
#bloc_paiement .msg_reponse_paiement {
     float: none;
     width: 100%;
}
.message_demande_paiement {
     background-color: #E4E4E4;
     text-align: left;
     font-size: 1.4em;
     padding-top: 20px;
     margin-bottom: 20px;
     padding-left: 10px;
}
#bloc_paiement input[type=submit] {
     font-size: 1.4em;
     border: 1px solid $color1 !important;
     &:hover {
          color: $color1 !important;
          background-color: white !important;
          background-image: url("/templates/2017/images/cadenas_ON.png");
     }
}
#bloc_paiement .msg_reponse_paiement {
     background-color: #E4E4E4;
     font-size: 1em;
     padding: 20px;
}
#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier {
     @media (max-width: 510px) {
          display: inline-block;
          margin-top: 23px;
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier img {
     @media (max-width: 640px) {
          width: 150px;
     }
}
#bloc_paiement .bloc_texte_attention .texte_attention .important {
     color: inherit;
}
.panier_lien_vers_fiche {}
.formulaire_container.formulaire_resa {
     input.form_submit {
          &:hover {
               color: $color4 !important;
               background-color: $color3 !important;
          }
     }
}
#formsChamp_7_177 {
     clear: both;
}
#bloc_paiement .bloc_texte_attention .texte_attention {
     font-style: italic;
     float: none;
     width: 100%;
}
#bloc_paiement .bloc_texte_attention .icone_attention {
     display: none;
}
.numdossier {
     display: table;
     float: none;
     width: 100%;
}
#bloc_paiement .bloc_texte_attention {
     margin-top: 0;
     border: 2px solid #e4e4e4;
     border-top: 0;
     padding: 5px;
}
.numdossier {
     display: inline;
}
#bloc_paiement .bloc_texte_paiement {
     border: 2px solid #e4e4e4;
     border-bottom: 0;
}
.poursuivre_visite {
     background-color: #fff;
     border: 2px solid $color1;
     font-family: 'Montserrat', sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 15px;
     padding: 10px;
     font-size: 1.4em;
     @include border-radius(0);
     a {
          color: $color1;
          text-decoration: none;
     }
     &:hover {
          a {
               color: #fff;
          }
          background-color: $color1;
     }
     width: 25%;
     text-align: center;
     margin: 1em auto auto;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa,
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_total_resa {
     background-color: $color2;
}
#bloc_btn_action_panier .valider_panier a:link,
#bloc_btn_action_panier .valider_panier a:visited {
     background-color: $color2 !important;
     border: 4px solid $color2 !important;
     color: white !important;
     &:hover {
          color: $color2 !important;
          background-color: white !important;
     }
}
.ligne_code_promo {
     button,
     input[type="button"],
     input[type="reset"],
     input[type="submit"],
     input[type="text"] {
          height: 30px;
          line-height: 30px;
          padding: 0 15px;
     }
     input[type="button"] {
          background-color: $color2;
          border: 2px solid $color2 !important;
          color: white;
          line-height: 0;
     }
}
#tab_panier_resa .ligne_formule_fisrt .col_formule,
#tab_panier_resa .table_produit .ligne_formule_last .col_formule {
     color: black;
     font-size: 1em !important;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .sous_total {
     font-size: 1.2em;
}
.formulaire_container.formulaire_resa .form_submit:hover {
     background-color: $color1 !important;
     color: white !important;
}
.bloc_cross_selling {
     width: 100%;
     .bloc_fiche_rubrique_cross_selling {
          margin-left: 0;
     }
     .bloc_fiche_rubrique_cross_selling {
          width: 100%;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr {
     text-align: left;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling {
     background-color: $color1;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling {
     background-color: $color2;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail a {
     background-color: $color2;
     text-transform: uppercase;
     font-weight: bold;
     border: 0;
     padding: 10px;
     &:hover {
          color: $color2;
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit {
     margin-top: 0;
}
.bouton_ancre_panier_cross_selling {
     margin-bottom: 20px;
     a {
          background-color: $color2;
          text-transform: uppercase;
          font-weight: bold;
          border: 0;
          padding: 10px;
          color: white;
          text-decoration: none;
          border: 2px solid $color2;
          &:hover {
               color: $color2;
               background-color: white;
          }
     }
}
.bloc_cross_selling {
     margin-top: 20px;
}
.bloc_cross_selling .titre_accroche_cross_selling {
     margin-left: 0;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr {
     padding-bottom: 0;
}
select#assurance {
     color: $color1;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_assurance > div,
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_frais_dossier > div {
     font-size: 1.2em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo {
     font-size: 1em;
     padding-top: 10px;
     padding-bottom: 10px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_assurance,
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_frais_dossier {
     border-color: white;
}
#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling a {
     color: $color2 !important;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit {
     border-collapse: initial;
     background-color: black;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier {
     padding-bottom: 20px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action {

}
#tab_panier_resa .table_produit .col_action {
     &:empty {
          display: none;
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation .panier_lien_vers_fiche {
     img {
          display: none;
     }
     &:before {
          content: "\f02d";
          font-family: "FontAwesome";
          margin-right: 5px;
          font-weight: normal;
          font-size: 1.2em;
          position: relative;
          top: 1px;
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation .panier_lien_vers_fiche {
     margin-left: 15px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span {
     margin-left: 15px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation {
     padding-bottom: 10px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation {
     position: relative;
}
.bouton_ancre_panier_cross_selling a {
     display: inline-block;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling > * {
     display: table-cell !important;
     vertical-align: middle;
     @media screen and (max-width: 768px) {
          display: block;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling {
     padding: 10px 0;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling {
     height: 98px;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_photo:empty {
     display: none;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr {
     float: none;
     width: auto;
     padding-left: 15px;
}
.bloc_cross_selling .bloc_prix_en_cours {
     display: table;
     > * {

     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling {
     width: calc(100% - 400px);
     display: table;
     > * {
          display: table-cell;
          vertical-align: top;
          &.bloc_photo {
               width: 200px;
               max-width: 100%;
          }
     }
     @media screen and (max-width: 768px) {
          width: 100%;
          display: inline-block;
          text-align: center;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling {
     width: 400px;
     padding-left: 15px;
     @media screen and (max-width: 768px) {
          width: 100%;
          display: inline-block;
          text-align: center;
          padding-left: 0;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .prix_en_cours {
     padding: 0 5px;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling {
     height: 65px;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr .titre_rubrique_cross_selling {
     height: 65px;
     line-height: 35px;
     @media screen and (max-width: 768px) {
          text-align: center;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling {
     padding: 20px 0 10px 15px;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail {
     padding-top: 0;
}
.bouton_ancre_panier_cross_selling > span {
     font-weight: bold;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo::before {
     top: 12px;
}
.bloc_cross_selling .bloc_prix_en_cours {
     @media screen and (max-width: 768px) {
          display: table;
          margin: 0 auto 20px;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling {
     @media screen and (max-width: 768px) {
          padding: 10px 0 5px 15px;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:link,
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:visited {
     @media screen and (max-width: 768px) {
          padding: 10px 0;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr .titre_rubrique_cross_selling {
     @media screen and (max-width: 768px) {
          height: auto;
          line-height: 1.5em;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling {
     @media screen and (max-width: 768px) {
          height: auto;
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa {
     margin-top: 30px;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo {
     padding-top: 20px;
}
#bloc_panier_resa .ligne_code_promo > .col_zone_code > .libelle_zone_code {
     margin-bottom: 10px;
}
#bloc_detail_prestations .tab_detail_prestations {
     width: 100%;
}
#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling .open a::before {
     content: "\f196";
     font-family: "FontAwesome";
     margin-right: 7px;
}
.forms_icon_mail {
     position: relative;
     top: 6px;
}
input[id="formsChamp_8_192_68"] {
     margin-right: 5px;
}
#form_8 select option {
     color: black !important;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .bulle_pourcentage {
     display: none;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling > .bloc_tarif_resa_cross_selling {
     @media screen and (min-width: 769px) {
          .bloc_prix_barre {
               display: table-caption;
               padding-bottom: 5px;
               .libelle_prix_barre {
                    display: none;
               }
          }
          .bloc_prix_en_cours {
               display: table-cell;
          }
     }
}
.bloc_cross_selling .prix_barre {
     color: #fff;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail {
     @media screen and (max-width: 768px) {
          margin-top: 30px;
     }
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:hover {
     text-decoration: none;
     color: $color1;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:before {
     content: "\f055";
     font-family: "FontAwesome";
     margin-right: 7px;
     font-weight: normal;
}
#bloc_btn_action_panier .valider_panier a:link,
#bloc_btn_action_panier .valider_panier a:visited {
     height: auto;
     line-height: 1.5em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_first td,
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_last td {
     padding: 10px;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_photo img.photo_principale {
     max-width: 100%;
     margin: 0;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:link,
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:visited {
     padding: 15px 0;
}
.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_photo {
     display: table-cell;
     float: none;
}
.bloc_cross_selling .bloc_descriptifs_cross_selling {
     font-size: 1em;
}
#tab_panier_resa,
.client_centre.client_creer_compte,
.forms_controlable.client_form_contact {
     font-size: 1em;
}
#bloc_panier_resa #bloc_btn_action_panier .valider_panier {
     margin-bottom: 20px;
}
#fiche-info #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok,
.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok,
.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok {
     &:empty {
          display: none;
     }
}
.bloc_cross_selling {
     font-size: 1em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr {
     background: white;
}
.bloc_cross_selling .bloc_prix_en_cours {
     font-size: 1em;
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody:empty {
     display: none;
}
#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier,
.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier,
.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier {
     color: $color1;
     background-color: white;
}
#bloc_detail_prestations {
     font-size: 1em;
}
#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide a {
     font-size: 1.4rem;
}
#tab_panier_resa .table_produit .dates_sejour,
#tab_panier_resa .table_produit .detail_personnes {
     margin-left: 5px;
}
.ligne_code_promo input[type="text"] {
     padding: 0;
}
#bloc_confirmation {
     font-size: 1em;
}
#formsChamp_17_203_label {
     margin-left: 0;
}
#formsChamp_17_184_57 {
     width: auto !important;
}
.form_ligne_mail,
.form_ligne_pass {
     @include border-radius(0);
     margin: 5px 0;
     background-color: $color1;
}
.bloc_cross_selling {
#bloc_detail_prestations .tab_formules .ligne_action_prestation_1 td,
#bloc_detail_prestations .tab_formules .ligne_msg_action_prestation_1 td,
#bloc_detail_prestations .tab_formules .ligne_tarif_formule_1 td,
#bloc_detail_prestations .tab_formules .ligne_total_prestation_1 td {
     background-color: #ffffff;
}
#bloc_detail_prestations .tab_formules .ligne_action_prestation_1 td, #bloc_detail_prestations .tab_formules .ligne_action_prestation_2 td, #bloc_detail_prestations .tab_formules .ligne_msg_action_prestation_1 td, #bloc_detail_prestations .tab_formules .ligne_msg_action_prestation_2 td, #bloc_detail_prestations .tab_formules .ligne_tarif_formule_1 td, #bloc_detail_prestations .tab_formules .ligne_tarif_formule_2 td, #bloc_detail_prestations .tab_formules .ligne_total_prestation_1 td, #bloc_detail_prestations .tab_formules .ligne_total_prestation_2 td {

    color: black;

}
}
#content #bloc_panier_resa #bloc_frm_panier_resa {
     .chk_choix_assurance {
          > * {
               display: inline-block;
               padding: 10px 10px 10px 0;
               input {
                    margin-right: 5px;
               }
          }
     }
}
#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td.sous_total span {
    color: #ffffff;
}
#formsChamp_1_10_1 {
     width: auto;
}
*/.client_centre{margin:0px 15px;}.client_navigation{border-right:1px solid #ccc;margin-right:10px;}.client_navigation ul,.client_navigation2 ul{list-style-type:none;}.client_navigation ul li{margin-bottom:10px;}.client_navigation_btn_off a,.client_navigation_btn_on a{display:block;width:59px;height:59px;background-color:#999;text-indent:-8000px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}.client_navigation,.client_accueil_bloc_picto{min-width:59px;width:10%;float:left;padding-right:10px;}.client_accueil_bloc_picto{padding-top:0px;}.client_accueil_contenu_bloc{width:85%;float:left;}.client_content{width:75%;float:left;}.client_accueil_bloc{clear:both;border-bottom:1px solid #ccc;margin-bottom:1em;padding-bottom:1em;}.espace_client_ajouter_prestation:before{content:"\f055";font-family:"FontAwesome";position:absolute;top:0;left:-1.35em;vertical-align:middle;font-weight:lighter;}.lien_solder_dossier:before,.btn_confirm_dossier:before{content:"\f09d";font-family:"FontAwesome";position:absolute;top:0;left:-1.5em;vertical-align:middle;font-weight:lighter;}.btn_confirm_dossier:before{content:"\f058";left:-1.1em !important;}.client_accueil_table_resa .solder_dossier a{margin-left:2em;position:relative;color:#f78c40;}.client_navigation2{min-width:190px;width:100%;float:left;padding-right:0px;}.client_navigation2 ul{display:table;width:100%;padding-left:0;}.client_navigation2 ul li{display:table-cell;}@media (max-width:840px){.client_navigation2 ul li{display:inline-block;vertical-align:top;width:50%;}}@media (max-width:520px){.client_navigation2 ul li{width:100%;}}.client_navigation2 a{width:99%;display:block;color:#fff;text-decoration:none;padding:10px 10px 10px 70px;min-height:50px;/* menu accueil espace client */}@media (max-width:840px){.client_navigation2 a{width:calc(100% - 0.5em);margin-bottom:0.5em;}}.client_navigation2 .client_navigation_btn_accueil a{background:url(https://static.ingenie.fr/images/client/compte_cadenas.png) no-repeat 0px 0px #999;}.client_navigation2 .client_navigation_btn_dossiers a{background:url(https://static.ingenie.fr/images/client/cadi.png) no-repeat 0px 0px #999;}.client_navigation2 .client_navigation_btn_coordonnees a{background:url(https://static.ingenie.fr/images/client/infos_persos.png) no-repeat 0px 0px #999;}.client_navigation2 .client_navigation_btn_contact a{background:url(https://static.ingenie.fr/images/client/mail.png) no-repeat 0px 0px #999;}.client_navigation2 .client_navigation_btn_carnets a{background:url(https://static.ingenie.fr/images/client/carnet_voyage.png) no-repeat 0px 0px #999;/* menu interne espace client */}.client_navigation_btn_accueil a{background:url(https://static.ingenie.fr/images/client/compte_cadenas.png) no-repeat center center #999;}.client_navigation_btn_dossiers a{background:url(https://static.ingenie.fr/images/client/cadi.png) no-repeat center center #999;}.client_navigation_btn_coordonnees a{background:url(https://static.ingenie.fr/images/client/infos_persos.png) no-repeat center center #999;}.client_navigation_btn_contact a{background:url(https://static.ingenie.fr/images/client/mail.png) no-repeat center center #999;}.client_navigation_btn_carnets a{background:url(https://static.ingenie.fr/images/client/carnet_voyage.png) no-repeat center center #999;}.client_navigation2 a:hover{background-color:#f78c40 !important;}.client_form_contact .forms_label{width:auto;}.client_form_contact p{display:block;clear:both;}.client_identification_formulaire .form_submit_div{text-align:left;margin-left:45%;}.client_identification_formulaire_password_oublie a{margin-left:15px;}.client_identification_formulaire{margin-top:30px;}.client_identification_formulaire .forms_ligne{height:40px;}.client_content #tab_panier_resa div.col_action .supprimer_prestation_panier_dossier{background-image:url("https://static.ingenie.fr/images/resa/panier/delete.png");background-position:left top;background-repeat:no-repeat;display:block;height:19px;width:12px;text-indent:-10000px;}.client_content .validation_espace_client_cgv,.client_content .solde_multi_reglement_espace_client{border:1px solid #ccc;padding:10px;margin-bottom:5px;font-size:1.2em;}.client_content .validation_espace_client_cgv legend,.client_content .solde_multi_reglement_espace_client legend{font-style:italic;padding:0 5px;}.client_centre #tab_panier_resa .lien_savoir_plus.desactiver_solde{opacity:0.4;cursor:pointer;}.client_content .solde_multi_reglement_espace_client input[name="espace_client_montant_paiement"]{margin:0 10px;}.client_content .solde_multi_reglement_espace_client .erreur{color:#fa0000;font-style:italic;margin:0 0 10px 0;display:none;}.kitpaiement_content .solde_multi_reglement_espace_client .erreur{color:#fa0000;font-style:italic;margin:0 0 10px 0;display:none;}.ext_bt_accueil,.accueil_espace_client .contenu_rubrique_dossiers .tousLesDossiers a,.accueil_espace_client .contenu_rubrique_cartes-client .tousLesDossiers a,.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier a,.accueil_espace_client .accueil_btn_deconnexion a,.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier a,.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier a,.espace_client_cartes .cartes_content .ajouter,#tab_panier_resa .btn_confirm_dossier,.btn_confirm_devis a,.btn_paiement_devis a,.retour_espace_client,.bail .btn_action{line-height:48px;display:inline-block;vertical-align:top;background-color:#fff;font-size:1.6em;font-weight:bold;text-transform:uppercase;color:#444;padding-right:1.5rem;text-decoration:none;border:1px solid #f78c40;transition:all ease 300ms;}.ext_bt_accueil:hover,.accueil_espace_client .contenu_rubrique_dossiers .tousLesDossiers a:hover,.accueil_espace_client .contenu_rubrique_cartes-client .tousLesDossiers a:hover,.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier a:hover,.accueil_espace_client .accueil_btn_deconnexion a:hover,.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier a:hover,.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier a:hover,.espace_client_cartes .cartes_content .ajouter:hover,#tab_panier_resa .btn_confirm_dossier:hover,.btn_confirm_devis a:hover,.btn_paiement_devis a:hover,.retour_espace_client:hover,.bail .btn_action:hover{background-color:#f78c40;color:#fff;}.ext_bt_accueil:before,.accueil_espace_client .contenu_rubrique_dossiers .tousLesDossiers a:before,.accueil_espace_client .contenu_rubrique_cartes-client .tousLesDossiers a:before,.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier a:before,.accueil_espace_client .accueil_btn_deconnexion a:before,.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier a:before,.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier a:before,.espace_client_cartes .cartes_content .ajouter:before,#tab_panier_resa .btn_confirm_dossier:before,.btn_confirm_devis a:before,.btn_paiement_devis a:before,.retour_espace_client:before,.bail .btn_action:before{content:'\f02b';font-family:'fontawesome';width:50px;height:48px;line-height:48px;text-align:center;display:inline-block;vertical-align:top;color:#fff;background-color:#f78c40;font-size:2rem;margin-right:1.5rem;font-weight:normal;}.ext_liste_dossiers,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes,.espace_client_dossiers .dossiers_content .liste_dossiers,.espace_client_cartes .cartes_content .liste_cartes,.espace_client_cartes .cartes_content .liste_billets,.liste_baux{font-size:1.2em;background-color:#fff;}@media (max-width:740px){.ext_liste_dossiers thead,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers thead,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes thead,.espace_client_dossiers .dossiers_content .liste_dossiers thead,.espace_client_cartes .cartes_content .liste_cartes thead,.espace_client_cartes .cartes_content .liste_billets thead,.liste_baux thead{display:none;}}.ext_liste_dossiers tr,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr,.espace_client_dossiers .dossiers_content .liste_dossiers tr,.espace_client_cartes .cartes_content .liste_cartes tr,.espace_client_cartes .cartes_content .liste_billets tr,.liste_baux tr{display:flex;line-height:35px;position:relative;width:100%;}@media (max-width:740px){.ext_liste_dossiers tr.ligne_dossier,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr.ligne_dossier,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr.ligne_dossier,.espace_client_dossiers .dossiers_content .liste_dossiers tr.ligne_dossier,.espace_client_cartes .cartes_content .liste_cartes tr.ligne_dossier,.espace_client_cartes .cartes_content .liste_billets tr.ligne_dossier,.liste_baux tr.ligne_dossier{line-height:20px;}.ext_liste_dossiers tr.ligne_dossier td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr.ligne_dossier td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr.ligne_dossier td,.espace_client_dossiers .dossiers_content .liste_dossiers tr.ligne_dossier td,.espace_client_cartes .cartes_content .liste_cartes tr.ligne_dossier td,.espace_client_cartes .cartes_content .liste_billets tr.ligne_dossier td,.liste_baux tr.ligne_dossier td{display:block;width:100%;}}.ext_liste_dossiers tr th,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr th,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr th,.espace_client_dossiers .dossiers_content .liste_dossiers tr th,.espace_client_cartes .cartes_content .liste_cartes tr th,.espace_client_cartes .cartes_content .liste_billets tr th,.liste_baux tr th,.ext_liste_dossiers tr td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr td,.espace_client_dossiers .dossiers_content .liste_dossiers tr td,.espace_client_cartes .cartes_content .liste_cartes tr td,.espace_client_cartes .cartes_content .liste_billets tr td,.liste_baux tr td{flex:1;text-align:center;margin:0;padding:0;}.ext_liste_dossiers tr th:last-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr th:last-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr th:last-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr th:last-child,.espace_client_cartes .cartes_content .liste_cartes tr th:last-child,.espace_client_cartes .cartes_content .liste_billets tr th:last-child,.liste_baux tr th:last-child,.ext_liste_dossiers tr td.resteDuDossier,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr td.resteDuDossier,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr td.resteDuDossier,.espace_client_dossiers .dossiers_content .liste_dossiers tr td.resteDuDossier,.espace_client_cartes .cartes_content .liste_cartes tr td.resteDuDossier,.espace_client_cartes .cartes_content .liste_billets tr td.resteDuDossier,.liste_baux tr td.resteDuDossier{text-align:right;padding-right:2em;}@media (max-width:740px){.ext_liste_dossiers tr th:last-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr th:last-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr th:last-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr th:last-child,.espace_client_cartes .cartes_content .liste_cartes tr th:last-child,.espace_client_cartes .cartes_content .liste_billets tr th:last-child,.liste_baux tr th:last-child,.ext_liste_dossiers tr td.resteDuDossier,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr td.resteDuDossier,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr td.resteDuDossier,.espace_client_dossiers .dossiers_content .liste_dossiers tr td.resteDuDossier,.espace_client_cartes .cartes_content .liste_cartes tr td.resteDuDossier,.espace_client_cartes .cartes_content .liste_billets tr td.resteDuDossier,.liste_baux tr td.resteDuDossier{text-align:center;padding-right:0;}}.ext_liste_dossiers tr[class*="even"] > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="even"] > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="even"] > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="even"] > td,.espace_client_cartes .cartes_content .liste_cartes tr[class*="even"] > td,.espace_client_cartes .cartes_content .liste_billets tr[class*="even"] > td,.liste_baux tr[class*="even"] > td{background-color:#ececec;}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"],.liste_baux tr[class*="paiement_solde_ligne_dossier_"],.ext_liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"],.liste_baux tr[class*="valider_ligne_dossier_"],.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"],.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"],.ext_liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"],.liste_baux tr[class*="modifier_composition_dossier"]{line-height:25px;}@media (max-width:740px){.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"],.liste_baux tr[class*="paiement_solde_ligne_dossier_"],.ext_liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"],.liste_baux tr[class*="valider_ligne_dossier_"],.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"],.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"],.ext_liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"],.liste_baux tr[class*="modifier_composition_dossier"]{display:inline-block;vertical-align:top;width:50%;}}@media (max-width:560px){.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"],.liste_baux tr[class*="paiement_solde_ligne_dossier_"],.ext_liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"],.liste_baux tr[class*="valider_ligne_dossier_"],.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"],.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"],.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"],.ext_liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"],.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"],.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"],.liste_baux tr[class*="modifier_composition_dossier"]{width:100%;}}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="valider_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td:first-child,.liste_baux tr[class*="modifier_composition_dossier"] > td:first-child{width:75%;position:relative;}@media (max-width:740px){.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="valider_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td:first-child,.liste_baux tr[class*="modifier_composition_dossier"] > td:first-child{display:none;}}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td:first-child:before,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td:first-child:before,.liste_baux tr[class*="valider_ligne_dossier_"] > td:first-child:before,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td:first-child:before,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td:first-child:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td:first-child:before,.liste_baux tr[class*="modifier_composition_dossier"] > td:first-child:before{content:'\00a0';display:block;}@media (max-width:740px){.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td,.liste_baux tr[class*="valider_ligne_dossier_"] > td,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td,.liste_baux tr[class*="modifier_composition_dossier"] > td{width:100%;}}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a,.liste_baux tr[class*="valider_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a,.liste_baux tr[class*="modifier_composition_dossier"] > td a{float:right;margin-right:2em;position:relative;color:#f78c40;text-decoration:none;display:inline-block;vertical-align:top;}@media (max-width:740px){.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a,.liste_baux tr[class*="valider_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a,.liste_baux tr[class*="modifier_composition_dossier"] > td a{float:none;margin-right:0;}}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a:hover,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a:hover,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a:hover,.liste_baux tr[class*="valider_ligne_dossier_"] > td a:hover,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a:hover,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a:hover,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a:hover,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a:hover,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a:hover,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a:hover,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a:hover,.liste_baux tr[class*="modifier_composition_dossier"] > td a:hover{color:#444;}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before{content:'\f055';font-family:'fontawesome';}.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a.lien_solder_dossier:before,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.liste_baux tr[class*="valider_ligne_dossier_"] > td a.lien_solder_dossier:before,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a.lien_solder_dossier:before,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.liste_baux tr[class*="modifier_composition_dossier"] > td a.lien_solder_dossier:before,.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="valider_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.liste_baux tr[class*="modifier_composition_dossier"] > td a.btn_ajouter_prestation:before,.ext_liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.liste_baux tr[class*="paiement_solde_ligne_dossier_"] > td a.btn_confirm_dossier:before,.ext_liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.liste_baux tr[class*="valider_ligne_dossier_"] > td a.btn_confirm_dossier:before,.ext_liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.liste_baux tr[class*="ajouter_prestation_ligne_dossier_"] > td a.btn_confirm_dossier:before,.ext_liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_cartes tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.espace_client_cartes .cartes_content .liste_billets tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before,.liste_baux tr[class*="modifier_composition_dossier"] > td a.btn_confirm_dossier:before{position:absolute;top:0;left:-1.5em;vertical-align:middle;font-weight:lighter;font-size:1.4em;}.ext_liste_dossiers tr .modifier_composition a:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .modifier_composition a:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .modifier_composition a:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr .modifier_composition a:before,.espace_client_cartes .cartes_content .liste_cartes tr .modifier_composition a:before,.espace_client_cartes .cartes_content .liste_billets tr .modifier_composition a:before,.liste_baux tr .modifier_composition a:before{content:'\f044';font-family:'fontawesome';}.ext_liste_dossiers tr.ligne_dossier:hover > td,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr.ligne_dossier:hover > td,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr.ligne_dossier:hover > td,.espace_client_dossiers .dossiers_content .liste_dossiers tr.ligne_dossier:hover > td,.espace_client_cartes .cartes_content .liste_cartes tr.ligne_dossier:hover > td,.espace_client_cartes .cartes_content .liste_billets tr.ligne_dossier:hover > td,.liste_baux tr.ligne_dossier:hover > td{background-color:#dedede;}.ext_liste_dossiers tr th,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr th,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr th,.espace_client_dossiers .dossiers_content .liste_dossiers tr th,.espace_client_cartes .cartes_content .liste_cartes tr th,.espace_client_cartes .cartes_content .liste_billets tr th,.liste_baux tr th{background-color:#b5c2d6;color:#fff;margin-top:0;}.ext_liste_dossiers tr .numeroDossier a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .numeroDossier a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .numeroDossier a,.espace_client_dossiers .dossiers_content .liste_dossiers tr .numeroDossier a,.espace_client_cartes .cartes_content .liste_cartes tr .numeroDossier a,.espace_client_cartes .cartes_content .liste_billets tr .numeroDossier a,.liste_baux tr .numeroDossier a{text-decoration:none;color:#f78c40;font-weight:bold;}.ext_liste_dossiers tr .numeroDossier a:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .numeroDossier a:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .numeroDossier a:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr .numeroDossier a:before,.espace_client_cartes .cartes_content .liste_cartes tr .numeroDossier a:before,.espace_client_cartes .cartes_content .liste_billets tr .numeroDossier a:before,.liste_baux tr .numeroDossier a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:4;}.ext_liste_dossiers tr .annulation,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .annulation,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .annulation,.espace_client_dossiers .dossiers_content .liste_dossiers tr .annulation,.espace_client_cartes .cartes_content .liste_cartes tr .annulation,.espace_client_cartes .cartes_content .liste_billets tr .annulation,.liste_baux tr .annulation{z-index:5;}.ext_liste_dossiers tr .annulation a,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .annulation a,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .annulation a,.espace_client_dossiers .dossiers_content .liste_dossiers tr .annulation a,.espace_client_cartes .cartes_content .liste_cartes tr .annulation a,.espace_client_cartes .cartes_content .liste_billets tr .annulation a,.liste_baux tr .annulation a{position:relative;display:block;width:100%;height:100%;text-decoration:none;color:red;font-weight:bold;}.ext_liste_dossiers tr .annulation a:before,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers tr .annulation a:before,.accueil_espace_client .contenu_rubrique_cartes-client .liste_cartes tr .annulation a:before,.espace_client_dossiers .dossiers_content .liste_dossiers tr .annulation a:before,.espace_client_cartes .cartes_content .liste_cartes tr .annulation a:before,.espace_client_cartes .cartes_content .liste_billets tr .annulation a:before,.liste_baux tr .annulation a:before{position:absolute;content:'\f057';top:50%;left:50%;font-family:'Fontawesome';font-size:2.5rem;font-weight:normal;transform:translate(-50%, -50%);}.ext_bt_contact_espace_client,.ext_formulaire_espace_client .form_submit_div,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div,.espace_client_contact .client_form_contact .form_submit_div,.espace_client_composition .composition_content form .form_submit_div,.espace_client_paiement_dossier .form_submit_div,.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div,.kitpaiement_content .bloc_texte_paiement .form_submit_div{line-height:48px;display:inline-block;vertical-align:top;background-color:#fff;border:1px solid #f78c40;position:relative;}.ext_bt_contact_espace_client:hover,.ext_formulaire_espace_client .form_submit_div:hover,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div:hover,.espace_client_contact .client_form_contact .form_submit_div:hover,.espace_client_composition .composition_content form .form_submit_div:hover,.espace_client_paiement_dossier .form_submit_div:hover,.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div:hover,.kitpaiement_content .bloc_texte_paiement .form_submit_div:hover{background-color:#f78c40;}.ext_bt_contact_espace_client:hover .form_submit,.ext_formulaire_espace_client .form_submit_div:hover .form_submit,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div:hover .form_submit,.espace_client_contact .client_form_contact .form_submit_div:hover .form_submit,.espace_client_composition .composition_content form .form_submit_div:hover .form_submit,.espace_client_paiement_dossier .form_submit_div:hover .form_submit,.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div:hover .form_submit,.kitpaiement_content .bloc_texte_paiement .form_submit_div:hover .form_submit{color:#fff;}.ext_bt_contact_espace_client:before,.ext_formulaire_espace_client .form_submit_div:before,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div:before,.espace_client_contact .client_form_contact .form_submit_div:before,.espace_client_composition .composition_content form .form_submit_div:before,.espace_client_paiement_dossier .form_submit_div:before,.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div:before,.kitpaiement_content .bloc_texte_paiement .form_submit_div:before{content:'\f0e0';font-family:'fontawesome';width:50px;height:calc(50px - 1px);line-height:48px;text-align:center;display:inline-block;vertical-align:top;color:#fff;background-color:#f78c40;font-size:2rem;position:absolute;top:0;left:0;}.ext_bt_contact_espace_client .form_submit,.ext_formulaire_espace_client .form_submit_div .form_submit,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div .form_submit,.espace_client_contact .client_form_contact .form_submit_div .form_submit,.espace_client_composition .composition_content form .form_submit_div .form_submit,.espace_client_paiement_dossier .form_submit_div .form_submit,.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div .form_submit,.kitpaiement_content .bloc_texte_paiement .form_submit_div .form_submit{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;height:calc(50px - 2px);min-height:calc(50px - 2px);background-color:transparent;position:relative;z-index:4;margin:0;padding:0;border:0;font-size:1.6em;font-weight:bold;text-transform:uppercase;color:#444;padding-left:calc(50px + 1.5rem);padding-right:1.5rem;text-decoration:none;display:inline-block;vertical-align:top;}.ext_formulaire_espace_client,.accueil_espace_client .contenu_rubrique_contact .client_form_contact,.espace_client_contact .client_form_contact,.espace_client_composition .composition_content form{/**-- Payer mon accompte --**/}.ext_formulaire_espace_client .forms_ligne,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .forms_ligne,.espace_client_contact .client_form_contact .forms_ligne,.espace_client_composition .composition_content form .forms_ligne{clear:both;display:table;width:100%;padding:0;margin-bottom:1em;}.ext_formulaire_espace_client .forms_ligne .forms_label,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .forms_ligne .forms_label,.espace_client_contact .client_form_contact .forms_ligne .forms_label,.espace_client_composition .composition_content form .forms_ligne .forms_label{font-weight:bold;margin-bottom:0.5em;}.ext_formulaire_espace_client .forms_ligne:not(.form_submit_div),.accueil_espace_client .contenu_rubrique_contact .client_form_contact .forms_ligne:not(.form_submit_div),.espace_client_contact .client_form_contact .forms_ligne:not(.form_submit_div),.espace_client_composition .composition_content form .forms_ligne:not(.form_submit_div){font-size:1.2em;}.ext_formulaire_espace_client .forms_ligne input[type="text"],.accueil_espace_client .contenu_rubrique_contact .client_form_contact .forms_ligne input[type="text"],.espace_client_contact .client_form_contact .forms_ligne input[type="text"],.espace_client_composition .composition_content form .forms_ligne input[type="text"],.ext_formulaire_espace_client .forms_ligne textarea,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .forms_ligne textarea,.espace_client_contact .client_form_contact .forms_ligne textarea,.espace_client_composition .composition_content form .forms_ligne textarea{line-height:50px;width:100%;display:block;}.ext_formulaire_espace_client .form_submit_div,.accueil_espace_client .contenu_rubrique_contact .client_form_contact .form_submit_div,.espace_client_contact .client_form_contact .form_submit_div,.espace_client_composition .composition_content form .form_submit_div{display:table;width:auto;}.espace_client_paiement_dossier{/**-- Identification --**/}.espace_client_paiement_dossier .form_submit_div{padding:0;display:table;width:auto;}.espace_client_paiement_dossier .form_submit_div:before{content:'\f02b';}.client_identification{/**-- Accueil Espace Client --**/}.client_identification .forms_colValues .client_identification_formulaire_password_oublie a{color:#f78c40;}.client_identification .form_submit_div .form_submit{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}.accueil_espace_client{/*  Interieur Espace Client */}.accueil_espace_client h1{color:#f78c40;}.accueil_espace_client div[class*="rubrique_accueil_"]{/* Accueil Dossier */}.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_dossiers,.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_coordonnees,.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_contact,.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_baux,.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_carte-client,.accueil_espace_client div[class*="rubrique_accueil_"].rubrique_accueil_reservation{margin-bottom:4rem;}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil a{display:block;background-color:#f78c40;line-height:50px;text-transform:uppercase;color:#fff;font-weight:bold;text-decoration:none;font-size:1.6em;padding-left:1em;}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil a:before{content:'';font-family:'fontawesome';margin-left:0em;margin-right:1em;font-size:2rem;font-weight:normal;}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_dossiers a:before{content:'\f02b';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_coordonnees a:before{content:'\f007';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_contact a:before{content:'\f040';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_baux a:before{content:'\f15c';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_carte-client a:before{content:'\f2c3';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_cartes-client a:before{content:'\f2c3';}.accueil_espace_client div[class*="rubrique_accueil_"] .titre_rubrique_accueil#titre_rubrique_reservation a:before{content:'\f133';}.accueil_espace_client .contenu_rubrique_dossiers{/* Accueil carte */}.accueil_espace_client .contenu_rubrique_dossiers .tousLesDossiers{text-align:right;}.accueil_espace_client .contenu_rubrique_cartes-client{/* Accueil Coordonnees */}.accueil_espace_client .contenu_rubrique_cartes-client .tousLesDossiers{text-align:right;}.accueil_espace_client .contenu_rubrique_coordonnees{/* Accueil Contact */}.accueil_espace_client .contenu_rubrique_coordonnees .info_client{font-size:1.2em;background-color:#fff;padding:0.5em 2em;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client.info_client_ligne_nom{padding-top:1em;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client.info_client_ligne_email{padding-bottom:1em;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client .libelle{font-weight:bold;width:70px;display:inline-block;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client .separateur{display:none;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier{text-align:right;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier a{margin-top:1em;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client_modifier a:before{content:'\f040';}.accueil_espace_client .contenu_rubrique_contact{background-color:#fff;padding:1em;/* Accueil on met les coordonnees et contact sur meme ligne */}.accueil_espace_client .rubrique_accueil_coordonnees{display:inline-block;vertical-align:top;width:calc(40%);float:left;}@media (max-width:650px){.accueil_espace_client .rubrique_accueil_coordonnees{width:100%;}}.accueil_espace_client .rubrique_accueil_contact{display:inline-block;vertical-align:top;width:calc(60% - 2em);margin-left:2em;float:left;}@media (max-width:650px){.accueil_espace_client .rubrique_accueil_contact{width:100%;margin-left:0;}}.accueil_espace_client .rubrique_accueil_baux{display:inline-block;vertical-align:top;width:60%;/* Accueil Deconnexion */}@media (max-width:650px){.accueil_espace_client .rubrique_accueil_baux{width:100%;}}.accueil_espace_client .accueil_btn_deconnexion{clear:both;float:left;width:100%;}.accueil_espace_client .accueil_btn_deconnexion a:hover{background-color:#a20000;}.accueil_espace_client .accueil_btn_deconnexion a:before{content:'\f08b';background-color:#a20000;}div[class*="espace_client_"]{/* Dossiers */}div[class*="espace_client_"] .espace_client_menu{text-align:center;}div[class*="espace_client_"] .espace_client_menu ul{list-style-type:none;display:table;margin:auto;padding:0;text-align:center;}div[class*="espace_client_"] .espace_client_menu ul li{display:inline-block;vertical-align:top;}div[class*="espace_client_"] .espace_client_menu ul li a{line-height:60px;font-size:1.2em;text-transform:uppercase;color:#fff;font-weight:bold;background-color:#f78c40;display:block;text-decoration:none;padding-right:2em;}div[class*="espace_client_"] .espace_client_menu ul li a:hover{background-color:#f78c40 !important;}div[class*="espace_client_"] .espace_client_menu ul li a:before{content:'';font-family:'fontawesome';margin-left:1em;margin-right:1em;font-size:2rem;font-weight:normal;}div[class*="espace_client_"] .espace_client_menu ul li:nth-child(odd):not(.menu_btn_select) a{background:#b5c2d6;background:rgba(181, 194, 214, 0.9);}div[class*="espace_client_"] .espace_client_menu ul li:nth-child(even):not(.menu_btn_select) a{background:#b5c2d6;background:#b5c2d6;}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_accueil a:before{content:'\f015';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_dossiers a:before{content:'\f02b';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_coordonnees a:before{content:'\f007';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_contact a:before{content:'\f040';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_cartes-client a:before{content:'\f2c3';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_deconnexion a:before{content:'\f08b';}div[class*="espace_client_"] .espace_client_menu ul li.menu_btn_reservation a:before{content:'\f133';}div[class*="espace_client_"] .espace_client_menu.menu_vertical{width:250px;display:inline-block;vertical-align:top;}div[class*="espace_client_"] .espace_client_menu.menu_vertical ul li{display:block;width:100%;text-align:left;}div[class*="espace_client_"] .espace_client_menu.menu_vertical ul li.menu_btn_coordonnees span{display:none;}@media (max-width:1018px){div[class*="espace_client_"] .espace_client_menu.menu_vertical ul li{display:inline-block;}}div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .dossiers_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ #frm_panier_resa,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .contact_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .composition_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .coordonnees_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .kitpaiement_content{display:inline-block;vertical-align:top;width:calc(100% - 250px - 2em);margin-left:1em;margin-top:0;}@media (max-width:1018px){div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .dossiers_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ #frm_panier_resa,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .contact_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .composition_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .coordonnees_content,div[class*="espace_client_"] .espace_client_menu.menu_vertical ~ .kitpaiement_content{width:100%;margin-left:0;margin-top:1em;}}.espace_client_dossiers .dossiers_content{margin-top:1em;}.espace_client_dossiers .dossiers_content h1{display:block;background-color:#f78c40;line-height:50px;text-transform:uppercase;color:#fff;font-weight:bold;text-decoration:none;font-size:1.6em;padding-left:1em;}.espace_client_dossiers .dossiers_content h1:before{content:'\f02b';font-family:'fontawesome';margin-left:0em;margin-right:1em;font-size:2rem;font-weight:normal;}.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier a:before{content:'\f09d';}.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier span.valider_panier_dossier a:before{content:"\f058";}.espace_client_dossiers .dossiers_content #tab_panier_resa .lien_action_dossier span.vider_panier_dossier a:before{content:"\f057";}.espace_client_dossiers .dossiers_content #tab_panier_resa a.modifier_composition:before{content:'\f044';}.espace_client_annulation_dossier{/* Carte */}.espace_client_annulation_dossier .annulation_dossier_content{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;}.espace_client_annulation_dossier .annulation_dossier_content h1{font-weight:bold;font-style:initial;padding:0;color:#f78c40;text-transform:uppercase;}.espace_client_annulation_dossier .annulation_dossier_content p{width:100%;margin:0;padding:0;text-align:center;font-size:16px;font-weight:bold;vertical-align:top;color:#f78c40;text-align:center;}.espace_client_annulation_dossier .annulation_dossier_content .annulation_dossier_form{display:flex;flex-direction:column;justify-content:center;align-items:center;}.espace_client_annulation_dossier .annulation_dossier_content .annulation_dossier_form .form_submit{display:flex;align-items:center;height:calc(50px - 2px);margin:10px 0;padding:0 1.5rem;border:2px solid #f78c40;border-radius:50px;background-color:#f78c40;font-size:1.6em;font-weight:bold;text-transform:uppercase;color:#fff;text-decoration:none;transition:all 0.2s ease-in-out;z-index:4;}.espace_client_annulation_dossier .annulation_dossier_content .annulation_dossier_form .form_submit:hover{background-color:#fff;color:#f78c40;}.espace_client_cartes{max-width:1440px;margin:auto;/* Coordonnees */}.espace_client_cartes .cartes_content{margin-top:1em;}.espace_client_cartes .cartes_content h1{display:block;background-color:#f78c40;line-height:50px;text-transform:uppercase;color:#fff;font-weight:bold;text-decoration:none;font-size:1.6em;padding-left:1em;}.espace_client_cartes .cartes_content h1:before{content:'\f2c3';font-family:'fontawesome';margin-left:0em;margin-right:1em;font-size:2rem;font-weight:normal;}.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier a:before{content:'\f09d';}.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier span.valider_panier_dossier a:before{content:"\f058";}.espace_client_cartes .cartes_content #tab_panier_resa .lien_action_dossier span.vider_panier_dossier a:before{content:"\f057";}.espace_client_cartes .cartes_content #tab_panier_resa a.modifier_composition:before{content:'\f044';}.espace_client_cartes .cartes_content .ajouter:before{content:'\f067';}.espace_client_coordonnees{/* Contact */}.espace_client_coordonnees .coordonnees_content .client_creer_compte .form_submit_div{margin:1em auto;}.espace_client_contact{/* Confirmer dossier */}#tab_panier_resa{/* Composition */}#tab_panier_resa .btn_confirm_dossier{font-size:20px;}.espace_client_composition{/* Devis */}.espace_client_composition .composition_content form .form_submit_div{border:0;}.espace_client_composition .composition_content form .form_submit_div:before{content:'\f0c7';}.espace_client_composition .form_infos_legales{margin:2em 0;}.btn_confirm_devis{text-align:center;margin-bottom:2em;}.btn_confirm_devis a:before{content:'\f00c';}.btn_confirm_devis_non_dispo a{background-color:#ddd;color:#aaa;}.btn_paiement_devis a:before{content:'\f02b';}.proposition_non_dispo{/* Precedent */}.proposition_non_dispo .ligne_entete,.proposition_non_dispo tr.ligne_formule_fisrt,.proposition_non_dispo .ligne_prestation_1,.proposition_non_dispo .ligne_prestation_2,.proposition_non_dispo .ligne_frais_dossier .col_pu_frais_dossier,.proposition_non_dispo .ligne_frais_dossier .col_total_frais_dossier,.proposition_non_dispo .ligne_assurance .col_pu_assurance,.proposition_non_dispo .ligne_total_resa,.proposition_non_dispo .ligne_acompte_resa{background-color:#aaa !important;}.retour_espace_client{/* Kit de paiement */}.retour_espace_client:before{content:'\f104';}.kitpaiement_content{/* BAUX */}.kitpaiement_content .bloc_texte_paiement .form_submit_div{margin:1em auto;}.liste_baux tr th,.liste_baux tr td{width:calc(100% / 3);}.liste_baux tr th:last-child,.liste_baux tr td:last-child{text-align:center;padding-right:0;}.bail p,.bail table{font-size:1.6em;}.bail h2{color:#f78c40;}.bail_infos{display:inline-block;vertical-align:top;width:40%;margin-right:1em;}.bail_infos_title{display:inline-block;min-width:150px;font-weight:bold;}.bail_infos_document{display:inline-block;padding:0.5em 0.75em;margin-bottom:0.5em;border:1px solid #444;color:#444;}.bail_occupation{display:inline-block;vertical-align:top;width:calc(60% - 4px - 1em);}.bail_occupation_demandes_ligne_dossier{font-weight:bold;}.bail_occupation_demandes_ligne_modifier{color:#444;background:#fff;border:none;}.bail_occupation_demandes_ligne_modifier:hover{text-decoration:underline;}.bail_occupation_demandes_form tr:first-child td{width:calc(100% / 3);text-align:left;background:#666;}.bail_occupation_demandes_form td{padding:0.5em;text-align:center;}.bail_occupation_demandes_form [type="submit"]{border-color:1px solid black !important;color:black !important;}.bail_occupation_demandes_form [type="submit"]:hover{background:black !important;}.bail .btn_action#action_releve_compte:before{content:'\f1ec';}.bail .btn_action#action_bulletin_occ:before{content:'\f044';}.bail .titre_rubrique_accueil{margin-bottom:1em;}.bail .titre_rubrique_accueil#titre_rubrique_bail_infos a:before{content:'\f15c';}.bail .titre_rubrique_accueil#titre_rubrique_bail_occupation a:before{content:'\f274';}.bail .pdf_icon:before{content:'\f1c1';display:inline-block;vertical-align:middle;font-family:'FontAwesome';margin-right:0.25em;font-size:1.5em;}.bail input[type="checkbox"]{position:absolute;left:-9999px;}.bail input[type="checkbox"] + label{position:relative;padding-left:1.5em;cursor:pointer;}.bail input[type="checkbox"] + label:before{font-family:'FontAwesome';position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:black;font-size:1.3em;}.bail input[type="checkbox"]:not(:checked) + label:before{content:'\f096';}.bail input[type="checkbox"]:checked + label:before{content:'\f14a';}.bail .rachat_info{color:black;}.bail_releve_compte_infos{margin:2.5em 0;}.bail_releve_compte_infos > div{display:inline-block;vertical-align:top;width:50%;margin-right:-4px;}.bail_releve_compte_infos_title{display:inline-block;min-width:150px;font-weight:bold;}.bail_releve_compte #table_factures th,.bail_releve_compte #table_reglements th,.bail_releve_compte #table_solde th,.bail_releve_compte #table_factures td,.bail_releve_compte #table_reglements td,.bail_releve_compte #table_solde td{width:200px;padding:0.5em;border:1px solid #27cbcd;text-align:center;}.bail_releve_compte #table_factures th,.bail_releve_compte #table_reglements th,.bail_releve_compte #table_solde th{color:#f78c40;}.bail_releve_compte #table_factures tr:last-child td:first-child,.bail_releve_compte #table_reglements tr:last-child td:first-child,.bail_releve_compte #table_solde tr:last-child td:first-child{border:none;}.bail_releve_compte #table_factures tr:last-child th,.bail_releve_compte #table_reglements tr:last-child th,.bail_releve_compte #table_solde tr:last-child th,.bail_releve_compte #table_factures tr:last-child td:not(:first-child),.bail_releve_compte #table_reglements tr:last-child td:not(:first-child),.bail_releve_compte #table_solde tr:last-child td:not(:first-child){background:#f78c40;}.bail_releve_compte #table_factures a,.bail_releve_compte #table_reglements a,.bail_releve_compte #table_solde a{color:#444;}.bail_releve_compte #table_factures a:hover,.bail_releve_compte #table_reglements a:hover,.bail_releve_compte #table_solde a:hover{color:#f78c40;}.bail_releve_compte #table_solde tr:first-child th:first-child,.bail_releve_compte #table_solde tr:first-child th:nth-child(2){border:none;}.bail_releve_compte .btn_regler_solde i{padding-right:0.5em;}.bail_bulletin_occupation h1{display:inline-block;}.bail_bulletin_occupation i.icon_saison{display:inline-block;margin-left:0.5em;width:48px;height:48px;color:black;font-size:4em;}.bail_bulletin_occupation #table_occupation th,.bail_bulletin_occupation #table_occupation td{padding:0.5em;border:2px solid black;}.bail_bulletin_occupation #table_occupation th{text-transform:uppercase;text-align:center;letter-spacing:0.05em;}.bail_bulletin_occupation #table_occupation tr.ligne_saison th{background:#4d4d4d;}.bail_bulletin_occupation #table_occupation tr.ligne_dates td{width:calc(100% / 3);}.bail_bulletin_occupation #table_occupation label{margin:0 0.25em 0 0;}.bail_bulletin_occupation [type="submit"]{font-size:16px;}.bail_reglement .bloc_texte_paiement{text-align:center;}.bail_reglement [type="submit"]{font-size:16px;border-color:1px solid black !important;color:black !important;}.bail_reglement [type="submit"]:hover{background:black !important;}.bail_occupation_demandes_form [type="submit"],.bail_releve_compte .btn_regler_solde,.bail_bulletin_occupation [type="submit"],.bail_reglement [type="submit"]{padding:0.75em 1.5em;border:1px solid #f78c40;border-radius:5px;text-transform:uppercase;text-decoration:none;color:#f78c40;background:#fff;transition:all ease 300ms;}.bail_occupation_demandes_form [type="submit"]:hover,.bail_releve_compte .btn_regler_solde:hover,.bail_bulletin_occupation [type="submit"]:hover,.bail_reglement [type="submit"]:hover{background:#f78c40;color:#fff;}.ligne_billets td{border-bottom:0px !important;}#modifCompo{font-size:14px;margin-top:20px;}#modifCompo fieldset{padding:0;margin:0;}#modifCompo fieldset .libelle-prestation{font-size:20px;font-weight:bold;}#modifCompo fieldset .libelle-personne{font-size:18px;font-weight:bold;margin-top:20px;margin-bottom:10px;color:#f78c40;}#modifCompo fieldset .container-champ{margin-bottom:10px;}#modifCompo fieldset .container-champ .champ-compo-label{margin-bottom:5px;font-weight:bold;}#modifCompo fieldset .container-champ div a{color:#f78c40;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#modifCompo fieldset .container-champ div a:hover{opacity:0.6;}#modifCompo fieldset .container-champ div input,#modifCompo fieldset .container-champ div select,#modifCompo fieldset .container-champ div textarea{width:100%;padding:10px;border:1px solid #000;}#modifCompo fieldset .container-champ div input:focus,#modifCompo fieldset .container-champ div select:focus,#modifCompo fieldset .container-champ div textarea:focus{border-color:#f78c40;}#modifCompo fieldset .container-champ div input[type="file"]{width:auto !important;margin-top:10px;border:0 !important;padding:0 !important;}#modifCompo fieldset .container-champ div .champ-compo-desc{display:block;font-style:italic;}#modifCompo .container-submit{margin-top:40px;}#modifCompo .container-submit input{padding:0.75em 1.5em;border:1px solid #f78c40;border-radius:0px;text-transform:uppercase;text-decoration:none;color:#fff;background:#f78c40;transition:all ease 300ms;font-weight:bold;}#modifCompo .container-submit input:hover{background:#fff;color:#f78c40;}.dossier-content__identification{margin:10px 0;text-align:center;}.dossier-content__identification a{padding:10px;background-color:#f78c40;text-decoration:none;color:#fff;font-size:15px;}.espace_client_dossiers .dossiers_content > p{font-size:1.2em;}#tab_panier_resa{margin-top:10px;}#tab_panier_resa .ligne_assurance,#tab_panier_resa .ligne_frais_dossier{width:100%;margin-bottom:4px;display:table;}.accueil_espace_client .contenu_rubrique_coordonnees .info_client,.accueil_espace_client .contenu_rubrique_dossiers .liste_dossiers,.espace_client_dossiers .dossiers_content .liste_dossiers,.liste_baux{font-size:1.4em;}.espace_client_dossiers .dossiers_content > p{font-size:1.4em;margin-bottom:15px;}#tab_panier_resa .table_produit .ligne_formule_1,#tab_panier_resa .table_produit .ligne_prestation_1,#tab_panier_resa .table_produit .ligne_sous_total_1,#tab_panier_resa .table_produit .ligne_sous_total_1{font-size:1.166em !important;}#tab_panier_resa .ligne_acompte_resa,#tab_panier_resa .ligne_total_resa,#tab_panier_resa > .ligne_entete > .col_entete{font-size:1.166em;}div[class*="espace_client_"] .espace_client_menu ul li a{font-size:1.4em;}div[class*="espace_client_"] .espace_client_menu ul li{margin:5px;}@media screen and (max-width:450px){div[class*="espace_client_"] .espace_client_menu ul li{width:100%;margin:5px 0;}}@media screen and (max-width:768px){div[class*="espace_client_"] .espace_client_menu ul li a{width:100%;line-height:30px;}}#tab_panier_resa .ligne_assurance div,#tab_panier_resa .ligne_frais_dossier div,#tab_panier_resa > .ligne_entete > .col_entete{background-color:#fff !important;color:black !important;font-weight:bold;}#tab_panier_resa > .ligne_entete{border-top:1px solid black;}.dossiers_content .ligne_entete{border-top:1px solid black !important;border-bottom:1px solid black !important;}.dossiers_content #tab_panier_resa .table_produit{margin-top:10px;}.dossiers_content .col_prestation{padding:0;}.dossiers_content .panier_lien_vers_fiche{position:relative;left:10px;}.dossiers_content #tab_panier_resa .table_produit .libelle_prestation{color:#f78c40;font-size:1.4em;}.dossiers_content #tab_panier_resa .table_produit .dates_sejour{color:black;margin-left:10px;}.dossiers_content #tab_panier_resa .ligne_acompte_resa,.dossiers_content #tab_panier_resa .ligne_total_resa{background-color:#f78c40;border-bottom:1px solid white;}.dossiers_content #tab_panier_resa .ligne_acompte_resa > .col_acompte_resa,.dossiers_content #tab_panier_resa .ligne_acompte_resa > .col_libelle_acompte,.dossiers_content #tab_panier_resa .ligne_total_resa > .col_libelle_total,.dossiers_content #tab_panier_resa .ligne_total_resa > .col_total_resa{color:#fff;}.dossiers_content #tab_panier_resa .ligne_acompte_resa,.dossiers_content #tab_panier_resa .ligne_total_resa{text-align:right;padding:0.8em;}.dossiers_content #tab_panier_resa .table_produit{border:0;}.dossiers_content #tab_panier_resa .ligne_formule_fisrt .col_formule,.dossiers_content #tab_panier_resa .table_produit .ligne_formule_last .col_formule{border:0;}.dossiers_content #tab_panier_resa .table_produit{margin-bottom:0;}.dossiers_content #tab_panier_resa .ligne_frais_dossier .col_libelle_frais_dossier,.dossiers_content #tab_panier_resa .table_produit .col_designation{padding-left:0;}body.ControllerEspaceClient .espace_client_menu > ul > li.menu_btn_contact{display:inline-block !important;}.espace_client_contact .client_form_contact .forms_ligne .forms_label{font-size:1.166em;}.client_identification_formulaire .form_submit_div{margin-left:0;}.bouton_liste,.liste-fiche.Vignette .fiche-info .lien_fiche_detail a,.liste-fiche.Vignette .fiche-info .lien_fiche_reserver a,.liste-fiche.Vignette .fiche-info .lien_plus_info_resa a,.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div > a,.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div .afficher-toutes-les-dispo{text-decoration:none;color:#fff;padding:0 0.5em;line-height:30px;height:30px;display:block;background-color:#f78c40;text-transform:uppercase;font-size:1.6em;}.font_picto,#liste-info .parametres .onglets ul li a:before,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer a:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer a:before{font-family:'fontawesome';}#liste-info header .pagination{display:none;}#liste-info .parametres{text-align:center;line-height:40px;height:40px;}#liste-info .parametres > div{display:inline-block;vertical-align:top;}#liste-info .parametres .onglets{float:right;}#liste-info .parametres .onglets ul{list-style-type:none;}#liste-info .parametres .onglets ul li{display:inline-block;vertical-align:top;margin:0 0.5em;}#liste-info .parametres .onglets ul li:last-child{margin-right:0;}#liste-info .parametres .onglets ul li a{display:block;width:40px;height:40px;line-height:40px;text-align:center;text-decoration:none;background-color:#dedede;}#liste-info .parametres .onglets ul li a:before{font-size:2.4rem;color:#333;}#liste-info .parametres .onglets ul li a span{display:none;}#liste-info .parametres .onglets ul li.details a:before{content:"\f022";}#liste-info .parametres .onglets ul li.carte a:before{content:"\f041";}#liste-info .parametres .onglets ul li.reduite a:before{content:"\f03a";}#liste-info .parametres .onglets ul li.station > a:before{content:"\f14e";}#liste-info .parametres .onglets ul li.vignette > a:before{content:"\f00a";}@media (max-width:480px){#liste-info .parametres .onglets ul li.carte{display:none;}}#liste-info .parametres .filtrages{font-size:1.4em;}#liste-info .parametres .filtrages .tri{display:inline-block;vertical-align:top;margin-right:0.5em;}#liste-info .parametres .filtrages ul{display:inline;list-style-type:none;padding-left:0;}#liste-info .parametres .filtrages ul li{display:inline;}#liste-info .parametres .filtrages ul li:not(:last-child){margin-right:0.5em;}#liste-info .parametres .filtrages ul li.select .icone:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"\f063";}#liste-info .parametres .filtrages ul li.inverse.select .icone:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"\f062";}#liste-info .parametres .filtrages ul li.aleatoire .icone:before{content:'\f096';font-family:FontAwesome;}#liste-info .parametres .filtrages ul li.select.aleatoire a{cursor:default;}#liste-info .parametres .filtrages ul li.select.aleatoire .icone:before{content:'\f046';}#liste-info .parametres .nb-resultats{float:left;font-size:1.4em;}.container.vignette-carte{display:flex;}.container.vignette-carte > div{width:50%;}.container.vignette-carte > div #map{position:sticky !important;top:100px !important;}.container.vignette-carte > div #map .leaflet-div-icon{background:transparent;border:none;}.container.vignette-carte > div #map .custom-div-icon{position:absolute;display:flex;align-items:center;justify-content:center;min-width:40px;height:35px;left:50%;margin-left:0;padding:10px 15px;border:1px solid #f78c40;border-radius:20px;background:#fff;color:#fff;font-size:14px;white-space:nowrap;transform:translateX(-50%);}.container.vignette-carte > div #map .custom-div-icon.group{background-color:#fff;color:#f78c40;}.container.vignette-carte > div #map .custom-div-icon.marker-title{background-color:#f78c40;color:#fff;}.container.vignette-carte > div #map .custom-div-icon.marker-title::before{border-top-color:#f78c40;}.container.vignette-carte > div #map .custom-div-icon.marker{min-width:30px;height:30px;padding:5px;background-color:#f78c40;}.container.vignette-carte > div #map .custom-div-icon.marker::before,.container.vignette-carte > div #map .custom-div-icon.marker::after{margin-top:-5px;border-left-width:12px;border-right-width:12px;border-top-width:18px;border-top-color:#f78c40;}.container.vignette-carte > div #map .custom-div-icon::before,.container.vignette-carte > div #map .custom-div-icon::after{position:absolute;content:"";display:block;top:100%;width:0;height:0;border-left:10px solid rgba(0, 0, 0, 0);border-right:10px solid rgba(0, 0, 0, 0);border-top:10px solid #fff;z-index:2;}.container.vignette-carte > div #map .custom-div-icon::before{margin-top:-2px;}.container.vignette-carte > div #map .custom-div-icon::after{margin-top:-1px;border-top-color:#f78c40;z-index:1;}.container.vignette-carte > div #carteGoogleMap{position:sticky !important;top:100px !important;width:100%;height:100vh;float:none;}.liste-fiche.Vignette .fiche-info{position:relative;width:calc(100% / 4 - (0em * 2));display:inline-block;vertical-align:top;overflow:hidden;margin:0em;}.liste-fiche.Vignette .fiche-info:before{display:block;content:"";width:100%;padding-top:75%;}.liste-fiche.Vignette .fiche-info > .photos:not(.categorie-logo){position:absolute;top:0;left:0;right:0;bottom:0;}.liste-fiche.Vignette .fiche-info > .photos:not(.categorie-logo) .cadre_photo_principale > a{width:100%;height:100%;}.liste-fiche.Vignette .fiche-info > .photos:not(.categorie-logo) .cadre_photo_principale > a img{position:absolute;z-index:1;top:0;left:0;}.liste-fiche.Vignette .fiche-info > .photos:not(.categorie-logo) .cadre_photo_principale > a img[data-orientation="landscape"]{height:auto !important;width:100% !important;}.liste-fiche.Vignette .fiche-info > .photos:not(.categorie-logo) .cadre_photo_principale > a img[data-orientation="portrait"]{width:auto !important;height:100% !important;}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo{position:absolute;top:0;left:0;right:0;bottom:0;}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img{position:absolute;z-index:1;top:0;left:0;}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"]{height:auto !important;width:100% !important;}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="50"]{padding-top:calc(50% - (50px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="51"]{padding-top:calc(50% - (51px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="52"]{padding-top:calc(50% - (52px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="53"]{padding-top:calc(50% - (53px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="54"]{padding-top:calc(50% - (54px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="55"]{padding-top:calc(50% - (55px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="56"]{padding-top:calc(50% - (56px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="57"]{padding-top:calc(50% - (57px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="58"]{padding-top:calc(50% - (58px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="59"]{padding-top:calc(50% - (59px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="60"]{padding-top:calc(50% - (60px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="61"]{padding-top:calc(50% - (61px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="62"]{padding-top:calc(50% - (62px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="63"]{padding-top:calc(50% - (63px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="64"]{padding-top:calc(50% - (64px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="65"]{padding-top:calc(50% - (65px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="66"]{padding-top:calc(50% - (66px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="67"]{padding-top:calc(50% - (67px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="68"]{padding-top:calc(50% - (68px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="69"]{padding-top:calc(50% - (69px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="70"]{padding-top:calc(50% - (70px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="71"]{padding-top:calc(50% - (71px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="72"]{padding-top:calc(50% - (72px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="73"]{padding-top:calc(50% - (73px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="74"]{padding-top:calc(50% - (74px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="75"]{padding-top:calc(50% - (75px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="76"]{padding-top:calc(50% - (76px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="77"]{padding-top:calc(50% - (77px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="78"]{padding-top:calc(50% - (78px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="79"]{padding-top:calc(50% - (79px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="80"]{padding-top:calc(50% - (80px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="81"]{padding-top:calc(50% - (81px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="82"]{padding-top:calc(50% - (82px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="83"]{padding-top:calc(50% - (83px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="84"]{padding-top:calc(50% - (84px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="85"]{padding-top:calc(50% - (85px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="86"]{padding-top:calc(50% - (86px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="87"]{padding-top:calc(50% - (87px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="88"]{padding-top:calc(50% - (88px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="89"]{padding-top:calc(50% - (89px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="90"]{padding-top:calc(50% - (90px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="91"]{padding-top:calc(50% - (91px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="92"]{padding-top:calc(50% - (92px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="93"]{padding-top:calc(50% - (93px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="94"]{padding-top:calc(50% - (94px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="95"]{padding-top:calc(50% - (95px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="96"]{padding-top:calc(50% - (96px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="97"]{padding-top:calc(50% - (97px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="98"]{padding-top:calc(50% - (98px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="99"]{padding-top:calc(50% - (99px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="100"]{padding-top:calc(50% - (100px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="101"]{padding-top:calc(50% - (101px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="102"]{padding-top:calc(50% - (102px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="103"]{padding-top:calc(50% - (103px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="104"]{padding-top:calc(50% - (104px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="105"]{padding-top:calc(50% - (105px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="106"]{padding-top:calc(50% - (106px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="107"]{padding-top:calc(50% - (107px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="108"]{padding-top:calc(50% - (108px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="109"]{padding-top:calc(50% - (109px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="110"]{padding-top:calc(50% - (110px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="111"]{padding-top:calc(50% - (111px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="112"]{padding-top:calc(50% - (112px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="113"]{padding-top:calc(50% - (113px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="114"]{padding-top:calc(50% - (114px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="115"]{padding-top:calc(50% - (115px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="116"]{padding-top:calc(50% - (116px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="117"]{padding-top:calc(50% - (117px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="118"]{padding-top:calc(50% - (118px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="119"]{padding-top:calc(50% - (119px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="120"]{padding-top:calc(50% - (120px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="121"]{padding-top:calc(50% - (121px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="122"]{padding-top:calc(50% - (122px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="123"]{padding-top:calc(50% - (123px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="124"]{padding-top:calc(50% - (124px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="125"]{padding-top:calc(50% - (125px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="126"]{padding-top:calc(50% - (126px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="127"]{padding-top:calc(50% - (127px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="128"]{padding-top:calc(50% - (128px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="129"]{padding-top:calc(50% - (129px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="130"]{padding-top:calc(50% - (130px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="131"]{padding-top:calc(50% - (131px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="132"]{padding-top:calc(50% - (132px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="133"]{padding-top:calc(50% - (133px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="134"]{padding-top:calc(50% - (134px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="135"]{padding-top:calc(50% - (135px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="136"]{padding-top:calc(50% - (136px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="137"]{padding-top:calc(50% - (137px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="138"]{padding-top:calc(50% - (138px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="139"]{padding-top:calc(50% - (139px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="140"]{padding-top:calc(50% - (140px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="141"]{padding-top:calc(50% - (141px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="142"]{padding-top:calc(50% - (142px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="143"]{padding-top:calc(50% - (143px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="144"]{padding-top:calc(50% - (144px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="145"]{padding-top:calc(50% - (145px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="146"]{padding-top:calc(50% - (146px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="147"]{padding-top:calc(50% - (147px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="148"]{padding-top:calc(50% - (148px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="149"]{padding-top:calc(50% - (149px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="150"]{padding-top:calc(50% - (150px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="151"]{padding-top:calc(50% - (151px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="152"]{padding-top:calc(50% - (152px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="153"]{padding-top:calc(50% - (153px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="154"]{padding-top:calc(50% - (154px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="155"]{padding-top:calc(50% - (155px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="156"]{padding-top:calc(50% - (156px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="157"]{padding-top:calc(50% - (157px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="158"]{padding-top:calc(50% - (158px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="159"]{padding-top:calc(50% - (159px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="160"]{padding-top:calc(50% - (160px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="161"]{padding-top:calc(50% - (161px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="162"]{padding-top:calc(50% - (162px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="163"]{padding-top:calc(50% - (163px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="164"]{padding-top:calc(50% - (164px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="165"]{padding-top:calc(50% - (165px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="166"]{padding-top:calc(50% - (166px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="167"]{padding-top:calc(50% - (167px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="168"]{padding-top:calc(50% - (168px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="169"]{padding-top:calc(50% - (169px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="170"]{padding-top:calc(50% - (170px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="171"]{padding-top:calc(50% - (171px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="172"]{padding-top:calc(50% - (172px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="173"]{padding-top:calc(50% - (173px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="174"]{padding-top:calc(50% - (174px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="175"]{padding-top:calc(50% - (175px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="176"]{padding-top:calc(50% - (176px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="177"]{padding-top:calc(50% - (177px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="178"]{padding-top:calc(50% - (178px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="179"]{padding-top:calc(50% - (179px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="180"]{padding-top:calc(50% - (180px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="181"]{padding-top:calc(50% - (181px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="182"]{padding-top:calc(50% - (182px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="183"]{padding-top:calc(50% - (183px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="184"]{padding-top:calc(50% - (184px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="185"]{padding-top:calc(50% - (185px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="186"]{padding-top:calc(50% - (186px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="187"]{padding-top:calc(50% - (187px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="188"]{padding-top:calc(50% - (188px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="189"]{padding-top:calc(50% - (189px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="190"]{padding-top:calc(50% - (190px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="191"]{padding-top:calc(50% - (191px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="192"]{padding-top:calc(50% - (192px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="193"]{padding-top:calc(50% - (193px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="194"]{padding-top:calc(50% - (194px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="195"]{padding-top:calc(50% - (195px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="196"]{padding-top:calc(50% - (196px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="197"]{padding-top:calc(50% - (197px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="198"]{padding-top:calc(50% - (198px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="199"]{padding-top:calc(50% - (199px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="200"]{padding-top:calc(50% - (200px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="201"]{padding-top:calc(50% - (201px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="202"]{padding-top:calc(50% - (202px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="203"]{padding-top:calc(50% - (203px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="204"]{padding-top:calc(50% - (204px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="205"]{padding-top:calc(50% - (205px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="206"]{padding-top:calc(50% - (206px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="207"]{padding-top:calc(50% - (207px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="208"]{padding-top:calc(50% - (208px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="209"]{padding-top:calc(50% - (209px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="210"]{padding-top:calc(50% - (210px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="211"]{padding-top:calc(50% - (211px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="212"]{padding-top:calc(50% - (212px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="213"]{padding-top:calc(50% - (213px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="214"]{padding-top:calc(50% - (214px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="215"]{padding-top:calc(50% - (215px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="216"]{padding-top:calc(50% - (216px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="217"]{padding-top:calc(50% - (217px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="218"]{padding-top:calc(50% - (218px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="219"]{padding-top:calc(50% - (219px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="220"]{padding-top:calc(50% - (220px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="221"]{padding-top:calc(50% - (221px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="222"]{padding-top:calc(50% - (222px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="223"]{padding-top:calc(50% - (223px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="224"]{padding-top:calc(50% - (224px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="225"]{padding-top:calc(50% - (225px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="226"]{padding-top:calc(50% - (226px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="227"]{padding-top:calc(50% - (227px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="228"]{padding-top:calc(50% - (228px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="229"]{padding-top:calc(50% - (229px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="230"]{padding-top:calc(50% - (230px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="231"]{padding-top:calc(50% - (231px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="232"]{padding-top:calc(50% - (232px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="233"]{padding-top:calc(50% - (233px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="234"]{padding-top:calc(50% - (234px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="235"]{padding-top:calc(50% - (235px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="236"]{padding-top:calc(50% - (236px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="237"]{padding-top:calc(50% - (237px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="238"]{padding-top:calc(50% - (238px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="239"]{padding-top:calc(50% - (239px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="240"]{padding-top:calc(50% - (240px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="241"]{padding-top:calc(50% - (241px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="242"]{padding-top:calc(50% - (242px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="243"]{padding-top:calc(50% - (243px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="244"]{padding-top:calc(50% - (244px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="245"]{padding-top:calc(50% - (245px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="246"]{padding-top:calc(50% - (246px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="247"]{padding-top:calc(50% - (247px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="248"]{padding-top:calc(50% - (248px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="249"]{padding-top:calc(50% - (249px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="250"]{padding-top:calc(50% - (250px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="251"]{padding-top:calc(50% - (251px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="252"]{padding-top:calc(50% - (252px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="253"]{padding-top:calc(50% - (253px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="254"]{padding-top:calc(50% - (254px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="255"]{padding-top:calc(50% - (255px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="256"]{padding-top:calc(50% - (256px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="257"]{padding-top:calc(50% - (257px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="258"]{padding-top:calc(50% - (258px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="259"]{padding-top:calc(50% - (259px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="260"]{padding-top:calc(50% - (260px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="261"]{padding-top:calc(50% - (261px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="262"]{padding-top:calc(50% - (262px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="263"]{padding-top:calc(50% - (263px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="264"]{padding-top:calc(50% - (264px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="265"]{padding-top:calc(50% - (265px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="266"]{padding-top:calc(50% - (266px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="267"]{padding-top:calc(50% - (267px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="268"]{padding-top:calc(50% - (268px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="269"]{padding-top:calc(50% - (269px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="270"]{padding-top:calc(50% - (270px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="271"]{padding-top:calc(50% - (271px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="272"]{padding-top:calc(50% - (272px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="273"]{padding-top:calc(50% - (273px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="274"]{padding-top:calc(50% - (274px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="275"]{padding-top:calc(50% - (275px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="276"]{padding-top:calc(50% - (276px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="277"]{padding-top:calc(50% - (277px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="278"]{padding-top:calc(50% - (278px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="279"]{padding-top:calc(50% - (279px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="280"]{padding-top:calc(50% - (280px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="281"]{padding-top:calc(50% - (281px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="282"]{padding-top:calc(50% - (282px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="283"]{padding-top:calc(50% - (283px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="284"]{padding-top:calc(50% - (284px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="285"]{padding-top:calc(50% - (285px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="286"]{padding-top:calc(50% - (286px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="287"]{padding-top:calc(50% - (287px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="288"]{padding-top:calc(50% - (288px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="289"]{padding-top:calc(50% - (289px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="290"]{padding-top:calc(50% - (290px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="291"]{padding-top:calc(50% - (291px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="292"]{padding-top:calc(50% - (292px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="293"]{padding-top:calc(50% - (293px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="294"]{padding-top:calc(50% - (294px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="295"]{padding-top:calc(50% - (295px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="296"]{padding-top:calc(50% - (296px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="297"]{padding-top:calc(50% - (297px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="298"]{padding-top:calc(50% - (298px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="299"]{padding-top:calc(50% - (299px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="landscape"][data-height="300"]{padding-top:calc(50% - (300px / 2));}.liste-fiche.Vignette .fiche-info > .photos.categorie-logo .cadre_photo_principale > a img[data-orientation="portrait"]{width:auto !important;height:100% !important;}.liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale a img{position:absolute;top:0;left:0;}.liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale a img[data-orientation="landscape"]{height:100%;width:auto;}.liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale a img[data-orientation="portrait"]{width:100%;height:auto;}.liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire{position:absolute;z-index:2;top:0;width:100%;}.liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom{text-align:center;}.liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom h2{font-size:1.8em;line-height:1.2em;}.liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom h2 a{text-decoration:none;color:#fff;padding:0.5em;text-shadow:1px 1px 1px #000;display:block;}.liste-fiche.Vignette .fiche-info .adresse{position:absolute;}.liste-fiche.Vignette .fiche-info .adresse .coordonnee{display:none;}.liste-fiche.Vignette .fiche-info .adresse .contact-carte{display:none;}.liste-fiche.Vignette .fiche-info .descriptif{position:absolute;display:none;}.liste-fiche.Vignette .fiche-info .ouverture{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;background:#000;background:rgba(0, 0, 0, 0.5);color:#fff;line-height:25px;font-size:1.4em;}.liste-fiche.Vignette .fiche-info .ouverture > p{display:inline;}.liste-fiche.Vignette .fiche-info .ouverture > p:not(:last-child){margin-right:0.5em;}.liste-fiche.Vignette .fiche-info .lien_fiche_detail,.liste-fiche.Vignette .fiche-info .lien_fiche_reserver,.liste-fiche.Vignette .fiche-info .lien_plus_info_resa{position:absolute;z-index:2;bottom:0;text-align:center;width:100%;}.liste-fiche.Vignette .fiche-info .lien_fiche_detail a:before,.liste-fiche.Vignette .fiche-info .lien_fiche_reserver a:before,.liste-fiche.Vignette .fiche-info .lien_plus_info_resa a:before{display:none;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa ~ .lien_fiche_detail,.liste-fiche.Vignette .fiche-info .lien_plus_info_resa ~ .lien_fiche_reserver{display:none;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa a:before{content:'\f07a';}.liste-fiche.Vignette .fiche-info .lien_fiche_reserver{bottom:30px;}.liste-fiche.DetailResa .fiche-info{border-bottom:#f78c40;padding-bottom:1em;margin-bottom:1em;}.liste-fiche.DetailResa .fiche-info .bloc_info > div{display:inline-block;vertical-align:top;}.liste-fiche.DetailResa .fiche-info .photos_et_criteres{width:320px;}.liste-fiche.DetailResa .fiche-info .photos_et_criteres .photos .cadre_photo_principale a img{max-width:100%;}.liste-fiche.DetailResa .fiche-info .photos_et_criteres .liens_sous_photos{display:none;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche{width:75%;width:calc(100% - 320px);padding-left:1em;/* V1 et V2 */}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom h2{font-size:1.8em;line-height:1.2em;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom h2 a{text-decoration:none;font-weight:bold;color:#f78c40;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul > li{position:relative;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul > li div.infobulle{border:1px solid #d9d9d9;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:10px;padding:5px 5px;z-index:10;display:none;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul > li:hover div.infobulle{display:block;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .contact-carte a,.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .coordonnee a{color:#f78c40;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .ouverture{font-weight:bold;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta ul li{position:relative;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta ul li div.infobulle{border:1px solid #d9d9d9;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-radius:10px;padding:5px 5px;z-index:10;display:none;}.liste-fiche.DetailResa .fiche-info .contenu_principal_fiche .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta ul li:hover div.infobulle{display:block;}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta{text-align:right;/* V3 */}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div{display:inline-block;vertical-align:top;margin:0 0.5em;}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div > a:before,.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div .afficher-toutes-les-dispo:before{display:none;}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta .bloc_resa_prestations:empty{display:none;}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta .bloc_resa_prestations:not(:empty){display:table;width:100%;}.liste-fiche.DetailResa .fiche-info .btn_prestation{display:flex;flex-wrap:wrap;position:relative;margin-top:2em;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation{flex-direction:column-reverse;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo{width:auto;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo{width:100%;margin-top:1em;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo .afficher-toutes-les-dispo{display:inline-block;border:0;border-radius:0;background:#f78c40;color:#fff;padding:6px 12px;font-size:14px;font-weight:normal;margin-top:0;line-height:21px;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo .afficher-toutes-les-dispo{width:100%;text-align:center;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo .afficher-toutes-les-dispo span{display:none;}.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo + .btn_info_resa{position:absolute;right:0;top:0;justify-content:flex-start;width:auto;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .accordion-dispo + .btn_info_resa{position:static;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa{display:flex;justify-content:flex-end;width:100%;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa{flex-direction:column;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa div a{color:#fff;text-decoration:none;padding:6px 12px;font-size:14px;background:#f78c40;display:inline-block;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa div a{display:block;text-align:center;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa div:not(:last-child){margin-right:15px;}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa div:not(:last-child){margin-right:0;}}@media (max-width:380px){.liste-fiche.DetailResa .fiche-info .btn_prestation .btn_info_resa div:not(:first-child){margin-top:1em;}}.liste-fiche.DetailResa .fiche-info .btn_prestation .bloc_resa_prestations{width:100%;margin-top:1.5em;}.loading_iframe{width:10rem;height:10rem;display:inline-block;border:3px solid rgba(0, 0, 0, .2);border-top-color:#27cbcd;margin-top:10rem;border-radius:50%;animation:1s spin infinite ease-in-out;}@keyframes spin{to{transform:rotate(360deg);}}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info{width:100%;display:table;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre .contenu_gauche,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info{width:calc(100% - 110px);display:table-cell;vertical-align:top;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique{display:table-cell;vertical-align:top;width:20%;padding-bottom:20px;min-width:110px;background-color:#f1f1f1;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche.Detail > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche.Detail > .fiche-info > .affiche_info > .bloc_boutique{background-color:#f1f1f1;padding-top:10px;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_en_cours{color:#333;text-align:center;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .prix_en_cours,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_en_cours .prix_en_cours{font-weight:bold;font-size:2.4em;line-height:1em;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bulle_pourcentage,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bulle_pourcentage{background:#f78c40;display:block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:0;width:55px;height:55px;margin:5px auto;line-height:55px;color:#fff;text-align:center;font-size:1.6em;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_barre,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_barre{text-align:center;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_barre .libelle_prix_barre,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_barre .libelle_prix_barre{font-size:1em;display:block;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_barre .prix_barre,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_barre .prix_barre{color:#f78c40;font-size:1.2em;text-decoration:line-through;}#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .libelle_a_partir_de,#liste-info.liste-info-RESA > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .nature_prix_en_cours,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_en_cours .libelle_a_partir_de,#liste-info.liste-info-BOUTIQUE > #liste-info-content > .liste-fiche > .fiche-info > .affiche_info > .bloc_boutique .bloc_tarif_article .bloc_prix_en_cours .nature_prix_en_cours{font-size:1em;line-height:1.4em;}#liste-info > #liste-info-content > .liste-fiche.DetailResa > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .contenu_gauche > .bloc_prix_en_cours > .libelle_a_partir_de{display:inline;margin-right:0.5em;}#liste-info > #liste-info-content > .liste-fiche.DetailResa > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .contenu_gauche > .bloc_prix_en_cours > .prix_en_cours{display:inline;margin-right:0.5em;}#liste-info > #liste-info-content > .liste-fiche.DetailResa > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .contenu_gauche > .bloc_prix_en_cours > .nature_prix_en_cours{display:inline;text-transform:lowercase;}#liste-info > #liste-info-content > .liste-fiche.DetailResa > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .contenu_gauche > .bloc_prix_en_cours > .nature_prix_en_cours:before{content:"/\00a0";}#liste-info > #liste-info-content > .liste-fiche.DetailResa > .fiche-info > .affiche_info > .bloc_info > .contenu_principal_fiche > .contenu_liste_cadre > .contenu_gauche > .bloc_prix_en_cours > .nature_prix_en_cours:empty{display:none;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations a,#fiche-info #bloc_detail_prestations a,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations a{color:#f78c40;/*
Loader dans les listes pour afficher la fiche prestataire (MGM)
 */}.widget_dispos{font-size:1.2em;}.widget_dispos > .bloc_dispos{margin:auto;position:relative;border:1px solid #5b6f7a;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne{padding:10px;position:relative;}.widget_dispos .bx-wrapper .bx-viewport{display:table;/* ---------------------------------- *//* ==X. PREVIOUS					  *//* ---------------------------------- */}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .btn_prev_semaine{width:20px;height:70px;-webkit-border-radius:10px/11px 11px 10px 10px;-moz-border-radius:10px/11px 11px 10px 10px;border-radius:10px/11px 11px 10px 10px;background-color:#31a2e0;display:inline;z-index:1;text-align:center;margin-top:7px;margin-right:3px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .btn_prev_semaine > a{background:url('https://static.ingenie.fr/images/dispo/prev_mois.png') no-repeat;background-position:center center;width:20px;height:70px;display:block;/* ---------------------------------- *//* ==X. NEXT						  *//* ---------------------------------- */}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .btn_next_semaine{width:20px;height:70px;-webkit-border-radius:10px/11px 11px 10px 10px;-moz-border-radius:10px/11px 11px 10px 10px;border-radius:10px/11px 11px 10px 10px;background-color:#31a2e0;display:inline;z-index:1;text-align:center;margin-top:7px;margin-right:3px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .btn_next_semaine > a{background:url('https://static.ingenie.fr/images/dispo/next_mois.png') no-repeat;background-position:center center;width:20px;height:70px;display:block;/* ---------------------------------- *//* ==X. GRID SEMAINE SLIDE			  *//* ---------------------------------- */}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc{overflow:inherit;width:100%;height:125px;position:relative;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext{width:200px;margin-left:0;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine{width:195px;overflow:hidden;height:100px;position:relative;border:1px solid #c2c7c3;display:inline-block;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .num_semaine{float:left;background-color:#8a8a8a;color:white;font-size:0.9em;font-weight:bold;padding:1px;text-align:center;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .titre_semaine{margin:auto;text-align:center;font-weight:bold;margin-bottom:2px;color:#171717;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .vacances_semaine,.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_mois > .grid_mois_slide_bloc .grid_mois > .bloc_mois > .tab_mois .vacances_semaine{position:absolute;z-index:4;top:0;right:0;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .vacances_semaine .zone_vacance,.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_mois > .grid_mois_slide_bloc .grid_mois > .bloc_mois > .tab_mois .vacances_semaine .zone_vacance{display:inline-block;vertical-align:top;padding:0 0.2em;color:#fff;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_jours_semaine{width:100%;text-align:center;margin-top:7px;margin-bottom:2px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_jours_semaine > table{width:100%;border-collapse:collapse;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs{text-align:center;margin:auto;margin-top:-10px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs > .choix_semaine_resa{width:24px;height:24px;display:inline;z-index:1;text-align:center;float:left;margin-left:11px;margin-top:-5px;background:#000;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs > .choix_semaine_resa > a,.widget_dispos .vue_loc_semaine_mois .choix_semaine_resa > a{background:url('https://static.ingenie.fr/images/dispo/choix_semaine_panier.png') no-repeat center center;width:24px;height:24px;display:inline-block;background-color:#f78c40;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs > .prix_en_cours{font-size:1em;font-weight:bold;color:#f78c40;display:inline;margin-left:5px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs .prix_barre{text-decoration:line-through;display:inline-block;vertical-align:top;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .zone_tarifs .prix_barre ~ .prix_en_cours{display:inline-block;vertical-align:top;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine{margin-top:0 !important;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc > .dateMajPlanning{font-size:1em;position:absolute;margin-top:5px;bottom:5px;left:0px;margin-left:0;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_mois > .grid_mois_slide_bloc > .dateMajPlanning{font-size:1em;position:absolute;margin-top:5px;bottom:5px;left:5px;/* ---------------------------------- *//* ==X. LEGENDE						  *//* ---------------------------------- */}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc > .legende{font-size:0.8em;position:absolute;margin-top:5px;bottom:5px;right:5px;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc > .legende > .zones_vacances{/* ---------------------------------- *//* ==X. INPUT HIDDEN				  *//* ---------------------------------- */}.widget_dispos > .bloc_dispos > #vue_dispos > input[type="hidden"]{/* ---------------------------------- *//* ==X. MEDIA QUERIES				  *//* ---------------------------------- */}.widget_dispos .select_prestations{margin-left:32px;margin-top:15px;font-size:0.8em;background:#f2efe0;padding:5px;max-width:550px;width:auto;}.widget_dispos .select_prestations label{display:inline-block;padding-right:6px;vertical-align:top;}.widget_dispos .select_prestations input{cursor:pointer;}.widget_dispos .select_prestations .bloc_selection_radio{display:inline-block;}.widget_dispos .select_prestations .bloc_selection_radio span{display:inline-block;padding-bottom:5px;padding-left:5px;vertical-align:bottom;}.widget_dispos .select_prestations .bloc_selection_radio span{padding-bottom:1px;}.widget_dispos .ajax_vue{padding:50px;text-align:center;width:600px;height:90px;/**
* Styles de la Nav onglets
*/}.widget_dispos .nav_widget_dispos .nav_widget_onglets{list-style-type:none;font-size:0.8em;font-weight:bold;padding:0;padding-left:30px;margin-bottom:10px;}.widget_dispos .nav_widget_dispos .nav_widget_onglets li{display:inline;margin:2px 2px 0 2px !important;margin:1px 2px 0 2px;margin-bottom:0;padding:10px;}.widget_dispos .nav_widget_dispos .nav_widget_onglets li a:link,.widget_dispos .nav_widget_dispos .nav_widget_onglets li a:visited{text-decoration:none;color:#fff;}.widget_dispos .nav_widget_dispos .nav_widget_onglets li a:hover{color:#fff;}.widget_dispos .nav_widget_dispos .nav_widget_onglets .onglet{width:116px;height:33px;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background-color:#f78c40;}.widget_dispos .nav_widget_dispos .nav_widget_onglets .onglet_active{background-color:#f6b10c;}.widget_dispos .grid_mois_slide_bloc,.widget_dispos .grid_mois,.widget_dispos .bloc_mois,.widget_dispos .btn_prev_mois,.widget_dispos .btn_next_mois{float:left;}.widget_dispos .btn_prev_mois,.widget_dispos .btn_next_mois{width:20px;height:21px;-webkit-border-radius:10px/11px 11px 10px 10px;-moz-border-radius:10px/11px 11px 10px 10px;border-radius:10px/11px 11px 10px 10px;background-color:#f78c40;display:inline;z-index:1;text-align:center;margin-top:5px;}.widget_dispos .btn_next_mois a{background:url('https://static.ingenie.fr/images/dispo/next_mois.png') no-repeat;background-position:center center;width:20px;height:21px;display:block;}.widget_dispos .btn_prev_mois a{background:url('https://static.ingenie.fr/images/dispo/prev_mois.png') no-repeat;background-position:center center;width:20px;height:21px;display:block;}.widget_dispos .grid_mois{position:absolute;left:0px;top:0px;width:5280px;}.widget_dispos .tab_mois{border-collapse:separate;margin:auto;position:relative;}.widget_dispos .tab_mois .enteteMois{background-color:#666;color:#fff;font-size:0.8em;font-weight:bold;text-align:center;}.widget_dispos .legende .libelle{font-weight:bold;display:inline-block;margin-right:10px;}.widget_dispos .legende .indispo,.widget_dispos .legende .votre_recherche,.widget_dispos .legende .dispo{width:15px;display:inline-block;}.widget_dispos .legende-vacances .zones_vacances{margin-left:5px;margin-right:10px;display:inline-block;}.widget_dispos .legende .label_legende{display:inline-block;margin-left:5px;margin-right:10px;}.widget_dispos .dispo{background-color:#86b608;color:#fff;}.widget_dispos .indispo{background-color:#d4d4d4;color:#676767;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine table tbody .entete_jours_semaine:not(:first-child) .jour_semaine.indispo{background-color:#b3b3b3 !important;}.widget_dispos .zones_vacances{background-color:#676767;color:#fff;}.widget_dispos .votre_recherche{border:1px solid red;background-color:#fff;}[name="frm_widget_dispos"][data-type="ACTIVITE"] .votre_recherche{border:none;background-color:#000;/**
* Styles de la vue weekend mois
*/}.widget_dispos .vue_loc_weekend_mois{padding:10px;position:relative;}.widget_dispos .vue_loc_weekend_mois .grid_mois_slide_bloc{/* A modifier pour mobile */overflow:hidden;width:542px;height:750px;position:relative;padding-bottom:30px;}.widget_dispos .vue_loc_weekend_mois .btn_prev_mois,.widget_dispos .vue_loc_weekend_mois .btn_next_mois{margin-top:1px;}.widget_dispos .vue_loc_weekend_mois .tab_mois{border-spacing:2px;}.widget_dispos .vue_loc_weekend_mois .tab_mois thead tr th{margin-bottom:7px;}.widget_dispos .vue_loc_weekend_mois .tab_mois tbody td .bloc_mois{width:95px;}.widget_dispos .vue_loc_weekend_mois .tab_mois tr{border-spacing:1px;}.widget_dispos .vue_loc_weekend_mois .tab_mois .entete_jour{width:24px;font-size:0.75em;}.widget_dispos .vue_loc_weekend_mois .tab_mois .entete_jour .lettre_jour{display:inline-block;float:left;}.widget_dispos .vue_loc_weekend_mois .tab_mois .entete_jour .jour{display:inline-block;float:right;}.widget_dispos .vue_loc_weekend_mois .tab_mois .entete_jour .week_end{font-weight:bold;/* A modifier pour mobile */}.widget_dispos .vue_loc_weekend_mois .tab_mois .bloc_jour{display:inline-block;float:left;width:71px;padding:2px;font-size:0.75em;text-align:center;}.widget_dispos .vue_loc_weekend_mois .tab_mois .bloc_jour .prix_en_cours{font-weight:bold;/**
* Styles de la vue location semaine en ligne */}.bloc_dispo_prestations{padding-top:10px;}.titre_dispo_prestations{font-weight:bold;font-size:1em;margin-bottom:-6px;}.voir_all_dispo_prestations{text-align:right;margin-top:4px;margin-bottom:10px;}.widget_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc,.widget_dispos .vue_loc_semaine_ligne .grid_semaine,.widget_dispos .vue_loc_semaine_ligne .bloc_semaine_ext,.widget_dispos .vue_loc_semaine_ligne .bloc_semaine,.widget_dispos .vue_loc_semaine_ligne .btn_prev_semaine,.widget_dispos .vue_loc_semaine_ligne .btn_next_semaine{float:left;}.widget_dispos .contact_mail{width:24px;height:24px;display:inline;z-index:1;text-align:center;float:left;margin-left:11px;margin-top:-2px;}.widget_dispos .contact_mail a{background:url('https://static.ingenie.fr/images/dispo/contact_mail_liste.png') no-repeat;background-position:center center;width:24px;height:24px;display:inline-block;}.widget_dispos .vue_loc_semaine_ligne .grid_semaine{position:absolute;left:0px;top:0px;width:10000px;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine{height:80px;width:185px;position:relative;border:1px solid #c2c7c3;display:inline-block;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine_alternance_1{background-color:#fff;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine_alternance_2{background-color:#fef8ea;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .num_semaine{float:left;background-color:#8a8a8a;color:#fff;font-size:0.7em;font-weight:bold;padding:1px;text-align:center;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .titre_semaine{display:inline-block;padding-left:4px;/*.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine
	{
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	margin-top: 7px;
	margin-bottom: 2px;
}*/}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_semaine{border-left:1px solid #fff;font-size:0.85em;font-weight:normal;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine .week_end{font-weight:bold;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .non_disponible{font-size:0.9em;font-weight:bold;color:#d4d4d4;display:inline-flex;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .partiellement_disponible{font-size:0.9em;font-weight:bold;color:#d4d4d4;display:inline;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .disponible{font-size:0.9em;font-weight:bold;color:#86b608;display:inline;/**
* Styles de la vue location semaine mois
*/}.widget_dispos .vue_loc_semaine_mois{padding:10px;position:relative;}.widget_dispos .vue_loc_semaine_mois .grid_mois_slide_bloc{/* A modifier pour mobile */overflow:hidden;width:610px;height:680px;position:relative;padding-bottom:30px;}.widget_dispos .vue_loc_semaine_mois .tab_mois{border-spacing:7px;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_mois{width:185px;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine{height:120px;width:185px;position:relative;border:1px solid #c2c7c3;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine_alternance_1{background-color:#fff;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine_alternance_2{background-color:#fef8ea;}.widget_dispos .jour_semaine-forte-affluence{position:relative;}.widget_dispos .jour_semaine-forte-affluence:before{position:absolute;display:flex;justify-content:center;align-items:center;top:calc(100% + 3px);border-radius:50%;width:14px;height:14px;left:50%;color:white;background-color:red;content:"\f071";font-family:"FontAwesome";transform:translateX(-50%);}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine .num_semaine{float:left;background-color:#8a8a8a;color:#fff;font-size:0.7em;font-weight:bold;padding:1px;text-align:center;}.widget_dispos .vue_loc_semaine_mois .bloc_semaine .titre_semaine{display:inline-block;padding-left:4px;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine .zones_scolaire{float:right;background-color:#8a8a8a;color:#fff;font-size:0.7em;font-weight:bold;padding:2px;text-align:center;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine .zones_scolaire .zones{margin:auto;text-align:center;display:inline;}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine .zones_scolaire .zones span{padding:1px;text-align:center;/*.widget_dispos .vue_loc_semaine_mois  .tab_mois tbody td .bloc_semaine .titre_semaine
	{
	margin: auto;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 2px;
	color: #171717;
}*/}.widget_dispos .vue_loc_semaine_mois .tab_mois tbody td .bloc_semaine .zone_jours_semaine{width:100%;text-align:center;font-size:0.8em;margin-top:10px;margin-bottom:2px;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine table{width:100%;border-collapse:collapse;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .jour_semaine{border-left:1px solid #fff;font-size:0.85em;font-weight:normal;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .week_end{font-weight:bold;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .first_jour_semaine{border:none;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_tarifs{text-align:center;margin:auto;margin-top:6px;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .prix_en_cours{font-size:1.2em;font-weight:bold;color:#f78c40;display:inline;margin-left:5px;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .non_disponible{font-size:1.2em;font-weight:bold;color:#d4d4d4;display:inline;}.widget_dispos .vue_loc_semaine_mois .bloc_semaine .partiellement_disponible{font-size:1.2em;font-weight:bold;color:#d4d4d4;display:inline-flex;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .disponible{font-size:1.2em;font-weight:bold;color:#86b608;display:inline;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .prix_barre{font-size:1.1em;font-weight:bold;color:#736d5f;display:inline;text-decoration:line-through;}.widget_dispos .vue_loc_semaine_mois .choix_semaine_resa{margin-left:7px;margin-top:-4px;/**
 * Globales aux vues
 * */}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .jour_date_select,.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_date_select,.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_date_select,.widget_dispos .vue_loc_weekend_mois .jour_date_select{border-bottom:1px solid red;border-left:1px solid red;border-right:1px solid red;}.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .jour_semaine_date_select,.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_semaine_date_select,.widget_dispos .vue_loc_weekend_mois .jour_semaine_date_select{border-top:1px solid red;border-left:1px solid red;border-right:1px solid red;border-bottom:1px solid red;}.widget_dispos .vue_loc_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_semaine_date_select,.widget_dispos .vue_loc_semaine_mois .tab_mois .bloc_semaine .zone_jours_semaine .jour_semaine_date_select{border-bottom:0px;/* Style bloc vue_jours_semaine_ligne */}.widget_dispos .vue_jours_semaine_ligne{padding:4px;position:relative;}.widget_dispos .vue_jours_semaine_ligne .grid_semaine_slide_bloc,.widget_dispos .vue_jours_semaine_ligne .grid_semaine,.widget_dispos .vue_jours_semaine_ligne .bloc_semaine_ext,.widget_dispos .vue_jours_semaine_ligne .bloc_semaine,.widget_dispos .vue_jours_semaine_ligne .btn_prev_semaine,.widget_dispos .vue_jours_semaine_ligne .btn_next_semaine{float:left;}.widget_dispos .vue_jours_semaine_ligne .btn_prev_semaine,.widget_dispos .vue_jours_semaine_ligne .btn_next_semaine{width:20px;height:70px;-webkit-border-radius:10px/11px 11px 10px 10px;-moz-border-radius:10px/11px 11px 10px 10px;border-radius:10px/11px 11px 10px 10px;background-color:#f78c40;display:inline;z-index:1;text-align:center;margin-top:7px;margin-right:3px;}.widget_dispos .vue_jours_semaine_ligne .btn_next_semaine a{background:url('https://static.ingenie.fr/images/dispo/next_mois.png') no-repeat;background-position:center center;width:20px;height:70px;display:block;}.widget_dispos .vue_jours_semaine_ligne .btn_prev_semaine a{background:url('https://static.ingenie.fr/images/dispo/prev_mois.png') no-repeat;background-position:center center;width:20px;height:70px;display:block;}.widget_dispos .vue_jours_semaine_ligne .grid_semaine{position:absolute;left:0px;top:0px;width:10000px;}.widget_dispos .vue_jours_semaine_ligne .grid_semaine_slide_bloc{/* A modifier pour mobile */overflow:hidden;width:100%;height:115px;position:relative;padding-bottom:27px;}.widget_dispos .vue_jours_semaine_ligne .grid_semaine_slide_bloc .legende{margin-top:10px;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine_ext{width:275px;background-color:#fff;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine{height:88px;width:280px;position:relative;border:1px solid #c2c7c3;display:inline-block;/*.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .titre_semaine {
	margin: auto;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 2px;
	color: #171717;
}*/}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .num_semaine,.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .titre_semaine{display:inline-block;vertical-align:top;height:25px;}.widget_dispos .vue_jours_semaine_ligne .bloc_dispo_prestations{width:98%;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .num_semaine{padding-left:0.5em;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .titre_semaine:before{content:'\00a0|\00a0';}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_semaine{width:39px;display:inline-block;border-left:1px solid #fff;font-size:0.8em;font-weight:normal;text-align:center;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine .dispo:hover{cursor:pointer;background-color:#282829;transition:all 0.4s ease 0s;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine .jour_semaine_date_select{background-color:#282829;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .zone_jours_semaine .week_end{font-weight:bold;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .non_disponible{font-size:0.9em;font-weight:bold;color:#d4d4d4;display:inline;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .partiellement_disponible{font-size:0.9em;font-weight:bold;color:#d4d4d4;display:inline-flex;}.widget_dispos .vue_jours_semaine_ligne .bloc_semaine .disponible{font-size:0.9em;font-weight:bold;color:#86b608;display:inline;/* Styles du bloc en ligne *//**
 * Medias queries
 */}@media (max-width:480px){.widget_dispos .vue_loc_semaine_mois{padding:10px;}.widget_dispos .vue_loc_weekend_mois .grid_mois_slide_bloc,.widget_dispos .vue_loc_semaine_mois .grid_mois_slide_bloc,.widget_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc{width:100%;/*min-width:320px;*/}.widget_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc{width:100%;}.widget_dispos .vue_loc_semaine_ligne .btn_prev_semaine,.widget_dispos .vue_loc_semaine_ligne .btn_next_semaine{width:20px;height:21px;border-radius:0px 0px 0px 0px 0px 0px;background-color:#31a2e0;display:inline;z-index:1;text-align:center;margin-top:7px;margin-right:3px;}.widget_dispos .vue_loc_semaine_ligne .btn_prev_semaine{position:absolute;top:-20px;left:0px;}.widget_dispos .vue_loc_semaine_ligne .btn_next_semaine{position:absolute;top:-20px;right:0px;}.widget_dispos .vue_loc_semaine_ligne .btn_prev_semaine a{background:url(https://static.ingenie.fr/images/dispo/prev_mois.png) 50% 50% no-repeat;width:20px;height:21px;display:block;}.widget_dispos .vue_loc_semaine_ligne .btn_next_semaine a{background:url(https://static.ingenie.fr/images/dispo/next_mois.png) 50% 50% no-repeat;width:20px;height:21px;display:block;}#fiche-info .widget_dispos{width:300px;margin:auto;}.widget_dispos .vue_loc_weekend_mois .bloc_mois{width:204px;}.widget_dispos .vue_loc_weekend_mois .grid_mois_slide_bloc,.widget_dispos .vue_loc_semaine_mois .grid_mois_slide_bloc,.widget_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc{width:204px;margin:auto;}.widget_dispos .legende .libelle{display:block;/* Liste recherche dispo */}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc{width:90%;left:5%;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc{height:140px;}.widget_dispos .grid_mois{position:relative;}}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div.accordion-dispo{position:relative;}.liste-fiche.DetailResa .fiche-info .comparer_selectionner_plus_infos_fiche_presta > div.accordion-dispo .afficher-toutes-les-dispo{position:absolute;top:-30px;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}#fiche-info > .contenu-fiche .bandeau{-webkit-transform:translate3d(0, 0, 0);-khtml-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}#fiche-info > .contenu-fiche .bandeau.tourism-elt-static-fixed{position:fixed;top:0px;left:auto;z-index:10000;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0, 0, 0);-khtml-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}#fiche-info > .contenu-fiche .bandeau li.select{background-color:transparent;}#fiche-info > .contenu-fiche .bandeau li.active,.bandeau li:hover{background-color:#f78c40;}#fiche-info > .contenu-fiche .bandeau ~ .bandeau{background-color:transparent;}#fiche-info > .contenu-fiche .bandeau ~ .bandeau li{display:none;}#fiche-info > .contenu-fiche .bandeau ~ .bandeau li:hover{background:transparent;}#fiche-info > .contenu-fiche .bandeau ~ .bandeau li.select{display:block;text-align:left;border:0;line-height:40px;}#fiche-info > .contenu-fiche .bandeau ~ .bandeau li.select a{color:#000;text-transform:uppercase;font-weight:bold;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .leaflet-div-icon{background:transparent;border:none;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon{position:absolute;display:flex;align-items:center;justify-content:center;min-width:40px;height:35px;left:50%;margin-left:0;padding:10px 15px;border:1px solid #f78c40;border-radius:20px;background:#fff;color:#fff;font-size:14px;white-space:nowrap;transform:translateX(-50%);box-sizing:border-box;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.group{background-color:#fff;color:#f78c40;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.marker-title{background-color:#f78c40;color:#fff;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.marker-title::before{border-top-color:#f78c40;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.marker{min-width:30px;height:30px;padding:5px;background-color:#f78c40;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.marker::before,#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon.marker::after{margin-top:-5px;border-left-width:12px;border-right-width:12px;border-top-width:18px;border-top-color:#f78c40;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon::before,#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon::after{position:absolute;content:"";display:block;top:100%;width:0;height:0;border-left:10px solid rgba(0, 0, 0, 0);border-right:10px solid rgba(0, 0, 0, 0);border-top:10px solid #fff;z-index:2;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon::before{margin-top:-2px;}#fiche-info > .contenu-fiche .carte_coordonnees .carte .leaflet-container .custom-div-icon::after{margin-top:-1px;border-top-color:#f78c40;z-index:1;}@media only screen and (min-width:320px) and (max-width:768px){#fiche-info .bandeau{background:transparent;background-color:#e8e6e4 !important;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;position:relative;height:40px !important;max-width:100%;}#fiche-info > .contenu-fiche .bandeau.tourism-elt-static-fixed ~ .bandeaubis.ancre{height:0px;}#fiche-info .bandeau:first-child,#fiche-info.type-prestation-y .ouverture + .bandeau,#fiche-info.type-prestation-y .salle + .bandeau{background-color:#000 !important;height:40px !important;}#fiche-info .bandeau:first-child ul,#fiche-info.type-prestation-y .ouverture + .bandeau ul,#fiche-info.type-prestation-y .salle + .bandeau ul{display:table !important;width:auto;margin:auto;}#fiche-info .bandeau li.active,#fiche-info .bandeau li.select{background:transparent;}#fiche-info .bandeau:first-child ul li.select,#fiche-info .bandeau:first-child ul li,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.select,#fiche-info.type-prestation-y .ouverture + .bandeau ul li,#fiche-info.type-prestation-y .salle + .bandeau ul li.select,#fiche-info.type-prestation-y .salle + .bandeau ul li{display:inline-block !important;background-color:transparent !important;float:none !important;width:40px !important;height:40px !important;border:0px solid #ccc !important;position:relative;border-right:1px solid #fff !important;-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-moz-border-radius-topleft:0px !important;-moz-border-radius-topright:0px !important;border-top-left-radius:0px !important;border-top-right-radius:0px !important;font-size:1.4em !important;}#fiche-info .bandeau:first-child ul li:last-child,#fiche-info.type-prestation-y .ouverture + .bandeau ul li:last-child,#fiche-info.type-prestation-y .salle + .bandeau ul li:last-child{border-right:0px solid #fff !important;}#fiche-info .bandeau:first-child ul li a,#fiche-info.type-prestation-y .ouverture + .bandeau ul li a,#fiche-info.type-prestation-y .salle + .bandeau ul li a{position:relative;text-indent:-9999px;display:block;}#fiche-info .bandeau:first-child ul li[class*="bandeau"]:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li[class*="bandeau"]:after,#fiche-info.type-prestation-y .salle + .bandeau ul li[class*="bandeau"]:after{content:'\f030';font-family:'FontAwesome';font-size:1.4em;display:block;color:#fff;position:absolute;top:0px;left:0px;width:40px;line-height:40px;text-align:center;}#fiche-info .bandeau:first-child ul li.active:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.active:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.active:after{color:#f78c40;}#fiche-info .bandeau:first-child ul li.bandeau-photos:after,#fiche-info .ouverture ~ .bandeau:first-child ul li.bandeau-photos:after,#fiche-info .salle ~ .bandeau:first-child ul li.bandeau-photos:after{content:'\f030';}#fiche-info .bandeau:first-child ul li.bandeau-presentation:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-presentation:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-presentation:after{content:'\f022';}#fiche-info .bandeau:first-child ul li.bandeau-carte:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-carte:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-carte:after{content:'\f041';}#fiche-info .bandeau:first-child ul li.bandeau-avis:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-avis:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-avis:after{content:'\f0c0';}#fiche-info .bandeau:first-child ul li.bandeau-tariffroid:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-tariffroid:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-tariffroid:after{content:'\f153';}#fiche-info .bandeau:first-child ul li.bandeau-disporesa:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-disporesa:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-disporesa:after{content:'\f073';}#fiche-info .bandeau:first-child ul li.bandeau-bon-plan:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-bon-plan:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-bon-plan:after{content:'\f164';}#fiche-info .bandeau:first-child ul li.bandeau-resa:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-resa:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-resa:after{content:'\f07a';}#fiche-info .bandeau:first-child ul li.bandeau-contact:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-contact:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-contact:after{content:'\f0e0';}#fiche-info .bandeau:first-child ul li.bandeau-a_savoir:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-a_savoir:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-a_savoir:after{content:'\f05a';}#fiche-info .bandeau:first-child ul li.bandeau-liaisons:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-liaisons:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-liaisons:after{content:'\f08e';}#fiche-info .bandeau:first-child ul li.bandeau-prestataire_attache:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-prestataire_attache:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-prestataire_attache:after{content:'\f2c0';}#fiche-info .bandeau:first-child ul li.bandeau-description:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-description:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-description:after{content:'\f039';}#fiche-info .bandeau:first-child ul li.bandeau-criteres:after,#fiche-info.type-prestation-y .ouverture + .bandeau ul li.bandeau-criteres:after,#fiche-info.type-prestation-y .salle + .bandeau ul li.bandeau-criteres:after{content:'\f00c';}}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .dispoDureeCalcule:before{content:"\f186\00a0";font-family:"FontAwesome";font-size:1.5em;vertical-align:middle;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] label,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes label{display:inline-block;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .datedeb_jour.nom_jour,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .datefin_jour.nom_jour{display:inline;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .datedeb_jour.nom_jour ~ .div_calendrier,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .datefin_jour.nom_jour ~ .div_calendrier{display:block;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .ligne_form_moteur{display:inline-block;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .ligne_form_moteur label{display:block;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .more-personnes label{margin-bottom:0;line-height:1.5;}@media (max-width:480px){#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes:before{content:'';width:100%;height:0px;display:block;}}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .resa_div_btn{display:inline-block;vertical-align:bottom;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .ligne_resa.more-personnes-detail:not(:empty):before{content:'';width:100%;height:0px;display:block;clear:both;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .ligne_resa.more-personnes-detail fieldset{display:inline-block;vertical-align:top;margin-top:10px;}#fiche-info .dispoDureeCalcule .libelle_duree{margin-left:5px;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .bloc_date_calendrier_double,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .bloc_date_calendrier_double > div,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .bloc_select_personnes,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .ligne_resa.more-personnes,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .ligne_resa.more-personnes-detail{display:inline;}#fiche-info .reservation{max-width:100%;padding-top:0px;padding-top:10px;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .ligne_form_moteur,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .resa_div_btn,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .bloc_date .ligne_form_moteur{vertical-align:top;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] label[for="datedeb"],#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] label[for="datefin"]{display:inline-block;}#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .more-personnes label{display:inline-block;margin-bottom:10px;}#fiche-info .resa_moteur_fiche .form-recherche{text-align:center;}#fiche-info .resa_moteur_fiche .form-recherche ~ br{display:none;}#fiche-info .resa_moteur_fiche .form-recherche div{display:inline;vertical-align:top;}#fiche-info .resa_moteur_fiche .form-recherche .bloc_selection_type_prestataire_radio{display:block;margin-bottom:0.5em;}#fiche-info .resa_moteur_fiche .form-recherche .bloc_selection_type_prestataire_radio.ligne_form_moteur .ligne_form_moteur{margin-right:1em;}#fiche-info .resa_moteur_fiche .form-recherche .bloc_selection_type_prestataire_radio.ligne_form_moteur label{display:inline-block;}#fiche-info .resa_moteur_fiche .form-recherche input.datepicker{border:1px solid #c1c1c1;}#fiche-info .resa_moteur_fiche .form-recherche input.form_search{border-radius:5px;height:30px;border:1px solid #fff;background-color:#b51413;color:#fff;position:relative;}#fiche-info .resa_moteur_fiche .form-recherche .choixPersonne .libelle_nb_adultes:after{display:none;}#fiche-info .resa_moteur_fiche .form-recherche .choixAges{display:block;}#fiche-info .resa_moteur_fiche .titre{display:none;}#fiche-info .resa_moteur_fiche .type_recherche_activites legend{margin-right:0.5em;float:left;}#fiche-info .resa_moteur_fiche .type_recherche_activites label{display:inline;}#fiche-info .resa_moteur_fiche .type_recherche_activites ul,#fiche-info .resa_moteur_fiche .type_recherche_activites ul > li{padding:0;display:inline;margin-right:1em;}#fiche-info .resa_moteur_fiche .date_recherche_activites label{display:inline;}#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes{margin-top:0;}#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes .forms_champType_select{clear:both;}#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes label[for="datedeb"],#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes label[for="datefin"]{display:inline-block;}#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes .more-personnes label{display:inline-block;margin-left:10px;line-height:30px;margin-bottom:12px;}#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes .more-personnes label:after{content:' : ';}#fiche-info .resa_moteur_fiche select,#fiche-info .resa_moteur_fiche .datepicker{display:inline-block;vertical-align:top;float:none;margin:auto;height:30px;margin-bottom:10px;position:relative;border:0px;padding-left:5px;}#fiche-info .resa_moteur_fiche .datepicker{font-size:1.2em;}#fiche-info .resa_moteur_fiche .bloc_date .ligne_form_moteur{margin-right:15px;display:inline-block;}#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double .form-recherche div{vertical-align:bottom;}#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double .bloc_date .ligne_form_moteur:last-child{margin-bottom:12px;}#fiche-info .resa_moteur_fiche .datedeb_jour.nom_jour,#fiche-info .resa_moteur_fiche .datefin_jour.nom_jour{display:block;}#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail fieldset{width:260px;border:1px dashed #fff;display:inline-block;vertical-align:top;}#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail fieldset:nth-child(odd),#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail fieldset:nth-child(even){background-color:transparent;}#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail .choixPersonne select,#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail .choixAges select{width:40px;}#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail :not(:empty):before{content:'';width:100%;height:0px;display:block;}#fiche-info .resa_moteur_fiche .selection_multichambre option,#fiche-info .resa_moteur_fiche .prestations option{background-color:#fff;}#fiche-info .resa_moteur_fiche label,#fiche-info .resa_moteur_fiche .form-resa .bloc_select_personnes label,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] label,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes label,#fiche-info .reservation div[id*="moteurResa-PRESTATAIRE-H"] .form-resa .bloc_select_personnes .ligne_form_moteur label{display:none;}#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double .bloc_date .ligne_form_moteur,#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double ~ .bloc_select_personnes,#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double ~ .bloc_select_personnes div,#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double ~ .resa_div_btn,#fiche-info .resa_moteur_fiche .bloc_date_calendrier_double ~ .resa_div_btn div{vertical-align:bottom;}#fiche-info .dispoDureeCalcule:before{content:"\f186\00a0";font-family:"FontAwesome";font-size:1.5em;vertical-align:middle;}#fiche-info .dispoDureeCalcule .libelle_duree{margin-left:5px;}#fiche-info .resa_moteur_fiche .selection_multichambre,#fiche-info .resa_moteur_fiche .prestations,#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail .choixPersonne select,#fiche-info .resa_moteur_fiche .bloc_select_adultes_enfants .ligne_form_moteur .select_nb_adultes,#fiche-info .resa_moteur_fiche .bloc_select_adultes_enfants .ligne_form_moteur .select_nb_enfants{background:#fff;}.button_search{display:inline-block;}div.libelle_separation_offre_tarif.libelle_separation_tarif_sec{font-weight:bold;margin-bottom:10px;margin-left:10px;text-transform:uppercase;font-size:1.7rem;}div.libelle_separation_offre_tarif.libelle_separation_tarif_package{font-weight:bold;margin:30px 10px 10px 10px;text-align:left;text-transform:uppercase;font-size:1.7rem;}.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations{clear:both;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations,#fiche-info #bloc_detail_prestations{font-size:1.2em;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations a,#fiche-info #bloc_detail_prestations a,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations a{text-decoration:none;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations a:hover,#fiche-info #bloc_detail_prestations a:hover,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations a:hover{text-decoration:underline;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_detail_prestations,#fiche-info #bloc_detail_prestations .tab_detail_prestations,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_detail_prestations{border-top:5px solid;border-left:1px solid #dee0e0;border-right:1px solid #dee0e0;border-bottom:1px solid #dee0e0;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_detail_prestations,#fiche-info #bloc_detail_prestations .tab_detail_prestations,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_detail_prestations{background:#f5f5f5;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_detail_prestations_package .ligne_package,#fiche-info #bloc_detail_prestations .tab_detail_prestations_package .ligne_package,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_detail_prestations_package .ligne_package{background-color:#f78c40;color:white;padding:6px;font-weight:bold;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package,#fiche-info #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package{width:20%;text-align:center;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package span a,#fiche-info #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package span a,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package span a{color:white;}.libellePackageResa{padding:10px 0;border-bottom:1px solid #000;border-top:1px solid #000;}.libellePackageResa:before{content:"\25BC\00A0";}.libellePackageResa:after{content:"\25BC\00A0";padding-left:10px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .panier_critere{padding:0;margin:0;margin-top:10px;/* ---------------------------------- *//* ==1. COL CAPACITE				  *//* ---------------------------------- */}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .panier_critere .libelle-type-critere{font-weight :bold;margin:0;display:inline;vertical-align:top;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .panier_critere .libelle-type-critere:after{content:":";margin:0 3px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .panier_critere ul{list-style-type:none;display:inline;vertical-align:top;padding:0;margin:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .panier_critere ul li{display:inline;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite,#fiche-info #bloc_detail_prestations .col_capacite,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite{width:10%;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_adultes,.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_enfants,.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_bebes,#fiche-info #bloc_detail_prestations .col_capacite .capacite_adultes,#fiche-info #bloc_detail_prestations .col_capacite .capacite_enfants,#fiche-info #bloc_detail_prestations .col_capacite .capacite_bebes,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_adultes,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_enfants,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_bebes{display:inline-block;background-color:#f78c40;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:8px 8px 8px 22px;margin-right:8px;background-repeat:no-repeat;background-position:5px 50%;color:white;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_adultes,#fiche-info #bloc_detail_prestations .col_capacite .capacite_adultes,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_adultes{background-image:url(https://static.ingenie.fr/images/resa/picto_adulte.png);}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_enfants,#fiche-info #bloc_detail_prestations .col_capacite .capacite_enfants,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_enfants{background-image:url(https://static.ingenie.fr/images/resa/picto_enfant.png);}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_capacite .capacite_bebes,#fiche-info #bloc_detail_prestations .col_capacite .capacite_bebes,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_capacite .capacite_bebes{background-image:url(https://static.ingenie.fr/images/resa/picto_bebe.png);/* ---------------------------------- *//* ==2. COL TARIFS					  *//* ---------------------------------- */}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_tarif,#fiche-info #bloc_detail_prestations .col_tarif,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_tarif{width:10%;white-space:nowrap;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_tarif .prix_barre,#fiche-info #bloc_detail_prestations .col_tarif .prix_barre,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_tarif .prix_barre{text-decoration:line-through;font-weight:bold;/* ---------------------------------- *//* ==3. OPEN / CLOSE				  *//* ---------------------------------- */}#fiche-info .resa_moteur_modifier_recherche{padding-top:1em;position:absolute;right:0;text-align:right;width:210px;}.resa_moteur_modifier_recherche a{padding:1em;color:#000;padding-left:2.5%;}.resa_moteur_modifier_recherche:before{content:"\270E\00a0";}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .col_selectionner,#fiche-info #bloc_detail_prestations .col_selectionner,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .col_selectionner{text-align:center;width:20%;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations span.open > a:before,#fiche-info #bloc_detail_prestations span.open > a:before,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations span.open > a:before{content:"\25b6\00A0";padding-right:2px;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations span.close > a:before,#fiche-info #bloc_detail_prestations span.close > a:before,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations span.close > a:before{content:"\25BC\00A0";}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations span.close > a:after,#fiche-info #bloc_detail_prestations span.close > a:after,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations span.close > a:after{content:"\00A0\00A0\0058";/* ---------------------------------- *//* ==4. TABLEAU FORMULES			  *//* ---------------------------------- */}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules thead,#fiche-info #bloc_detail_prestations .tab_formules thead,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules thead{background-color:#f78c40;color:white;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody,#fiche-info #bloc_detail_prestations .tab_formules tbody,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules tbody{background:white;border-left:1px solid #dee0e0;border-right:1px solid #dee0e0;border-bottom:1px solid #dee0e0;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody tr,#fiche-info #bloc_detail_prestations .tab_formules tbody tr,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules tbody tr{border-bottom:1px solid #dee0e0;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok,#fiche-info #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules tbody tr.ligne_msg_action_prestation .msg_ajout_prestation_ok{text-align:center;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules .label_total_prestation,#fiche-info #bloc_detail_prestations .tab_formules .label_total_prestation,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules .label_total_prestation{text-align:right;font-weight:bold;width:80%;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.prix_formule,#fiche-info #bloc_detail_prestations .tab_formules tbody td.prix_formule,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules tbody td.prix_formule{white-space:nowrap;text-align:right;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier{background:#f78c40 url(https://static.ingenie.fr/images/resa/picto_caddie.png) no-repeat 5px 50%;color:white;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 5px 5px 30px;border:1px solid #f78c40;}#bloc_detail_prestations .tab_formules .quantite_formule{text-align:center;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier:hover,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier:hover,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier:hover,.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier:hover,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier:hover,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier:hover{filter:alpha(opacity=80);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";-webkit-opacity:0.8;-khtml-opacity:0.8;-moz-opacity:0.8;-ms-opacity:0.8;-o-opacity:0.8;opacity:0.8;background-color:#f78c40;border:1px solid #aaa;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_valid_panier{background:#f78c40 url(https://static.ingenie.fr/images/resa/picto_fleche_panier.png) no-repeat 5px 50%;color:white;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 5px 5px 30px;border:1px solid #f78c40;margin-right:10px;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_continuer_achat,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_continuer_achat,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_continuer_achat{margin-right:10px;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier_disabled,#fiche-info #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier_disabled,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules > tbody > .ligne_action_prestation .bt_ajout_panier_disabled{background:#cdcdcd url(https://static.ingenie.fr/images/resa/picto_caddie.png) no-repeat 5px 50%;color:#6f6f6f;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px 5px 5px 30px;border:1px solid #cdcdcd;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules .ligne_action_prestation td,#fiche-info #bloc_detail_prestations .tab_formules .ligne_action_prestation td,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .tab_formules .ligne_action_prestation td{text-align:right;}#bloc_detail_prestations .msg_erreur_formule{color:#e00000;text-align:center;font-weight:bold;/* ---------------------------------- *//* ==5. DETAILS PACKAGE				  *//* ---------------------------------- */}.liste-info-RESA .bloc_resa_prestations .bloc_fiche_description_prestation,#fiche-info #bloc_detail_prestations .bloc_fiche_description_prestation,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .bloc_fiche_description_prestation{display:table-cell;padding-bottom:10px;padding-left:8px;border-bottom:1px dotted #dee0e0;}.liste-info-RESA .bloc_resa_prestations .bloc_photos_prestation,#fiche-info #bloc_detail_prestations .bloc_photos_prestation,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .bloc_photos_prestation{float:left;margin-right:15px;}.liste-info-RESA .bloc_resa_prestations .cadre_photo_prestation,#fiche-info #bloc_detail_prestations .cadre_photo_prestation,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .cadre_photo_prestation{display:block;position:relative;}.liste-info-RESA .bloc_resa_prestations .photo_principale,#fiche-info #bloc_detail_prestations .photo_principale,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .photo_principale{width:164px;padding:5px;border:1px solid #c2c2c2;}.liste-info-RESA .bloc_resa_prestations .cadre_photo_prestation .plus,#fiche-info #bloc_detail_prestations .cadre_photo_prestation .plus,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .cadre_photo_prestation .plus{background-color:#000;bottom:3px;left:130px;opacity:0.7;padding:4px;position:absolute;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li{list-style-type:none;display:block;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li > span{display:inline;font-weight:bold;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li > ul{display:inline;padding:0;margin:0;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li > ul > li{display:inline;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li > ul > li:after{content:',';margin-left:1px;margin-right:3px;}.liste-info-RESA .bloc_resa_prestations .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation > ul > li > ul > li:last-child:after{display:none;}.liste-info-RESA .bloc_resa_prestations .ligne_tarif_entete_option,#fiche-info #bloc_detail_prestations .ligne_tarif_entete_option,.bloc_fiche_rubrique_cross_selling #bloc_detail_prestations .ligne_tarif_entete_option{padding-left:20px;font-weight:bold;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule{display:inline-block;font-size:1em;font-style:italic;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule:after{content:',';padding-right:4px;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule:last-child:after{content:'';padding-right:0px;}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule .periode_du_formule_label:after,.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule .periode_au_formule_label:after{content:' ';}.liste-info-RESA .bloc_resa_prestations #bloc_detail_prestations .tab_formules tbody td.libelle_formule .periodes_formule .periode_formule .periode_du_formule:after{content:' ';/* ---------------------------------- *//* ==6. ETAPES PANIER RESA			  *//* ---------------------------------- */}#etapes_resa{margin:0px auto;font-size:1.2em;display:table;margin-top:10px;margin-bottom:10px;width:95%;text-align:center;height:40px;}#etapes_resa .bloc_etapes .bloc_centrage_etapes{display:table;border:0px solid #f00;margin:0 auto;width:100%;}#etapes_resa .bloc_etapes .bloc_centrage_etapes .marges_etape{width:25%;text-align:center;float:left;}#etapes_resa .etape_ON,#etapes_resa .etape_OFF{padding:5px;text-align:center;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;display:table;margin:0 auto;min-width:120px;}#etapes_resa .etape_ON{background-color:#f78c40;color:white;border:1px solid #f78c40;}#etapes_resa .etape_OFF{background-color:white;color:#ccc;border:1px solid #ccc;}#etapes_resa .bloc_etapes .marges_etape .etape1{margin:0px;float:left;display:table;}#etapes_resa .bloc_etapes .marges_etape .etape2,#etapes_resa .bloc_etapes .marges_etape .etape3{margin:0 auto;float:none;}#etapes_resa .bloc_etapes .marges_etape .etape4{margin:0px;float:right;}#etapes_resa .bloc_etapes{display:block;border-bottom:1px solid #ccc;height:20px;overflow:visible;width:100%;}#etapes_resa .picto{padding-left:0px;text-align:center;float:left;width:30px;height:27px;line-height:27px;margin-right:5px;background-repeat:no-repeat;background-position:top left;}#etapes_resa .etape_OFF.etape1 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_1_OFF.png');background-size:30px 23px;}#etapes_resa .etape_OFF.etape2 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_2_OFF.png');background-size:30px 27px;}#etapes_resa .etape_OFF.etape3 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_3_OFF.png');background-size:16px 20px;}#etapes_resa .etape_OFF.etape4 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_4_OFF.png');background-size:25px 27px;}#etapes_resa .etape_ON.etape1 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_1_ON.png');background-size:30px 23px;}#etapes_resa .etape_ON.etape2 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_2_ON.png');background-size:30px 27px;}#etapes_resa .etape_ON.etape3 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_3_ON.png');background-size:16px 20px;}#etapes_resa .etape_ON.etape4 .picto{background-image:url('https://static.ingenie.fr/images/resa/etapes/picto_etape_4_ON.png');background-size:25px 27px;}#etapes_resa .numero{width:10px;text-align:right;}#etapes_resa .libelle_1_ligne{white-space:nowrap;float:left;height:27px;line-height:27px;}#etapes_resa .libelle_2_lignes{white-space:nowrap;float:left;height:27px;line-height:27px;}#etapes_resa .conteneur_tableau{clear:both;border:0px solid white;display:table;text-align:center;margin:0 auto;/* Titre etape page */}#titre-page-etape{display:block;border-bottom:3px solid #f78c40;width:95%;margin:0px auto;margin-bottom:15px;overflow:visible;height:15px;}#titre-page-etape .libelle_titre{text-align:center;color:#f78c40;font-weight:bold;background-color:#fff;display:table;margin:0 auto;padding:0 15px;/* ---------------------------------- *//* ==7. PANIER						  *//* ---------------------------------- */}#frm_panier_resa{position:relative;font-size:1.2em;}#frm_panier_resa.loading:before{content:'';background:rgba(255, 255, 255, 0.80);display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;}#frm_panier_resa.loading:after{content:'\f110';font-family:'FontAwesome';font-size:3em;display:block;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:100;animation:fa-spin 1s infinite steps(8);}#tab_panier_resa > .ligne_entete{display:table;width:100%;margin-bottom:4px;}#tab_panier_resa .ligne_frais_dossier,#tab_panier_resa .ligne_assurance,#tab_panier_resa .ligne_CYBERCE{width:100%;margin-bottom:4px;}#bloc_panier_resa #tab_panier_resa .ligne_frais_dossier,#bloc_panier_resa #tab_panier_resa .ligne_assurance,#bloc_panier_resa #tab_panier_resa .ligne_CYBERCE{display:table;}#tab_panier_resa > .ligne_entete > .col_entete,#tab_panier_resa .ligne_frais_dossier div,#tab_panier_resa .ligne_assurance div,#tab_panier_resa .ligne_CYBERCE div{display:table-cell;text-align:center;height:25px;line-height:25px;background-color:#f78c40;color:white;}#tab_panier_resa > .ligne_entete > #col_entete_action{display:none;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_designation{padding-left:8px;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_designation,#tab_panier_resa .table_produit .col_designation,#tab_panier_resa .col_libelle_frais_dossier,#tab_panier_resa .col_libelle_assurance,#tab_panier_resa .ligne_assurance .col_libelle_assurance,#tab_panier_resa .ligne_frais_dossier .col_libelle_frais_dossier,#tab_panier_resa .ligne_frais_dossier .col_libelle_CYBERCE{width:50%;text-align:left;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_quantite,#tab_panier_resa .table_produit .col_quantite,#tab_panier_resa .col_quantite_frais_dossier,#tab_panier_resa .col_quantite_assurance,#tab_panier_resa .col_quantite_CYBERCE{width:14%;}#tab_panier_resa .col_pu_frais_dossier,#tab_panier_resa .col_quantite_frais_dossier{text-align:center;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_pu,#tab_panier_resa .table_produit .col_pu,#tab_panier_resa .col_pu_frais_dossier,#tab_panier_resa .col_pu_assurance{width:16%;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_designation,#tab_panier_resa > .ligne_entete > .col_entete#col_entete_quantite,#tab_panier_resa > .ligne_entete > .col_entete#col_entete_pu{border-right:2px solid white;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_total,#tab_panier_resa .table_produit .col_total,#tab_panier_resa .ligne_frais_dossier .col_total_frais_dossier,#tab_panier_resa .ligne_assurance .col_total_assurance,#tab_panier_resa .ligne_CYBERCE .col_total_CYBERCE{text-align:right;}#tab_panier_resa > .ligne_entete > .col_entete#col_entete_total{padding-right:0.8em;}#tab_panier_resa .table_produit{border:1px solid #f78c40;margin-bottom:10px;position:relative;}#tab_panier_resa .table_produit .ligne_prestataire{background-color:#f78c40;color:white;}#tab_panier_resa .table_produit .ligne_formule_fisrt .col_formule{border-top:1px solid #f78c40;}#tab_panier_resa .table_produit .ligne_formule_last .col_formule,#tab_panier_resa .ligne_formule_fisrt .col_formule{border-bottom:1px solid #f78c40;border-right:1px solid #f78c40;}#tab_panier_resa .table_produit .ligne_prestation_1,#tab_panier_resa .table_produit .ligne_formule_1,#tab_panier_resa .table_produit .ligne_sous_total_1,#tab_panier_resa .table_produit .ligne_sous_total_1{background-color:#c6e9ff;background:#f78c40;background:rgba(247, 140, 64, 0.4);}#tab_panier_resa .table_produit .ligne_prestation_1.prestation_non_dispo{background-color:#ccc;}#tab_panier_resa .table_produit .ligne_prestation_2,#tab_panier_resa .table_produit .ligne_formule_2,#tab_panier_resa .table_produit .ligne_sous_total_2,#tab_panier_resa .table_produit .ligne_sous_total_2{background:#f78c40;background:rgba(247, 140, 64, 0.2);border-top:1px solid #fff;}#tab_panier_resa .table_produit .photo_prestation_panier{display:inline-block;vertical-align:top;}#tab_panier_resa .table_produit .photo_prestation_panier a{display:block;}#tab_panier_resa .table_produit .photo_prestation_panier a img{width:100%;max-width:300px;}#tab_panier_resa .table_produit .libelle_prestation{font-weight:bold;color:#000;display:inline-block;margin-left:1em;margin-top:1em;}#tab_panier_resa .table_produit .libelle_prestation a{color:initial;text-decoration:none;}#tab_panier_resa .ligne_frais_dossier .col_libelle_frais_dossier,#tab_panier_resa .table_produit .col_designation{padding-left:20px;}#tab_panier_resa .ligne_assurance .col_libelle_assurance span.assurance_prestation{margin-left:0.5em;font-size:0.85em;font-style:italic;}#tab_panier_resa .table_produit .dates_sejour,#tab_panier_resa .table_produit .detail_personnes{color:#f78c40;font-style:italic;}#tab_panier_resa .table_produit .col_quantite,#tab_panier_resa .table_produit .col_pu{text-align:center;}#tab_panier_resa .table_produit .col_action{float:right;padding:4px;background-color:#676767;}#tab_panier_resa .table_produit .col_action a{display:block;width:12px;height:19px;background-image:url(https://static.ingenie.fr/images/resa/panier/delete.png);background-repeat:no-repeat;background-position:top left;font-size:0;}.frm_panier_resa_rwd .table_produit .col_action a{text-indent:-10000px;}#tab_panier_resa .table_produit .ligne_sous_total_1,#tab_panier_resa .table_produit .ligne_sous_total_2{color:#f78c40;font-weight:bold;}#tab_panier_resa .table_produit .sous_total{text-align:right;}#tab_panier_resa .ligne_frais_dossier div,#tab_panier_resa .ligne_assurance div,#tab_panier_resa .ligne_CYBERCE div{background-color:#f78c40;color:white;padding:0.3em 0.8em;}#tab_panier_resa .ligne_total_resa,#tab_panier_resa .ligne_acompte_resa{text-align:right;padding:0.3em 0.8em;}#tab_panier_resa .ligne_total_resa > .col_libelle_total,#tab_panier_resa .ligne_total_resa > .col_total_resa,#tab_panier_resa .ligne_acompte_resa > .col_libelle_acompte,#tab_panier_resa .ligne_acompte_resa > .col_acompte_resa{color:#f78c40;font-weight:bold;display:inline-block;}#bloc_btn_action_panier{display:flex;justify-content:flex-end;align-items:center;margin-top:10px;}.panier_resa_erreurs_contrainte_validite{margin-top:10px;padding-right:18px;}#bloc_btn_action_panier .quitter_panier,#bloc_btn_action_panier .vider_panier{padding-right:10px;}#bloc_btn_action_panier .quitter_panier,#bloc_btn_action_panier .vider_panier,#bloc_btn_action_panier .valider_panier{display:inline;white-space:nowrap;}#bloc_btn_action_panier .quitter_panier a:link,#bloc_btn_action_panier .quitter_panier a:visited{color:#000;text-decoration:none;}#bloc_btn_action_panier .quitter_panier a:hover{color:#f78c40;}#bloc_btn_action_panier .vider_panier a:link,#bloc_btn_action_panier .vider_panier a:visited{color:#f78c40;text-decoration:none;}#bloc_btn_action_panier .vider_panier a:hover{color:#000;}#bloc_btn_action_panier .quitter_panier a:before,#bloc_btn_action_panier .vider_panier a:before,#bloc_btn_action_panier .valider_panier a:before{content:"\f105";font-family:'FontAwesome';padding-right:0.5em;}#bloc_btn_action_panier .valider_panier a:link,#bloc_btn_action_panier .valider_panier a:visited{background-color:#f78c40;border:1px solid #f78c40;display:inline-block;border-radius:12px;color:#fff;text-decoration:none;margin:0 auto;padding:5px;}#bloc_btn_action_panier .valider_panier_disabled a:link,#bloc_btn_action_panier .valider_panier_disabled a:visited{background-color:#cdcdcd;border:1px solid #cdcdcd;color:#707070;}#bloc_panier_resa .panier_vide{display:table;margin:0 auto;font-weight:bold;color:#f78c40;padding:10px;width:95%;background-color:white;}#bloc_panier_resa .zone_panier_vide{border:1px solid #cecece;padding:5px;display:table;margin:0 auto;}#bloc_panier_resa .panier_vide .icone_panier_vide{display:table;float:left;padding-top:25px;width:103px;height:106px;background-image:url('https://static.ingenie.fr/images/resa/picto_panier_vide.png');background-position:top left;background-repeat:no-repeat;}#bloc_panier_resa .msg_panier_vide{display:table;text-align:center;float:right;padding-top:10px;}#bloc_panier_resa .msg_panier_vide .texte_panier_vide{color:#000;font-weight:normal;padding:5px;width:100%;margin:0px auto;margin-top:20px;margin-bottom:50px;text-align:left;/* CODE PROMO DEBUT */}#bloc_panier_resa .msg_panier_vide .texte_panier_vide a:hover{text-decoration:none;}#bloc_panier_resa .ligne_code_promo > .col_zone_code{padding:0 10px 10px 10px;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .libelle_zone_code{font-weight:bold;clear:both;display:block;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocChampCodePromo,#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocBtnValideCodePromo{display:inline-block;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocChampCodePromo{width:160px;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocChampCodePromo > input{width:100%;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocMsgCodePromo > .erreurCodePromo{color:#f78c40;font-weight:bold;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocMsgCodePromo > .erreurCodePromo:before{content:"\f06a\00a0";font-family:"FontAwesome";}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocMsgCodePromo > .okCodePromo{color:green;font-weight:bold;}#bloc_panier_resa .ligne_code_promo > .col_zone_code > .blocMsgCodePromo > .okCodePromo:before{content:"\f058\00a0";font-family:"FontAwesome";/* CODE PROMO FIN *//* ---------------------------------- *//* ==8. STYLES DU PAIEMENT (ETAPE 3)  *//* ---------------------------------- */}#bloc_paiement{display:table;width:95%;margin:0px auto;background-color:#fff;padding:10px;font-size:0.9em;}#bloc_paiement .bloc_texte_paiement{border:1px solid #cecece;padding:5px;}#bloc_paiement .balise_important,#bloc_paiement .numdossier,#bloc_paiement .montant_paiement,#bloc_paiement .secure_paiement{color:#f78c40;font-weight:bold;}#bloc_paiement .bloc_texte_attention{margin-top:15px;}#bloc_paiement .bloc_texte_attention .icone_attention{width:10%;display:table;float:left;}#bloc_paiement .bloc_texte_attention .texte_attention{display:table;float:right;width:90%;}#bloc_paiement .bloc_texte_attention .texte_attention .important{color:#f78c40;}#bloc_paiement .icone_reponse_paiement{width:20%;display:table;float:left;padding-top:25px;}#bloc_paiement .msg_reponse_paiement{display:table;float:right;width:80%;text-align:left;}#bloc_paiement .paiement_ok{color:#2c9600;font-weight:bold;}#bloc_paiement .info_mail{color:#7f7f7f;font-style:italic;text-align:left;font-size:0.8em;}#bloc_paiement .paiement_annule{color:#f78c40;font-weight:bold;}#bloc_paiement .logo_carte{padding:10px;margin:0px auto;width:95%;text-align:center;}#bloc_paiement .msg_rappel_dossier{background-color:#ededed;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px;width:400px;margin:0px auto;text-align:center;}#bloc_paiement input[type=submit],#bloc_paiement button[type=submit]{background-image:url(https://static.ingenie.fr/images/resa/cadenas.png);background-repeat:no-repeat;background-position:5px 50%;background-color:#f78c40;color:white;font-size:1em;padding:0.5em;border:1px solid #f78c40;padding-left:30px;display:block;margin:0 auto;/* ---------------------------------- *//* ==9. STYLES CONFIRMATION (ETAPE 4) *//* ---------------------------------- */}#bloc_paiement input[type=submit]:hover,#bloc_paiement button[type=submit]:hover{border-color:#000;}#bloc_confirmation{display:table;width:95%;margin:0px auto;background-color:#fff;padding:10px;font-size:0.9em;}#bloc_confirmation .bloc_texte_paiement{border:1px solid #cecece;padding:5px;}#bloc_confirmation .balise_important,#bloc_confirmation .numdossier{color:#f78c40;font-weight:bold;}#bloc_confirmation .bloc_texte_attention{margin-top:15px;}#bloc_confirmation .bloc_texte_attention .icone_attention{width:10%;display:table;float:left;}#bloc_confirmation .bloc_texte_attention .texte_attention{display:table;float:right;width:90%;}#bloc_confirmation .bloc_texte_attention .texte_attention .important{color:#f78c40;}#bloc_confirmation .info_mail{color:#7f7f7f;font-style:italic;text-align:left;font-size:0.8em;/* ---------------------------------- *//* ==10. STYLE PAGE ERREUR			  *//* ---------------------------------- */}#bloc_erreur_resa{display:table;width:95%;margin:0px auto;background-color:#fff;padding:10px;font-size:0.9em;}#bloc_erreur_resa .zone_erreur{border:1px solid #cecece;padding:5px;display:table;margin:0px auto;}#bloc_erreur_resa .icone_erreur{width:20%;display:table;float:left;padding-top:25px;}#bloc_erreur_resa .msg_erreur{display:table;text-align:center;float:right;width:80%;padding-top:10px;}#bloc_erreur_resa .msg_erreur .titre_erreur{color:#f78c40;font-weight:bold;padding-bottom:30px;}#bloc_erreur_resa .msg_erreur .titre_nature_erreur{font-weight:bold;text-align:left;}#bloc_erreur_resa .msg_erreur .natures_erreur{text-align:left;padding:5px;padding-left:15px;}#bloc_erreur_resa .msg_erreur .solutions_erreur{background-color:#ededed;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:5px;width:450px;margin:0px auto;margin-top:20px;margin-bottom:50px;text-align:left;/* ---------------------------------- *//* ==12. MOTEUR						  *//* ---------------------------------- */}.form-resa .descriptifPrestMoteur .closeBtn{background:url("https://static.ingenie.fr/images/formulaire/picto_close.png") no-repeat;width:16px;height:16px;float:right;cursor:pointer;}.menuAccordeon .menuMoteur{padding:5px;}.menuAccordeon .menuMoteur .titreMenu{font-variant:small-caps;cursor:pointer;}.menuAccordeon.ui-accordion .ui-accordion-content{padding:5px;/* Pour que les libelles ne se chevauchent pas */}.form-recherche .ligne_form_moteur{clear:both;}.form-recherche .choixPersonne .forms_champType_select,.form-recherche .choixAges .forms_champType_select{display:inline-block;}.form-recherche .choixAges .forms_champType_select{margin-right:5px;}.form-recherche .choixAges .forms_champType_select:last-child{margin-right:0px;/* aucune date dispo dans widget moteur fiche */}.resa_moteur_fiche .aucune_date{text-align:center;font-size:1.2em;padding:0.5em 0 1em;/* ---------------------------------- *//* ==13. STYLES IDENTIFICATION (ETAPE 2)		  *//* ---------------------------------- *//** => Deplaci?? dans la css des formulaire - Forcement incluse pour une ri??sa /**//**
.form_ligne_mail, .form_ligne_pass {
    border-radius: 5px 5px 5px 5px;
    padding: 25px 0px;
    background: none no-repeat scroll 5px center rgb(235, 232, 241);
}

.form_ligne_mail {
    background-image: url("https://static.ingenie.fr/images/formulaire/form_login.png") !important;
}

.form_ligne_pass {
    background-image: url("https://static.ingenie.fr/images/formulaire/form_pass.png");
}/**/}.resa_bloquee{color:#f78c40;padding-bottom:0.5em;font-size:1.2em;}.prestation_disponible_plus{color:#05784e;font-weight:bold;}.prestation_disponible_plus_que,.prestation_disponible_derniere{color:#f78c40;font-weight:bold;}.div_text_non_dispo .zone_text_non_dispo{background-color:#ccc;color:#f78c40;text-align:center;font-weight:bold;}.forms_ligne.form_ligne_cgv .forms_colValues{margin-left:0px;}.forms_ligne.form_ligne_cgv .forms_colValues a{color:#f78c40;}.recherche_texte_affiner{margin-bottom:1.5em;}.recherche_texte_affiner .sous_titre_affinage{font-weight:bold;margin-bottom:0.4em;}.recherche_texte_affiner .recherche_texte input.recherche_texte_input{width:100%;/* Nuites hotels */}.form-resa > .form-recherche .bloc_date_calendrier_double .ligne_form_moteur:nth-child(3) label{display:none;}.form-resa > .form-recherche .bloc_date_calendrier_double .dispoDureeCalcule .nbjour{background-image:url('https://static.ingenie.fr/images/resa/picto_nuit.png');background-repeat:no-repeat;background-position:top left;background-size:40px;height:40px;display:block;float:left;padding-top:0px;padding-left:0px;width:40px;text-align:center;margin-right:5px;color:#f2ff00;}.form-resa > .form-recherche .bloc_date_calendrier_double .dispoDureeCalcule .nbjour,.form-resa > .form-recherche .bloc_date_calendrier_double .dispoDureeCalcule .libelle_duree{line-height:53px;display:inline-block;vertical-align:top;font-size:17px;font-weight:bold;}.form-resa > .form-recherche .bloc_date_calendrier_double .dispoDureeCalcule .libelle_duree{color:#1d1d1b;}.formulaire_resa .forms_listeRadio{display:inline-block;width:auto;}.gwallet-buttons{border-radius:10px;padding:20px;max-width:400px;margin:auto;}.gwallet-buttons .google-wallet-button{background-color:#000;border-radius:22px;color:#fff;padding:10px 20px;font-size:16px;font-family:Arial, sans-serif;text-align:center;display:flex;align-items:center;margin-bottom:10px;text-decoration:none;/* Adjust width as needed */width:fit-content;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);cursor:pointer;}.gwallet-buttons .google-wallet-button:hover{opacity:0.9;}.gwallet-buttons .google-wallet-icon{vertical-align:middle;/* Adjust size as needed */height:28px;margin-right:10px;}.gwallet-buttons > span{display:block;font-size:1.2em;}.gwallet-buttons ul{list-style-position:inside;padding-left:0;margin-top:0;/* ---------------------------------- *//* ==11. RESPONSIVE WEB DESIGN		  *//* ---------------------------------- */}@media (max-width:768px){#tab_panier_resa > .ligne_entete,#tab_panier_resa .table_produit .col_pu,#tab_panier_resa .ligne_assurance .col_pu_assurance,#tab_panier_resa .ligne_CYBERCE .col_informations_CYBERCE{display:none;}#tab_panier_resa .ligne_prestation_1 .col_prestation,#tab_panier_resa .ligne_prestation_2 .col_prestation{position:relative;}#tab_panier_resa .table_produit .col_formule{position:relative;vertical-align:top;padding-top:24px;}#tab_panier_resa .ligne_prestation_1 .col_prestation,#tab_panier_resa .ligne_prestation_2 .col_prestation{padding-bottom:18px;}#tab_panier_resa .table_produit .ligne_formule_fisrt .col_formule:before{content:attr(data-title) '';padding:0px;font-weight:bold;display:block;vertical-align:top;margin-top:-24px;left:0px;right:0;height:20px;position:relative;}#tab_panier_resa .table_produit .libelle_prestation{width:100%;width:calc(100% - 25px);display:block;}#tab_panier_resa .table_produit .dates_sejour,#tab_panier_resa .table_produit .detail_personnes{vertical-align:top;}#tab_panier_resa .table_produit .col_action{position:absolute;top:4px;right:4px;}#etapes_resa .bloc_etapes{border-bottom:0px solid white;}.bloc_centrage_etapes{display:table;}.marges_etape{display:table-cell;vertical-align:top;width:auto;float:none;}.marges_etape .picto{display:none;}#etapes_resa .etape_ON,#etapes_resa .etape_OFF{-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;border:0px solid white;width:100%;border-left:1px solid white;padding:5px 0px;}#etapes_resa .etape_OFF{background-color:#bfbfbf;color:white;}}@media (max-width:520px){/* -------------------------------------- *//* ==14. POPUP DE REDIRECTION DE PANIER	  *//* -------------------------------------- */#etapes_resa .bloc_etapes .bloc_centrage_etapes .marges_etape{width:50%;display:inline-block;vertical-align:top;min-height:40px;float:left;padding:0.2em;}#etapes_resa .bloc_etapes .bloc_centrage_etapes .marges_etape > div{min-height:40px;}#etapes_resa .etape_ON,#etapes_resa .etape_OFF{border:0;}}.titre_popup_redirection_panier{font-weight:bold;}.texte_popup_redirection_panier{text-align:center;/* CSS DIV NO RESULTAT AFFICHE A LA PLACE DU DATEPICKER QUAND PAS DE DATE DISPO */}div.ui-datepicker div.noresult{display:none;left:0;right:0;top:30px;bottom:0;position:absolute;background-color:#eceadf;padding:10px;text-align:center;z-index:1;}div.ui-datepicker div.noresult span.table{display:table;height:100%;}div.ui-datepicker div.noresult span.table-cell{display:table-cell;vertical-align:middle;/* -------------------------------------- *//* ==15. LOADER WIDGET V2  *//* -------------------------------------- */}.loading-left,.loading{position:relative;}.loading:after{content:close-quote;width:3rem;height:3rem;position:absolute;right:-55px;top:calc(50% - 3rem/2);display:inline-block;border:3px solid rgba(0, 0, 0, .2);border-top-color:#fff;border-radius:50%;background-color:#fff;animation:1s spin infinite ease-in-out;}.loading-left:after{content:close-quote;width:3rem;height:3rem;position:absolute;left:-55px;top:calc(50% - 3rem/2);display:inline-block;border:3px solid rgba(0, 0, 0, .2);border-top-color:#fff;border-radius:50%;animation:1s spin infinite ease-in-out;}.loading-center:after{content:close-quote;width:3rem;height:3rem;position:absolute;left:calc(50% - 3rem/2);top:calc(50% - 3rem/2);display:inline-block;border:3px solid rgba(0, 0, 0, .2);border-top-color:#fff;border-radius:50%;animation:1s spin infinite ease-in-out;}.ing-widget-resa-fiche .button_search{position:relative;}.forms_colValues{position:relative;}.viewPassword{cursor:pointer;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.viewPassword.on:before{content:"\f070";}.viewPassword:hover{opacity:0.6;}.viewPassword:before{content:"\f06e";font-family:'FontAwesome';font-size:20px;display:block !important;position:absolute;top:-3px;left:155px;}.cyberce_information_parent{display:flex;flex-direction:column;flex-wrap:wrap;border:2px solid var(--buttonsColor);padding:10px;}.cyberce_information_parent .amount_parent{display:flex;flex-wrap:nowrap;justify-content:space-between;text-align:left;}.cyberce_information_parent .amount_parent .information_text{margin-top:0;flex:1;}.cyberce_information_parent .amount_parent .information_text .subvention_text{color:var(--buttonsColor);font-weight:600;}.cyberce_information_parent .amount_parent .amount_text{margin-top:0;color:var(--buttonsColor);font-weight:600;margin-left:20px;}.cyberce_information_parent .reduction_text{font-weight:700;font-size:18px;}#container-inclusion-panier{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;column-gap:20px;}#container-inclusion-panier .liseret{height:1px;background-color:#eaeaea;}#container-inclusion-panier .formulaire_container,#container-inclusion-panier #bloc_paiement{width:calc(100% - 400px);margin:0 !important;padding-right:60px;padding-left:0;}#container-inclusion-panier #tab_panier_resa{position:sticky;top:10px;width:400px;max-height:100vh;margin-right:0;margin-bottom:20px;padding:0;padding-bottom:0px;border:1px solid #e8e8e8;border-radius:2px;background-color:#fff;box-shadow:0px 2px 15px 0px rgba(0, 0, 0, 0.05);overflow:auto;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar-thumb{background:#f78c40;border:2px solid #f1f1f1;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar-track{background:#fff;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar{height:15px;width:15px;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar-thumb:hover{background:#f78c40;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar-button{background-size:8px;background-position:50%;background-repeat:no-repeat;border-radius:10px;}#container-inclusion-panier #tab_panier_resa::-webkit-scrollbar-button:hover{background-color:#f1f1f1;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale{padding:0;text-align:center;background-color:#fff;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier{padding-top:0;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo{position:relative;width:100%;height:280px;overflow:hidden;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-wrapper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;user-select:none;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#f78c40;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-next,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-prev{width:30px;height:30px;border-radius:50%;background-color:#fff;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);line-height:30px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-next:hover,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-prev:hover{opacity:0.6;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-next:after,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .photo .swiper-button-prev:after{font-size:14px;font-weight:normal;color:#f78c40;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .ligne_libelle_package{font-size:16px;margin-bottom:1em;color:#c1b192;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .ligne_libelle_package .lib_votre_sejour{position:relative;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .ligne_libelle_package .lib_votre_sejour:before{content:url('https://static.ingenie.fr/images/resa/picto_adulte.png');content:url('https://static.ingenie.fr/images/resa/shape.png');padding-right:5px;position:absolute;left:-25px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .ligne_libelle_package .lib_package{padding-left:3px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation{margin-left:0;margin:1.5em 0;float:none;width:90%;margin:auto !important;padding:20px 10px;margin-top:-25px !important;position:relative;z-index:50;background:#fff;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation .ligne_libelle_prestataire{color:#373737;font-size:24px;display:block;margin-bottom:10px;text-decoration:none;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation .ligne_libelle_prestataire:hover{opacity:0.6;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation .ligne_libelle_ville,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation .ligne_libelle_cp{color:#27cbcd;font-size:14px;text-transform:capitalize;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .headerPanier .libellePanierPrestation .ligne_libelle_cp{padding-left:0.4em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .infoCompPanierPrestation{margin:1em 0;color:#373737;font-size:18px;padding-bottom:0;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .infoCompPanierPrestation .ligne_libelle_dates{text-transform:capitalize;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .infoCompPanierPrestation .ligne_libelle_dates span{margin:0 20px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationPrincipale .infoCompPanierPrestation .ligne_libelle_dates span:before{content:url('https://static.ingenie.fr/images/resa/next.png');display:inline-block;vertical-align:middle;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours{background-color:transparent !important;margin:0;padding:0;}@media screen and (max-width:820px){#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours{padding:0 1em;}}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_appt_package{padding:10px 12px;padding-bottom:0px;color:#f78c40;min-height:0px;border:0;display:flex;justify-content:space-between;font-size:16px;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation{padding:0 15px;color:#f78c40;min-height:0px;border:0;display:flex;justify-content:space-between;align-items:baseline;margin-top:10px;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestation .ligne_total_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation .ligne_total_prestation{color:#787571;font-size:16px;width:20%;text-align:right;}@media screen and (max-width:500px){#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestation .ligne_total_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation .ligne_total_prestation{width:30%;}}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestation:last-child,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation:last-child{margin-bottom:10px;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.main_prest .lignePanierPrestation:first-child .ligne_libelle_prestation{color:#373737;font-weight:bold;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.main_prest .lignePanierPrestation:first-child .ligne_libelle_prestation .nombre_prestation{font-weight:normal;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestationFormule,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePrestationEnCours{display:flex;justify-content:space-between;}#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .libelle_options{font-size:1.6em;padding:0 1em;margin-bottom:0.5em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours{margin:1.5em 0;padding:0 1.5em;align-items:baseline;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_xselling,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_xselling{position:relative;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_xselling .ligne_total_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_xselling .ligne_total_prestation{float:right;padding-right:21px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_xselling a.suppr_formule,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_xselling a.suppr_formule{position:initial;display:block;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_xselling a.suppr_formule:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_xselling a.suppr_formule:before{right:14px;top:1px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_option .ligne_libelle_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_option .ligne_libelle_prestation,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule.ligne_xselling .ligne_libelle_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours.ligne_xselling .ligne_libelle_prestation{font-size:14px;color:#787571;width:calc(100% - 100px);display:inline-block;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .ligne_libelle_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_libelle_prestation{text-align:left;width:70%;font-size:14px;color:#787571;}@media screen and (max-width:500px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .ligne_libelle_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_libelle_prestation{width:56%;}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .infoCompPanierPrestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation{text-align:left;width:100%;font-size:14px;color:#787571;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .infoCompPanierPrestation span,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation span{margin:0 20px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .infoCompPanierPrestation span:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .infoCompPanierPrestation span:before{content:url('https://static.ingenie.fr/images/resa/next.png');display:inline-block;vertical-align:middle;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .ligne_groupe_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_groupe_prestation{line-height:40px;display:table;width:100%;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .ligne_total_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_total_prestation{color:#787571;font-size:16px;width:auto;text-align:right;min-width:100px;}@media screen and (max-width:500px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .ligne_total_prestation,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .ligne_total_prestation{width:30%;}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule a.suppr_formule,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours a.suppr_formule{font-size:0px;position:relative;padding-left:20px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule a.suppr_formule:hover:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours a.suppr_formule:hover:before{opacity:0.6;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule a.suppr_formule:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours a.suppr_formule:before{content:url('https://static.ingenie.fr/images/resa/corbeille.png');cursor:pointer;position:absolute;right:0;top:-14px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule > div > div:not(.lignePanierPrestationLibelle),#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours > div > div:not(.lignePanierPrestationLibelle){display:table-cell;vertical-align:middle;line-height:28px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .lignePanierPrestationComposition,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestationComposition{font-size:1.6em;font-weight:bold;line-height:20px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .lignePanierPrestationComposition span,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestationComposition span{padding-left:1em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .lignePanierPrestationLibelle,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestationLibelle{font-size:1.6em;line-height:25px;padding-left:4em;padding-top:0;display:block;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .lignePanierPrestationPrix,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .lignePanierPrestationPrix{font-size:1.6em;color:#004a6b;text-align:right;white-space:nowrap;padding-right:0.8em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer{vertical-align:middle;padding:0;margin-right:1em;width:42px;cursor:pointer;}@media (max-width:820px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer a,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer a{display:block;text-align:center;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer a:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer a:before{margin:auto !important;}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer a:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer a:before{content:'\f1f8';width:28px;height:28px;line-height:28px;background-color:#fff;border:1px solid #e6e6e6;display:inline-block;vertical-align:middle;text-align:center;color:#000;font-size:1.8em;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;margin-left:1em;}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe{background-color:#f8f8f8;padding-left:2em;}@media screen and (max-width:900px){#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe{margin:25px 0;margin-top:0;}}@media screen and (max-width:900px){#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe label{width:60%;}}@media screen and (max-width:900px){#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe .tarif_min{width:40%;text-align:right;}}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe > div{line-height:40px;}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe > div.col_libelle_assurance{font-weight:bold;display:inline-block;font-size:1.6em;}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe > div.col_quantite_assurance{display:block;}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe > div.col_quantite_assurance .btn{background-color:#414347;padding:0 1em;display:inline-block;line-height:35px;color:#fff;text-transform:uppercase;}#container-inclusion-panier #tab_panier_resa .ligne_prestation_annexe .col_pu_assurance{color:#004a6b;float:right;padding-right:1em;font-size:1.6em;width:15%;}#container-inclusion-panier #tab_panier_resa .ligne_assurance{background-color:#f8f8f8;margin:2em 0;padding-bottom:1em;color:#414347;padding-left:2em;display:block;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_pu_assurance{display:inline-block;float:right;margin-right:1em;color:#004a6b;font-size:1.6em;}#container-inclusion-panier #tab_panier_resa .ligne_assurance > div{line-height:20px;height:auto;background-color:transparent;color:#414347;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_libelle_assurance{font-weight:bold;display:inline-block;width:80% !important;line-height:20px !important;font-size:1.6em;padding-left:0em;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_pu_assurance{display:inline;float:right;width:17%;margin-right:0em !important;color:#004a6b !important;padding:0em;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_quantite_assurance{text-align:left;padding-left:0em;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_quantite_assurance .btn{background-color:#414347;padding:0 1em;display:inline-block;line-height:35px;color:#fff;text-transform:uppercase;}#container-inclusion-panier #tab_panier_resa .ligne_assurance .col_libelle_assurance_infobulle{display:block;font-size:1.4em;text-align:left;text-align:justify;padding-left:0em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo{background-color:transparent;padding:20px 0;color:#414347;padding-left:2em;padding-top:7px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .lib_code_promo{color:#373737;font-size:14px;position:relative;padding-left:30px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .lib_code_promo:before{content:url('https://static.ingenie.fr/images/resa/reduc.png');padding-right:5px;position:absolute;left:0px;top:0px;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .blocMsgCodePromo .erreurCodePromo{color:#c43d3d;font-size:1.4em;margin-top:0.5em;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code > .libelle_zone_code{line-height:40px;font-size:16px;display:block;color:#373737;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo{display:inline-block;width:250px;}@media screen and (max-width:950px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo{width:calc(100% - 140px);}}@media screen and (max-width:400px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo{width:calc(100% - 120px - 20px);}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo span#code_promo{color:#c1b192;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo input[type="text"]{line-height:40px;height:40px;padding:0;font-size:1.6em;padding-left:15px;border:1px solid #979797;width:95%;outline:none;}@media (max-width:995px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocChampCodePromo input[type="text"]{width:100%;}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocBtnValideCodePromo{display:inline-block;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocBtnValideCodePromo input[type="button"]{font-size:1.4em;height:40px;outline:none;text-transform:inherit;background-color:#fff;color:#27cbcd;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationCodePromo .col_zone_code .blocBtnValideCodePromo input[type="button"]:hover{background-color:#27cbcd;color:#fff;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationTotal,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationAcompte{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:15px;padding-left:20px;}@media screen and (max-width:1270px){#container-inclusion-panier #tab_panier_resa .lignePanierPrestationTotal,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationAcompte{width:100%;margin-left:0;}}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationTotal{font-size:20px;text-transform:uppercase;background-color:transparent;color:#373737;font-weight:bold;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationAcompte{font-size:16px;padding-top:0 !important;color:#797979;background-color:#fff;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationReglerSejour{font-size:1.6em;text-transform:uppercase;background-color:#9f8e59;padding:1em;color:#fff;text-align:center;cursor:pointer;}#container-inclusion-panier #tab_panier_resa .lignePanierPrestationReglerSejour .total_panier{float:right;}#container-inclusion-panier #tab_panier_resa .libelle_options{padding:0 1em;margin-top:10px;margin-bottom:10px;font-size:16px;color:#373737;font-weight:normal;}#container-inclusion-panier #tab_panier_resa h2{line-height:72px;padding:0;margin-bottom:0;font-size:24px;text-align:center;color:#27cbcd;background-color:transparent;display:none;}@media (max-width:950px){#container-inclusion-panier{display:block !important;width:100%;}#container-inclusion-panier .formulaire_container,#container-inclusion-panier #bloc_paiement{display:block;width:100%;padding:0px 9px;}#container-inclusion-panier #tab_panier_resa{display:block;width:100%;max-width:100%;margin-top:20px;margin-bottom:2em;padding:0px 15px;}}@media (max-width:480px){#container-inclusion-panier .lignePanierPrestation,#container-inclusion-panier .infoCompPanierPrestation,#container-inclusion-panier .lignePanierPrestationFormule,#container-inclusion-panier .lignePrestationEnCours{padding:0 !important;}#container-inclusion-panier .lignePanierPrestationTotal,#container-inclusion-panier .lignePanierPrestationAcompte{padding:15px 0 !important;}}body.accueil main.container section#content .diapo .moteur_resa .moteur-ligne .form-resa .widget_mon_compte_to{flex-wrap:wrap;}body.accueil main.container section#content .diapo .moteur_resa .moteur-ligne .form-resa .widget_mon_compte_to .widget_mon_compte_to_resume{width :100%;}.loader-popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:90000000;width:450px;max-width:95%;padding:20px;text-align:center;border-radius:10px;background-color:#fff;box-shadow:0px 4px 35px 0px rgba(0, 0, 0, 0.15);}.loader-popup .loader{display:flex;align-items:center;justify-content:center;position:relative;height:52px;width:52px;margin:20px auto 20px auto;aspect-ratio:1;text-align:left;background-color:#fff;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.loader-popup .loader:before{content:close-quote;width:3rem;height:3rem;display:inline-block;border:3px solid rgba(0, 0, 0, .2);border-top-color:#f78c40;border-radius:50%;animation:1s spin infinite ease-in-out;}.loader-popup .title-loader{text-align:center;margin-top:15px;font-weight:bold;font-size:20px;text-transform:uppercase;}.loader-popup .description-loader{text-align:center;margin:15px auto 15px auto;font-size:16px;}.ext_ajax_result .ajax-results:not(:empty),.moteur_horiz .resa_div_btn .ajax-results:not(:empty),.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .resa_div_btn .ajax-results:not(:empty),.moteur_resa_fiche_horiz .form-resa .content .resa_div_btn .ajax-results:not(:empty){background-color:#27cbcd;border-radius:20px;width:20px;height:20px;line-height:20px;text-align:center;display:inline-block;position:absolute;top:calc(100% - 10px);left:calc(50% - 10px);z-index:1;}.ext_div_calendrier,.moteur_horiz .div_calendrier,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .div_calendrier{background-color:#fff;border:1px solid #aaa;position:relative;}.ext_div_calendrier:after,.moteur_horiz .div_calendrier:after,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .div_calendrier:after{content:'\f133';font-family:'FontAwesome';margin-left:0.5em;z-index:1;position:absolute;}.ext_div_calendrier input.datepicker,.moteur_horiz .div_calendrier input.datepicker,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .div_calendrier input.datepicker{margin:0;z-index:2;background-image:none;background-color:transparent;position:relative;}.ext_select_custom,.moteur_horiz .forms_champType_select,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .forms_champType_select{background-color:#fff;overflow:hidden;height:40px;position:relative;border:1px solid #000;}.ext_select_custom:after,.moteur_horiz .forms_champType_select:after,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .forms_champType_select:after{content:'\f078';font-family:'FontAwesome';position:absolute;z-index:1;line-height:40px;top:0;right:0em;padding:0 0.5em;background-color:#fff;font-weight:normal;}.ext_select_custom select,.moteur_horiz .forms_champType_select select,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .forms_champType_select select{background:transparent !important;-webkit-appearance:none;border:0;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;width:130%;padding-left:1em;position:relative;z-index:4;padding-right:calc(30% + 2em);}.moteur_horiz{display:table;width:100%;}.moteur_horiz .titre_moteur_resa{font-size:2em;}.moteur_horiz select{line-height:40px;height:40px;width:100%;}.moteur_horiz .div_calendrier input.datepicker{width:100%;height:calc(40px - 2px);border:0;}.moteur_horiz .choixPersonne .forms_champType_select{width:50%;float:left;}.moteur_horiz .choixAges .forms_champType_select{width:60px;float:left;}.moteur_horiz .bloc_selection_type_prestataire_select{width:calc(100% / 6);display:inline-block;vertical-align:top;float:left;}@media (max-width:5000px){.moteur_horiz .bloc_selection_type_prestataire_select{width:100%;}}@media (max-width:4000px){.moteur_horiz .bloc_selection_type_prestataire_select{width:30%;}}@media (max-width:700px){.moteur_horiz .bloc_selection_type_prestataire_select{width:100%;}}.moteur_horiz .bloc_date_calendrier_double,.moteur_horiz .bloc_select_date_resa_classique{width:calc(100% / 2);display:inline-table;vertical-align:top;float:left;}@media (max-width:5000px){.moteur_horiz .bloc_date_calendrier_double,.moteur_horiz .bloc_select_date_resa_classique{width:60%;}}@media (max-width:4000px){.moteur_horiz .bloc_date_calendrier_double,.moteur_horiz .bloc_select_date_resa_classique{width:70%;}}@media (max-width:700px){.moteur_horiz .bloc_date_calendrier_double,.moteur_horiz .bloc_select_date_resa_classique{width:100%;}}.moteur_horiz .bloc_date_calendrier_double .nom_jour,.moteur_horiz .bloc_select_date_resa_classique .nom_jour{display:none;}.moteur_horiz .bloc_date_calendrier_double label:not(.label_apres),.moteur_horiz .bloc_select_date_resa_classique label:not(.label_apres){display:none;}.moteur_horiz .bloc_date_calendrier_double .bloc_date,.moteur_horiz .bloc_select_date_resa_classique .bloc_date{display:table;width:100%;}.moteur_horiz .bloc_date_calendrier_double .bloc_date > *,.moteur_horiz .bloc_select_date_resa_classique .bloc_date > *{display:table-cell;vertical-align:top;}@media (max-width:600px){.moteur_horiz .bloc_date_calendrier_double .bloc_date .ligne_form_moteur:first-child,.moteur_horiz .bloc_select_date_resa_classique .bloc_date .ligne_form_moteur:first-child{display:block;}}.moteur_horiz .bloc_date_calendrier_double .bloc_date_duree,.moteur_horiz .bloc_select_date_resa_classique .bloc_date_duree{display:table;width:100%;}.moteur_horiz .bloc_date_calendrier_double .bloc_date_duree > *,.moteur_horiz .bloc_select_date_resa_classique .bloc_date_duree > *{width:50%;display:table-cell;vertical-align:top;}@media (max-width:600px){.moteur_horiz .bloc_date_calendrier_double .bloc_date_duree > *,.moteur_horiz .bloc_select_date_resa_classique .bloc_date_duree > *{width:100%;display:inline-block;}.moteur_horiz .bloc_date_calendrier_double .bloc_date_duree > *.ligne_form_moteur:last-child,.moteur_horiz .bloc_select_date_resa_classique .bloc_date_duree > *.ligne_form_moteur:last-child{width:100%;}}.moteur_horiz .bloc_date_calendrier_double .duree,.moteur_horiz .bloc_select_date_resa_classique .duree,.moteur_horiz .bloc_date_calendrier_double .dispoDureeCalcule,.moteur_horiz .bloc_select_date_resa_classique .dispoDureeCalcule{display:none;}.moteur_horiz .bloc_select_personnes{width:calc(100% / 6);display:inline-block;vertical-align:top;float:left;}@media (max-width:5000px){.moteur_horiz .bloc_select_personnes{width:calc(100% / 5);}}@media (max-width:4000px){.moteur_horiz .bloc_select_personnes{width:50%;clear:left;}}.moteur_horiz .bloc_select_personnes label{display:none;}.moteur_horiz .bloc_select_personnes #more-personnes{margin-top:1em;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset{border:1px solid #000;margin-top:1em;width:100%;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div{display:inline-block;float:left;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div.choixAges{margin-right:10px;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div.choixAges .libelle_age_enfant{margin-top:1em;display:block;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div.choixAges .br{display:none;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div.choixPersonne{width:100%;}.moteur_horiz .bloc_select_personnes #more-personnes-detail fieldset > .ligne_form_moteur > div.choixPersonne > .forms_champType_select{margin:5px 10px 5px 0;width:calc(50% - 10px);}.moteur_horiz .brFin{display:none;}.moteur_horiz .resa_div_btn{width:calc(100% / 6);float:left;display:inline-block;vertical-align:top;position:relative;}@media (max-width:5000px){.moteur_horiz .resa_div_btn{width:calc(100% / 5);}}@media (max-width:4000px){.moteur_horiz .resa_div_btn{width:50%;}}.moteur_horiz .resa_div_btn .button_search{width:100%;}.moteur_horiz .resa_div_btn .button_search input[type="button"]{height:40px;line-height:40px;border:0;width:100% !important;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur{border:1px solid #000;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur:not(:last-of-type){border-bottom:0;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .titreMenu{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;border:0;background:none;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .titreMenu:before{content:'\f067';font-family:'FontAwesome';font-weight:normal;margin-right:0.5em;display:inline-block;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .titreMenu.ui-state-active:before{-webkit-transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);-khtml-transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);-moz-transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);-ms-transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);-o-transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);transform:rotateX(0deg) rotateY(0deg) rotateZ(45deg);}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu{margin:0;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;border:0;background:none;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .content{display:block;width:100%;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .div_calendrier{border:0 !important;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu select{width:100%;line-height:40px;height:40px;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .div_calendrier input.datepicker{width:100%;height:calc(40px - 2px);border:0;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .libelle_age_enfant{margin-top:0.5em;display:block;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .choixPersonne .forms_champType_select{width:50%;float:left;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .choixAges .forms_champType_select{width:60px;float:left;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_selection_type_prestataire_select,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_select_date_resa_classique .bloc_date .ligne_form_moteur,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_date_calendrier_double .ligne_form_moteur,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_select_date_resa_classique .label_apres,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_date_calendrier_double .label_apres,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .bloc_select_personnes,.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .contenu_bloc_accordeon{margin:0.5em 0;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .br{display:none;}.moteur_vertic_accordeon .menuAccordeon .menuMoteur .contenu .resa_div_btn{position:relative;}.moteur_resa_fiche_horiz{/* DatePicker icone */}.moteur_resa_fiche_horiz .resa_moteur_fiche[id*="moteurResa-PRESTATAIRE-H"]{padding-top:25px;}.moteur_resa_fiche_horiz .resa_moteur_fiche .bloc_date .ligne_form_moteur,.moteur_resa_fiche_horiz .resa_moteur_fiche .bloc_select_personnes{margin-right:15px;}.moteur_resa_fiche_horiz .form-resa .content .bloc_select_personnes,.moteur_resa_fiche_horiz .form-resa .content .ligne_form_moteur,.moteur_resa_fiche_horiz .form-resa .content .resa_div_btn,.moteur_resa_fiche_horiz .form-resa .content .forms_champType_select{display:inline-block !important;vertical-align:top;width:auto;}.moteur_resa_fiche_horiz .form-resa .content select,.moteur_resa_fiche_horiz .form-resa .content .datepicker{margin-bottom:0;}.moteur_resa_fiche_horiz .form-resa .content .bloc_date .ligne_form_moteur{position:relative;}.moteur_resa_fiche_horiz .form-resa .content .bloc_date .ligne_form_moteur label,.moteur_resa_fiche_horiz .form-resa .content .bloc_date .ligne_form_moteur .nom_jour{position:absolute;top:-25px;left:0;}.moteur_resa_fiche_horiz .form-resa .content .bloc_date .ligne_form_moteur .nom_jour{left:30px;}.moteur_resa_fiche_horiz .form-resa .content .resa_div_btn{position:relative;}.moteur_resa_fiche_horiz .form-resa .content .resa_div_btn .form_search{margin-top:0;margin-bottom:0;}.isDtPckr:after{display:none;}.isDtPckr .div_calendrier:after{top:0;line-height:40px;right:0;padding:0 0.5em;}#content{/* Panier Espace client */}#content #etapes_resa{margin-bottom:50px;}#content #etapes_resa .bloc_etapes{border:none;}#content #etapes_resa .bloc_etapes .marges_etape > div{color:#fff;background-color:transparent;border-color:transparent;}#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau .picto{background-image:none;display:none;}#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau:last-child{color:#000;text-transform:uppercase;letter-spacing:0.1em;}#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau:last-child .num_etape{display:block;background-color:#c1c1c1;color:#fff;-webkit-border-radius:50px;-khtml-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px;font-size:1.5em;margin:auto;width:50px;height:50px;line-height:50px;}#content #etapes_resa .bloc_etapes .marges_etape > div .conteneur_tableau:last-child .num_etape > span{display:none;}#content #etapes_resa .bloc_etapes .marges_etape > div.etape_ON .conteneur_tableau .num_etape{background-color:#f78c40;}#content #etapes_resa .bloc_etapes .marges_etape > div.etape_ON .conteneur_tableau .num_etape > span{display:none;}#content #bloc_panier_resa #titre-page-etape{border:none;margin-bottom:1em;width:100%;overflow:auto;height:auto;}#content #bloc_panier_resa #titre-page-etape .libelle_titre{background-color:transparent;letter-spacing:0.2em;text-transform:uppercase;font-size:2em;padding-bottom:0.5em;border-bottom:1px solid #000;width:100%;}#content #bloc_panier_resa #bloc_frm_panier_resa > form.loading:after{border:0 !important;right:auto !important;height:auto !important;width:auto !important;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_entete > div{background-color:transparent;color:#000;text-transform:capitalize;font-size:1.3em;font-weight:bold;border-right:none;padding:0.3em 0.8em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit{border-top:1px solid #000;border-bottom:1px solid #000;border-right:none;border-left:none;margin:1em 0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit thead .ligne_prestataire{background-color:white;color:#f78c40;font-size:1.5em;font-weight:bold;border-bottom:1px solid #000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr{background:transparent;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation{margin-left:0.8em;padding:1em;border-bottom:1px solid #000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier{float:left;}@media (max-width:1050px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier{float:none;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .photo_prestation_panier a img{width:100%;max-width:300px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span{display:inline;color:#000;font-size:1em;margin-left:1em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation{display:block;color:#f78c40;font-weight:bold;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation .panier_lien_vers_fiche{margin :0 5px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.libelle_prestation .reference_prestation{font-size:1.6rem;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation span.detail_personnes{margin-left:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action{background-color:transparent;float:none;display:inherit;margin-left:1em;}@media (max-width:768px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action{position:relative;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action a{background-image:none;text-indent:0;color:#000;text-decoration:none;font-size:1.2em;margin-left:1em;margin-top:1em;text-transform:lowercase;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action a:before{content:"\f00d";font-family:'FontAwesome';margin-right:5px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .col_prestation .col_action a:hover{color:#d23;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_first td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_last td{border:none;font-size:1em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .sous_total{border-top:1px solid #000;border-bottom:1px solid #000;padding:0.8em;font-size:1em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr .sous_total span{color:#fff;font-weight:bold;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2{display:flex;flex-wrap:wrap;align-items:center;width:95%;border-radius:0;padding-top:0;margin:auto;font-size:14px;color:#000;margin-bottom:20px;margin-top:20px;font-weight:400;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .container_ligne_assurance_v2{background-color:#efefef;padding:10px;margin:10px 0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .choix_refus{padding:10px;margin:10px 0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2{display:flex;flex-wrap:wrap;width:100%;padding:10px 0;justify-content:space-between;align-items:center;}@media screen and (max-width:580px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2{align-items:flex-start;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .assurance_prestation{font-size:14px;margin-left:5px;font-weight:400;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-img{max-width:20%;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-img > img{max-width:100%;max-height:100px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 > .col_libelle_assurance{width:auto !important;font-weight:bold;font-size:16px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 > .col_libelle_assurance a:first-child{width:100%;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;align-items:center;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title .col_libelle_assurance{width:auto !important;font-weight:bold;font-size:18px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title .col_libelle_assurance a:first-child{width:100%;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title .col_image_assurance_container{width:auto;text-align:right;font-weight:bold;}@media screen and (max-width:580px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title .col_image_assurance_container{margin-bottom:10px;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-title .col_image_assurance_container img{max-width:100%;max-height:100px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-assurance{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;margin:10px 0;width:calc(100% - 320px - 15px);margin-left:auto;}@media screen and (max-width:580px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-assurance{width:100%;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-assurance div:first-child{flex:3;text-align:left;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .ligne_assurance_v2 .container-assurance div{flex:1;text-align:right;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .text_cgv_assurance_v2{font-weight:bold;margin-bottom:15px;width:100%;display:block;text-align:left;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .text_cgv_assurance_v2 a{color:#f78c40;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .text_cgv_assurance_v2 a:hover{opacity:0.6;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .chk_choix_assurance_v2{width:100%;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .chk_choix_assurance_v2 .choix_accept{padding-bottom:20px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .chk_choix_assurance_v2 div input{accent-color:#f78c40;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .chk_choix_assurance_v2 div label{display:inline;padding-left:10px;font-weight:bold;font-size:1em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .descriptifFormuleAssurance{padding-left:23px;}@media screen and (max-width:580px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .descriptifFormuleAssurance{padding-left:0;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .bloc_assurance_v2 .descriptifFormuleAssurance a{color:#f78c40;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_frais_dossier,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_assurance,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_CYBERCE{border-top:1px solid #000;margin-bottom:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_frais_dossier > div,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_assurance > div,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_CYBERCE > div{background-color:#636b6f;color:#fff;font-size:1.5em;padding:0.8em;font-weight:bold;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_total_resa,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa{background-color:#f78c40;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_total_resa > div,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa > div{color:#fff;font-size:1.2em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa{border-bottom:1px solid #000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_livraison,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_point_relais{font-size:14px;display:flex;align-items:center;flex-wrap:wrap;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_livraison .label_choix_livraison,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_point_relais .label_choix_livraison,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_livraison .label_choix_point_relais,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_point_relais .label_choix_point_relais{margin-right:5px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_livraison .select_choix_livraison input[type="radio"],#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_choix_point_relais .select_choix_livraison input[type="radio"]{position:relative;margin:0 10px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume{font-size:14px;margin-top:15px;margin-bottom:30px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point{margin-bottom:20px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point:last-child,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point:last-child,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point:last-child,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point:last-child{margin-bottom:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_nom,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_nom{font-weight:bold;display:block;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_adresse,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_adresse{display:block;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_horaires_details,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_horaires_details{font-style:italic;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_horaires_details:before,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_horaires_details:before{content:'-';margin-right:5px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table{margin-bottom:5px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table tr th,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .point_relais_resume_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .point_relais_resume_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table tr td,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .point_relais_resume_horaires_details table tr td{width:140px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point label .collecte_delai_infos,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point label .collecte_delai_infos,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point label .collecte_delai_infos,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point label .collecte_delai_infos{font-weight:bold;display:block;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_collecte_point .point_relais_resume_infos.selected,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_collecte_point .point_relais_resume_infos.selected,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_collecte .ligne_point_relais_resume_point .point_relais_resume_infos.selected,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_point_relais_resume .ligne_point_relais_resume_point .point_relais_resume_infos.selected{display:none;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo{position:relative;padding-left:30px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo:before{content:"\f145";font-family:"FontAwesome";margin-right:5px;position:absolute;top:0;left:0;font-size:2em;}#content #bloc_panier_resa #bloc_frm_panier_resa #frm_panier_resa{font-size:1em;}#content #bloc_panier_resa #bloc_btn_action_panier{float:none;display:block;text-align:inherit;margin-top:2em;padding-right:0;}#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier{display:inline-block;margin-top:-10px;}#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier:before{content:"\f014";font-family:"FontAwesome";margin-right:5px;padding-right:0;color:#f78c40;font-size:1.5em;}#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier:hover:before{color:#27cbcd !important;}#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier a{text-transform:uppercase;font-size:1.2em;}#content #bloc_panier_resa #bloc_btn_action_panier .vider_panier a:before{display:none;}#content #bloc_panier_resa #bloc_btn_action_panier .valider_panier{float:right;}#content #bloc_panier_resa #bloc_btn_action_panier .valider_panier a{text-transform:uppercase;font-size:1.3em;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}#content #bloc_panier_resa #bloc_btn_action_panier .valider_panier a:before{display:none;}#content #bloc_panier_resa .panier_vide{background-color:transparent;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .titre_panier_vide{font-size:2em;padding:1em;color:#000;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide a{font-size:1.5rem;text-transform:uppercase;padding:0.5em;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .ligne_entete{margin:5px 0;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .ligne_entete > div{background-color:#fff;color:#000;text-transform:uppercase;font-size:1.2em;font-weight:bold;border-right:0;padding:0.3em 0.8em;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit{border-top:1px solid #000;border-right:0;border-left:0;border-bottom:0;margin-bottom:0;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody .ligne_prestataire{background-color:#f78c40;color:#fff;font-size:1.4em;font-weight:bold;border-bottom:1px solid #000;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr{background-color:#fff;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td{padding:1em 0;border-bottom:1px solid #000;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .photo_prestation_panier{float:left;padding-right:10px;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .photo_prestation_panier img{width:100%;max-width:300px;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .libelle_prestation{display:inline-block;vertical-align:sub;color:#f78c40;font-weight:bold;font-size:1.5em;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .dates_sejour,.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .detail_personnes{display:block;margin-top:10px;font-size:1.3em;color:#000;font-weight:bold;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody tr > td .detail_personnes{margin-top:0;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody > tr{background-color:#fff;font-size:13px !important;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa > table.table_produit > tbody > tr td{border-bottom:1px solid #000;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .ligne_total_resa{background-color:#f78c40;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .ligne_total_resa > div{color:#fff;font-size:1.4em;font-weight:bold;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .lien_action_dossier{margin-top:2em;}.espace_client_dossiers #frm_panier_resa #tab_panier_resa .ligne_acompte_resa{display:none;}.cyberce_information_parent{display:flex;flex-direction:column;flex-wrap:wrap;border:2px solid #f78c40;padding:10px;margin:20px 0;font-size:14px;}.cyberce_information_parent .amount_parent{display:flex;flex-wrap:nowrap;justify-content:space-between;text-align:left;}.cyberce_information_parent .amount_parent .information_text{margin-top:0;flex:1;}.cyberce_information_parent .amount_parent .information_text .subvention_text{color:#f78c40;font-weight:600;}.cyberce_information_parent .amount_parent .amount_text{margin-top:0;color:#f78c40;font-weight:600;margin-left:20px;}.cyberce_information_parent .reduction_text{font-weight:700;font-size:18px;}.cyberce_information_parent .chk_choix_CYBERCE{font-size:14px;padding:0px;margin-top:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-weight:bold;flex-basis:100%;}.cyberce_information_parent .chk_choix_CYBERCE > div{margin:0 10px;}.cyberce_information_parent .chk_choix_CYBERCE > div > input{display:inline;}.cyberce_information_parent .chk_choix_CYBERCE > div label{display:inline;margin-left:3px;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty){display:block;width:100%;text-align:center;margin-top:10px;background:#eee;padding:10px;border:2px dashed #f78c40;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) #btnRemoveCarteCadeau{margin-top:10px;padding:10px 20px;border:1px solid #f78c40;border-radius:0;background-color:#f78c40;color:#fff;font-weight:bold;text-transform:uppercase;outline:none;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) #btnRemoveCarteCadeau:hover{opacity:0.6;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .msgCarteValide{color:green;font-weight:bold;margin-bottom:10px;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .form-montant-carte input#montantCarteCadeau{padding:10px;margin:0;border:1px solid #f78c40;border-radius:0;outline:none;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .form-montant-carte input#btnValidMontantCarteCadeau{padding:10px 20px;background-color:#f78c40;color:#fff;border-radius:0;border:1px solid #f78c40;font-weight:bold;text-transform:uppercase;outline:none;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .form-montant-carte input#btnValidMontantCarteCadeau:hover{opacity:0.6;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau #blocMsgErreurMontantCarteCadeau .msgErreurMontantCarteCadeau{text-align:center;color:red;margin-top:10px;font-weight:bold;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .msgMontantCarte{font-weight:bold;}.blocMsgCodePromo.blocMsgCodeCarteCadeau:not(:empty) .blocMsgCodeCarteCadeau .msgMontantCarteEligible{font-style:italic;}.container_back_to_cart{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}@media screen and (max-width:580px){.container_back_to_cart{flex-direction:column-reverse;}}.container_back_to_cart .form_back_to_cart,.container_back_to_cart .form_submit_div{display:inline-block;width:calc(100% / 2 - 5px) !important;text-align:center;}@media screen and (max-width:580px){.container_back_to_cart .form_back_to_cart,.container_back_to_cart .form_submit_div{width:100%;margin-bottom:0px;}}.container_back_to_cart .form_back_to_cart a{margin:5px;padding:5px 15px;border:1px solid #666;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;cursor:pointer;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.container_back_to_cart .form_back_to_cart a:before{content:"\f104";font-family:'FontAwesome';margin-right:15px;padding:0;font-weight:normal;}.bloc_cross_selling .titre_accroche_cross_selling{font-weight:700;margin-bottom:20px;margin-left:2%;color:#c00;font-size:1.2em;/* ---------------------------------- *//* ==1. BLOC CROSS SELLING			  *//* ---------------------------------- */}.bloc_cross_selling{padding-top:20px;display:table;clear:both;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling{background-color:#f78c40;border-radius:0px;margin-right:0px;-webkit-border-radius:0px;color:#fff;display:table;width:96%;margin-left:2%;margin-bottom:10px;}.bloc_cross_selling .bloc_descriptifs_cross_selling{font-size:1.2em;}.bloc_cross_selling .bloc_descriptifs_cross_selling h1,.bloc_cross_selling .bloc_descriptifs_cross_selling h2,.bloc_cross_selling .bloc_descriptifs_cross_selling h3,.bloc_cross_selling .bloc_descriptifs_cross_selling h4,.bloc_cross_selling .bloc_descriptifs_cross_selling h5,.bloc_cross_selling .bloc_descriptifs_cross_selling h6{font-size:inherit !important;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:link,.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:visited{font-weight:bold;text-decoration:none;color:#fff;padding:1em 0px;display:block;font-size:1.3em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling a.lien_rubrique_cross_selling:hover{text-decoration:underline;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling{display:table;border:0 solid red;text-align:center;width:18%;padding-top:1em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling{float:left;width:79%;display:table;border:0 solid red;background-color:#282829;border-radius:0px;margin-right:0px;-webkit-border-radius:0px;margin-bottom:0px;padding-bottom:10px;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_photo{display:table;float:left;text-align:center;border:0 solid red;max-width:33%;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_photo img.photo_principale{max-width:100%;border-radius:0px;margin-right:0px;-webkit-border-radius:0px;margin-top:1em;margin-left:1em;margin-bottom:1em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_presentation_cross_selling .bloc_descr{float:right;width:58%;border:0 solid red;padding-bottom:1em;padding-right:1em;}.bloc_cross_selling .bloc_prix_en_cours{font-size:1.2em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .prix_en_cours,.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .bulle_pourcentage{color:#fff;font-weight:700;font-size:1.4em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail a{background-color:#333;color:#fff;border:1px solid #333;text-decoration:none;margin:0 auto;padding:2px;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail{padding-top:1em;margin-bottom:20px;font-size:1.2em;}.bloc_cross_selling .bloc_fiche_rubrique_cross_selling .bloc_selection_resa_cross_selling .lien_reserver_detail a:hover{background-color:#fff;color:#333;}.bloc_cross_selling .bulle_pourcentage{background-color:#f78c40;border-radius:40px 40px 40px 40px;display:block;width:70px;height:70px;vertical-align:middle;text-align:center;color:#fff;font-weight:700;white-space:nowrap;line-height:70px;margin:10px auto;}.bloc_cross_selling .prix_barre{text-decoration:line-through;color:#f78c40;/* ---------------------------------- *//* ==3. BLOC DETAIL PRESTATIONS		  *//* ---------------------------------- */}#bloc_detail_prestations{margin-top:10px;margin-bottom:10px;clear:both;color:#000;font-size:1.2em;}#bloc_detail_prestations .tab_detail_prestations{width:95%;border:1px solid #94877e;background-color:#fff;margin:0 auto;}#bloc_detail_prestations .prestation_disponible_plus,#bloc_detail_prestations .prestation_disponible_derniere,#bloc_detail_prestations .prestation_disponible_plus_que{font-weight:700;color:#3c3;}#bloc_detail_prestations .prestation_disponible_plus{color:#390;}#bloc_detail_prestations .prix_barre{text-decoration:line-through;color:#f78c40;}#bloc_detail_prestations .tab_detail_prestations .indicateur_chambre{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-left:5px;text-align:center;font-weight:700;cursor:help;background-color:#f78c40;color:#fff;padding:2px;}#bloc_detail_prestations .tab_detail_prestations .capacite_adultes,#bloc_detail_prestations .tab_detail_prestations .capacite_enfants,#bloc_detail_prestations .tab_detail_prestations .capacite_bebes{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:inline;margin-right:8px;background-repeat:no-repeat;background-position:5px 50%;color:#fff;background-color:#f78c40;padding:8px 8px 8px 22px;}#bloc_detail_prestations .tab_detail_prestations .capacite_adultes{background-image:url(https://static.ingenie.fr/images/resa/picto_adulte.png);}#bloc_detail_prestations .tab_detail_prestations .capacite_enfants{background-image:url(https://static.ingenie.fr/images/resa/picto_enfant.png);}#bloc_detail_prestations .tab_detail_prestations .capacite_bebes{background-image:url(https://static.ingenie.fr/images/resa/picto_bebe.png);}#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling{text-align:left;width:85%;}#bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package{text-align:center;}#bloc_detail_prestations .tab_formules{width:98%;margin:0 auto;}#bloc_detail_prestations .tab_formules .entete_tarifs{font-weight:700;text-align:left;background-color:#f78c40;color:#fff;padding:5px;}#bloc_detail_prestations .msg_erreur_formule{width:98%;font-weight:700;color:#900;text-align:center;display:inline-block;margin:0 auto 5px;}#bloc_detail_prestations .tab_formules .label_total_prestation{text-align:right;font-weight:700;width:80%;}#bloc_detail_prestations .tab_formules .total_prestation{text-align:right;font-weight:700;}#bloc_detail_prestations .tab_formules .msg_ajout_prestation_ok{font-weight:700;color:#f78c40;}#bloc_detail_prestations .tab_reponse_quantite{border:none;margin:auto;}#bloc_detail_prestations .tab_reponse_quantite .quantiteChoix{text-align:center;border:none;}#bloc_detail_prestations .tab_reponse_quantite .labelChoix{text-align:left;border:none;}#bloc_detail_prestations .tab_detail_prestations .ligne_prestation_1 td{border-top:1px solid #94877e;background-color:#fff;padding:10px;}#bloc_detail_prestations .tab_detail_prestations .ligne_prestation_2 td{background-color:#f1f1f1;border-top:1px solid #94877e;padding:10px;}#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation{color:#333;font-weight:700;padding:5px 5px 5px 10px;word-break:break-word;}#bloc_detail_prestations .tab_detail_prestations .col_tarif{text-align:center;white-space:nowrap;color:#f78c40;font-weight:700;}#bloc_detail_prestations .tab_detail_prestations .col_selectionner a:link,#bloc_detail_prestations .tab_detail_prestations .col_selectionner a:visited{text-decoration:none;color:#f78c40;}#bloc_detail_prestations .tab_detail_prestations .ligne_package td{font-weight:700;background-color:#f78c40;color:#fff;padding:6px;}.bloc_fiche_description_prestation .photo_principale{border:1px solid #c2c2c2;width:164px;padding:5px;}#bloc_detail_prestations .tab_formules .ligne_tarif_formule_1 td,#bloc_detail_prestations .tab_formules .ligne_action_prestation_1 td,#bloc_detail_prestations .tab_formules .ligne_total_prestation_1 td,#bloc_detail_prestations .tab_formules .ligne_msg_action_prestation_1 td{background-color:#e3e3e3;color:#000;border:1px solid #fff;padding:5px;}#bloc_detail_prestations .tab_formules .ligne_tarif_formule_2 td,#bloc_detail_prestations .tab_formules .ligne_action_prestation_2 td,#bloc_detail_prestations .tab_formules .ligne_total_prestation_2 td,#bloc_detail_prestations .tab_formules .ligne_msg_action_prestation_2 td{background-color:#f1f1f1;color:#000;border:1px solid #fff;padding:5px;}#bloc_detail_prestations .tab_formules .bt_ajout_panier{background:#282829 url(https://static.ingenie.fr/images/resa/picto_caddie.png) no-repeat 5px 50%;color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid #282829;padding:5px 5px 5px 30px;}#bloc_detail_prestations .tab_formules .bt_ajout_panier_disabled{background:#cdcdcd url(https://static.ingenie.fr/images/resa/picto_caddie.png) no-repeat 5px 50%;color:#6f6f6f;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid #cdcdcd;padding:5px 5px 5px 30px;}#bloc_detail_prestations .tab_formules .bt_valid_panier{background:#282829 url(https://static.ingenie.fr/images/resa/picto_fleche_panier.png) no-repeat 5px 50%;color:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid #282829;margin-right:10px;padding:5px 5px 5px 30px;}#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling a:link,#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling a:visited{text-decoration:none;color:#f78c40;}#bloc_detail_prestations .tab_detail_prestations .col_tarif_cross_selling{text-align:right;white-space:nowrap;color:#f78c40;font-weight:700;}#bloc_detail_prestations .tab_detail_prestations .col_selectionner .open a:before,#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling .open a:before,#bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package .open a:before,#liste-info a.lien_savoir_plus:before,#liste-info a.lien_reserver:before,#liste-info .fiche-info .lien_reserver_detail a:before,#bloc_btn_action_panier .vider_panier a:before,#bloc_btn_action_panier .valider_panier a:before{content:"\25b6\00A0";}#bloc_detail_prestations .tab_detail_prestations .col_selectionner .close a:before,#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling .close a:before,#bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package .close a:before{content:"\25BC\00A0";}#bloc_detail_prestations .tab_detail_prestations .col_selectionner .close a:after,#bloc_detail_prestations .tab_detail_prestations .ligne_package .col_detail_package .close a:after{content:"\00A0\00A0\0058";}#bloc_detail_prestations .tab_detail_prestations .col_selectionner a:hover,#bloc_detail_prestations .tab_detail_prestations .col_libelle_prestation_cross_selling a:hover,.ui-autocomplete .ui-menu-item .ac_label{color:#000;}.font_picto,#liste-info .parametres .onglets ul li a:before,#container-inclusion-panier #tab_panier_resa .lignePanierPrestationFormule .action_supprimer a:before,#container-inclusion-panier #tab_panier_resa .lignePrestationEnCours .action_supprimer a:before{font-family:"fontAwesome";}.ext_btn,#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier > a,.formulaire_container > form > .form_submit_div input,.formulaire_container #authentification_div .forms_depNotAuth input.form_submit,.client_identification > form .form_submit_div input,.client_identification .client_identification_nouveau_client > p > a{color:#fff;background-color:#27cbcd;font-size:1.1em;text-decoration:none;text-transform:uppercase;display:inline-block;letter-spacing:1px;overflow:hidden;position:relative;backface-visibility:hidden;-webkit-transition:all 0.4s;-khtml-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;padding:10px;font-weight:bold;border:1px solid #27cbcd !important;}.ext_btn:hover,#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier > a:hover,.formulaire_container > form > .form_submit_div input:hover,.formulaire_container #authentification_div .forms_depNotAuth input.form_submit:hover,.client_identification > form .form_submit_div input:hover,.client_identification .client_identification_nouveau_client > p > a:hover{color:#27cbcd;background-color:white;}.resa_sommaire.affinage{padding:1em 1.5em !important;width:100%;text-align:left;margin-top:0;padding-top:0;/* Liste info / resa Vignette placée en extend car utilisée dans sommaire */}@media (max-width:768px){.resa_sommaire.affinage{padding-bottom:0;}}.resa_sommaire.affinage .bloc_titre_affinage_recherche{text-align:center;}.resa_sommaire.affinage .affinage_titre,.resa_sommaire.affinage .titre_affinage_recherche{font-size:1.5em !important;text-transform:uppercase;font-weight:700;margin-top:1em;display:block;padding-left:0;color:#000;margin-bottom:1em;letter-spacing:0.1em;text-align:center;}.resa_sommaire.affinage .affinage_titre:after,.resa_sommaire.affinage .titre_affinage_recherche:after{display:none;}.resa_sommaire.affinage .affinage_titre > span:first-child,.resa_sommaire.affinage .titre_affinage_recherche > span:first-child{display:block;text-align:center;margin-bottom:0.5em;font-size:1.2em;color:#f78c40;}@media (max-width:768px){.resa_sommaire.affinage .affinage_titre > span:first-child,.resa_sommaire.affinage .titre_affinage_recherche > span:first-child{display:none;}}@media (max-width:768px){.resa_sommaire.affinage .affinage_titre > span:last-child,.resa_sommaire.affinage .titre_affinage_recherche > span:last-child{display:none;}}.resa_sommaire.affinage .moteur_affinage{display:block;}@media (max-width:768px){.resa_sommaire.affinage .moteur_affinage{width:100%;}}.resa_sommaire.affinage .affinage_nb_resultat{display:none;}@media (max-width:768px){.resa_sommaire.affinage{padding-top:0;margin-top:0;}.resa_sommaire.affinage.isStuck{background:#fff;}.resa_sommaire.affinage .affinage_titre,.resa_sommaire.affinage .titre_affinage_recherche{text-align:center;width:100%;line-height:30px;font-size:1.6em !important;font-weight:700;cursor:pointer;}.resa_sommaire.affinage .affinage_titre:after,.resa_sommaire.affinage .titre_affinage_recherche:after{content:'\f105';font-family:'FontAwesome';margin-left:0.5em;font-size:1.2em;display:inline-block;position:relative;top:auto;right:auto;}.resa_sommaire.affinage .titre_affinage_recherche:after{color:#666;}.resa_sommaire.affinage.on .affinage_titre:after,.resa_sommaire.affinage.on .titre_affinage_recherche:after{-webkit-transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);-khtml-transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);-moz-transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);-ms-transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);-o-transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);transform:rotateX(0deg) rotateY(0deg) rotateZ(90deg);}.resa_sommaire.affinage .cadre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche_info,.resa_sommaire.affinage .cadre_affinage_recherche_resa{display:none !important;}.resa_sommaire.affinage .cadre_affinage_recherche_recherche,.resa_sommaire.affinage .moteur_affinage.on .cadre_affinage_recherche_info,.resa_sommaire.affinage .moteur_affinage.on .cadre_affinage_recherche_resa{display:block !important;}}.resa_sommaire.affinage .cadre_affinage_recherche{display:table;width:100%;padding-top:0em;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner{display:block;background-color:transparent;width:100%;margin-bottom:2em;}@media (max-width:768px){.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner{width:100% !important;display:table;padding-left:0;display:block;}}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture.ui-accordion,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner.ui-accordion,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner.ui-accordion{width:100%;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture:first-of-type,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner:first-of-type,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner:first-of-type{padding-left:0;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture.filtre_type_prix,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner.filtre_type_prix,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner.filtre_type_prix{min-width:220px;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture.filtre_type_prix .bloc_liste_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner.filtre_type_prix .bloc_liste_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner.filtre_type_prix .bloc_liste_valcri{padding-left:0;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .recherche_texte_input,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .recherche_texte_input,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .recherche_texte_input{font-size:1.4em !important;background-color:#fff;border:1px solid #292d35;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .recherche_texte_annulation,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .recherche_texte_annulation,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .recherche_texte_annulation{position:absolute;top:8px;right:8px;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage{background-color:transparent !important;font-size:1.5em;font-weight:700;color:#f78c40;height:auto !important;padding-left:0;text-transform:none;padding-bottom:0;}@media (max-width:768px){.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage_recherche,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage{height:auto !important;min-height:20px;font-size:1.6em;}}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage_recherche span:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage_recherche span:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage_recherche span:before,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage span:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage span:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage span:before{display:none;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage_recherche #titre_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage_recherche #titre_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage_recherche #titre_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage #titre_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage #titre_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage #titre_prix_reglette_fourchette{padding-left:0;text-transform:none;font-size:1.5rem;text-align:left;display:inline-block;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage_recherche:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage_recherche:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage_recherche:after,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage:after{content:'\f0d7';font-family:'FontAwesome';position:absolute;right:0;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .sous_titre_affinage:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .sous_titre_affinage:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .sous_titre_affinage:before{color:#666;font-size:0.8em;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri{background-color:transparent;padding-top:0.5em;margin:0;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri #resa_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri #resa_prix_reglette_fourchette,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri #resa_prix_reglette_fourchette{color:#000;text-transform:uppercase;font-size:1.4em;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_affinage_prix,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_affinage_prix,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_affinage_prix{margin-top:1em !important;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_affinage_prix .ui-slider-range,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-range,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-range{background-color:#f78c40;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle{background-image:none;width:5px;height:20px;background-color:#292d35;top:-7px;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle:last-child,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle:last-child,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_affinage_prix .ui-slider-handle:last-child{margin-left:-5px;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .critere_tri_prix,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .critere_tri_prix,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .critere_tri_prix{padding:0.5em 0;background-color:#27cbcd;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .critere_tri_prix .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .critere_tri_prix .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .critere_tri_prix .bloc_valcri{text-align:center;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .critere_tri_prix label,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .critere_tri_prix label,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .critere_tri_prix label{color:#f78c40 !important;font-weight:700;text-transform:uppercase;font-size:1.5em !important;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .critere_tri_prix label:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .critere_tri_prix label:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .critere_tri_prix label:before{border:2px solid #fff !important;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri{margin-bottom:0.1em;position:relative;text-align:left;text-indent:0;display:block;width:100%;}@media (max-width:768px){.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri{width:100%;display:block;float:none;}}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri input[type="checkbox"],.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri input[type="checkbox"],.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri input[type="checkbox"],.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri input[type="radio"],.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri input[type="radio"],.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri input[type="radio"]{display:none;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri label,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri label,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri label,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode{font-size:1.4em;line-height:16px;vertical-align:top;color:#292d35;position:relative;display:inline-block;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri label:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri label:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri label:before,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before{content:'';width:10px;height:10px;display:inline-block;vertical-align:top;border:2px solid #292d35;margin-right:1em;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage span,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage span,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri label .nb_result_filtrage span,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage span,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage span,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode .nb_result_filtrage span{vertical-align:top;display:inline-block;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode:before{float:left;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.disabledCritere LABEL,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.disabledCritere LABEL,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.disabledCritere LABEL{color:#aeaeae;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri input[type="checkbox"].checkbox_valcri:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri input[type="checkbox"].checkbox_valcri:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri input[type="checkbox"].checkbox_valcri:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri input[type="radio"].radio_valfiltre:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri input[type="radio"].radio_valfiltre:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri input[type="radio"].radio_valfiltre:checked ~ label:after,.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode input[type="radio"].radio_valfiltre:checked ~ .affinage_filtre_periode_du:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode input[type="radio"].radio_valfiltre:checked ~ .affinage_filtre_periode_du:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_periode input[type="radio"].radio_valfiltre:checked ~ .affinage_filtre_periode_du:after{content:'\f00c';font-family:'FontAwesome';position:absolute;top:0px;left:2px;vertical-align:top;font-size:0.8em;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri.filtre_ouverture_le label:after,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_le label:after,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri.filtre_ouverture_le label:after{top:-4px !important;}.resa_sommaire.affinage .cadre_affinage_recherche .affinage_ouverture .bloc_liste_valcri .bloc_valcri div[class*="affinage_filtre_periode_"] label:before,.resa_sommaire.affinage .cadre_affinage_recherche .recherche_texte_affiner .bloc_liste_valcri .bloc_valcri div[class*="affinage_filtre_periode_"] label:before,.resa_sommaire.affinage .cadre_affinage_recherche .critere_affiner .bloc_liste_valcri .bloc_valcri div[class*="affinage_filtre_periode_"] label:before{display:none;}@media (max-width:480px){.ext_liste_vignette,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette{padding:0 1em;}}.ext_liste_vignette .fiche-info,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info{width:calc(100% / 3 - 10px * 2);margin:0 10px 40px 10px;background-color:#fff;box-shadow:0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);text-align:left;display:inline-block;border-bottom:0;padding-bottom:40px;}@media (max-width:1080px){.ext_liste_vignette .fiche-info,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info{width:calc(100% / 2 - 10px * 2);}}@media (max-width:480px){.ext_liste_vignette .fiche-info,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info{width:100%;margin:0 0 40px 0;}}.ext_liste_vignette .fiche-info:before,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info:before{padding-top:65%;}.ext_liste_vignette .fiche-info .photos,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos{overflow:hidden;background:#ababab;bottom:auto;}.ext_liste_vignette .fiche-info .photos .cadre_photo_principale,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale{text-align:center;}.ext_liste_vignette .fiche-info .photos .cadre_photo_principale > a,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale > a{display:block;position:relative;}.ext_liste_vignette .fiche-info .photos .cadre_photo_principale > a:before,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale > a:before{display:block;content:"";width:100%;padding-top:62.5%;}.ext_liste_vignette .fiche-info .photos .cadre_photo_principale > a > .image,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale > a > .image{position:absolute;top:0;left:0;right:0;bottom:0;}.ext_liste_vignette .fiche-info .photos .cadre_photo_principale > a img,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .cadre_photo_principale > a img{height:100% !important;width:100% !important;position:absolute;display:block;margin:0 auto;right:0;left:0;bottom:0;object-fit:cover;}.ext_liste_vignette .fiche-info .photos .liens_sous_photos,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .photos .liens_sous_photos{display:none;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > span,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > span{display:inline !important;text-align:center;font-size:1.4em;font-weight:bold;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul{width:100%;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul > li,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul > li{text-align:center;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul > li .quantite,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta > .zone_criteres_fiche_presta > ul > li > ul > li .quantite{font-weight:bold;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire{padding:0 15px 0 15px;position:static;top:230px;width:100%;z-index:4;display:flex;flex-direction:column;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom{text-align:left;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom h2,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom h2{font-size:1.8em;line-height:1.2em;display:inline;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom h2 > a,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom h2 > a{font-weight:700;color:#27cbcd;text-shadow:none;padding-left:0;padding-top:0;display:inline;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom h2 > a .libelle_after,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom h2 > a .libelle_after{display:none;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement{margin-top:-0.3em;display:inline;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > span,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > span{color:#27cbcd;font-size:1.2em;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul{list-style-type:none;display:inline-block;padding-left:0.4em;margin-top:0;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul > li,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul > li{display:inline-block;margin:3px;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul > li img,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .nom .classement > ul > li img{max-height:35px;vertical-align:text-bottom;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre{margin-top:5px;display:flex;flex-wrap:wrap;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span{color:#fff;font-size:13.6px;line-height:1.3;padding:3px 8px;border-radius:3px;background-color:#111;margin-bottom:10px;display:inline-block;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-ZENBIO-P,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-ZENBIO-P{background-color:#c62985;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-DETENTENATURE-P,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-DETENTENATURE-P{background-color:#2fc155;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-SAVEURMINCEUR-P,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-SAVEURMINCEUR-P{background-color:#eab847;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-EVASIODUO-P,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span.THEMESEJOUR-EVASIODUO-P{background:#1daeff;}.ext_liste_vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span:not(:last-child),body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .nom_et_accroche_tarifaire .sous-titre > span:not(:last-child){margin-right:10px;}.ext_liste_vignette .fiche-info .descriptif,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .descriptif{display:block;position:static;padding:0 15px 15px 15px;font-size:1.4em;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta{padding:0 15px 0 15px;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul{padding:0;list-style-type:none;display:inline;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li{display:inline;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li.DUREE-V,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li.DUREE-V{position:absolute;background-color:white;right:15px;top:100px;z-index:10;padding:5px 10px;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > span,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > span{display:none;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul{display:inline;padding:0;list-style-type:none;}.ext_liste_vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul > li,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul > li{display:inline;font-size:1.4em;}.ext_liste_vignette .fiche-info .bloc_resa,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa{position:absolute;top:15px;right:15px;z-index:1;background-color:#27cbcd;font-size:1.4em;text-align:center;color:#fff;}.ext_liste_vignette .fiche-info .bloc_resa .bloc_tarif_resa,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa .bloc_tarif_resa{display:table;width:100%;padding:0.5em 1em;}.ext_liste_vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .prix_en_cours,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .prix_en_cours{font-size:1.6em;line-height:1em;font-weight:bold;}.ext_liste_vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_barre .libelle_prix_barre,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_barre .libelle_prix_barre{display:none;}.ext_liste_vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_barre .prix_barre,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa .bloc_tarif_resa .bloc_prix_barre .prix_barre{text-decoration:line-through;}.ext_liste_vignette .fiche-info .bloc_resa .bloc_tarif_resa:empty,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa .bloc_tarif_resa:empty{display:none;}.ext_liste_vignette .fiche-info .bloc_resa.S,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .bloc_resa.S{padding:0;}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta{position:absolute;top:15px;right:15px;z-index:1;background-color:#27cbcd;padding:0.5em 1em;font-size:1.4em;text-align:center;color:#fff;/*.lien_fiche_detail {
			position: absolute;
			display: inline-block;
			bottom: 9px;
			left: 50%;
			width: 67px;
			@include transform(translateX(-50%));
			> a.lien_savoir_plus {
				background-color: transparent;
				padding: 0.3em 1.5em;
				@extend .transition_rapide;
				position: relative;
				font-size: 0;
				&:before {
					content: "\f067";
					font-family: 'FontAwesome';
					display: inline-block;
					color: transparent;
					font-size: 13px;
					height: 25px;
					width: 25px;
					@extend .transition_rapide;
					position: absolute;
					top: -3px;
					left: 30%;
				}
				span {
					display: none;
				}
			}
		}
		.lien_plus_info_resa {
			position: absolute;
			display: inline-block;
			width: auto;
			bottom: 9px;
			left: 50%;
			@include transform(translateX(-50%));
			> a {
				background-color: transparent;
				@include transition(.3s);
				font-size: 0;
				height:auto;
				line-height: normal;
				padding: 5px 25px;
				display: inline-block;
				&:before {
					content: '\f218';
					font-family: 'FontAwesome';
					display: block;
					color: $color1;
					font-size: 25px;
				}
				span {
					display: none;
				}
			}
		}*/}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta > ul,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta > ul{list-style-type:none;padding:0;}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li{line-height:1.7em;}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li img,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li img{max-height:35px;}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li .quantite,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li .quantite{display:block;font-size:1.4em;font-weight:normal;font-weight:700;}.ext_liste_vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li .libelle,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info .picto_zone_principale_fiche_presta > ul > li .libelle{display:none;}.ext_liste_vignette .fiche-info:hover,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info:hover{/*.nom_et_accroche_tarifaire {
				.nom {
					h2 {
						> a {
							color: $color1;
						}
					}
				}
			}
			.bloc_resa,
			.picto_zone_principale_fiche_presta {
				background-color: $color1;
				> ul {
					> li {
						.libelle {
							display: block;
						}
					}
				}
				.bloc_tarif_resa {
					.bloc_prix_en_cours {
						.libelle_a_partir_de {

						}
					}
				}
			}*//*.lien_fiche_detail {
				> a {
					background-color: $color1;
					&:before {
						color: #fff;
					}
				}
			}
			.lien_plus_info_resa {
				> a {
					background-color: $color1;
					&:before {
						color: #fff;
					}
				}
			}*/box-shadow:0 10px 20px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1);}.ext_liste_vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom{display:flex;align-items:center;}.ext_liste_vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom .classement,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom .classement{display:flex;}.ext_liste_vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom img,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info.fiche_liste_prestations_annexes_prestation_v3 .nom_et_accroche_tarifaire .nom img{max-width:80px;max-height:40px;}.ext_liste_vignette .fiche-info.fiche_liste_bon_plan_v3 .descriptif,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche.Vignette .fiche-info.fiche_liste_bon_plan_v3 .descriptif{display:block;padding:0 1.5rem;font-size:1.4rem;}.boutonvalider,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right .page-precedente a,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page a,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page-suivante a,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn .button_search input,#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .bloc_grp_btn_article .bloc_btn_ajout_panier_article input{background-color:#27cbcd;border-radius:5px;padding:10px 20px;text-decoration:none;color:#fff;box-shadow:-2px 2px 2px #b2b2b2;-webkit-appearance:none;text-transform:uppercase;border:none;cursor:pointer;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;display:inline-block;}.boutonvalider:hover,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right .page-precedente a:hover,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page a:hover,body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page-suivante a:hover,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn .button_search input:hover,#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .bloc_grp_btn_article .bloc_btn_ajout_panier_article input:hover{opacity:0.6;}.ext_moteur_resa_colg span[class*="libelle"],.ext_moteur_resa .form-resa span[class*="libelle"],.moteur_vertic .form-resa span[class*="libelle"]{width:100%;color:white;font-weight:bold;}.ext_moteur_resa_colg .libelle_age_enfant,.ext_moteur_resa .form-resa .libelle_age_enfant,.moteur_vertic .form-resa .libelle_age_enfant{font-weight:normal !important;}.ext_moteur_resa_colg .choixAges,.ext_moteur_resa .form-resa .choixAges,.moteur_vertic .form-resa .choixAges{margin-top:5px;}.ext_moteur_resa_colg .p_modifier_recherche,.ext_moteur_resa .form-resa .p_modifier_recherche,.moteur_vertic .form-resa .p_modifier_recherche{text-align:left;margin-top:15px;}.ext_moteur_resa_colg .resa_div_btn,.ext_moteur_resa .form-resa .resa_div_btn,.moteur_vertic .form-resa .resa_div_btn{position:relative;}.ext_moteur_resa_colg .resa_div_btn .button_search,.ext_moteur_resa .form-resa .resa_div_btn .button_search,.moteur_vertic .form-resa .resa_div_btn .button_search{width:100%;}.ext_moteur_resa_colg .ajax-results:empty,.ext_moteur_resa .form-resa .ajax-results:empty,.moteur_vertic .form-resa .ajax-results:empty{margin-bottom:10px;}.ext_moteur_resa_colg .ajax-results:not(:empty),.ext_moteur_resa .form-resa .ajax-results:not(:empty),.moteur_vertic .form-resa .ajax-results:not(:empty){background-color:;-webkit-border-radius:100px;-khtml-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px;width:28px;height:28px;line-height:28px;text-align:center;display:inline-block;top:6px;}body.ACCUEIL .ext_moteur_resa_colg .ajax-results:not(:empty),body.ACCUEIL .ext_moteur_resa .form-resa .ajax-results:not(:empty),body.ACCUEIL .moteur_vertic .form-resa .ajax-results:not(:empty),.ext_moteur_resa body.ACCUEIL .form-resa .ajax-results:not(:empty){padding:0;position:absolute;top:3px !important;left:10px;}.ext_moteur_resa_colg .ajax-results.no-result,.ext_moteur_resa .form-resa .ajax-results.no-result,.moteur_vertic .form-resa .ajax-results.no-result{width:auto;color:white;}.ext_moteur_resa_colg .dispoDureeCalcule:before,.ext_moteur_resa .form-resa .dispoDureeCalcule:before,.moteur_vertic .form-resa .dispoDureeCalcule:before{content:"\f186";font-family:"FontAwesome";display:inline-block;margin-right:3px;font-weight:bold;font-size:1.6em;position:relative;top:3px;}.ext_moteur_resa_colg a.modifier_recherche,.ext_moteur_resa .form-resa a.modifier_recherche,.moteur_vertic .form-resa a.modifier_recherche,.ext_moteur_resa_colg input.form_search,.ext_moteur_resa .form-resa input.form_search,.moteur_vertic .form-resa input.form_search{background-color:#27cbcd;color:white;display:inline-block;text-decoration:none;border:1px solid #27cbcd;text-transform:uppercase;margin-top:0;line-height:1em;width:100%;text-align:center;font-size:1em;padding:0;font-weight:bold;width:100%;padding:12px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;}.ext_moteur_resa_colg a.modifier_recherche:hover,.ext_moteur_resa .form-resa a.modifier_recherche:hover,.moteur_vertic .form-resa a.modifier_recherche:hover,.ext_moteur_resa_colg input.form_search:hover,.ext_moteur_resa .form-resa input.form_search:hover,.moteur_vertic .form-resa input.form_search:hover{color:#27cbcd;background-color:white;}.ext_moteur_resa_colg .brFin,.ext_moteur_resa .form-resa .brFin,.moteur_vertic .form-resa .brFin,.ext_moteur_resa_colg .end_recherche,.ext_moteur_resa .form-resa .end_recherche,.moteur_vertic .form-resa .end_recherche{display:none;}.ext_moteur_resa_colg .sans_dates,.ext_moteur_resa .form-resa .sans_dates,.moteur_vertic .form-resa .sans_dates{margin:15px 0;}.ext_moteur_resa_colg .bloc_selection_type_prestataire_radio,.ext_moteur_resa .form-resa .bloc_selection_type_prestataire_radio,.moteur_vertic .form-resa .bloc_selection_type_prestataire_radio{margin-bottom:15px;}.ext_moteur_resa_colg .bloc_date_calendrier_double_champs.bloc_date,.ext_moteur_resa .form-resa .bloc_date_calendrier_double_champs.bloc_date,.moteur_vertic .form-resa .bloc_date_calendrier_double_champs.bloc_date,.ext_moteur_resa_colg .bloc_date_duree,.ext_moteur_resa .form-resa .bloc_date_duree,.moteur_vertic .form-resa .bloc_date_duree{display:flex;flex-wrap:wrap;justify-content:space-between;}.ext_moteur_resa_colg .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,.ext_moteur_resa .form-resa .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,.moteur_vertic .form-resa .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,.ext_moteur_resa_colg .bloc_date_duree > div,.ext_moteur_resa .form-resa .bloc_date_duree > div,.moteur_vertic .form-resa .bloc_date_duree > div{width:calc(100% / 2 - 5px);display:block;vertical-align:top;clear:none;}body.ACCUEIL .ext_moteur_resa_colg .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,body.ACCUEIL .ext_moteur_resa .form-resa .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,body.ACCUEIL .moteur_vertic .form-resa .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,.ext_moteur_resa body.ACCUEIL .form-resa .bloc_date_calendrier_double_champs.bloc_date > .input_height.input_right,body.ACCUEIL .ext_moteur_resa_colg .bloc_date_duree > div,body.ACCUEIL .ext_moteur_resa .form-resa .bloc_date_duree > div,body.ACCUEIL .moteur_vertic .form-resa .bloc_date_duree > div,.ext_moteur_resa body.ACCUEIL .form-resa .bloc_date_duree > div{display:inline-block;}.ext_moteur_resa_colg .bloc_date_resa,.ext_moteur_resa .form-resa .bloc_date_resa,.moteur_vertic .form-resa .bloc_date_resa,.ext_moteur_resa_colg .bloc_duree_resa,.ext_moteur_resa .form-resa .bloc_duree_resa,.moteur_vertic .form-resa .bloc_duree_resa{height:30px;}.ext_moteur_resa_colg .form_date,.ext_moteur_resa .form-resa .form_date,.moteur_vertic .form-resa .form_date,.ext_moteur_resa_colg select,.ext_moteur_resa .form-resa select,.moteur_vertic .form-resa select{padding:7px;border:1px solid #fff;width:100%;margin:0;color:black;}.ext_moteur_resa_colg input.datepicker,.ext_moteur_resa .form-resa input.datepicker,.moteur_vertic .form-resa input.datepicker,.ext_moteur_resa_colg input.hasDatepicker,.ext_moteur_resa .form-resa input.hasDatepicker,.moteur_vertic .form-resa input.hasDatepicker{padding:7px;border:1px solid #fff;width:auto;margin:0;color:black;}.ext_moteur_resa_colg select.duree_resa,.ext_moteur_resa .form-resa select.duree_resa,.moteur_vertic .form-resa select.duree_resa{position:relative;top:-1px;padding-bottom:6px;}.ext_moteur_resa_colg .resa_div_btn,.ext_moteur_resa .form-resa .resa_div_btn,.moteur_vertic .form-resa .resa_div_btn{text-align:left;position:relative;}.ext_moteur_resa_colg .ligne_resa.more-personnes,.ext_moteur_resa .form-resa .ligne_resa.more-personnes,.moteur_vertic .form-resa .ligne_resa.more-personnes{margin-top:10px;}.ext_moteur_resa_colg .choixAges .forms_champType_select,.ext_moteur_resa .form-resa .choixAges .forms_champType_select,.moteur_vertic .form-resa .choixAges .forms_champType_select{margin:5px 3px 5px 0;}.ext_moteur_resa_colg .more-personnes-detail fieldset,.ext_moteur_resa .form-resa .more-personnes-detail fieldset,.moteur_vertic .form-resa .more-personnes-detail fieldset{border:1px solid white;margin-top:10px !important;}.ext_moteur_resa_colg .bloc_select_date_resa_activites,.ext_moteur_resa .form-resa .bloc_select_date_resa_activites,.moteur_vertic .form-resa .bloc_select_date_resa_activites{margin-bottom:20px;}.ext_moteur_resa_colg .bloc_select_date_resa_activites .div_calendrier_periode > div,.ext_moteur_resa .form-resa .bloc_select_date_resa_activites .div_calendrier_periode > div,.moteur_vertic .form-resa .bloc_select_date_resa_activites .div_calendrier_periode > div{width:49%;display:inline-block;}.ext_moteur_resa_colg .bloc_select_date_resa_activites .type_recherche_activites,.ext_moteur_resa .form-resa .bloc_select_date_resa_activites .type_recherche_activites,.moteur_vertic .form-resa .bloc_select_date_resa_activites .type_recherche_activites{padding-bottom:20px;}.ext_moteur_resa_colg .bloc_select_date_resa_activites fieldset,.ext_moteur_resa .form-resa .bloc_select_date_resa_activites fieldset,.moteur_vertic .form-resa .bloc_select_date_resa_activites fieldset{padding:0;}.ext_moteur_resa_colg .bloc_select_date_resa_activites fieldset ul,.ext_moteur_resa .form-resa .bloc_select_date_resa_activites fieldset ul,.moteur_vertic .form-resa .bloc_select_date_resa_activites fieldset ul{padding:0;}.ext_moteur_resa_colg .ajax-results,.ext_moteur_resa .form-resa .ajax-results,.moteur_vertic .form-resa .ajax-results{height:33px !important;line-height:33px !important;top:0 !important;}.ext_moteur_resa_colg .ajax-results:not(.no-result),.ext_moteur_resa .form-resa .ajax-results:not(.no-result),.moteur_vertic .form-resa .ajax-results:not(.no-result){display:table;height:auto !important;margin-bottom:10px !important;padding:0;position:absolute;top:3px !important;left:10px;}body.ACCUEIL .ext_moteur_resa_colg .ajax-results,body.ACCUEIL .ext_moteur_resa .form-resa .ajax-results,body.ACCUEIL .moteur_vertic .form-resa .ajax-results,.ext_moteur_resa body.ACCUEIL .form-resa .ajax-results{padding:0;position:absolute;top:-30px !important;left:0;}.ext_moteur_resa,.moteur_vertic{background-color:#f78c40;color:#fff;font-size:1.4em;/* margin-bottom: 20px; */padding:10px;}.ext_moteur_resa .titre_moteur_resa,.moteur_vertic .titre_moteur_resa{font-weight:bold;text-transform:uppercase;font-size:1.6em !important;text-align:center;margin-bottom:10px;}@media screen and (max-width:768px){.ext_moteur_resa .titre_moteur_resa,.moteur_vertic .titre_moteur_resa{margin-bottom:0;}}.ext_moteur_resa .titre,.moteur_vertic .titre{display:none;}.ext_moteur_resa .bloc_select_date_resa_activites .type_recherche_activites li,.moteur_vertic .bloc_select_date_resa_activites .type_recherche_activites li,.ext_moteur_resa .bloc_select_date_resa_activites .type_recherche_activites ul,.moteur_vertic .bloc_select_date_resa_activites .type_recherche_activites ul{list-style-type:none;}.ext_moteur_resa .bloc_recap_recherche,.moteur_vertic .bloc_recap_recherche{margin-bottom:10px;}.ext_moteur_resa .bloc_recap_recherche .libelle_type_prestataire,.moteur_vertic .bloc_recap_recherche .libelle_type_prestataire{display:block;text-align:left;text-transform:uppercase;padding:0;font-size:1.2em;margin-bottom:10px;}.ext_moteur_resa .moteur_V .datepicker.datedeb.hasDatepicker,.moteur_vertic .moteur_V .datepicker.datedeb.hasDatepicker,.ext_moteur_resa .moteur_V_BILLET .datepicker.datedeb.hasDatepicker,.moteur_vertic .moteur_V_BILLET .datepicker.datedeb.hasDatepicker{display:inline-block !important;width:110px !important;}body{color:#000;font-family:'Gudea', sans-serif;}main{padding:20px 0 0;width:100%;max-width:1500px;margin:0 auto;}body:not(.ControllerFicheInfo) main{display:table;}@media (max-width:480px){main{padding:15px 5px 0;}}main section#sommaire{max-width:100%;margin:auto;padding-left:0;}@media screen and (max-width:980px){main section#sommaire{padding-left:0;}}main section#sommaire #nav-sommaire{margin-top:0;}main section#sommaire #nav-sommaire > ul{text-align:center;}main section#sommaire #nav-sommaire > ul > li{width:calc(33% - 30px);margin:15px;display:inline-block;float:none;padding:0;}@media screen and (max-width:1350px){main section#sommaire #nav-sommaire > ul > li{width:calc(50% - 30px);}}@media screen and (max-width:1000px){main section#sommaire #nav-sommaire > ul > li{width:100%;margin:15px 0;}}@media screen and (max-width:768px){main section#sommaire #nav-sommaire > ul > li{width:calc(50% - 30px);margin:15px;}}@media screen and (max-width:550px){main section#sommaire #nav-sommaire > ul > li{width:100%;margin:15px 0;}}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre{position:relative;position:relative;display:block;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_image{background-color:#000;overflow:hidden;position:relative;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;position:relative;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_image:before{display:block;content:"";width:100%;padding-top:66.66667%;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_image > .image{position:absolute;top:0;left:0;right:0;bottom:0;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_image img{width:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;opacity:0.6;-webkit-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-khtml-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-moz-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-ms-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-o-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_texte{padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;height:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre .sommaire_cadre_texte h2 a{color:white;text-decoration:none;text-transform:uppercase;font-weight:bold;}main section#sommaire #nav-sommaire > ul > li .sommaire_cadre:hover .sommaire_cadre_image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);opacity:0.3;}h1{font-family:'Gudea', sans-serif;font-size:30px;color:#f78c40;font-weight:400;}body.ACCUEIL h1{line-height:1em;margin-bottom:0.25em;padding-left:15px;}@media screen and (max-width:900px){body.ACCUEIL h1{padding-left:0;}}@media screen and (max-width:768px){body.ACCUEIL h1{margin-top:20px;}}@media screen and (max-width:900px){body.ACCUEIL h1{padding-left:15px;}}@media screen and (max-width:550px){body.ACCUEIL h1{padding-left:0;}}#rubrique h2,#rubrique h3,#rubrique h4{line-height:1.3;color:#f78c40;}#rubrique a{color:inherit;}#rubrique a:hover{text-decoration:none;}aside{display:inline-block;vertical-align:top;width:320px;}@media (max-width:768px){aside{width:100%;margin-right:0;}}input,select,textarea{font-family:'Gudea', sans-serif;}body:not(.ControllerEspaceClient) section#content{display:table-cell;vertical-align:top;width:calc(100% - 320px);padding:0 20px;}@media (max-width:768px){body:not(.ControllerEspaceClient) section#content{width:100%;display:block;}}body:not(.ControllerEspaceClient) section#content.width100{width:100%;}@media (max-width:768px){body:not(.ControllerEspaceClient) section#content{width:100%;float:none;padding:0 1em;}}body.ControllerFicheInfo section#content{width:100%;display:inline-block;}body.ControllerDossier section#content{width:100%;}#colg .widget_affinage_resa .content{display:block;}.fil_ariane{margin:1.5em 0 1em;text-align:left;font-size:1.3em;/* Header *//*body > header {
	.container {
		background: #111;
		.top {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			color: #fff;
			height: 50px;
			padding: 0 30px;
			@media (max-width: 500px) {
				height: auto;
				flex-direction: column;
				padding: 5px 15px;
			}
			.tel {
				display: flex;
				@media (max-width: 500px) {
					margin-bottom: 10px;
				}
				a {
					color: #fff;
					text-decoration: none;
					display: flex;
					align-items: center;
					font-size: 16px;
					&:before {
						content:"\f095";
						font-family: 'FontAwesome';
						display: inline-block;
						margin-right: 6px;
						font-size: 22px;
					}
				}
				.texte {
					margin-right: 30px;
					@media (max-width: 940px) {
						display: none;
					}
					h1 {
						font-size: 20px;
						text-transform: none;
						color: #fff;
					}
				}
			}
			.panier_compte {
				display: flex;
				align-items: center;
				.panier {
					margin-right: 20px;
					position: relative;
					#bloc_panier {
						.titre {
							display: none;
						}
						.contenu {
							border: 1px solid #fff;
							padding: 12px 24px;
							cursor: pointer;
							display: flex;
							align-items: center;
							.panier-vide {
								font-size: 15px;
								line-height: 1;
								display: inline-block;
							}
							.ligne-prestation {
								display: inline-block;
								line-height: 1;
								.left {
									display: none;
								}
								.right {
									font-size: 15px;
									font-weight: bold;
								}
							}
							.void-panier {
								display: none;
							}
							&:after {
								content: url('/templates/2018/images/shopping-cart.png');
								display: inline-block;
								margin-left: 10px;
								height: 15px;
								position: relative;
								top: -4px;
							}
						}
					}
					.getNbPrestations {
						position: absolute;
						background: #d9534f;
						color: #fff;
						right: 15px;
						top: 40%;
						@include transform(translateY(-50%));
						border-radius: 50%;
						height: 15px;
						line-height: 15px;
						width: 15px;
						text-align: center;
					}
				}
				.compte {
					a {
						color: #fff;
						font-size: 16px;
						text-decoration: none;
					}
				}
			}
		}
	}
	.main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		background-color: $color2;
		padding:40px 50px 20px 50px;
		position: relative;
		@media (max-width: 940px) {
			justify-content: flex-end;
			padding:25px 50px 25px 50px;
		}
		.logo {
			@media (max-width: 940px) {
				position: absolute;
				top: 40px;
				left: 50px;
				@include transform(translateY(-25%));
			}
			a {
				img {
					max-width: 200px;
					@media (max-width: 1040px) {
						max-width: 115px;
					}
				}
			}
		}
		.options {
			.menu {
				.menu_conteneur {
					> nav {
						> a#pull {
							font-size: 0;
							text-align: right;
							@media (max-width: 480px) {
								position: static;
							}
							&:after {
								font-size: 32px;
								color: #fff;
								position: static !important;
							}
						}
						> ul {
							list-style-type: none;
							padding: 0;
							margin: 0;
							> li {
								> a {
									color: #fff;
									text-decoration: none;
									padding: 0 18px;
									text-transform: uppercase;
									font-size: 14px;
									font-weight: bold;
									height: 50px;
									text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
									display: flex;
									align-items: center;
									flex-wrap: wrap;
									max-width: 190px;
									text-align: center;
									line-height: 1em;
									position: relative;
									@include transition(all .2s linear);
									@media (max-width: 768px) {
										max-width: none;
										padding: 0;
									}
									&:after {
										content:"\f107";
										font-family: 'FontAwesome';
										display: block;
										width: calc(100% - 36px);
										position: absolute;
										bottom: -3px;
										@media (max-width: 768px) {
											width: auto;
											bottom: auto;
											top: 50%;
											@include transform(translateY(-50%));
											right: 0;
										}
									}
								}
								> ul {
									list-style-type: none;
									margin: 0;
									flex-wrap: wrap;
									background: #fff;
									padding: 15px;
									box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
									top: 100%;
									left: 0;
									width: 100%;
									z-index:100;
									@media (max-width: 768px) {
										position: static;
									}
									> li {
										width: calc(100% / 2 - 10px);
										border-bottom: solid 1px #eee;
										margin: 5px 5px;
										@media (max-width: 768px) {
											width: 100%;
											border-bottom: 0;
										}
										.extension {
											@media (max-width: 768px) {
												display: none !important;
											}
										}
										> a {
											color: #333;
											text-decoration: none;
											font-size: 16px;
											font-weight: bold;
											padding-left: 0;
											@include transition(all .2s linear);
											display: block;
											@media (max-width: 768px) {
												position: static !important;
												@include transform(translate(0,0)!important);
												justify-content: flex-start !important;
											}
											> span {
												@media (max-width: 768px) {
													color: #333 !important;
												}
											}
											&:hover {
												padding-left: 10px;
												color: darken($color2, 5%);
											}
										}
									}
								}
								&.image_menu {
									> ul {
										> li {
											position: relative;
											overflow: hidden;
											border-bottom: 0;
											.extension {
												background: #000;
												display: block;
												height: 100%;
												img {
													width: 100%;
													height: 100%;
													object-fit: cover;
													@include transform(scale(1));
													@include transition(all .2s linear);
													opacity: .7;
												}
											}
											> a {
												position: absolute;
												top: 50%;
												left: 50%;
												@include transform(translate(-50%, -50%));
												z-index:10;
												height: 100%;
												width: 100%;
												display: flex;
												align-items: center;
												justify-content: center;
												font-weight:normal;
												@media (max-width: 768px) {
													font-weight: bold;
												}
												> span {
													font-family: 'Gudea', sans-serif;
													color: #fff;
													font-size: 20px;
													@media (max-width: 768px) {
														font-family: inherit;
														font-size: 16px;
													}
												}
												&:after {
													right: 0;
												}
											}
											&:hover {
												.extension {
													img {
														@include transform(scale(1.1));
													}
												}
											}
										}
									}
								}
								&:hover {
									> a {
										background-color: #fff;
										color: $color1;
										text-shadow: none;
										@media (max-width: 768px) {
											background-color: transparent;
											color: #fff;
										}
									}
									> ul {
										display: flex;
									}
								}
							}
						}
					}
				}
			}
		}
	}
}*/}body.ACCUEIL .fil_ariane{display:none;}.fil_ariane > ul{padding:0;margin:0;}.fil_ariane > ul > li > a{color:#27cbcd;text-decoration:none;font-weight:normal;}#ui-datepicker-div,.ui-datepicker-inline{background-color:#fff;border:1px solid #c4c4c4;width:248px;color:#666;z-index:100000 !important;overflow:hidden;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;/* Footer */}#ui-datepicker-div .ui-datepicker-header,.ui-datepicker-inline .ui-datepicker-header{margin:1em 0;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;border:0;}#ui-datepicker-div .ui-datepicker-header .ui-icon,.ui-datepicker-inline .ui-datepicker-header .ui-icon{background-image:none;}#ui-datepicker-div .ui-datepicker-header select,.ui-datepicker-inline .ui-datepicker-header select{line-height:25px;height:25px;font-size:1.4em;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev{background-color:transparent;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;display:inline-block;vertical-align:top;height:25px;cursor:pointer;left:8px;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:hover{border:0;color:#000;top:2px;left:8px;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:before,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:before{content:'\f104';font-family:'FontAwesome';font-size:2.2em;display:inline-block;vertical-align:top;line-height:25px;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next span,#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev span{display:none;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next{text-align:right;right:8px;left:auto;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:hover{left:auto;right:8px;}#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before,.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:before{content:'\f105';}#ui-datepicker-div .ui-datepicker-calendar,.ui-datepicker-inline .ui-datepicker-calendar{border-spacing:0;}#ui-datepicker-div .ui-datepicker-calendar th,.ui-datepicker-inline .ui-datepicker-calendar th{padding:0.5em 0 0;font-size:1.4em;}#ui-datepicker-div .ui-datepicker-calendar td,.ui-datepicker-inline .ui-datepicker-calendar td{padding:0;text-align:center;border:1px solid #ebeceb;}#ui-datepicker-div .ui-datepicker-calendar td .ui-state-default,.ui-datepicker-inline .ui-datepicker-calendar td .ui-state-default{border:0;text-align:center;padding:0;line-height:34px;font-size:1.8em;}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-default{color:#565a5c;}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-active,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-default.ui-state-active,#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-hover,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-default.ui-state-hover,#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default:hover,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-default:hover{background-color:#f78c40;color:#fff;}#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight,.ui-datepicker-inline .ui-datepicker-calendar td a.ui-state-default.ui-state-highlight{background-color:#cecece;}footer{font-size:1.2em;margin-top:20px;/* Panier */}footer .top_footer{margin-top:80px;padding-bottom:30px;}footer .top_footer > nav .description-menu{text-align:center;color:#e55934;font-size:24px;line-height:1.2;}footer .top_footer > nav .description-menu em{font-size:36px;font-family:'Gudea', sans-serif;}footer .top_footer > nav > ul{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;list-style-type:none;padding:0;margin:50px auto auto;}footer .top_footer > nav > ul > li{margin-bottom:30px;width:calc(100% / 4);}@media (max-width:1180px){footer .top_footer > nav > ul > li{width:calc(100% / 2);}}@media (max-width:580px){footer .top_footer > nav > ul > li{width:100%;}}footer .top_footer > nav > ul > li .extension{text-align:center;}footer .top_footer > nav > ul > li .extension img{width:60px;}footer .top_footer > nav > ul > li > span{display:block;text-align:center;font-family:'Gudea', sans-serif;font-size:18px;max-width:200px;margin:12px auto auto;color:#e55934;}footer .bottom_footer{background-color:#111;padding:10px;}footer .bottom_footer > nav > ul{padding-left:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;}footer .bottom_footer > nav > ul > li{padding:0 10px;list-style-type:none;}footer .bottom_footer > nav > ul > li > a{text-decoration:none;color:#fff;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;font-size:1.1em;}footer .bottom_footer > nav > ul > li > a:hover{opacity:0.6;}#content #etapes_resa{height:auto;}#content #etapes_resa .bloc_etapes{height:auto;}#content #etapes_resa .bloc_etapes .bloc_centrage_etapes{display:flex;flex-wrap:wrap;}#content #etapes_resa .bloc_etapes .bloc_centrage_etapes .marges_etape{float:none;}#content #etapes_resa .bloc_etapes .bloc_centrage_etapes .marges_etape > div .conteneur_tableau > div{height:auto;line-height:normal;}#content #bloc_panier_resa #titre-page-etape .libelle_titre{border-bottom:1px solid #000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit{border-top:1px solid #000;border-bottom:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit[id^="table-S"] ~ [id^="table-S"]{border-top:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit[id^="table-S"] ~ [id^="table-S"] thead{display:none;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit thead tr{border-bottom:1px solid #000 !important;background-color:#e8e8f0 !important;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit thead tr span{color:#27cbcd;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr{background-color:transparent;font-size:1.4em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_last{color:#27cbcd;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td{padding-left:0 !important;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td .dates_sejour{font-size:1.1em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td .dates_sejour.dates_sejour_S{display:none;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td .libelle_prestation{font-size:1.4em;margin-top:0;margin-left:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td .libelle_package{font-weight:bold;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td .col_action > a{font-size:0.9em !important;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td.sous_total{border:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td.sous_total span{color:#f78c40;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .chk_choix_assurance{font-size:1.4em;padding:5px 0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .chk_choix_assurance input{margin-right:3px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo{text-align:right;font-size:1.3em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo:before{display:none;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .libelle_zone_code{display:inline-block;margin-right:10px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .col_zone_code{padding-right:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .col_zone_code .blocChampCodePromo input{height:30px;padding-left:3px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .col_zone_code .blocBtnValideCodePromo input{height:30px;line-height:30px;text-align:center;letter-spacing:1px;color:#fff;background-color:#f78c40;text-decoration:none;text-transform:uppercase;display:inline-block;overflow:hidden;position:relative;backface-visibility:hidden;border:1px solid #f78c40;font-weight:bold;margin:0;padding:0 15px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_total_resa{font-size:1.2em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa{border-bottom:1px solid #000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form .panier_resa_erreurs_contrainte_validite{font-size:1.4em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier{font-size:1.2em;display:flex;justify-content:space-between;align-items:center;}@media (max-width:768px){#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier{flex-direction:column;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier > div{text-align:center;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .vider_panier{margin-top:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier{float:none;display:inline-block;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier > a{font-size:1.4rem;color:#fff;height:auto;line-height:normal;padding:12px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier > a span{line-height:39px;font-weight:bold;padding:0 0.5em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #bloc_btn_action_panier .valider_panier > a:hover{border-color:#27cbcd;}#content #bloc_panier_resa .panier_vide .zone_panier_vide{width:100%;justify-content:center;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide{float:none;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide{margin:0;padding:1em;font-size:2em;flex:2;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide a{color:#f78c40;text-decoration:none;font-weight:700;}#content #bloc_panier_resa .panier_vide .zone_panier_vide .msg_panier_vide .texte_panier_vide a:hover{text-decoration:underline;}#content #bloc_confirmation,#content #bloc_paiement{font-size:1.4em;}.formulaire_container{max-width:720px;margin:25px auto auto;}.formulaire_container > form span.forms_label{text-align:left;display:block;font-size:1.6em;margin-bottom:5px;}.formulaire_container > form fieldset{padding:0;border:0;}.formulaire_container > form fieldset legend{display:none;}.formulaire_container > form fieldset.fieldset_formule_composition legend{display:block;}.formulaire_container > form fieldset .forms_ligne{padding:0;margin-bottom:20px;}.formulaire_container > form fieldset .forms_ligne .forms_colValues{margin-left:0;font-size:1.6rem;position:relative;}.formulaire_container > form fieldset .forms_ligne .forms_colValues > input,.formulaire_container > form fieldset .forms_ligne .forms_colValues select{border:1px solid #000;padding:10px;background-clip:padding-box;width:100%;background:#fff;outline:none;}.formulaire_container > form fieldset .forms_ligne .forms_colValues > input:focus,.formulaire_container > form fieldset .forms_ligne .forms_colValues select:focus,.formulaire_container > form fieldset .forms_ligne .forms_colValues > input:hover,.formulaire_container > form fieldset .forms_ligne .forms_colValues select:hover{border-color:#f78c40;}.formulaire_container > form fieldset .forms_ligne .forms_colValues input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset;}.formulaire_container > form fieldset .forms_ligne .forms_colValues .forms_icon{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}.formulaire_container > form fieldset .forms_ligne > label{float:none;padding-right:0;text-align:left;margin-left:0;font-size:1.4rem;padding-bottom:4px;position:relative;width:auto;}.formulaire_container > form fieldset .forms_ligne > label .etoileOblig{position:absolute;left:100%;top:0;}.formulaire_container > form fieldset .form_ligne_pass{background:none;}.formulaire_container > form fieldset .form_ligne_mail{background-image:none !important;background:transparent;}.formulaire_container > form fieldset .forms_erreur_title{color:#27cbcd;}.formulaire_container > form fieldset#formsChamp_11_112 > legend{display:block;padding:0;margin:30px 0 20px;text-transform:uppercase;font-weight:bold;font-size:1.4em;}.formulaire_container > form fieldset#formsChamp_11_112 .forms_fieldset_div #msg-info-composition{width:100%;padding-left:0;}.formulaire_container > form fieldset#formsChamp_11_112 .forms_fieldset_div > fieldset > legend{font-size:1.4em;text-align:center;}.formulaire_container > form > .forms_ligne{margin-bottom:20px;text-align:right;}.formulaire_container > form > .form_submit_div{text-align:left;}.formulaire_container > form > .form_submit_div input{-webkit-transition:0.4s;-khtml-transition:0.4s;-moz-transition:0.4s;-ms-transition:0.4s;-o-transition:0.4s;transition:0.4s;font-size:1.6rem;margin-left:0;border-radius:0;border:0;padding:0.5em 2em;}.formulaire_container > form > .form_infos_legales{margin-top:20px;}.formulaire_container > form .forms_icon_info{margin-left:10px;margin-top:12px;}.formulaire_container .captcha-google > div{width:100% !important;text-align:left;}.formulaire_container .form_nl{margin-bottom:0;}.formulaire_container .form_nl textarea{border:1px solid #000;padding:10px;background-clip:padding-box;font-size:1.6rem;outline:none;}.formulaire_container .form_nl textarea:focus,.formulaire_container .form_nl textarea:hover{border-color:#f78c40;}.formulaire_container #authentification_div .forms_depNotAuth input.form_submit{margin:0;outline:none;font-size:1.4em;border:0;border-radius:0;padding:12px 18px;}.client_identification{/* Sommaire */}.client_identification .alert{font-size:1.4em;}.client_identification > form{font-size:1.4em;}.client_identification > form .forms_ligne .client_identification_formulaire_password_oublie{display:inline-block;margin-left:10px;}.client_identification > form .forms_ligne .client_identification_formulaire_password_oublie a{color:#27cbcd;text-decoration:none;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.client_identification > form .forms_ligne .client_identification_formulaire_password_oublie a:hover{color:#f78c40;}.client_identification > form .form_submit_div input{/*padding: 0.5em 2em;*/border:0;border-radius:0;font-size:1.4rem;}.client_identification .client_identification_nouveau_client > p > a{border:0;border-radius:0;font-size:1.4rem;height:30px;line-height:30px;}section#sommaire > header #description-rubrique{font-size:1.4em;}section#sommaire #nav-sommaire{margin-top:30px;}section#sommaire #nav-sommaire > ul > li{width:50%;float:left;padding:0 15px;margin-bottom:30px;margin-right:0;}section#sommaire #nav-sommaire > ul > li:nth-child(odd){padding-left:0;}section#sommaire #nav-sommaire > ul > li:nth-child(even){padding-right:0;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre{position:relative;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a{position:relative;color:#fff;display:block;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image{background-color:#000;overflow:hidden;position:relative;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;position:relative;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image:before{display:block;content:"";width:100%;padding-top:58.82353%;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image > .image{position:absolute;top:0;left:0;right:0;bottom:0;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image img{width:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;opacity:1;-webkit-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-khtml-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-moz-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-ms-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-o-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_texte{padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;height:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_texte h2{font-family:'Gudea', sans-serif;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.4);}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a:hover .sommaire_cadre_image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);opacity:0.3;}.champs_moyen_paiement{font-size:1.4rem;}section#content{display:inline-block;width:100%;/* Home */}section#content > #titre-page-etape{border:none;margin-bottom:1em;width:100%;overflow:auto;height:auto;}section#content > #titre-page-etape .libelle_titre{background-color:transparent;letter-spacing:0.2em;text-transform:uppercase;font-size:2em;padding-bottom:0.5em;border-bottom:1px solid #000;width:100%;}body.home #widget-resa-horizontal{max-width:980px;margin:2em auto auto;}body.home #widget-resa-horizontal form .div_calendrier input{color:#000;border:1px solid #27cbcd;}body.home #widget-resa-horizontal form .forms_champType_select select{color:#000;border:1px solid #27cbcd;}body.home #widget-resa-horizontal form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur label,body.home #widget-resa-horizontal form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur span{display:none;}body.home #widget-resa-horizontal form .bloc_date_calendrier_double .ligne_resa label{color:#27cbcd;}body.home #widget-resa-horizontal form .resa_div_btn{position:relative;}body.home #widget-resa-horizontal form .resa_div_btn .ajax-results{position:absolute;top:23px;left:10px;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:#f78c40;border-radius:50%;}body.home #widget-resa-horizontal form .resa_div_btn .button_search input{border:1px solid #f78c40;}body.home #widget-resa-horizontal form .resa_div_btn .button_search input:hover{border:1px solid #27cbcd;}.widget_dispos > .bloc_dispos > #vue_dispos > .vue_loc_semaine_ligne > .grid_semaine_slide_bloc .grid_semaine > .bloc_semaine_ext > .bloc_semaine > .titre_semaine{float:left;/* Sommaire */}section#sommaire #nav-sommaire{margin-top:30px;}section#sommaire #nav-sommaire > ul > li{width:50%;float:left;padding:0 15px;margin-bottom:30px;margin-right:0;}section#sommaire #nav-sommaire > ul > li:nth-child(odd){padding-left:0;}section#sommaire #nav-sommaire > ul > li:nth-child(even){padding-right:0;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre{position:relative;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a{position:relative;color:#fff;display:block;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image{background-color:#000;overflow:hidden;position:relative;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;position:relative;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image:before{display:block;content:"";width:100%;padding-top:58.82353%;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image > .image{position:absolute;top:0;left:0;right:0;bottom:0;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_image img{width:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;opacity:0.9;-webkit-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-khtml-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-moz-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-ms-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;-o-transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;transition:opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_texte{padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;height:3em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a .sommaire_cadre_texte h2{font-family:'Gudea', sans-serif;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.4);font-size:36px;}section#sommaire #nav-sommaire > ul > li .sommaire_cadre > a:hover .sommaire_cadre_image img{-webkit-transform:scale(1.1);-khtml-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}#rubrique > section{font-size:1.4em;}.widget-moncompte .content > form input[type="submit"]{border-radius:0 !important;font-size:14px;}#tab_panier_resa .table_produit .ligne_formule_1,#tab_panier_resa .table_produit .ligne_prestation_1,#tab_panier_resa .table_produit .ligne_sous_total_1,#tab_panier_resa .table_produit .ligne_sous_total_1{background-color:#fff;font-size:1.1em;}.espace_client_contact .client_form_contact .form_submit_div .form_submit{border:1px solid #f78c40;height:50px;line-height:50px;/* Home */}body.ACCUEIL main.container section#content .homep{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1170px;margin:auto;}body.ACCUEIL main.container section#content .homep .titre{font-family:'Gudea', sans-serif;text-align:center;font-size:4.8em;color:#f78c40;margin-bottom:20px;width:100%;}@media (max-width:768px){body.ACCUEIL main.container section#content .homep .titre{font-size:3.6em;}}body.ACCUEIL main.container section#content .homep .extrait{height:530px;box-shadow:0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);margin-bottom:4em;width:calc(100% / 3 - 2em);position:relative;display:flex;flex-direction:column;-webkit-transition:all 0.3s ease-in-out;-khtml-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}@media (max-width:1230px){body.ACCUEIL main.container section#content .homep .extrait{width:calc(100% / 2 - 1em);}}@media (max-width:980px){body.ACCUEIL main.container section#content .homep .extrait{width:calc(100% / 2 - 1em);}}@media (max-width:580px){body.ACCUEIL main.container section#content .homep .extrait{width:100%;}}body.ACCUEIL main.container section#content .homep .extrait .image{order:1;}body.ACCUEIL main.container section#content .homep .extrait .image > a{position:relative;display:block;}body.ACCUEIL main.container section#content .homep .extrait .image > a:before{display:block;content:"";width:100%;padding-top:83.33333%;}body.ACCUEIL main.container section#content .homep .extrait .image > a > .image{position:absolute;top:0;left:0;right:0;bottom:0;}body.ACCUEIL main.container section#content .homep .extrait .image > a img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;}body.ACCUEIL main.container section#content .homep .extrait .criteres{order:2;margin-top:15px;padding:0 1.2em;margin-bottom:10px;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > span{display:none;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul{display:flex;flex-wrap:wrap;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li{color:#fff;font-size:13.6px;line-height:1.3;padding:3px 8px;border-radius:3px;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li.EVASIODUO{background:#1daeff;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li.DETENTENATURE{background-color:#2fc155;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li.ZENBIO{background-color:#c62985;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li.SAVEURMINCEUR{background-color:#eab847;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li > ul > li:not(:first-child){margin-left:10px;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li.PRIXDAPPEL{position:absolute;top:0;right:0;background-color:rgba(1, 1, 1, .5);padding:3px 8px;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li.PRIXDAPPEL > .libelle{display:block;color:#fff;font-size:13.6px;text-align:center;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li.PRIXDAPPEL > ul.valeur-critere{display:inline-block;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li.PRIXDAPPEL > ul.valeur-critere > li{padding-left:5px;}body.ACCUEIL main.container section#content .homep .extrait .criteres > ul > li.PRIXDAPPEL > ul.valeur-critere > li .quantite{font-size:1.6em;font-weight:bold;font-family:'Gudea', sans-serif;text-align:center;}body.ACCUEIL main.container section#content .homep .extrait .titre-extrait{order:3;padding:0 1.2em;margin-top:0;}body.ACCUEIL main.container section#content .homep .extrait .titre-extrait a{font-size:19.2px;text-decoration:none;display:block;font-weight:bold;color:#111;line-height:1.2;}body.ACCUEIL main.container section#content .homep .extrait .contenu-extrait{order:4;padding:0 1.2em;margin-top:20px;}body.ACCUEIL main.container section#content .homep .extrait .contenu-extrait a{color:#111;text-decoration:none;font-size:13.5px;line-height:1.3;}body.ACCUEIL main.container section#content .homep .extrait .lire-actu{position:absolute;bottom:10px;left:0;right:0;text-align:center;}body.ACCUEIL main.container section#content .homep .extrait .lire-actu a{text-decoration:none;display:inline-block;padding:0 25px;}body.ACCUEIL main.container section#content .homep .extrait .lire-actu a:before{content:'\f218';font-family:'FontAwesome';color:#f78c40;font-size:2.5em;}body.ACCUEIL main.container section#content .homep .extrait .lire-actu a span{display:none;}body.ACCUEIL main.container section#content .homep .extrait:hover{box-shadow:0 10px 20px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1);}body.ACCUEIL main.container section#content .homep .extrait:hover .lire-actu a{background-color:#f78c40;}body.ACCUEIL main.container section#content .homep .extrait:hover .lire-actu a:before{color:#fff;}body.ACCUEIL main.container section#content .homep .toutes-actu{width:100%;text-align:center;margin-top:20px;}body.ACCUEIL main.container section#content .homep .toutes-actu a{font-size:18px;background-color:#27cbcd;padding:20px 40px;color:#fff;text-decoration:none;line-height:1;-webkit-transition:all 0.5s;-khtml-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;display:inline-block;}body.ACCUEIL main.container section#content .homep .toutes-actu a:hover{background-color:#229380;}body.ACCUEIL main.container section#content .menu_home{margin-top:80px;}body.ACCUEIL main.container section#content .menu_home > nav .description-menu{font-family:'Gudea', sans-serif;text-align:center;font-size:4.8em;color:#f78c40;margin-bottom:30px;width:100%;line-height:1.2;}@media (max-width:768px){body.ACCUEIL main.container section#content .menu_home > nav .description-menu{font-size:3.6em;}}body.ACCUEIL main.container section#content .menu_home > nav > ul{padding:0;list-style-type:none;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:940px;margin:auto;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li{width:calc(100% / 2 - 2px);margin-bottom:2px;height:280px;background:rgba(1, 1, 1, .5);padding:35px;position:relative;-webkit-transition:all 500ms;-khtml-transition:all 500ms;-moz-transition:all 500ms;-ms-transition:all 500ms;-o-transition:all 500ms;transition:all 500ms;display:flex;flex-direction:column-reverse;}@media (max-width:580px){body.ACCUEIL main.container section#content .menu_home > nav > ul > li{width:100%;}}body.ACCUEIL main.container section#content .menu_home > nav > ul > li .extension{text-align:center;margin-bottom:4px;/* Deso d'avance */}body.ACCUEIL main.container section#content .menu_home > nav > ul > li .extension img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li .extension .description{margin-top:10px;font-size:12.8px;color:#fff;-webkit-transition:all 500ms;-khtml-transition:all 500ms;-moz-transition:all 500ms;-ms-transition:all 500ms;-o-transition:all 500ms;transition:all 500ms;}@media (max-width:980px){body.ACCUEIL main.container section#content .menu_home > nav > ul > li .extension .description{display:none;}}body.ACCUEIL main.container section#content .menu_home > nav > ul > li > a{display:block;color:#fff;text-decoration:none;font-size:28.8px;font-family:'Gudea', sans-serif;text-align:center;-webkit-transition:all 500ms;-khtml-transition:all 500ms;-moz-transition:all 500ms;-ms-transition:all 500ms;-o-transition:all 500ms;transition:all 500ms;margin-top:0;top:60%;right:0;left:0;line-height:1;}@media (max-width:768px){body.ACCUEIL main.container section#content .menu_home > nav > ul > li > a{top:70%;}}body.ACCUEIL main.container section#content .menu_home > nav > ul > li > a:after{content:'';position:absolute;top:0;left:0;right:0;height:100%;width:100%;z-index:10;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover.bleu{background-color:#1daeff;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover.vert{background-color:#2fc155;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover.violet{background-color:#c62985;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover.orange{background-color:#eab847;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover .extension .description{-webkit-transform:translateY(-20px);-khtml-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:hover > a{-webkit-transform:translateY(-20px);-khtml-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:nth-child(1) > a:before{content:'';background:url("/templates/2018/images/pictos-sejours-evasion-en-duo.png") center;background-repeat:no-repeat;width:50%;height:145px;display:block;margin:auto auto 0.3em;background-size:80%;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:nth-child(2) > a:before{content:'';background:url("/templates/2018/images/pictos-sejours-saveurs-et-minceur.png") center;background-repeat:no-repeat;width:50%;height:145px;display:block;margin:auto auto 0.3em;background-size:80%;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:nth-child(3) > a:before{content:'';background:url("/templates/2018/images/pictos-sejours-zen-et-bio.png") center;background-repeat:no-repeat;width:50%;height:145px;display:block;margin:auto auto 0.3em;background-size:80%;}body.ACCUEIL main.container section#content .menu_home > nav > ul > li:nth-child(4) > a:before{content:'';background:url("/templates/2018/images/pictos-sejours-detente-et-nature.png") center;background-repeat:no-repeat;width:50%;height:145px;display:block;margin:auto auto 0.3em;background-size:80%;}body.ControllerEspaceClient .accueil_espace_client .rubrique_accueil_contact{display:none;}body.ControllerEspaceClient .espace_client_menu > ul > li.menu_btn_contact{display:none;}header.header[role="banner"]{height:80px;display:table;/*background-color: $color2;*/width:100%;border-bottom:10px solid #e9eaee;margin-bottom:15px;padding-bottom:15px;}header.header[role="banner"] .ligne_retour_ot{background-color:#27cbcd;color:white;height:30px;line-height:30px;text-align:center;margin-bottom:15px;display:table;width:100%;}header.header[role="banner"] .ligne_retour_ot div.switch{text-align:left;}header.header[role="banner"] .ligne_retour_ot div.switch li,header.header[role="banner"] .ligne_retour_ot div.switch ul{display:inline-block;padding:0;margin:0;list-style-type:none;}header.header[role="banner"] .ligne_retour_ot div.switch li{padding:0 10px;position:relative;}header.header[role="banner"] .ligne_retour_ot div.switch li:not(:last-child):after{content:"";display:inline-block;position:absolute;width:1px;height:calc(100% - 10px);right:0;top:5px;background-color:white;}header.header[role="banner"] .ligne_retour_ot div.switch li.selected a{font-weight:bold;cursor:default;}header.header[role="banner"] .ligne_retour_ot div.switch li.selected a:hover{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-opacity:1;-o-opacity:1;opacity:1;}header.header[role="banner"] .ligne_retour_ot > div{display:table-cell;}header.header[role="banner"] .ligne_retour_ot a{color:white;font-size:1.6em;}header.header[role="banner"] .ligne_retour_ot a:hover{filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-opacity:0.5;-khtml-opacity:0.5;-moz-opacity:0.5;-ms-opacity:0.5;-o-opacity:0.5;opacity:0.5;}@media screen and (max-width:768px){header.header[role="banner"] .ligne_retour_ot{display:none;}}header.header[role="banner"] > .ligne{display:table;width:100%;}header.header[role="banner"] > .ligne > .colonne{display:table-cell;vertical-align:middle;}@media screen and (max-width:768px){header.header[role="banner"] > .ligne > .colonne{display:block;}}header.header[role="banner"] > .ligne > .colonne.titre_tel{text-align:center;color:#f78c40;font-weight:normal;}header.header[role="banner"] > .ligne > .colonne.titre_tel a{color:#f78c40;}header.header[role="banner"] > .ligne > .colonne > .titre{font-size:3.5em;font-weight:bold;font-family:'Gudea', sans-serif;}@media (max-width:950px){header.header[role="banner"] > .ligne > .colonne > .titre{font-size:3em;}}header.header[role="banner"] > .ligne > .colonne.panier_compte{text-align:right;min-width:150px;padding-right:40px;}header.header[role="banner"] > .ligne > .colonne.panier_compte > *{display:inline-block;padding:0 10px;}header.header[role="banner"] > .ligne > .colonne.panier_compte .bloc_panier{position:relative;}@media screen and (max-width:768px){header.header[role="banner"] > .ligne > .colonne.panier_compte .bloc_panier{position:absolute;top:10px;right:0;}}header.header[role="banner"] > .ligne > .colonne.panier_compte .bloc_panier .getNbPrestations{position:absolute;background:#f78c40;color:white;right:5px;top:10px;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;height:25px;line-height:25px;width:25px;text-align:center;left:auto;font-size:2em;font-weight:bold;}@media screen and (max-width:768px){header.header[role="banner"] > .ligne > .colonne.panier_compte .bloc_panier .getNbPrestations{right:calc(50% - 15px);}}header.header[role="banner"] > .ligne > .colonne .menu-tel a{color:;font-size:2em;}header.header[role="banner"] > .ligne > .colonne.logo{padding-left:40px;}@media screen and (max-width:768px){header.header[role="banner"] > .ligne > .colonne.logo{text-align:center;padding-left:0;}}header.header[role="banner"] > .ligne > .colonne.logo img{max-height:120px;}@media (max-width:768px){header.header[role="banner"] > .ligne > .colonne.logo img{max-height:80px;}}header.header[role="banner"] > .ligne > .colonne.logo a:hover{filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-opacity:0.5;-khtml-opacity:0.5;-moz-opacity:0.5;-ms-opacity:0.5;-o-opacity:0.5;opacity:0.5;}header.header[role="banner"] > .ligne > .colonne #bloc_panier{cursor:pointer;text-align:center;color:#f78c40;}header.header[role="banner"] > .ligne > .colonne #bloc_panier:hover{color:#27cbcd;}header.header[role="banner"] > .ligne > .colonne #bloc_panier .titre span{font-size:1.4em;display:flex;flex-direction:column;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne #bloc_panier .titre span{font-size:1.2em;}}header.header[role="banner"] > .ligne > .colonne #bloc_panier .titre span:before{content:'\f291';font-family:'FontAwesome';text-align:center;font-size:45px;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne #bloc_panier .titre span:before{font-size:25px;}}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu{display:none;position:absolute;top:100%;background:#fff;left:-65px;width:230px;padding:5px;font-size:1.2em;padding-bottom:1em;border:solid 1px #bbb;box-shadow:0 5px 10px rgba(0, 0, 0, .2);}@media (max-width:1200px){header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu{left:initial;right:0;}}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu .panier-vide{margin-bottom:-10px;text-align:center;}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu .ligne-prestation .left .nb-prestations{padding-right:3px;}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu .void-panier{margin-top:40px;text-align:center;}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu .void-panier a{text-decoration:none;color:#fff;background-color:#f78c40;text-align:center;padding:7px;border:2px solid #f78c40;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}header.header[role="banner"] > .ligne > .colonne #bloc_panier .contenu .void-panier a:hover{background-color:#fff;color:#f78c40;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte{margin:0;text-align:center;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged{display:flex;flex-direction:column;position:static;padding:0;font-size:1.4em;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged{font-size:1.2em;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged:before{content:'\f007';font-family:'FontAwesome';text-align:center;font-size:45px;color:#f78c40;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged:before{font-size:25px;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged a{-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;color:#f78c40;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged:hover a{color:#27cbcd;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title-logged:hover:before{color:#27cbcd;}@media (max-width:768px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte{position:absolute;top:10px;left:0;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown{margin-top:0;font-size:1.4em;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown{font-size:1.2em;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown .dropdown-menu{border-radius:0;font-size:0.85em;border:1px solid #bbb;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown .dropdown-menu li a{background:transparent !important;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown .dropdown-menu li a:hover{color:#f78c40 !important;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte #dropdown .dropdown-menu li:last-child a:hover{color:red !important;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title{font-weight:normal;margin:0;font-size:1.4em;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title{font-size:1.2em;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title a{text-decoration:none;color:#f78c40;display:flex;flex-direction:column;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title a:before{content:'\f007';font-family:'FontAwesome';text-align:center;font-size:45px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}@media (max-width:900px){header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title a:before{font-size:25px;}}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title a:hover{color:#27cbcd;}header.header[role="banner"] > .ligne > .colonne .widget-moncompte .title a:hover:before{color:#27cbcd;}header.header[role="banner"] .menu-tel a:before{content:"\f095";font-family:"FontAwesome";display:inline-block;vertical-align:middle;margin-right:5px;}footer > .container > .row,header > .container > .row{display:table;width:100%;max-width:1170px;margin:0 auto;}footer .uppercase,header .uppercase{text-transform:uppercase;}footer .h1,header .h1,footer .h2,header .h2,footer .h3,header .h3,footer h1,header h1,footer h2,header h2,footer h3,header h3{margin:0;}footer a,header a,footer a:focus,header a:focus,footer a:hover,header a:hover,footer a:link,header a:link,footer a:visited,header a:visited,footer input:focus,header input:focus{text-decoration:none;outline:0;}footer p,header p{margin:0;}footer *,header *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}footer *,header *,footer :after,header :after,footer :before,header :before{box-sizing:border-box;}footer .border,header .border{border-color:transparent;border-style:solid;border-width:7px;}footer ul,header ul{margin-bottom:0;}footer .list-inline,header .list-inline{margin-left:0;}footer .list-inline li,header .list-inline li{padding:0;}footer .ui-datepicker,header .ui-datepicker{z-index:9999 !important;}footer .left,header .left{float:left;}footer .right,header .right{float:right;}footer .clear,header .clear{clear:both;}footer .hidden,header .hidden{display:none;}footer .muted,header .muted{opacity:0.2;}footer nav,header nav{display:block;}footer .list-inline,header .list-inline{padding-left:0;margin-left:0;list-style:none;}footer .list-inline > li,header .list-inline > li{display:inline-block;}footer{background-color:#5a5a5a;color:#fff;padding:20px;display:table;width:100%;text-align:center;font-size:1.4em;}footer .ligne_retour_ot{color:white;height:30px;line-height:30px;text-align:center;margin-top:20px;display:none !important;}footer .ligne_retour_ot a{color:white;font-size:1.3em;}footer .ligne_retour_ot a:hover{filter:alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";-webkit-opacity:0.5;-khtml-opacity:0.5;-moz-opacity:0.5;-ms-opacity:0.5;-o-opacity:0.5;opacity:0.5;}@media screen and (max-width:768px){footer .ligne_retour_ot{display:block !important;}}footer .col.contact{display:inline-block;}footer .col.footer-text{width:50%;display:inline-block;}footer > *{display:inline-block !important;}footer > *.copyright:after{content:"|";margin:0 5px 0 10px;}footer .menu-footer li,footer .menu-footer ul{margin:0;padding:0;}footer .menu-footer li{display:inline-block;}footer .menu-footer li:not(:first-child):before{content:"-";margin:0 5px;}footer .menu-footer li a{color:white;text-decoration:underline;}footer .menu-footer li a:hover{text-decoration:none;}footer .logo{height:55px;}footer p{font-family:'Gudea', sans-serif;font-size:14px;color:#9f9f9e;}footer .bold{font-weight:700;}footer .contact{padding-left:13px;padding-right:0;width:25%;}footer .contact hr{width:60px;margin-right:213px;margin-bottom:1em;margin-top:2em;}footer .contact p{color:#fff;}footer .contact p a{color:#fff;text-decoration:underline;}footer nav.footer{text-align:center;margin-top:70px;}footer nav.footer a{color:#fff;}footer nav.footer .main li{padding:0 25px;border-right:2px solid #fff;}footer nav.footer .main li:first-of-type{padding-left:0;}footer nav.footer .main li:last-child{border-right:none;}footer nav.footer .main a{display:block;text-transform:uppercase;font-weight:700;font-size:20px;line-height:20px;}footer nav.footer .secondary{margin-top:20px;}footer nav.footer .secondary li{margin:0 8px;}footer nav.footer .secondary a{display:inline-block;text-decoration:underline;font-size:12px;}@media (max-width:767px){footer .footer-logo,footer .footer-text,footer .logo-brit,footer .text,footer nav.footer{display:none;}footer .left{float:initial;margin-left:0;}}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa{display:none;}.ing-widget-resa-fiche .msg_erreur_formule a{color:inherit;font-size:inherit !important;font-weight:inherit;}.formulaire_container > form fieldset .forms_ligne .forms_colValues .forms_icon{position:static;margin-left:10px;margin-top:21px;}.formulaire_resa .forms_listeRadio.forms_champs_formsChamp_1_31{display:inline-block;width:95%;}.cookie-div{background-color:#27cbcd;border:0;bottom:20px;left:20px;width:230px;text-align:center;padding:10px !important;color:white;border:2px solid #27cbcd;font-size:0.8em;}.cookie-div > .cookie-hide > *{display:block;width:100%;}.cookie-div .cookie-btn{background-image:none;background-color:white;-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;border:0;color:#27cbcd;padding:3px !important;height:auto;font-size:1.6em;width:auto;min-width:0;margin:5px 0;height:auto;line-height:1.5em;min-height:0;}.cookie-div .cookie-btn:hover{background-color:white !important;color:#27cbcd;background-image:none;}.cookie-div .cookie-buttons{height:auto;padding:0;}.cookie-div .cookie-savoirplus{margin-left:0;}.backtotopinstance{background-color:#f78c40;background-image:none;right:0;bottom:0;width:60px;height:60px;border:0;border-radius:100px 0 0 0;padding:0;cursor:pointer;}.backtotopinstance:before{content:"\f062";font-family:"FontAwesome";color:white;position:absolute;top:25px;left:30px;font-size:2em;}.formulaire_container.client_identification_formulaire{font-size:1.4em;}.formulaire_container.client_identification_formulaire a{color:inherit;}.formulaire_container.client_identification_formulaire .forms_label{width:35%;}.formulaire_container.client_identification_formulaire .forms_colValues{margin-left:36%;}.formulaire_container.client_identification_formulaire .form_submit_div{text-align:center;display:table;width:100%;padding-top:20px;}.formulaire_container.client_identification_formulaire .form_submit_div a{background-color:#27cbcd;color:white;display:inline-block;text-decoration:none;border:1px solid #27cbcd;text-transform:uppercase;margin-top:0;line-height:1em;text-align:center;font-size:1em;padding:0;font-weight:bold;padding:12px;-webkit-transition:0.5s;-khtml-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;}.formulaire_container.client_identification_formulaire .form_submit_div a:hover{background-color:white;color:#27cbcd;}.formulaire_container > form > .form_submit_div{text-align:center;}.formulaire_container > form fieldset .forms_ligne .forms_colValues > input,.formulaire_container > form fieldset .forms_ligne .forms_colValues select{width:96%;}.update_password_btn{display:block;clear:both;padding-top:10px;}.formulaire_container > form fieldset .forms_ligne > label{font-size:1.6rem;}body.ControllerListeInfo main.container aside{background:#fff;}.moteur_vertic{/* Moteur accordeon */}#recherche-resa{background-color:#ebebeb;font-size:1.4rem;margin-top:0 !important;margin-bottom:2em;}#recherche-resa div .titre_moteur_resa{color:#000;text-align:center;text-transform:uppercase;font-weight:bold;padding:10px 0;font-size:1.5rem;border-bottom:1px solid #fff;}#recherche-resa div .menuAccordeon .menuMoteur{border-bottom:1px solid #000;padding:0;}#recherche-resa div .menuAccordeon .menuMoteur:last-of-type{border-bottom:0;}#recherche-resa div .menuAccordeon .menuMoteur .titreMenu{border-radius:0;background-color:#ebebeb;border:0;font-variant:initial;color:#000;padding:0.5em 1em;display:block;font-size:1.4rem;position:relative;}#recherche-resa div .menuAccordeon .menuMoteur .titreMenu:after{content:"\f067";font-family:'FontAwesome';position:absolute;right:1em;top:55%;-webkit-transform:translateY(-50%);-khtml-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);font-size:1.3rem;color:#f78c40;}#recherche-resa div .menuAccordeon .menuMoteur .titreMenu.ui-state-active:after{content:"\f068";}#recherche-resa div .menuAccordeon .menuMoteur .titreMenu > a{color:#fff;text-decoration:none;display:block;font-weight:bold;}#recherche-resa div .menuAccordeon .menuMoteur .contenu{background-color:#ebebeb;border-radius:0;color:#000;border:0;padding:1em;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .moteurFiltrePrestataire{-webkit-appearance:menulist;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .typePrestataireLibelle{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .typePrestataireLibelle .libelle_type_prestataire{font-weight:bold;padding:0;font-size:100%;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .typePrestataireLibelle .libelle_type_prestataire:before{font-family:'FontAwesome';content:'\f105';padding-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datedeb{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datedeb .libelle_datedeb{font-weight:bold;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datedeb .libelle_datedeb:before{font-family:'FontAwesome';content:'\f105';padding-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datefin{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datefin .libelle_datefin{font-weight:bold;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_datefin .libelle_datefin:before{font-family:'FontAwesome';content:'\f105';padding-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_duree{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_duree .libelle_duree{font-weight:bold;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_duree .libelle_duree:before{font-family:'FontAwesome';content:'\f105';padding-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre .libelle_nb_chambre,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes .libelle_nb_chambre,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre .libelle_nb_personnes,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes .libelle_nb_personnes{font-weight:bold;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre .libelle_nb_chambre:before,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes .libelle_nb_chambre:before,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre .libelle_nb_personnes:before,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes .libelle_nb_personnes:before{font-family:'FontAwesome';content:'\f105';padding-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre > ul,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes > ul{padding:0;margin:0;display:inline-block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_chambre > ul li,#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .bloc_recap_recherche_date .bloc_nb_personnes > ul li{list-style-type:none;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .p_modifier_recherche{text-align:left;margin-top:30px;margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .p_modifier_recherche a{text-decoration:none;padding:10px 15px;background-color:#27cbcd;border:1px solid #27cbcd;color:#fff;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .bloc_recap_recherche .p_modifier_recherche a:hover{color:#27cbcd;background-color:#fff;}#recherche-resa div .menuAccordeon .menuMoteur .contenu > select{background-color:#fff !important;-webkit-appearance:none;border:0;width:100%;padding-left:1em;position:relative;z-index:4;padding-right:2em;height:40px;line-height:40px;color:#000;font-family:'Gudea', sans-serif;cursor:pointer;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form label,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form legend{display:none;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form select::-ms-expand{display:none;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .forms_champType_select{border:0 !important;background-color:#fff;height:40px;position:relative;overflow:hidden;font-family:'Gudea', sans-serif;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .forms_champType_select:after{content:'\f078';font-family:'FontAwesome';position:absolute;z-index:1;line-height:40px;top:0;right:0;padding:0 0.5em;font-weight:normal;color:#f78c40;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .forms_champType_select select{background-color:transparent !important;-webkit-appearance:none;border:0;width:130%;padding-left:1em;position:relative;z-index:4;padding-right:calc(30% + 2em);height:40px;line-height:40px;color:#000;font-family:'Gudea', sans-serif;cursor:pointer;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier{background-color:#fff;position:relative;border:0 !important;overflow:hidden;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier input{width:130%;height:calc(40px - 3px);border:0;margin:0;z-index:4;background-image:none;background-color:transparent;padding-left:1em;padding-right:calc(30% + 2em);-webkit-appearance:none;position:relative;color:#000;font-family:'Gudea', sans-serif;cursor:pointer;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier:after{content:'\f133';font-family:'FontAwesome';z-index:1;position:absolute;top:0;right:0;padding:0 0.5em;line-height:40px;color:#f78c40;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_date .ligne_form_moteur,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_selection_type_prestataire_radio,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .ligne_resa{margin:1.2em 0;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_selection_type_prestataire_radio{margin-top:0;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_selection_type_prestataire_radio .ligne_form_moteur{margin-bottom:3px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_selection_type_prestataire_radio .ligne_form_moteur:last-child{margin-bottom:0;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_selection_type_prestataire_radio .ligne_form_moteur label{display:inline-block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date .bloc_date_duree .bloc_date_resa:after{content:'\f133';}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date .bloc_date_duree .bloc_duree_resa:after{content:'\f017';right:-0.1em;font-size:1.2em;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .ligne_resa label{display:inline-block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur{display:flex;flex-wrap:wrap;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur > label{display:inline-block;margin-bottom:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur .div_calendrier{width:100%;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_date_calendrier_double .ligne_resa label{display:inline-block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes > .forms_champType_select:after{content:'\f2c0';font-size:1.2em;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset{padding:0;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixPersonne .forms_champType_select{display:inline-block;width:calc(100% / 2 - 7px);}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixPersonne .forms_champType_select:first-child{margin-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixPersonne .forms_champType_select:last-child{margin-left:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixAges{margin-top:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixAges > span{display:block;width:100%;margin-bottom:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixAges .forms_champType_select{display:inline-block;width:calc(100% / 4 - 5px);margin-right:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixAges .forms_champType_select:last-child{margin-right:0;width:calc(100% / 4);}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_personnes .more-personnes-detail fieldset .ligne_form_moteur .choixAges .forms_champType_select select{padding-left:0.5em;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_adultes_enfants .ligne_form_moteur{margin-bottom:10px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_adultes_enfants .ligne_form_moteur.choixAges .libelle_age_enfant{display:block;margin-bottom:5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier_le,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_au,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_du{position:relative;overflow:hidden;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier_le label,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_au label,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_du label{font-size:1.1em;display:block;margin-bottom:3px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier_le input,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_au input,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_du input{width:130%;height:calc(40px - 3px);border:0;margin:0;z-index:4;background-image:none;background-color:#fff;padding-left:1em;padding-right:calc(30% + 2em);-webkit-appearance:none;position:relative;color:#000;font-family:;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .div_calendrier_le:after,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_au:after,#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .periode_du:after{content:'\f133';font-family:'FontAwesome';position:absolute;bottom:0;right:0;padding:0 0.5em;line-height:38PX;color:#f78c40;font-size:1.3em;z-index:10;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_activites .type_recherche_activites fieldset{padding:0;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_activites .type_recherche_activites fieldset > ul{margin:1em 0;padding:0;list-style-type:none;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_activites .type_recherche_activites fieldset > ul > li{margin-bottom:3px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .bloc_select_date_resa_activites .type_recherche_activites fieldset > ul > li label{padding-left:0.5em;display:inline-block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn{margin-top:20px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn .ajax-results:not(:empty){display:inline-block;margin-bottom:10px;background-color:#27cbcd;border-radius:50%;padding:2px 5px;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn .button_search{display:block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn .button_search input{background-color:#27cbcd;border:0;color:#fff;padding:0.7em;width:60%;text-transform:uppercase;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;border:1px solid #27cbcd;font-family:'Gudea', sans-serif;}@media screen and (max-width:480px){#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn .button_search input{width:100%;}}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa form .resa_div_btn .button_search input:hover{background-color:#fff;color:#27cbcd;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa > .content{width:100%;display:block;}#recherche-resa div .menuAccordeon .menuMoteur .contenu .form-resa br{display:none;}#colg{display:table-cell;vertical-align:top;}@media (max-width:768px){#colg{width:100%;display:block;}}#colg #bloc_panier{background-color:transparent;width:100%;border:0 !important;padding:0;margin-top:0;margin-bottom:3em;}#colg #bloc_panier .titre{font-family:;font-size:2.24em;padding:10px 0;text-transform:uppercase;margin-top:0;text-align:center;font-weight:700;background-color:#f78c40;color:#fff;position:relative;}#colg #bloc_panier .contenu{padding:10px 20px;background-color:#f78c40;}#colg #bloc_panier .contenu .ligne-prestation{display:flex;justify-content:space-between;font-size:1.4em;color:#fff;}#colg #bloc_panier .contenu .ligne-prestation .left,#colg #bloc_panier .contenu .ligne-prestation .right{float:none;}#colg #bloc_panier .contenu .ligne-prestation .left span:first-child{padding-right:3px;}#colg #bloc_panier .contenu .void-panier{width:100%;margin-top:1em;margin-bottom:1em;}#colg #bloc_panier .contenu .void-panier a{display:block;width:100%;border:0;background-color:#27cbcd;border:1px solid #27cbcd;text-transform:uppercase;font-weight:bold;padding:10px;font-size:1.4em;text-decoration:none;text-align:center;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;line-height:1em;color:#fff;}#colg #bloc_panier .contenu .void-panier a:hover{color:#27cbcd;background-color:#fff;}#moncompte{background:#ebebeb;padding-bottom:10px;/*.widget-moncompte {
	background-color: $color1;
	padding-bottom: 0;
	margin-top: 2em;
	font-size: 1.6em;
	@media (max-width: 768px) {
		margin-bottom: 1em;
	}
	.title {
		padding: 20px 0 !important;
		text-transform: uppercase;
		display: block;
		color: #fff;
		background-color: $color1;
		position: relative;
		font-size: 1.6rem !important;
		font-weight: 700;
		text-align: center;
	}
	.content {
		display: block;
		padding: 10px 20px;
		text-align: center;
		> form {
			input:not([type="submit"]) {
				margin-bottom: 10px;
				height: 35px;
				line-height: 35px;
				padding-left: 5px;
			}
			input[type="submit"] {
				margin-top: 10px;
				text-decoration: none;
				background: $color2;
				border-radius: 4px;
				border: 0;
				text-transform: uppercase;
				font-weight: bold;
				color: #fff;
				padding: 8px 15px;
				display: inline-block;
				height: auto;
				line-height: normal;
				font-size: 1.3rem;
				border: 1px solid $color2;
				@include transition(.3s);
				&:hover {
					color: $color2;
					background-color: #fff;
				}
			}
			.lien_password_oublie {
				display: block;
				margin-top: 10px;
				&:last-child {
					display: none;
				}
				a {
					color: #fff;
				}
			}
		}
	}
}*/}#moncompte .bloc-identifie .formulaire_identification_titre{font-size:1.9rem;text-align:center;border-bottom:1px solid #fff;margin-bottom:10px;}#moncompte .bloc-identifie .menu-client a{color:#f78c40;font-size:1.4em;font-weight:bold;}#mon_compte .bloc-identifie .menu-client{font-size:1.4em;}#mon_compte .bloc-identifie .menu-client > nav > ul{list-style-type:none;padding:0;}body.ControllerListeInfo #liste-info{position:static;}body.ControllerListeInfo #liste-info > header{margin:1.2em 0;}body.ControllerListeInfo #liste-info > header h1{line-height:1.4;}@media (max-width:768px){body.ControllerListeInfo #liste-info > header h1{text-align:center;}}body.ControllerListeInfo #liste-info > header .description{font-size:1.4em;}body.ControllerListeInfo #liste-info > header .description h2{line-height:1.5em;}body.ControllerListeInfo #liste-info .resa_bloquee{font-size:1.3em;margin-top:30px;margin-bottom:10px;}body.ControllerListeInfo #liste-info .parametres{height:50px;max-height:calc(100% - 50px);line-height:50px;text-align:left;border-bottom:2px solid #000;position:relative;z-index:40;margin-bottom:25px;}@media (max-width:768px){body.ControllerListeInfo #liste-info .parametres{overflow:auto;}}@media (max-width:768px){body.ControllerListeInfo #liste-info .parametres{height:auto;min-height:25px;line-height:25px;}}body.ControllerListeInfo #liste-info .parametres > div{display:inline-block;vertical-align:top;}body.ControllerListeInfo #liste-info .parametres .onglets{float:right;display:none;}body.ControllerListeInfo #liste-info .parametres .onglets > span{display:none;}body.ControllerListeInfo #liste-info .parametres .onglets ul{display:inline-block;margin:0;}body.ControllerListeInfo #liste-info .parametres .onglets ul li{line-height:50px;height:50px;width:auto;vertical-align:top;margin-right:2em;overflow:hidden;}body.ControllerListeInfo #liste-info .parametres .onglets ul li.details > a:before{content:'\f0ca';}body.ControllerListeInfo #liste-info .parametres .onglets ul li.btn-afficher-calendrier{margin-right:4em;float:left;}body.ControllerListeInfo #liste-info .parametres .onglets ul li.btn-afficher-calendrier a:before{content:'\f073';}body.ControllerListeInfo #liste-info .parametres .onglets ul li a{background-color:transparent;width:auto;height:100%;line-height:50px;}body.ControllerListeInfo #liste-info .parametres .onglets ul li a:before{font-size:1.8em;font-size:1.8rem;}body.ControllerListeInfo #liste-info .parametres .onglets ul li a:before,body.ControllerListeInfo #liste-info .parametres .onglets ul li a span{display:inline-block;vertical-align:top;color:#000;}body.ControllerListeInfo #liste-info .parametres .onglets ul li a span{padding-left:1em;font-size:1.4em;font-weight:600;}@media (max-width:768px){body.ControllerListeInfo #liste-info .parametres .onglets ul li a span{display:none;}}body.ControllerListeInfo #liste-info .parametres .onglets ul li.select a:before,body.ControllerListeInfo #liste-info .parametres .onglets ul li.select a span{color:#f78c40;}body.ControllerListeInfo #liste-info .parametres .nb-resultats{font-size:1.8em;font-weight:bold;text-transform:uppercase;color:#000;margin-left:0.5rem;float:left;}@media (max-width:1060px){body.ControllerListeInfo #liste-info .parametres .nb-resultats{display:none;}}body.ControllerListeInfo #liste-info .parametres .filtrages{margin-left:2em;font-size:1.4em;vertical-align:top;}@media (max-width:1180px){body.ControllerListeInfo #liste-info .parametres .filtrages{margin-left:0;}}@media (max-width:768px){body.ControllerListeInfo #liste-info .parametres .filtrages{line-height:50px;}}body.ControllerListeInfo #liste-info .parametres .filtrages .tri{display:none;}body.ControllerListeInfo #liste-info .parametres .filtrages ul{display:inline-block;vertical-align:top;padding-left:0;margin-top:0;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li{display:inline-block;margin:0 0.5em;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li.select a{color:#f78c40;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li.select .icone:before{color:#f78c40;display:inline-block;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li.aleatoire > span:before{display:none;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li a{color:#000;text-decoration:none;font-weight:600;-webkit-transition:all 0.6s ease-in-out;-khtml-transition:all 0.6s ease-in-out;-moz-transition:all 0.6s ease-in-out;-ms-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li .icone:before{color:#27cbcd;padding-right:0.4em;font-size:1.4em;font-size:1.4rem;}body.ControllerListeInfo #liste-info .parametres .filtrages ul li.aleatoire.select .icone:before{content:'\f046';}body.ControllerListeInfo #liste-info .parametres .filtrages ul li:not(:last-child):after{content:'|';margin-left:1em;}body.ControllerListeInfo #liste-info .libellePackageResa{margin-bottom:1em;font-size:1.5em;color:#f78c40;font-weight:bold;text-align:center;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche{text-align:center;display:flex;flex-wrap:wrap;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info{border-bottom:1px solid #000;padding-bottom:1em;margin-bottom:2em;display:table;width:100%;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info{display:table;width:100%;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info{display:block;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .photos_et_criteres{width:215px;display:table-cell;vertical-align:top;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .photos_et_criteres{display:block;width:100%;text-align:center;margin-bottom:10px;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche{padding-left:2em;display:table-cell;vertical-align:top;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche{display:block;padding-left:0;width:100%;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche{width:calc(100% - 110px);display:table-cell;vertical-align:top;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche{display:block !important;text-align:center;width:100% !important;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom{margin-bottom:1em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom h2{display:inline-block;vertical-align:top;line-height:1.4em;font-size:2em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom h2 a{color:#f78c40;-webkit-transition:color 0.2s linear, background 0.1s linear;-khtml-transition:color 0.2s linear, background 0.1s linear;-moz-transition:color 0.2s linear, background 0.1s linear;-ms-transition:color 0.2s linear, background 0.1s linear;-o-transition:color 0.2s linear, background 0.1s linear;transition:color 0.2s linear, background 0.1s linear;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom h2 a:hover{color:#27cbcd;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement{display:inline-block;vertical-align:top;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul{list-style-type:none;display:inline-block;padding-left:1em;margin:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul > li{padding-right:0.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .nom .classement > ul > li img{max-height:30px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .sous-titre{font-size:1.4em;margin:10px 0 5px 0;display:block;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .sous-titre > span{font-weight:bold;display:inline-block;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .nom_et_accroche_tarifaire .sous-titre > span:not(:last-child):after{content:'-';display:inline-block;margin-left:5px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .descriptif{font-size:1.4em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta{font-size:1.4em;margin-top:10px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul{list-style-type:none;padding:0;margin:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li{display:flex;flex-wrap:wrap;align-items:center;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li{justify-content:center;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul{list-style-type:none;padding-left:2px;display:flex;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta > ul > li > ul > li:not(:last-child):after{content:'-';display:inline-block;margin-right:5px;margin-left:5px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta.sans-type > ul{display:flex;flex-wrap:wrap;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta.sans-type > ul > li{font-weight:bold;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta.sans-type > ul > li:not(:last-child){margin-right:5px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .zone_principale_fiche_presta .zone_criteres_fiche_presta.sans-type > ul > li:not(:last-child):after{content:'-';display:inline-block;margin-left:5px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta{margin-top:15px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta > ul{padding:0;list-style-type:none;display:flex;flex-wrap:wrap;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta > ul{justify-content:center;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta > ul > li:not(:last-child){margin-right:15px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre .contenu_gauche .picto_zone_principale_fiche_presta > ul > li img{max-width:35px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa{width:150px !important;background-color:#eee !important;padding-bottom:0 !important;vertical-align:middle !important;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa{padding-left:0;width:100% !important;display:flex !important;justify-content:center;background-color:#fff;font-size:1.2em;margin:1em 0;}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .nature_prix_en_cours{display:none;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bulle_pourcentage{margin-top:0.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bulle_pourcentage > span{font-weight:bold;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_barre{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;font-size:1.3em;margin-top:0.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_liste_cadre > .bloc_resa .bloc_tarif_resa .bloc_prix_barre .libelle_prix_barre{padding-right:0.2em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta{clear:both;float:left;width:100%;margin-top:2em;margin-bottom:0;padding-bottom:0;padding-top:0;}@media (max-width:580px){body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta{margin-top:1em;/*.lien_plus_info_resa,
						.lien_fiche_detail {
							float: none;
							width: auto;
							margin: 0 1em;
							@media (max-width: 540px) {
								display: none;
							}
							> a {
								display: block;
								color: #fff;
								padding: 0 20px;
								height: auto;
								font-size: 13px;
								background-color: $color2;
								@include transition(all .4s);
								&:hover {
									background-color: $color1;
								}
							}
						}
						.lien_reserver_detail,
						.lien_fiche_reserver {
							float: none;
							width: auto;
							margin-right: 0;
							@media (max-width: 580px) {
								display: block;
								text-align: center;
							}
							> a {
								display: block;
								margin: 0;
								padding: 0 20px;
								font-size: 13px;
								color: #fff;
								background-color: $color1;
								height: auto;
								@include transition(all .4s);
							}
							&:hover {
								> a {
									background-color: $color2;
								}
							}
						}*/}}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo{float:none;width:auto;display:inline;margin:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo .afficher-toutes-les-dispo{position:relative;top:auto;display:table;vertical-align:top;float:left;border:0;padding:0;height:auto;background-color:transparent;color:#000;font-size:14px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo .afficher-toutes-les-dispo:before{content:'\f073';font-family:'FontAwesome';display:inline-block;margin-right:0.5em;font-size:1.3em;color:#f78c40;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo .afficher-toutes-les-dispo span{display:none;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo .ui-accordion-content{width:100%;background:#eee;overflow:hidden;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta .accordion-dispo .ui-accordion-content .titre_dispo_prestations{text-align:left;font-size:1.3em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"]{background-color:#fff;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"]:not(:empty){margin:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations{padding:1em 0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .libelle_separation_offre_tarif{text-align:left;font-size:1.4em;margin-left:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations{border:0 !important;margin-bottom:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_package{font-size:1.3em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_package .col_detail_package .close{font-size:15.6px;color:#fff;opacity:1;text-shadow:none;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation{background:#f5f5f5;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation td{color:#3b3b3b;font-size:1.2em;padding:0;padding-top:0.5em;padding-bottom:0.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation td.col_libelle_prestation{font-weight:bold;padding-left:0.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation td.col_libelle_prestation > span{font-size:1.4rem;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation td.col_selectionner > span{font-size:14px;opacity:0.8;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody .ligne_prestation td.col_selectionner > span a{color:#27cbcd;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td{padding:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules{margin-bottom:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules thead{background-color: !important;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules thead > tr th{padding:0.4em 0.6em;line-height:1.4em;font-family:;font-style:italic;font-size:1.1em;border-right:1px solid ;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody{border:0;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr{border-bottom:0 !important;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr td{padding:0.2em 0.4em;color:#3b3b3b;font-weight:bold;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr.ligne_tarif_formule{border-left:1px solid #000;border-bottom:1px solid #000 !important;border-right:1px solid #000;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr.ligne_tarif_formule td{border-right:1px solid #000;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr.ligne_total_prestation .total_prestation{border-left:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr .prix_formule,body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr .total_prestation{font-size:1.4em;font-family:;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr.ligne_action_prestation td{padding:0;padding-top:1.5em;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] > td form .tab_formules tbody > tr.ligne_action_prestation td input{background-color:#f78c40 !important;border-radius:0 !important;border:0 !important;text-transform:uppercase;height:35px;line-height:29px;width:190px;background-position-x:10px !important;font-size:13px;}body.ControllerListeInfo #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .comparer_selectionner_plus_infos_fiche_presta > div[id^="blocResa"] #bloc_detail_prestations .tab_detail_prestations > tbody > tr[id^="tarif"] .bloc_fiche_description_prestation{font-size:1.2em;}body.ControllerListeInfo{/* Carte *//*CARTE GOOGLE*/}body.ControllerListeInfo > header .container .col1 .logo{margin-left:15%;}#liste-info-content .liste-carte #carteGoogleMap{height:650px;width:70%;float:left;}#liste-info-content .liste-carte .googleInfoWindow h2{font-size:1.6em;font-weight:700;margin-right:2px;/* agrandissement */}#liste-info-content .liste-carte.agrandirCarte{position:fixed;top:0;left:0;height:100%;width:100%;z-index:1000;}#liste-info-content .liste-carte.agrandirCarte #carteGoogleMap{height:100%;}#liste-info-content .liste-carte.agrandirCarte .detail{height:100%;}#liste-info-content .liste-carte #carteGoogleMapAgrandir{text-align:right;cursor:pointer;margin-bottom:5px;}#liste-info-content .liste-carte #carteGoogleMapAgrandir:hover .texte{text-decoration:underline;}#liste-info-content .liste-carte #carteGoogleMapReduire{text-align:right;cursor:pointer;background:#292929;color:#fff;}#liste-info-content .liste-carte #carteGoogleMapReduire:hover .texte{text-decoration:underline;}#liste-info-content .liste-carte #carteGoogleMapAgrandir.cacher{display:none;}#liste-info-content .liste-carte #carteGoogleMapReduire.cacher{display:none;}#liste-info-content .liste-carte .googleInfoWindow{font-size:0.9em;}#liste-info-content .liste-carte .googleInfoWindow .nom{font-size:1em;}#liste-info-content .liste-carte .googleInfoWindow .nom h2{display:inline;}#liste-info-content .liste-carte .googleInfoWindow .nom .classement{display:inline-block;min-height:1px;}#liste-info-content .liste-carte .googleInfoWindow .nom .classement ul{padding-left:0;}#liste-info-content .liste-carte .googleInfoWindow .cadre_photo_principale{float:left;padding-right:1%;}#liste-info-content .liste-carte .googleInfoWindow .cadre_photo_principale img{width:50px;}#liste-info-content .liste-carte .googleInfoWindow .descriptif{width:300px;}#liste-info-content .liste-carte .googleInfoWindow h2{font-size:1.2em;}#liste-info-content .liste-carte .googleInfoWindow a:link,#liste-info-content .liste-carte .googleInfoWindow a:visited{color:#f78c40;text-decoration:underline;font-size:1.1em;}#liste-info-content .liste-carte .googleInfoWindow a:hover{text-decoration:none;}#liste-info-content .liste-carte .googleInfoWindow .colonne ul{list-style-type:none;}#liste-info-content .liste-carte .detail{height:650px;overflow:scroll;background:#f78c40;color:#fff;vertical-align:middle;}#liste-info-content .liste-carte .detail ul{list-style-type:none;margin:0;padding:0;cursor:pointer;}#liste-info-content .liste-carte .detail ul li:nth-child(odd){background-color:#f78c40;}#liste-info-content .liste-carte .detail ul li:nth-child(even){background-color:#27cbcd;}#liste-info-content .liste-carte .detail ul li:nth-child(even) .tarifs .prix_en_cours{color:#fff;}#liste-info-content .liste-carte .detail ul li:nth-child(odd) .tarifs .prix_en_cours{color:#fff;}#liste-info-content .liste-carte .detail ul li.select{background:#292929;color:#fff;}#liste-info-content .liste-carte .detail ul li .picto_googlemap{float:left;padding-right:1%;}#liste-info-content .liste-carte .detail ul li .nom_et_classement{padding-bottom:1em;padding-top:1em;padding-left:8%;font-size:1.4em;}#liste-info-content .liste-carte .detail ul li .classement_picto{margin:0;padding:0;display:inline;}#liste-info-content .liste-carte .detail ul li .tarifs{margin:0;padding:0;padding-left:5%;padding-bottom:1em;}#liste-info-content .liste-carte .detail ul li .tarifs .prix_en_cours{font-size:1.2em;font-weight:700;}#liste-info-content .liste-carte .detail ul li .tarifs .prix_barre{color:#fff;font-size:1.2em;font-weight:700;text-decoration:line-through;}#liste-info-content .liste-carte #carteGoogleMapAgrandir .texte{padding-right:26px;font-size:1.4em;}#liste-info-content .liste-carte #carteGoogleMapAgrandir .texte:after{font-family:'FontAwesome';content:'\f065';padding-left:0.5em;}#liste-info-content .liste-carte #carteGoogleMapReduire .texte{padding-right:32px;font-size:1em;}#liste-info-content .liste-carte #carteGoogleMapReduire .texte:after{font-family:'FontAwesome';content:'\f066';padding-left:0.5em;/* rechargement liste*/}#infscr-loading{display:inline-block;vertical-align:middle;height:295px;width:100%;min-width:320px;text-align:center;/*background-color: rgba(48, 48, 48, 0.5);*/color:#fff;padding-top:20px;margin:0 auto;}#infscr-loading > img{display:none;}#infscr-loading > div{font-size:1.8em;}#infscr-loading > div:before{content:'\f01e';font-family:'FontAwesome';animation-name:rotation;-webkit-animation-name:rotation;-moz-animation-name:rotation;-o-animation-name:rotation;animation-duration:1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;font-size:8em;display:block;color:#f78c40;}@keyframes rotation{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);}}@-moz-keyframes rotation{from{-moz-transform:rotate(0deg);}to{-moz-transform:rotate(360deg);}}@-o-keyframes rotation{from{-o-transform:rotate(0deg);}to{-o-transform:rotate(360deg);}}#infscr-loading > div{color:rgba(48, 48, 48, 0.8);font-weight:700;}#liste-info{position:relative;}body.ControllerListeInfo main.container section#content{background:#f5f5f5;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa ~ .lien_fiche_detail{display:block;}.liste-fiche.Vignette .fiche-info .lien_fiche_detail{width:50%;left:0;}.liste-fiche.Vignette .fiche-info .lien_fiche_detail a{background-color:#27cbcd;}.liste-fiche.Vignette .fiche-info .lien_fiche_detail a:hover{background-color:#f78c40;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa{width:calc(50% - 1px);right:0;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa a{background-color:#f78c40;}.liste-fiche.Vignette .fiche-info .lien_plus_info_resa a:hover{background-color:#27cbcd;}.liste-fiche.Vignette .fiche-info .ouverture{top:0;bottom:auto;}#fiche-info > .pagination{float:none;width:auto;}@media screen and (max-width:768px){#fiche-info > .pagination{text-align:center;}}body.ControllerFicheInfo section#content{width:100%;}body.ControllerFicheInfo section#content #fiche-info{width:1440px;margin:auto;float:none;z-index:0;}@media screen and (max-width:1440px){body.ControllerFicheInfo section#content #fiche-info{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .sous-titre{margin-top:15px;display:flex;flex-wrap:wrap;color:white;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span{color:#fff;font-size:13.6px;line-height:1.3;padding:3px 8px;border-radius:3px;background-color:#111;margin-bottom:10px;display:inline-block;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span.THEMESEJOUR-ZENBIO-P{background-color:#c62985;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span.THEMESEJOUR-DETENTENATURE-P{background-color:#2fc155;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span.THEMESEJOUR-SAVEURMINCEUR-P{background-color:#eab847;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span.THEMESEJOUR-EVASIODUO-P{background:#1daeff;}body.ControllerFicheInfo section#content #fiche-info .sous-titre > span:not(:last-child){margin-right:10px;}body.ControllerFicheInfo section#content #fiche-info .pagination{float:right;color:#000;font-size:1.2em;margin-top:20px;margin-bottom:20px;display:flex;align-items:center;flex-wrap:wrap;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .pagination{display:block;margin-bottom:20px;text-align:center;}}body.ControllerFicheInfo section#content #fiche-info .pagination .info{color:#000;margin-right:15px;width:auto;font-weight:bold;font-size:1.4em;display:inline-block;vertical-align:middle;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .pagination .info{margin-right:0;}}body.ControllerFicheInfo section#content #fiche-info .pagination .outils{display:inline-block;vertical-align:middle;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation{background-color:transparent;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right{padding-left:5px;padding-right:5px;width:auto;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right{float:left;margin-right:0;}}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right .page-precedente-off{display:none;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right .page-precedente a{padding:0.5em 1em !important;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right .page-precedente a:after{display:none;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page a{padding:0.5em 1em !important;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left{float:left;width:auto;padding-left:5px;padding-right:5px;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page-suivante-off{display:none;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page-suivante a{padding:0.5em 1em !important;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-left .page-suivante a:after{display:none;}body.ControllerFicheInfo section#content #fiche-info header{margin-top:20px;margin-bottom:20px;}body.ControllerFicheInfo section#content #fiche-info header h1{font-size:4em;font-weight:bold;text-transform:none;color:#f78c40;line-height:1.4;}body.ControllerFicheInfo section#content #fiche-info header .classement{padding-left:2em;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info header .classement ul{display:inline-block;padding-left:0;margin:0;}body.ControllerFicheInfo section#content #fiche-info header .classement ul li{display:inline-block;padding:0 5px;}body.ControllerFicheInfo section#content #fiche-info header .classement ul li img{max-height:40px;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee{font-size:1.4em;margin-bottom:15px;margin-top:10px;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .libelle_a_partir_de{display:inline-block;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee .bloc_resa .bloc_tarif_resa .bloc_prix_en_cours .prix_en_cours{display:inline-block;padding-left:4px;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee .lien_reserver_detail{margin-top:5px;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee .lien_reserver_detail a{text-decoration:none;background-color:#f78c40;color:#fff;padding:5px;height:35px;display:block;width:100px;text-align:center;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}body.ControllerFicheInfo section#content #fiche-info header .bloc_reserver_fiche_detaillee .lien_reserver_detail a:hover{opacity:0.6;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche{position:relative;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .gallerie{margin-bottom:20px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .gallerie a:before{font-family:'FontAwesome';}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau.active:first-child{position:fixed;top:0;width:1020px;z-index:99;border-bottom:1px solid #ccc;}@media screen and (max-width:1440px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau.active:first-child{width:calc(100% - 460px);}}@media screen and (max-width:1000px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau.active:first-child{width:calc(100% - 80px);}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child{background-color:transparent !important;width:100%;padding:0;border-radius:0px;font-size:1.2em !important;width:100%;border-bottom:1px solid #ccc;margin-bottom:10px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul{justify-content:space-around;display:table;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li{border:0;color:#27cbcd !important;display:table-cell !important;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li{display:inline-block !important;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li:after{color:#000 !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li a{color:#000;font-size:1.4em !important;line-height:1.9em;text-transform:uppercase;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li a:before{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li:hover{background-color:#27cbcd !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau:first-child ul li:hover a{color:#fff !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .mosaique_images{float:left !important;}@media screen and (max-width:1000px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .mosaique_images{float:none !important;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation{margin-top:0;font-size:1.1em;padding:10px;width:100%;margin-bottom:40px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .description{font-size:1.3em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .description a{color:inherit;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .description a:hover{text-decoration:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.ouverture{border:0 solid black;padding:0 0 0 20px;position:relative;font-size:1.4rem;display:inline-block;margin-top:15px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.ouverture:before{content:"\f274";position:absolute;top:0;left:0;font-family:"FontAwesome";}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .download-files{font-size:1.3em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .download-files .titre-div{color:#f78c40;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .download-files ul li a{text-decoration:none;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9{border-top:1px solid #d9d9d9;margin-top:2em;padding-top:2em;font-size:1.3em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2:first-child,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5:first-child,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9:first-child{border-top:0px solid #d9d9d9 !important;margin-top:0em !important;padding-top:1em !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .titre-div,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .titre-div,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .titre-div{text-transform:uppercase;width:100%;display:block;color:#f78c40;font-weight:600;margin-bottom:10px;font-size:16px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere{display:inline-block;vertical-align:top;padding-left:0;width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li{display:block;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li > span,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li > span,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li > span{display:inline-block;font-weight:bold;color:#f78c40;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul{vertical-align:top;padding-left:0.4em;display:inline-block;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li{display:inline-block;padding-right:0.3em;margin:0 !important;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li:not(:last-child):after,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li:not(:last-child):after,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li:not(:last-child):after{content:',';}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li img,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li img,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li img{max-width:100px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li:after,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li:after,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li:after{display:inline-block !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li span,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li span,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li span{display:inline-block;font-weight:normal;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .cadre.critere2 .type-critere li ul li span:empty,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere5 .type-critere li ul li span:empty,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .presentation .critere9 .type-critere li ul li span:empty{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4{border-top:1px solid #d9d9d9;margin-top:2em;padding-top:2em;font-size:1.3em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .titre-div{text-transform:uppercase;width:100%;display:block;color:#f78c40;font-weight:600;margin-bottom:10px;font-size:16px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere{padding-left:0;width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li{padding-left:10px;-webkit-column-break-after:auto;margin-bottom:2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > span{display:inline-block;padding-right:5px;color:#f78c40;font-weight:bold;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > ul{display:block;padding-left:0em;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > ul li{list-style-type:none;display:inline-block;padding-left:0px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > ul li:after{content:'-';display:inline-block;padding:0 4px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > ul li:last-child:after{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere4 .type-critere > li > ul li span{font-weight:normal;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3{margin-top:2em;padding-top:2em;font-size:1.3em;border-top:1px solid #d9d9d9;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .titre-div{text-transform:uppercase;width:100%;display:block;color:#f78c40;font-weight:600;margin-bottom:10px;font-size:16px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere{display:inline-block;vertical-align:top;padding-left:0;width:100%;background-color:#f6f6f5;padding:1em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li{display:block;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li > span{display:inline;font-weight:normal;color:#f78c40;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul{vertical-align:top;padding-left:0.4em;display:inline;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li{display:inline-block;padding-right:0.3em;margin:0 !important;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li:not(:last-child):after{content:',';}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li img{max-width:100px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li:after{display:inline-block !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li span{display:inline-block;font-weight:normal;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .cadre.critere3 .type-critere li ul li span:empty{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .carte_coordonnees{width:100%;margin-bottom:20px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .carte_coordonnees .carte .planSituation h3{font-size:2em;color:#f78c40;height:50px;background-color:transparent;line-height:50px;font-weight:bold;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .carte_coordonnees .carte .carteGoogle div h3{font-size:2em;color:#f78c40;height:50px;line-height:50px;font-weight:bold;background-color:transparent;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9{font-size:1.4em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere{padding-left:0;width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li{padding-left:10px;-webkit-column-break-after:auto;margin-bottom:2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > span{display:inline-block;padding-right:5px;color:#f78c40;font-weight:bold;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > ul{display:block;padding-left:0em;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > ul li{list-style-type:none;display:inline-block;padding-left:0px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > ul li:after{content:'-';display:inline-block;padding:0 4px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > ul li:last-child:after{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .critere9 .type-critere > li > ul li span{font-weight:normal;color:#000;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche{font-size:1.2em;background-color:#f78c40;padding:10px;color:#fff;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche h3{font-size:2em;color:#fff;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche .cadre_coordonnee .calcul-itineraire{margin-top:10px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche .cadre_coordonnee .calcul-itineraire input{height:30px;border:1px solid #aaa;padding-left:5px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche .cadre_coordonnee .calcul-itineraire button{margin-left:5px;height:30px;border:1px solid #fff;color:#f78c40;background:#fff;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche .cadre_coordonnee .calcul-itineraire button:hover{opacity:0.6;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .coordonnees-fiche .cadre_coordonnee .calcul-itineraire .calcul-itineraire-detail a{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche h2{display:none;/*.button-dispo {
					display: none;
				}*//*.tarifs {
					width: 100%;
				}*/}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs{font-size:1.4em;margin-bottom:20px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs .critere-picto ul{padding-left:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs .critere-picto ul li{list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs .critere-picto ul li > ul{display:flex;flex-wrap:wrap;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs .critere-picto ul li > ul li{padding:0 3px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs_froid_onglet_tarifs .critere-picto ul li > ul li img{max-width:60px;max-height:43px;width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs{width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos{margin-bottom:20px;}@media screen and (max-width:480px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos{width:auto;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos .nav_widget_dispos{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos .bloc_dispos .select_prestations{font-size:1em;background-color:transparent;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos .bloc_dispos .select_prestations label{font-weight:bold;margin-bottom:10px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos .bloc_dispos #vue_dispos .vue_loc_semaine_mois .grid_mois_slide_bloc{height:auto !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .tarifs .bloc_dispo_prestations form .widget_dispos .bloc_dispos #vue_dispos .vue_loc_semaine_mois .grid_mois_slide_bloc .bx-wrapper .bx-viewport .grid_mois .bloc_mois table thead tr th{background-color:#f78c40;font-size:1em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info{padding-bottom:1em;margin-bottom:1em;border:1px solid #aaa;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .photos_et_criteres{width:320px;display:inline-block;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .photos_et_criteres .photos .liens_sous_photos{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche{width:100%;padding-left:1em;display:inline-block;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .zone_principale_fiche_presta{margin-top:10px;font-size:1.4em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .zone_principale_fiche_presta .zone_criteres_fiche_presta{margin-top:10px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .zone_principale_fiche_presta .zone_criteres_fiche_presta .liste_criteres_auto_zone_affichage{padding-left:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .zone_principale_fiche_presta .zone_criteres_fiche_presta .liste_criteres_auto_zone_affichage li{list-style-type:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .zone_principale_fiche_presta .zone_criteres_fiche_presta .liste_criteres_auto_zone_affichage li > ul{list-style-type:none;display:inline-block;padding-left:0;vertical-align:top;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .picto_zone_principale_fiche_presta{margin-bottom:10px;margin-top:10px;font-size:1.4em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .picto_zone_principale_fiche_presta ul{padding-left:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .picto_zone_principale_fiche_presta ul li{list-style-type:none;display:inline-block;margin:0 10px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .accordion-dispo .afficher-toutes-les-dispo{font-size:1.4em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .accordion-dispo .bloc_dispo_prestations form{width:97.5%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .accordion-dispo .bloc_dispo_prestations form .widget_dispos .bloc_dispos #vue_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before{font-size:2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .accordion-dispo .bloc_dispo_prestations form .widget_dispos .bloc_dispos #vue_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc .bx-wrapper .bx-controls .bx-controls-direction .bx-next{right:-60px !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche #liste-info #liste-info-content .liste-fiche .fiche-info .affiche_info .bloc_info .contenu_principal_fiche .accordion-dispo .bloc_dispo_prestations form .widget_dispos .bloc_dispos #vue_dispos .vue_loc_semaine_ligne .grid_semaine_slide_bloc .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before{font-size:2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau{height:auto;background-color:transparent !important;width:100%;padding-left:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau ul{display:flex;width:100%;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau ul li a{color:#f78c40;font-size:1.8em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau ul li.select{display:block;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau ul li.select a{color:#27cbcd;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .bandeau ul li.select a:before{display:none;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation{background-color:#fff;padding-top:0;margin-bottom:10px;width:100%;vertical-align:top;}@media screen and (max-width:1000px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation{width:100%;position:relative;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation{padding:0;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations{margin-top:40px;margin-bottom:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations{width:100%;margin-bottom:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations tbody .ligne_prestation td.col_tarif{color:#f78c40;font-weight:bold;font-size:1.2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations tbody .ligne_prestation td.col_selectionner span a{color:#f78c40;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations tbody .tab_formules tbody input{border-radius:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche{font-size:1.2em;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form{width:100%;display:flex;align-items:end;background-color:#f78c40;padding:1em;color:#fff;justify-content:center;flex-wrap:wrap;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form{flex-direction:column;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_adultes_enfants{margin-top:0;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_adultes_enfants .ligne_form_moteur .forms_champType_select select{color:#000;border-radius:0;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs{display:flex;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs{flex-direction:column;width:100%;}}@media (max-width:380px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date{display:block;}}@media (max-width:380px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree{display:block;}}@media (max-width:380px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur{display:block;margin-right:0;}}@media (max-width:380px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select{display:block;height:auto;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select .div_calendrier input{border-radius:0;background-image:url('/templates/2018/images/agenda2.png');padding-right:20px;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select .div_calendrier input{background-position:97%;width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select.bloc_duree_resa select,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select.bloc_date_resa select{background-color:#fff;}@media (max-width:380px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select.bloc_duree_resa select,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_date_resa_classique .bloc_select_date_resa_classique_champs .bloc_date_duree .ligne_form_moteur .forms_champType_select.bloc_date_resa select{margin-bottom:10px;width:100%;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs{display:flex;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs{flex-direction:column;width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur{display:flex;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur{display:block;width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur label,body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur span{line-height:27px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur span{margin-right:5px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur .div_calendrier input{border-radius:0;background-image:url('/templates/2018/images/agenda2.png');padding-right:20px;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur .div_calendrier input{background-position:97%;width:100%;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes{width:100%;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_resa{width:100%;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_resa fieldset{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_resa fieldset .ligne_form_moteur .choixPersonne .forms_champType_select select{width:auto;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_form_moteur{width:100%;}}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_form_moteur .forms_champType_select{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_form_moteur .forms_champType_select select{color:#000;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_select_personnes .ligne_form_moteur .forms_champType_select select{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn{margin-left:10px;}@media screen and (max-width:768px){body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn{width:100%;}}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn .button_search input{padding:0 20px !important;background-color:#27cbcd !important;color:#fff !important;box-shadow:none;border:0;height:30px;border-radius:0;font-size:13px;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .resa_div_btn .button_search input:hover{background-color:#fff !important;color:#27cbcd !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations{border-top:2px solid;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations tbody .ligne_prestation{background-color:#fff;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation #bloc_detail_prestations .tab_detail_prestations tbody tr td form table thead tr th{background-color:#f78c40;}body.ControllerFicheInfo section#content #fiche-info .ing-widget-resa-fiche .titre{padding:20px;}@media screen and (max-width:480px){.bandeau ul li.select{display:block !important;width:100% !important;background-color:transparent !important;font-size:1em !important;float:none !important;height:auto !important;border:0 !important;}.bandeau ul li.select a{color:#f78c40 !important;}.bandeau ul li.select a:after{display:none;}}.bandeau ul li.select:after{display:none;}#bloc_detail_prestations .tab_formules .msg_ajout_prestation_ok{color:#f78c40;}.widget_dispos > .bloc_dispos > #vue_dispos .bx-wrapper .bx-next{right:-25px;}@media screen and (max-width:1520px){.widget_dispos > .bloc_dispos > #vue_dispos .bx-wrapper .bx-next{right:0;}}.widget_dispos > .bloc_dispos > #vue_dispos .bx-wrapper .bx-prev{left:-25px;}@media screen and (max-width:1520px){.widget_dispos > .bloc_dispos > #vue_dispos .bx-wrapper .bx-prev{left:0;}}.tab_detail_prestations tbody tr .bloc_fiche_description_prestation{display:block;}.tab_detail_prestations tbody tr .bloc_fiche_description_prestation .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation .criteres_prestation{list-style-type:none;}.tab_detail_prestations tbody tr .bloc_fiche_description_prestation .bloc_descriptifs_criteres_prestation .bloc_criteres_prestation .criteres_prestation li{list-style-type:none;}.tab_detail_prestations tbody .ligne_prestation .col_tarif .prix_en_cours{color:#f78c40 !important;}.tab_detail_prestations tbody .ligne_prestation .col_selectionner span a{color:#f78c40;}.tab_detail_prestations tbody tr td div form .tab_formules .ligne_action_prestation td input{background-color:#f78c40 !important;border-radius:0 !important;border:0 !important;text-transform:uppercase;height:35px;line-height:27px;width:190px;background-position-x:10px !important;font-size:13px;}.tab_detail_prestations tbody tr td div form .tab_formules thead tr th{background-color:#f78c40;}#emplacementTexteItineraire{background-color:#fff;}.tab_detail_prestations tbody tr .col_selectionner span a{color:#f78c40;}.tab_detail_prestations tbody tr td div .bloc_fiche_description_prestation{display:flex;}.tab_detail_prestations tbody tr td div .bloc_fiche_description_prestation .bloc_descriptifs_criteres_prestation div ul{padding-left:0;}.tab_detail_prestations tbody tr td div .bloc_fiche_description_prestation .bloc_descriptifs_criteres_prestation div ul li{list-style-type:none;}.tab_detail_prestations tbody tr td div .bloc_fiche_description_prestation .bloc_descriptifs_criteres_prestation div ul li span{font-weight:bold;}#fiche-info.fiche-article header{margin-bottom:20px;}#fiche-info.fiche-article .gallerie{width:39%;display:inline-block;}@media screen and (max-width:768px){#fiche-info.fiche-article .gallerie{display:block;width:100%;}}#fiche-info.fiche-article .gallerie .bx-wrapper .bx-viewport{height:auto !important;}@media screen and (max-width:768px){#fiche-info.fiche-article .gallerie .bx-wrapper .bx-viewport ul{position:relative !important;}}#fiche-info.fiche-article .gallerie .bx-wrapper .bx-viewport ul li img{margin:0px auto;max-height:520px;}#fiche-info.fiche-article .presentation{width:59%;display:inline-block;vertical-align:top;margin-left:0.5%;}@media screen and (max-width:768px){#fiche-info.fiche-article .presentation{display:block;width:100%;margin-left:0;}}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle{font-size:1.2em;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste{font-size:1.2em;margin-bottom:20px;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste.critere_choix_liste_COULEUR label{color:transparent;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste.critere_choix_liste_TAILLE label{color:#000;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste.critere_choix_liste_TYPE label{color:#000;height:40px;width:auto;padding:0 10px;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste .critere_choix_liste_libelle{font-size:1.2em;margin-bottom:10px;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste input:disabled + label{cursor:default;text-decoration:line-through;color:#aaa;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste input:checked + label{color:#f78c40;border-color:#f78c40;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste input{display:none;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste label{color:#fff;border-radius:50px;height:40px;width:40px;line-height:40px;text-align:center;border:1px solid #aaa;margin-bottom:5px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_criteres .critere_choix_liste label:hover{opacity:0.6;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_tarif_article .bloc_prix_en_cours .prix_en_cours{color:#f78c40;font-weight:bold;font-size:2.5em;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_tarif_article .bulle_pourcentage{font-size:1.3em;margin-top:20px;background:#f78c40;width:40px;height:40px;text-align:center;color:#fff;line-height:40px;border-radius:50px;margin-bottom:5px;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_tarif_article .bloc_prix_barre{font-size:1.3em;margin-bottom:20px;text-decoration:line-through;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article{font-size:1.4em;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article .forms_champType_number a.less{display:inline-block;vertical-align:middle;height:36px;width:36px;padding:0.3em;font-size:1.4em;text-align:center;line-height:26px;color:#fff;background:#f78c40;cursor:pointer;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article .forms_champType_number a.less:hover{opacity:0.6;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article .forms_champType_number input{height:36px;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article .forms_champType_number a.more{display:inline-block;vertical-align:middle;height:36px;width:36px;padding:0.3em;font-size:1.4em;text-align:center;line-height:26px;color:#fff;background:#f78c40;cursor:pointer;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .select_qte_article .forms_champType_number a.more:hover{opacity:0.6;}#fiche-info.fiche-article .presentation .bloc_boutique .bloc_cmd_acticle form .bloc_grp_btn_article .bloc_btn_ajout_panier_article input{margin-top:20px;font-size:1.2em;}#fiche-info.fiche-article .presentation .description{font-size:14px;margin-top:1em;margin-bottom:3em;}#bloc_popup_ajout_article{text-align:center;font-size:1.4em;}#bloc_popup_ajout_article .bloc_btn_ajout_article{margin-top:10px;}#bloc_popup_ajout_article .bloc_btn_ajout_article input{border:1px solid #f78c40;background-color:#f78c40;color:#fff;padding:5px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}#bloc_popup_ajout_article .bloc_btn_ajout_article input:hover{opacity:0.6;}#fiche-info .resa_moteur_fiche .ligne_resa.more-personnes-detail .choixPersonne select,#fiche-info .resa_moteur_fiche .choixAges select{width:auto !important;}#fiche-info .reservation .div_calendrier input[type="text"]#datedeb,#fiche-info .reservation .div_calendrier input[type="text"]#datefin{width:auto !important;}#fiche-info .reservation .selection_multichambre,#fiche-info .reservation .prestations,#fiche-info .reservation .ligne_resa.more-personnes-detail .choixPersonne select,#fiche-info .reservation .bloc_select_adultes_enfants .ligne_form_moteur .select_nb_adultes,#fiche-info .reservation .bloc_select_adultes_enfants .ligne_form_moteur .select_nb_enfants{border-radius:0 !important;}body.ControllerFicheInfo section#content #fiche-info .contenu-fiche .reservation .resa_moteur_fiche .form-resa .content form .bloc_date_calendrier_double .bloc_date_calendrier_double_champs .ligne_form_moteur .div_calendrier input{padding-right:25px;background-position:94px center;}#fiche-info .boutonGoogleMaps{box-shadow:none;background:#f78c40;color:#fff;padding:10px 15px;font-size:16px;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils .pagination-navigation .pagination-right{float:left;}body.ControllerFicheInfo section#content #fiche-info .pagination .outils a{-webkit-border-radius:0 !important;-khtml-border-radius:0 !important;-moz-border-radius:0 !important;-ms-border-radius:0 !important;-o-border-radius:0 !important;border-radius:0 !important;}@media screen and (max-width:768px){.swiper-container-zoom .gallerie-list,#fiche-info .gallerie-list{height:300px !important;}}body.ControllerFicheInfo section#content #fiche-info .sous-titre{justify-content:center;padding:10px;}.download-files{font-size:14px;}.download-files .titre-div{color:#f78c40;text-transform:uppercase;font-weight:bold;}.download-files ul li a{text-decoration:none;color:#000;padding-left:20px;-webkit-transition:0.3s;-khtml-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s;}.download-files ul li a:hover{opacity:0.6;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit{border-collapse:collapse;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit td{border:1px solid grey;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td.sous_total span{color:white;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr > td.sous_total{background-color:#f78c40;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_total_resa,#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_acompte_resa{padding:0.8em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit{margin:1px 0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr{font-size:1.4em !important;}#tab_panier_resa{margin-top:0;}#content #bloc_panier_resa #titre-page-etape{margin-bottom:0;}#tab_panier_resa > .ligne_entete{border-top:0;}#tab_panier_resa > .ligne_entete{display:table;width:100%;margin-bottom:0;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .table_produit tbody tr.ligne_formule_last{color:#000;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo{padding-top:10px;font-size:1.4em;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .col_zone_code .blocChampCodePromo input{-webkit-border-radius:0;-khtml-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;border:1px solid grey;height:34px;line-height:34px;}#content #bloc_panier_resa #bloc_frm_panier_resa > form #tab_panier_resa .ligne_code_promo .col_zone_code .blocBtnValideCodePromo input{height:34px;line-height:34px;}