@charset "UTF-8";
@font-face {
  font-family: 'Gentleman600';
  src: url("../font/Gentleman-600-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/Gentleman-600-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Gentleman-600-Regular.woff") format("woff"), url("../font/Gentleman-600-Regular.ttf") format("truetype"), url("../font/Gentleman-600-Regular.svg#Gentleman600-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Gentleman800';
  src: url("../font/Gentleman-800-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../font/Gentleman-800-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gentleman-800-Bold.woff") format("woff"), url("../font/Gentleman-800-Bold.ttf") format("truetype"), url("../font/Gentleman-800-Bold.svg#Gentleman800-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Gentleman900';
  src: url("../font/Gentleman-900-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("../font/Gentleman-900-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/Gentleman-900-Heavy.woff") format("woff"), url("../font/Gentleman-900-Heavy.ttf") format("truetype"), url("../font/Gentleman-900-Heavy.svg#Gentleman900-Heavy") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* ==========================================================================
|  RESPONSIVE
========================================================================== */
/* ==========================================================================
|  TAILLE DES TEXTES
========================================================================== */
/* ==========================================================================
|  ANIMATIONS - TRANSITIONS
========================================================================== */
.noir {
  color: #000000; }

.gris1 {
  color: #F0F7FA; }

.gris2 {
  color: #A09D9C; }

.gris3 {
  color: #3b3d4a; }

.blanc {
  color: #ffffff; }

.vert {
  color: #009E7E; }

.bleu {
  color: #005B89; }

.rose {
  color: #A61866; }

.orange {
  color: #FEAF11; }

.beige {
  color: #EEDAA2; }

.main {
  color: #005B89; }

.secondary {
  color: #A61866; }

.tertiary {
  color: #FEAF11; }

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

*:focus {
  outline: none !important; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

/* ==========================================================================
|  RESET EFIL
========================================================================== */
.clear {
  clear: both; }

.uppercase {
  text-transform: uppercase; }

.ombre {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

svg,
img {
  max-width: 100%;
  height: auto;
  display: block; }

small {
  font-size: 70%; }

iframe {
  max-width: 100%;
  width: 100%; }

em {
  font-style: italic; }

.strong,
strong {
  font-family: "Gentleman800", sans-serif; }

sub,
sup {
  font-size: 60%; }

a {
  text-decoration: underline; }

body p {
  padding-bottom: 20px; }

body li {
  padding-bottom: 10px; }

img {
  display: block; }

section {
  padding-bottom: 40px; }

.ajax-progress {
  display: none !important; }

.horizontal {
  display: flex;
  flex-wrap: wrap; }

.vertical {
  display: flex;
  flex-direction: column; }

.ligne {
  display: flex; }
  .ligne .col {
    flex: 1; }

.transition, .slick-slider .slick-arrow, .bloc .bloc-inner:before, .bloc .bloc-inner a.btn, .vignettes .vignette .vignette-inner:before, body #header .header-nav .header-center #search_widget form button, body #footer .pre-footer .block_newsletter .ligne .btn, body #footer .pre-footer .block-social ul li, body #footer .footer a, .slide_spectacle_content .spectacle_slide_element article .spectacle-info, article.product-miniature-list .product-container .right .btn, .home-template #header-index .header-top #menu-preindex, #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir, #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir .plus, #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1, #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > span,
#header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > a, #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 {
  transition: all 0.3s linear; }

.transition_rapide, body .section-5 .flex-row .bloc, #index #main .page-home .section-6 .lvactualitesHome .lvactualite a, article.product-miniature .thumbnail-container .product-link, article.product-miniature-list .product-container {
  transition: all 0.1s linear; }

/* ==========================================================================
|  EFFET
========================================================================== */
.anim_left {
  position: relative;
  left: 0;
  transition: all 0.3s linear; }
  .anim_left:hover {
    left: 10px; }

.img_up {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .img_up img {
    transition: all 0.3s ease; }
  .img_up:hover img {
    transform: scale(1.1); }

/* ==========================================================================
|  TITRES
========================================================================== */
body {
  /*
    h1{@include font-size($taille7); line-height: 1!important; font-family: $main-font; font-weight: normal; color: $main-color; margin-bottom: 20px;}
    h2{@include font-size($taille6); line-height: 1!important; font-family: $secondary-font; font-weight: normal; color: $main-color; margin: $space1 0;} 
    h3{@include font-size($taille5); line-height: 1!important; font-family: $secondary-font; font-weight: normal; color: $main-color; text-transform: uppercase; margin-bottom: $space1;} 

    @include responsiveMax($lg){
      
    }
    @include responsiveMax($md){

    }
    */ }
  body .h1 {
    font-size: 2.25rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1.2;
    text-transform: none;
    font-family: "Gentleman800", sans-serif;
    color: #005B89;
    font-weight: normal; }
  body .h2 {
    font-size: 1.75rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1.2;
    text-transform: none;
    font-family: "Gentleman800", sans-serif;
    color: #005B89;
    font-weight: normal; }

.h2-picto, #index #main .page-home .section-regie-slider .h2, #index #main .page-home .section-4 .bonsplans .h2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Gentleman600" !important;
  font-weight: normal; }
  .h2-picto:before, #index #main .page-home .section-regie-slider .h2:before, #index #main .page-home .section-4 .bonsplans .h2:before {
    content: "";
    display: inline-block;
    background: url(../img/emile_blc.svg) no-repeat;
    background-size: 28px;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    font-family: "Gentleman600";
    font-weight: normal; }

/* ==========================================================================
|  DEGRADE
========================================================================== */
.degrade_bleu, #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content .picto, section.section-carrousel .lvslider .lvslide .col-g {
  background: #005b88;
  background: linear-gradient(28deg, #005B89 24%, #009E9E 100%); }

.degrade_rose, .content-type-1 {
  background: #A61866;
  background: linear-gradient(90deg, #A61866 0%, #D11E81 100%); }

/* ==========================================================================
|  BOUTONS
========================================================================== */
.btn {
  transition: all 0.3s linear;
  border-radius: 16px;
  padding: 4px 30px;
  height: 32px;
  display: inline-block;
  margin: 10px 0;
  font-size: 1rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  font-family: "Gentleman800", sans-serif;
  line-height: 25px; }
  .btn.btn-primary {
    background: #005B89;
    color: #ffffff; }
    .btn.btn-primary:hover {
      background: #A61866;
      color: #ffffff; }
  .btn.btn-secondary {
    background: #A61866;
    color: #005B89; }
    .btn.btn-secondary:hover {
      background: #005B89;
      color: #ffffff; }
  .btn.btn-tertiary {
    background: #FEAF11;
    color: #005B89; }
    .btn.btn-tertiary:hover {
      background: #ffffff;
      color: #FEAF11; }
  .btn.btn-fivety {
    background: #BFDEEE;
    color: #005B89; }
    .btn.btn-fivety:hover {
      background: #ffffff;
      color: #FEAF11; }
  .btn.btn-large, .bloc .bloc-inner a.btn, .vignettes .vignette .vignette-inner a.btn {
    font-size: 1.125rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    padding: 7px 40px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    line-height: 30px; }
  .btn.btn-small {
    font-size: 1em;
    padding: 4px 20px;
    font-weight: normal; }

/* ==========================================================================
|  SLICK
========================================================================== */
.slick-slider .slick-arrow {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  z-index: 10; }
  .slick-slider .slick-arrow.slick-prev {
    background: url(../img/fleche_diapo_gauche.svg) #fff no-repeat center -10px; }
  .slick-slider .slick-arrow.slick-next {
    background: url(../img/fleche_diapo_droite.png) #fff no-repeat center -10px; }
  .slick-slider .slick-arrow:before {
    display: none !important; }

.slick-slider .slick-dots {
  bottom: -15px; }
  .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #005B89;
    border-radius: 100%; }
    .slick-slider .slick-dots li button:before {
      display: none; }
  .slick-slider .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    border: 1px solid #A61866;
    background: none; }
  .slick-slider .slick-dots li[aria-label="1 of 1"] {
    display: none; }

/* ==========================================================================
|  CONTENT TYPE
========================================================================== */
.content-type-0 {
  background: #FFF; }
  .content-type-0.nobottom::after {
    display: none; }

.content-type-1 .slick-dots li button {
  background: #A09D9C; }

.content-type-1 .slick-dots li.slick-active button {
  border: 1px solid #ffffff;
  background: none; }

.content-type-2 {
  background: #005B89; }
  .content-type-2 .custom-checkbox input[type="checkbox"] + span {
    border-color: #fff; }
    .content-type-2 .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
      color: #fff; }

.content-type-3 {
  background: #009E7E; }

.content-type-4 {
  background: #EEDAA2; }

.content-type-1,
.content-type-2,
.content-type-3,
.content-type-4 {
  position: relative;
  margin: 30px 0;
  padding: 30px 0; }
  .content-type-1::before,
  .content-type-2::before,
  .content-type-3::before,
  .content-type-4::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme1.svg) repeat-x; }
  .content-type-1::after,
  .content-type-2::after,
  .content-type-3::after,
  .content-type-4::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme2.svg) repeat-x; }
  .content-type-1 .h2,
  .content-type-2 .h2,
  .content-type-3 .h2,
  .content-type-4 .h2 {
    color: #ffffff; }

.content-type-0 {
  position: relative;
  margin: 30px 0;
  padding: 30px 0; }
  .content-type-0::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme1.svg) repeat-x; }
  .content-type-0::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme2.svg) repeat-x; }
  .content-type-0 .h2 {
    color: #005B89; }
    .content-type-0 .h2:before {
      background: url(../img/emile_bleu.svg) no-repeat; }

.content-type-empty {
  position: relative;
  margin: 00px 0;
  padding: 50px 0;
  background: #fff;
  /*
    &::before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        width: 100%;
        height: 12px;
        background: url(/themes/emiles/assets/img/forme1.svg) repeat-x;
    }
    &::after {
        content: "";    
        display: block;    
        position: absolute;    
        bottom: -1px;    
        width: 100%;    
        height: 12px;    
        background: url(/themes/emiles/assets/img/forme2.svg) repeat-x;    
    }*/ }
  .content-type-empty.degrade_bleu, #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content .content-type-empty.picto, section.section-carrousel .lvslider .lvslide .content-type-empty.col-g {
    color: #fff; }
  .content-type-empty table {
    background-color: #fff;
    color: #005B89; }
  .content-type-empty .table-bordered thead td {
    border-bottom-width: 2px;
    background-color: #A61866;
    color: #fff; }
  .content-type-empty .table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #A61866;
    color: #fff; }
  .content-type-empty form .custom-checkbox input[type="checkbox"] + span {
    border-color: #fff; }
    .content-type-empty form .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
      color: #fff; }

/* ==========================================================================
|  REASSURANCE
========================================================================== */
body .section-5 .h2-picto, body .section-5 #index #main .page-home .section-regie-slider .h2, #index #main .page-home .section-regie-slider body .section-5 .h2, body .section-5 #index #main .page-home .section-4 .bonsplans .h2, #index #main .page-home .section-4 .bonsplans body .section-5 .h2 {
  color: #005B89 !important; }
  body .section-5 .h2-picto:before, body .section-5 #index #main .page-home .section-regie-slider .h2:before, #index #main .page-home .section-regie-slider body .section-5 .h2:before, body .section-5 #index #main .page-home .section-4 .bonsplans .h2:before, #index #main .page-home .section-4 .bonsplans body .section-5 .h2:before {
    background: url(../img/emile_bleu.svg) no-repeat; }

body .section-5 .flex-row {
  justify-content: space-between; }
  body .section-5 .flex-row .bloc {
    flex: 1;
    margin: 20px;
    position: relative;
    top: 0;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body .section-5 .flex-row .bloc img {
      margin: 0 auto 10px auto; }
    body .section-5 .flex-row .bloc p {
      padding: 0; }
    body .section-5 .flex-row .bloc a {
      text-decoration: none; }
    body .section-5 .flex-row .bloc:hover {
      top: -3px;
      box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2), 0 2px 12px 0 rgba(0, 91, 137, 0.2), 0 2px 12px 0 rgba(0, 91, 137, 0.2); }

@media (max-width: 991px) {
  body .section-5 .flex-row {
    flex-direction: column; }
    body .section-5 .flex-row .bloc {
      margin: 10px 20px;
      padding: 10px; }
      body .section-5 .flex-row .bloc a {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        body .section-5 .flex-row .bloc a .reassurance-img {
          width: 30%;
          text-align: right; }
          body .section-5 .flex-row .bloc a .reassurance-img img {
            width: 40px;
            margin: 0 20px 0 auto; }
        body .section-5 .flex-row .bloc a .reassurance-txt {
          flex: 1;
          text-align: left; } }

body:not(.page-index) .reassurance {
  position: relative;
  margin: 0 0 30px 0;
  padding: 50px 0;
  background: #F0F7FA; }
  body:not(.page-index) .reassurance::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme1_blanc.svg) repeat-x; }
  body:not(.page-index) .reassurance::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 12px;
    background: url(../img/forme2_blanc.svg) repeat-x; }

/* ==========================================================================
|  LIENS
========================================================================== */
/* ==========================================================================
|  PUCES
========================================================================== */
.puce {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%; }
  .puce.puce-vert {
    background: #00ff00; }
  .puce.puce-rouge {
    background: #ff0000; }

/* ==========================================================================
|  QUOTES
========================================================================== */
.quote::before {
  content: "\201C"; }

.quote::after {
  content: "\201D"; }

/* ==========================================================================
|  BLOC
========================================================================== */
.bloc .bloc-inner {
  position: relative; }
  .bloc .bloc-inner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005B89;
    opacity: 0;
    border-radius: 8px; }
  .bloc .bloc-inner a.btn {
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin: auto; }
  .bloc .bloc-inner img {
    width: 100%; }
  .bloc .bloc-inner:hover:before {
    opacity: 0.7; }
  .bloc .bloc-inner:hover a.btn {
    opacity: 1; }

.vignettes {
  margin-top: 20px; }
  .vignettes .vignette {
    margin-bottom: 20px; }
    .vignettes .vignette .vignette-inner {
      position: relative; }
      .vignettes .vignette .vignette-inner:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #005B89;
        opacity: 0;
        border-radius: 8px; }
      .vignettes .vignette .vignette-inner .photo {
        position: relative;
        display: block; }
        .vignettes .vignette .vignette-inner .photo img {
          width: 100%;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px; }
        .vignettes .vignette .vignette-inner .photo .badge {
          position: absolute;
          font-family: "Gentleman800", sans-serif;
          white-space: nowrap;
          top: 10px;
          left: 10px;
          border-radius: 16px;
          padding: 8px 20px 4px 20px;
          height: 32px;
          color: #005B89;
          text-transform: none;
          margin: 0;
          line-height: 1;
          background: #FFF; }
      .vignettes .vignette .vignette-inner .titre {
        position: relative;
        z-index: 12;
        background: #A61866;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        text-transform: uppercase;
        color: #FFF;
        font-size: 1rem;
        line-height: 1;
        width: 100%;
        font-family: "Gentleman800", sans-serif;
        display: block;
        display: block;
        text-align: center;
        padding: 15px 0; }
      .vignettes .vignette .vignette-inner a.btn {
        position: absolute;
        z-index: 11;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        opacity: 0; }
      .vignettes .vignette .vignette-inner:hover:before {
        opacity: 0.7; }
      .vignettes .vignette .vignette-inner:hover a.btn {
        opacity: 1; }
      .vignettes .vignette .vignette-inner:hover .titre {
        background: #FFF;
        color: #005B89; }
  @media (max-width: 1199px) {
    .vignettes .vignette .vignette-inner .titre {
      font-size: 1.25rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      line-height: 1; } }
  @media (max-width: 991px) {
    .vignettes .vignette .vignette-inner .photo {
      height: 150px; }
      .vignettes .vignette .vignette-inner .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .vignettes .vignette .vignette-inner .titre {
      padding: 10px 0; } }

.cinema-vignette .vignette .vignette-inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px; }
  .cinema-vignette .vignette .vignette-inner .photo img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-height: 150px;
    width: auto;
    margin: 0 auto; }
  .cinema-vignette .vignette .vignette-inner .titre {
    font-size: 1rem;
    height: 3.5em; }

/* ==========================================================================
|  BREADCRUMB
========================================================================== */
/*
#breadcrumb{position: absolute; transform: translateX(-50%); left: 50%; bottom: $space2;
    .breadcrumb{background: none;
        li{color: $gris4; font-weight: bold;
            a{color: $main-color;} 
            &:before{margin: 0 5px;}
        }
    }
}
*/
/* ==========================================================================
|  FORM
========================================================================== */
#wrapper .custom-checkbox .ps-shown-by-js {
  border: 1px solid #3b3d4a;
  margin-top: -2px; }
  #wrapper .custom-checkbox .ps-shown-by-js i {
    color: #A61866;
    font-size: 12px;
    margin: 0 0 0 1px;
    font-weight: bold; }

body #wrapper #search_filters div.dropdown,
body #wrapper form div.dropdown {
  background: none;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }
  body #wrapper #search_filters div.dropdown > a,
  body #wrapper form div.dropdown > a {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
    background: #E3EDF2;
    border-radius: 16px;
    height: 28px;
    line-height: 28px;
    color: #005B89 !important;
    border: none !important; }
    body #wrapper #search_filters div.dropdown > a i,
    body #wrapper form div.dropdown > a i {
      background: #FFF;
      color: #A61866;
      height: 28px;
      width: 28px;
      line-height: 28px;
      text-align: center;
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }
  body #wrapper #search_filters div.dropdown .dropdown-menu a,
  body #wrapper form div.dropdown .dropdown-menu a {
    padding: 2px 20px;
    background: none !important; }
    body #wrapper #search_filters div.dropdown .dropdown-menu a:hover,
    body #wrapper form div.dropdown .dropdown-menu a:hover {
      color: #3b3d4a; }

form .form-control {
  background: #fff;
  color: #005B89;
  border: 2px solid #BFDEEE;
  border-radius: 8px; }

form .form-group .input-group .input-group-btn button[data-action="show-password"] {
  background: #fff;
  height: 40px;
  padding: 0 10px;
  border-radius:0 8px 8px 0;
  color: grey;
  border: 2px solid #BFDEEE;
  font-size: 25px;
}

form .custom-checkbox label {
  padding: 0; }
  form .custom-checkbox label span {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #3b3d4a !important;
    margin-right: 3px !important; }
    form .custom-checkbox label span i {
      color: #A61866 !important;
      font-size: 12px !important;
      margin: 0 0 0 1px !important;
      font-weight: bold !important; }

form span.custom-radio input[type=radio]:checked + span {
  background: #A61866; }

form .input-group {
  outline: none !important; }

/* 
#page{
    form{
        
        label{margin-bottom: 3px;}
        input:not(.button):not(.form-radio):not(.form-checkbox){ height: 40px; width: 100%; margin: 0; background: $blanc; border:none; padding: 0 20px; line-height: 40px;
            &::placeholder {font-weight: normal;}
        }
        input.form-checkbox,
        input.form-radio{margin-right: 5px; float: left; margin-top: 3px;}
        input.form-file{padding-left: 0; line-height: 36px; border: none;}


        textarea{ height: 200px; margin: 0;  background: $blanc; border:none; padding: 0 20px; line-height: 40px; margin-top: .5rem;}
        .form-actions{text-align: center;
            .button{@extend .button; width: auto;}
        }
        select{border-radius: 5px; height: 40px; border:2px solid $gris2; padding: 0 20px; line-height: 40px; width: 100%; background: $blanc; margin-top: .5rem;}
        @supports (-moz-appearance:none) {
            select{-moz-appearance:none !important; background: #FFF url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important; background-position: calc(100% - 15px) center !important;
            }
        }
        .description{display: none;}
        .form-type-checkbox .description{display: block; @include font-size($taille2); margin: 0;
            a{color: $main-color; }
        }
    }
} 
*/
/* ==========================================================================
|  TABLEAU
========================================================================== */
/* ==========================================================================
|  PAGINATION
========================================================================== */
/* ==========================================================================
|  LISTE
========================================================================== */
.bloc-pres_de_chez_vous,
.bloc-parrainage {
  position: relative;
  background: none;
  height: auto; }
  .bloc-pres_de_chez_vous .btn-bottom,
  .bloc-parrainage .btn-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 28px;
    font-size: 1rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    height: 56px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 5px;
    width: 80%; }
    .bloc-pres_de_chez_vous .btn-bottom span,
    .bloc-parrainage .btn-bottom span {
      text-transform: none; }

.emilesfid > p:not(.sub) {
  padding: 0 0 0 84px !important; }

.emilesfid .emilesfid-inner {
  background: #EEDAA2;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 30px; }
  .emilesfid .emilesfid-inner .emilesfid-inner-header {
    height: 45px;
    display: flex; }
    .emilesfid .emilesfid-inner .emilesfid-inner-header .picto {
      width: 54px;
      height: 54px;
      margin-right: 10px;
      border-radius: 100%;
      background: url(../img/compte_cagnotte.svg);
      position: relative;
      top: -30px; }
    .emilesfid .emilesfid-inner .emilesfid-inner-header .nom {
      flex: 1; }
      .emilesfid .emilesfid-inner .emilesfid-inner-header .nom p {
        padding: 0; }
  .emilesfid .emilesfid-inner .emilesfid-inner-center {
    text-align: center;
    border-top: 1px solid #FFF;
    margin-top: 10px;
    padding: 15px 0px 20px 0px; }
    .emilesfid .emilesfid-inner .emilesfid-inner-center p {
      padding: 0;
      line-height: 14px; }
    .emilesfid .emilesfid-inner .emilesfid-inner-center .point {
      font-size: 3.75rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      font-weight: bold;
      display: block;
      line-height: 1; }
  .emilesfid .emilesfid-inner .emilesfid-inner-footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15px; }

.emilesfid .sub {
  padding: 0;
  text-align: center;
  font-size: 0.75rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.4; }

/* abonnementloggin */
body.abonnementloggin #wrapper {
  margin-top: 125px; }

body.abonnementloggin #header {
  height: 120px; }

body.abonnementloggin #_desktop_logo {
  width: 100%; }

body.abonnementloggin #header .logo {
  margin: 0 auto; }

#cart.abonnementloggin .cart-items .cart-item .col4,
#cart.abonnementloggin .cart-items .cart-item .remove-from-cart {
  display: none; }

/* coming soon*/
#coming_soon img {
  float: left;
  height: 400px;
  margin: 1em 1em 2em 5em; }

#coming_soon > div {
  float: left; }

#coming_soon > div p:first-child {
  font-size: 5em;
  margin: 1em 0 0 0;
  font-weight: bold;
  padding: 0;
  line-height: 1em; }

#coming_soon > div p:last-child {
  font-size: 1em;
  color: #333;
  margin: 0 0 0 1em; }

.format_parcs .section-regie {
  background-color: #fff;
  padding: 1em 0; }

.help-box {
  display: inline-block;
  box-sizing: border-box;
  color: #25b9d7;
  background-color: #dff5f9;
  height: 1.5rem;
  width: 1.5rem;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #25b9d7;
  cursor: pointer;
  padding: 0;
  margin: 0 5px 2px; }
  .help-box:after {
    content: '?'; }
  .help-box:focus {
    outline: none; }

/*
@include responsiveMax($md){
    padding: 20px 0 0 0;
}
*/
body {
  font-family: "Gentleman600";
  font-size: 1rem;
  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
  line-height: 1.4;
  color: #005B89; }
  body #header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 190px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    body #header .header-nav {
      height: 120px; }
      body #header .header-nav .header-left {
        margin-top: 20px; }
      body #header .header-nav .header-center #search_widget {
        width: 100%;
        margin: 0; }
        body #header .header-nav .header-center #search_widget form {
          display: flex;
          width: 100%; }
          body #header .header-nav .header-center #search_widget form input {
            flex: 1;
            margin: 0;
            padding: 0 15px;
            line-height: 36px;
            color: #005B89;
            background: #BFDEEE;
            border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border: none; }
            body #header .header-nav .header-center #search_widget form input::placeholder {
              color: #005B89; }
          body #header .header-nav .header-center #search_widget form button {
            position: relative;
            cursor: pointer;
            width: 36px;
            height: 36px;
            line-height: 28px;
            background: #005B89;
            border-bottom-right-radius: 8px;
            border-top-right-radius: 8px;
            bottom: auto;
            right: auto; }
            body #header .header-nav .header-center #search_widget form button:hover {
              background: #A61866; }
            body #header .header-nav .header-center #search_widget form button i {
              color: #ffffff !important; }
      body #header .header-nav .header-right {
        display: flex;
        flex-wrap: wrap; }
        body #header .header-nav .header-right .block_faq_nav2 {
          flex: 1;
          margin-right: auto;
          text-align: center;
          margin-top: 10px; }
          body #header .header-nav .header-right .block_faq_nav2 a {
            color: #ffffff; }
        body #header .header-nav .header-right #_desktop_user_info {
          width: 50%; }
          body #header .header-nav .header-right #_desktop_user_info .user-info {
            margin: 0;
            text-align: left; }
            body #header .header-nav .header-right #_desktop_user_info .user-info .btn {
              padding: 10px;
              margin: 0;
              border-radius: 0;
              color: #005B89;
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              display: flex;
              align-items: center;
              font-family: "Gentleman800", sans-serif;
              height: auto; }
              body #header .header-nav .header-right #_desktop_user_info .user-info .btn:before {
                content: "";
                display: inline-block;
                background: url(../img/compte.svg) no-repeat;
                width: 30px;
                height: 30px;
                margin-right: 5px; }
        body #header .header-nav .header-right #_desktop_cart {
          width: 50%; }
          body #header .header-nav .header-right #_desktop_cart .blockcart {
            padding: 10px;
            height: auto;
            background: none;
            margin: 0; }
            body #header .header-nav .header-right #_desktop_cart .blockcart .header {
              margin: 0;
              position: relative;
              text-align: right; }
              body #header .header-nav .header-right #_desktop_cart .blockcart .header i {
                display: none !important; }
              body #header .header-nav .header-right #_desktop_cart .blockcart .header .panier-txt {
                color: #005B89;
                font-size: 0.875rem;
                /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                line-height: 1.4;
                display: flex;
                align-items: center;
                font-family: "Gentleman800", sans-serif; }
                body #header .header-nav .header-right #_desktop_cart .blockcart .header .panier-txt:before {
                  content: "";
                  display: inline-block;
                  background: url(../img/panier.svg) no-repeat;
                  width: 30px;
                  height: 30px;
                  margin-right: 5px; }
              body #header .header-nav .header-right #_desktop_cart .blockcart .header .cart-products-count {
                position: absolute;
                top: -5px;
                right: 95px;
                background: #A61866;
                font-family: "Gentleman800", sans-serif;
                border-radius: 100%;
                text-align: center;
                color: #ffffff;
                height: 20px;
                width: 20px;
                box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
                font-size: 11px;
                line-height: 20px; }
    body #header .header-top {
      height: 70px;
      padding: 0; }
    body #header #phone_menu nav > ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body #header #phone_menu nav > ul #toogle_menu {
        flex-basis: 54px; }
      body #header #phone_menu nav > ul #logo_phone {
        flex: 1;
        margin: 0; }
        body #header #phone_menu nav > ul #logo_phone img {
          width: 97px;
          height: 40px;
          object-fit: contain; }
      body #header #phone_menu nav > ul #search_menu,
      body #header #phone_menu nav > ul #_desktop_user_info_mobil,
      body #header #phone_menu nav > ul #_desktop_cart-mobil {
        flex-basis: 30px;
        margin-left: 30px; }
    @media (max-width: 991px) {
      body #header {
        height: 60px; } }
  body #wrapper {
    margin-top: 190px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F0F7FA;
    box-shadow: none; }
    body #wrapper .breadcrumb {
      background: #FFF;
      box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
      padding: 10px 0; }
      body #wrapper .breadcrumb li a {
        font-weight: bold;
        color: #005B89;
        font-size: 0.875rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        text-decoration: none; }
        body #wrapper .breadcrumb li a:hover {
          color: #A61866; }
      body #wrapper .breadcrumb li:after {
        content: ">";
        margin: 0 10px;
        color: #A61866;
        font-weight: bold; }
    body #wrapper .page-footer {
      margin: 0; }
    @media (max-width: 991px) {
      body #wrapper {
        margin-top: 60px; } }
  body #footer {
    background: #FFF;
    padding: 0; }
    body #footer .h2 {
      text-align: center;
      color: #A61866;
      font-family: "Gentleman600";
      font-weight: normal;
      padding: 0 0 10px 0; }
    body #footer .pre-footer {
      padding: 0 0 20px 0; }
      @media (max-width: 600px) {
        body #footer .pre-footer .nonesmall {
          display: none; } }
      @media (min-width: 600px) {
        body #footer .pre-footer .nonelarge {
          display: none; } }
      body #footer .pre-footer .block_newsletter {
        background: none; }
        body #footer .pre-footer .block_newsletter .ligne .email {
          flex: 1;
          background: #E3EDF2;
          color: #005B89;
          height: 28px;
          line-height: 28px;
          padding: 0 20px;
          border-top-left-radius: 16px;
          border-bottom-left-radius: 16px;
          border: none; }
        body #footer .pre-footer .block_newsletter .ligne .btn {
          width: 115px;
          background: #ffffff;
          color: #005B89;
          height: 28px;
          text-transform: uppercase;
          margin: 0;
          padding: 4px 10px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          font-size: 0.875rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
          body #footer .pre-footer .block_newsletter .ligne .btn:not([disabled]):hover {
            background: #005B89;
            color: #FFF; }
        body #footer .pre-footer .block_newsletter #gdpr_consent .custom-checkbox label span:last-child {
          border: none !important;
          cursor: pointer; }
        @media (max-width: 991px) {
          body #footer .pre-footer .block_newsletter {
            display: none !important; } }
      body #footer .pre-footer .block-social ul {
        justify-content: center; }
        body #footer .pre-footer .block-social ul li {
          margin: 0 3px;
          position: relative;
          transform: none; }
          body #footer .pre-footer .block-social ul li.facebook {
            background: url(../img/facebook.svg) no-repeat; }
          body #footer .pre-footer .block-social ul li.twitter {
            background: url(../img/twitter.svg) no-repeat; }
          body #footer .pre-footer .block-social ul li.instagram {
            background: url(../img/insta.svg) no-repeat; }
          body #footer .pre-footer .block-social ul li.linkedin {
            background: url(../img/linkedin.svg) no-repeat; }
          body #footer .pre-footer .block-social ul li:hover {
            transform: rotate(-15deg); }
      @media (max-width: 991px) {
        body #footer .pre-footer .block-social {
          margin-top: 20px; } }
      body #footer .pre-footer .block_faq {
        text-align: center; }
        body #footer .pre-footer .block_faq .btn {
          width: 100%;
          margin-bottom: 20px;
          margin-top: 0; }
        body #footer .pre-footer .block_faq .title {
          color: #A61866; }
        body #footer .pre-footer .block_faq li {
          padding: 0 0 0 0; }
      @media (max-width: 991px) {
        body #footer .pre-footer .row {
          display: flex;
          flex-direction: column-reverse; } }
    body #footer .footer {
      background: #3b3d4a;
      color: #ffffff;
      padding: 60px 0; }
      body #footer .footer .links .row .col-md-6:first-child .h3 {
        display: flex;
        align-items: center; }
        body #footer .footer .links .row .col-md-6:first-child .h3:before {
          content: "";
          display: inline-block;
          background: url(../img/emile_blc.svg) no-repeat;
          background-size: 20px;
          width: 30px;
          height: 26px;
          margin-right: 5px;
          font-family: "Gentleman600";
          font-weight: normal; }
      body #footer .footer .h3 {
        color: #ffffff;
        text-transform: none;
        font-family: "Gentleman800", sans-serif;
        font-weight: 700;
        margin-bottom: 0px; }
      body #footer .footer a {
        color: #ffffff;
        text-decoration: none;
        position: relative;
        left: 0; }
        body #footer .footer a:hover {
          left: 3px;
          color: #A61866; }
      body #footer .footer .btn {
        color: #FFF !important;
        left: 0 !important; }
      body #footer .footer li {
        padding-bottom: 5px; }
      body #footer .footer .block-contact {
        color: #ffffff; }
      @media (max-width: 991px) {
        body #footer .footer {
          display: none !important; } }
    body #footer .post-footer {
      text-align: center;
      padding: 20px 0;
      background: #FFF; }
      body #footer .post-footer a {
        color: #000;
        text-decoration: none; }
        body #footer .post-footer a:hover {
          text-decoration: underline; }
      body #footer .post-footer img {
        margin: 5px auto 0 auto; }
      @media (max-width: 991px) {
        body #footer .post-footer {
          display: none !important; } }

#index #main {
  padding-bottom: 0; }
  #index #main .page-home {
    padding-top: 40px;
    padding-bottom: 0; }
    #index #main .page-home .section-regie .row {
      margin-bottom: 30px; }
      #index #main .page-home .section-regie .row img {
        border-radius: 8px;
        width: 100%; }
      #index #main .page-home .section-regie .row .bloc {
        position: relative;
        background: none;
        height: auto; }
      #index #main .page-home .section-regie .row .multicathome {
        text-align: center; }
        #index #main .page-home .section-regie .row .multicathome .row {
          margin-bottom: 0; }
        #index #main .page-home .section-regie .row .multicathome .titre {
          font-weight: bold;
          padding: 0 0 5px 0; }
        #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content {
          height: 126px;
          position: relative; }
          #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content .picto {
            padding: 15px 10px;
            border-radius: 8px;
            margin: 0 10px; }
            #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content .picto img {
              margin: auto;
              width: 71px;
              height: 71px; }
          #index #main .page-home .section-regie .row .multicathome .vignette .vignette-content a {
            position: absolute;
            left: 0;
            bottom: 0;
            font-size: 0.875rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            width: 100%;
            height: auto;
            color: #ffffff;
            text-transform: uppercase;
            white-space: normal;
            padding: 8px 0;
            line-height: 1;
            margin-bottom: 0; }
        #index #main .page-home .section-regie .row .multicathome .vignette:nth-child(1), #index #main .page-home .section-regie .row .multicathome .vignette:nth-child(2) {
          margin-bottom: 10px; }
    @media (max-width: 991px) {
      #index #main .page-home .section-regie .bloc {
        margin-bottom: 20px; } }
    #index #main .page-home .section-regie-slider .products {
      margin: 0 -20px; }
      #index #main .page-home .section-regie-slider .products .slick-prev {
        left: 0; }
      #index #main .page-home .section-regie-slider .products .slick-next {
        right: 0; }
    #index #main .page-home .section-regie-slider .sliderregie_id_cat1-2 {
      margin-bottom: 40px; }
    #index #main .page-home .section-regie-slider .sliderregie_id_cat2-2 {
      margin-bottom: 40px; }
    @media (max-width: 991px) {
      #index #main .page-home .section-regie-slider .products {
        margin: 0; }
        #index #main .page-home .section-regie-slider .products .slick-prev {
          left: 0; }
        #index #main .page-home .section-regie-slider .products .slick-next {
          right: 0; } }
    #index #main .page-home .section-3 img {
      border-radius: 8px; }
    @media (max-width: 1199px) {
      #index #main .page-home .section-3 .bloc {
        margin-bottom: 20px; }
        #index #main .page-home .section-3 .bloc img {
          width: 100%; }
      #index #main .page-home .section-3 .bloc-parrainage {
        padding-top: 18px; } }
    @media (max-width: 767px) {
      #index #main .page-home .section-3 .bloc-parrainage {
        padding-top: 0; } }
    #index #main .page-home .section-6 {
      margin-bottom: 0; }
      #index #main .page-home .section-6 #lvce_dsplayhome {
        color: #FFF; }
      #index #main .page-home .section-6 .lvactualitesHome {
        margin-bottom: 20px; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite a {
          position: relative;
          top: 0;
          background: #ffffff;
          border-radius: 8px;
          display: block;
          text-decoration: none;
          box-shadow: none; }
          #index #main .page-home .section-6 .lvactualitesHome .lvactualite a .author {
            padding: 5px 10px;
            width: 100%;
            display: block;
            color: #ffffff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
          #index #main .page-home .section-6 .lvactualitesHome .lvactualite a .photo img {
            width: 100%; }
          #index #main .page-home .section-6 .lvactualitesHome .lvactualite a .text {
            padding: 10px; }
            #index #main .page-home .section-6 .lvactualitesHome .lvactualite a .text h2 {
              margin: 0 0 5px 0;
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
            #index #main .page-home .section-6 .lvactualitesHome .lvactualite a .text .short_desc {
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite.emiles .author {
          background: #005B89; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite.emiles h2 {
          color: #005B89; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite.cse .author {
          background: #A61866; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite.cse h2 {
          color: #A61866; }
        #index #main .page-home .section-6 .lvactualitesHome .lvactualite a:hover {
          top: -3px;
          box-shadow: 0 2px 8px 0 rgba(0, 109, 87, 0.5), 0 4px 16px 0 rgba(0, 109, 87, 0.5), 0 8px 24px 0 rgba(0, 109, 87, 0.5); }
      #index #main .page-home .section-6 .action {
        text-align: center; }
        #index #main .page-home .section-6 .action .btn {
          background: #ffffff;
          color: #009E7E;
          margin: 10px auto 0 auto;
          display: inline-block; }
          #index #main .page-home .section-6 .action .btn:hover {
            color: #A61866; }
      @media (max-width: 767px) {
        #index #main .page-home .section-6 .actu-container {
          display: none !important; } }

#index #footer {
  background: #F0F7FA;
  padding-top: 30px; }

section.section-carrousel .lvslider {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 15px; }
  section.section-carrousel .lvslider .lvslide {
    display: flex; }
    section.section-carrousel .lvslider .lvslide .col-g {
      width: 42%;
      padding: 30px; }
      section.section-carrousel .lvslider .lvslide .col-g .type {
        text-transform: uppercase;
        color: #FEAF11;
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        padding-bottom: 5px; }
      section.section-carrousel .lvslider .lvslide .col-g .h1 {
        color: #ffffff; }
      section.section-carrousel .lvslider .lvslide .col-g .description {
        font-size: 1.125rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        color: #ffffff; }
        section.section-carrousel .lvslider .lvslide .col-g .description p {
          padding-bottom: 0.8rem;
          font-size: 0.95rem;
          line-height: 1.2rem; }
        section.section-carrousel .lvslider .lvslide .col-g .description ul {
          padding-bottom: 0.2rem;
          font-size: 0.95rem;
          line-height: 1.2rem;
          list-style-position: inside; }
    section.section-carrousel .lvslider .lvslide .col-d {
      width: 58%; }
      section.section-carrousel .lvslider .lvslide .col-d img {
        width: 100%; }
  section.section-carrousel .lvslider .slick-dots {
    bottom: -40px; }

@media (max-width: 991px) {
  section.section-carrousel {
    display: none !important; } }

/*pré index */
/* Stylisation des Modals preindex (Billeterie sites de loisirs, billeterie cinémas, billetterie spectacles, vacances etc) */
/* Style du background */
.styleModalBilletterie {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding-right: 0px; }

.modal-backdrop {
  z-index: 1; }

.styleModalBilletterie .modal-dialog {
  justify-content: center;
  padding-top: 4rem; }

.styleModalBilletterie .modal-dialog-centered .modal-content {
  width: 2000px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-header {
  border-top-right-radius: .3rem;
  border-top-left-radius: .3rem;
  background-color: #A61866;
  -webkit-box-shadow: 0px 9px 14px 1px rgba(0, 91, 137, 0.21);
  box-shadow: 0px 9px 14px 1px rgba(0, 91, 137, 0.21); }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-header button > span {
  color: #fff; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-header h5 {
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-header h5 > span {
  font-size: 14px;
  background-color: #fff;
  padding: 5px 8px 2px 8px;
  border-radius: 5px;
  color: #005B89;
  margin-left: 10px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body {
  padding: 0px;
  padding-bottom: 10px;
  padding-top: 10px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle .spectacle {
  padding: 20px;
  display: flex;
  flex-direction: column; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle .spectacle {
  padding: 20px;
  display: flex;
  flex-direction: column; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .reductionp {
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: center; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .reduction {
  padding: 7px 5px 5px 5px;
  background-color: #005B89;
  color: #fff !important;
  justify-self: flex-start;
  margin-top: 10px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle .spectacle p {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2px;
  font-size: 14px !important;
  color: #005B89 !important;
  -webkit-box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.2); }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle .spectacle .bloc-img {
  width: 160px;
  height: 110px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .bloc-spectacle .spectacle .bloc-img img {
  object-fit: cover !important;
  height: 100%;
  width: 100%; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body .emilesplus {
  color: #005B89 !important;
  text-align: center;
  font-size: 16px !important;
  margin-bottom: 10px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body p strong {
  color: #A61866;
  background-color: #fff;
  padding: 7px 5px 5px 5px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.2); }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body ul li > img {
  width: 10rem;
  padding: 30px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body ul li > .tailleOrange,
.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body ul li > .tailleRuche {
  width: 8rem;
  padding: 30px; }

.styleModalBilletterie .modal-dialog-centered .modal-content .modal-body ul li > .taille-spectacle {
  width: 19rem;
  padding: 1vw; }

/****************************************
CATEGORIE 1 et 2                       */
#category .category-header {
  text-align: center; }
  #category .category-header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1.2;
    position: relative; }
    #category .category-header h1 svg {
      width: 50px;
      margin-right: 15px; }
      #category .category-header h1 svg * {
        stroke: #A61866;
        fill: #A61866; }
  #category .category-header #category-description {
    color: #3b3d4a; }
    #category .category-header #category-description:after {
      content: "";
      display: block;
      background: #005B89;
      width: 150px;
      height: 1px;
      margin: 20px auto 50px auto; }
  @media (max-width: 1199px) {
    #category .category-header h1 {
      display: block;
      text-align: center; }
      #category .category-header h1 svg {
        margin: 0px auto 10px;
        display: block;
        padding-top: 20px; } }

#category #wrapper {
  padding-bottom: 0; }
  #category #wrapper #main {
    padding-bottom: 0; }
  #category #wrapper .content-type-1 {
    margin: 0; }
    #category #wrapper .content-type-1:after {
      background: url(../img/forme2_blanc.svg) repeat-x; }
  #category #wrapper .regie-footer {
    background: #FFF;
    padding: 40px 0; }
  #category #wrapper .pagination {
    color: #FFF; }
    #category #wrapper .pagination .page-list {
      background-color: transparent;
      box-shadow: none;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: right; }
      #category #wrapper .pagination .page-list li {
        display: block;
        margin: 0 5px;
        padding: 0; }
        #category #wrapper .pagination .page-list li a {
          font-size: 0.875rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1.5;
          display: block;
          width: 26px;
          height: 26px;
          color: #fff;
          text-decoration: none;
          text-align: center;
          letter-spacing: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
        #category #wrapper .pagination .page-list li.current {
          background-color: #fff;
          border-radius: 50%; }
          #category #wrapper .pagination .page-list li.current a {
            color: #005B89; }
        #category #wrapper .pagination .page-list li .previous,
        #category #wrapper .pagination .page-list li .next {
          width: auto; }
    @media (max-width: 991px) {
      #category #wrapper .pagination {
        text-align: center; }
        #category #wrapper .pagination .page-list {
          justify-content: center; } }
  #category #wrapper .up .btn-secondary {
    background: #FFF;
    color: #005B89; }

/****************************************
CATEGORIE 1                            */
.category-depth-level-2 #wrapper .sub-category {
  margin-bottom: 0; }
  .category-depth-level-2 #wrapper .sub-category .categorie {
    margin-bottom: 20px; }
  .category-depth-level-2 #wrapper .sub-category .vignette-inner {
    position: relative;
    padding-bottom: 55px; }
    .category-depth-level-2 #wrapper .sub-category .vignette-inner .titre {
      position: absolute;
      bottom: 0;
      font-size: 1.125rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4; }

.category-depth-level-2 #wrapper .section-regie-slider {
  margin-top: -10px !important; }
  .category-depth-level-2 #wrapper .section-regie-slider:before {
    background: url(../img/forme3.svg) repeat-x; }
  .category-depth-level-2 #wrapper .section-regie-slider .products {
    margin: 20px -20px 40px -20px; }
    .category-depth-level-2 #wrapper .section-regie-slider .products .slick-prev {
      left: 0; }
    .category-depth-level-2 #wrapper .section-regie-slider .products .slick-next {
      right: 0; }

@media (max-width: 1199px) {
  .category-depth-level-2 #wrapper .section-regie .bloc {
    margin-bottom: 20px; }
  .category-depth-level-2 #wrapper .sub-category .vignette-inner {
    padding-bottom: 45px; }
  .category-depth-level-2 #wrapper .section-regie-slider h2 {
    text-align: center; }
    .category-depth-level-2 #wrapper .section-regie-slider h2:before {
      display: none; }
  .category-depth-level-2 #wrapper .section-regie-slider .products {
    margin: 20px 0; } }

/****************************************
CATEGORIE 2                            */
.category-depth-level-2 #wrapper .bothers_category .univers,
.category-depth-level-3 #wrapper .bothers_category .univers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 320px; }
  .category-depth-level-2 #wrapper .bothers_category .univers .secondary,
  .category-depth-level-3 #wrapper .bothers_category .univers .secondary {
    font-family: "Gentleman800", sans-serif;
    margin-right: 10px;
    line-height: 32px; }
  .category-depth-level-2 #wrapper .bothers_category .univers .btn,
  .category-depth-level-3 #wrapper .bothers_category .univers .btn {
    margin: 0 10px 10px 0; }

@media (max-width: 1199px) {
  .category-depth-level-2 #wrapper .bothers_category .univers,
  .category-depth-level-3 #wrapper .bothers_category .univers {
    margin: auto; }
    .category-depth-level-2 #wrapper .bothers_category .univers .secondary,
    .category-depth-level-3 #wrapper .bothers_category .univers .secondary {
      margin: auto; }
    .category-depth-level-2 #wrapper .bothers_category .univers .univers-list,
    .category-depth-level-3 #wrapper .bothers_category .univers .univers-list {
      display: none;
      text-align: center; }
      .category-depth-level-2 #wrapper .bothers_category .univers .univers-list a,
      .category-depth-level-3 #wrapper .bothers_category .univers .univers-list a {
        font-size: 0.875rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 2;
        padding: 2px 15px; } }

.category-depth-level-2 #wrapper .wrapper-content,
.category-depth-level-3 #wrapper .wrapper-content {
  margin-top: 0;
  background: #A61866; }
  .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters {
    padding: 0;
    box-shadow: none;
    position: relative;
    top: -80px;
    background: #F0F7FA; }
    .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all,
    .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all {
      text-align: center; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all .btn,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all .btn {
        margin-bottom: 0;
        margin-top: 20px; }
    .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets,
    .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets {
      background: #BFDEEE;
      padding: 22px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets .h6,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets .h6 {
        font-size: 1.5rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        font-family: "Gentleman600";
        font-weight: normal;
        line-height: 1;
        margin: 0;
        padding: 0; }
    .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet .h6,
    .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet .h6 {
      font-size: 1rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      text-transform: uppercase;
      font-family: "Gentleman600";
      font-weight: bold;
      color: #005B89;
      line-height: 1;
      margin: 0 0 10px 0;
      padding: 0; }
    .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section,
    .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section {
      padding: 20px;
      background: #F0F7FA; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li {
        padding: 0; }
        .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li a,
        .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li a {
          text-decoration: none;
          text-transform: none;
          color: #A61866;
          margin: 0; }
        .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox,
        .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox {
          /*top: 0;*/ }
          .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox .ps-shown-by-js,
          .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox .ps-shown-by-js {
            height: 15px;
            width: 15px; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters section:last-child,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }
  @media (max-width: 1199px) {
    .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper,
    .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper {
      margin: 0 !important; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters {
        top: 0;
        margin-bottom: 30px;
        background: none;
        border: none; }
        .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet,
        .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet {
          padding: 5px 20px; }
          .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet ul li,
          .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet ul li {
            padding: 0 20px !important; }
          .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:first-of-type,
          .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:first-of-type {
            padding-top: 20px; }
          .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:last-child,
          .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:last-child {
            padding-bottom: 20px; }
      .category-depth-level-2 #wrapper .wrapper-content #search_filters_wrapper #search_filter_controls,
      .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filter_controls {
        display: none !important; } }
  @media (max-width: 1199px) {
    .category-depth-level-2 #wrapper .wrapper-content .section-regie-left,
    .category-depth-level-3 #wrapper .wrapper-content .section-regie-left {
      display: none !important; } }

/**************************************** 
SPECTACLE                               */
.slide_spectacle_content .spectacle_slide_element article {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 10px;
  width: 180px; }
  .slide_spectacle_content .spectacle_slide_element article .spectacle-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .slide_spectacle_content .spectacle_slide_element article .spectacle-info:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #005B89;
      opacity: 0.7; }
    .slide_spectacle_content .spectacle_slide_element article .spectacle-info .spectacle-info-content {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100%; }
      .slide_spectacle_content .spectacle_slide_element article .spectacle-info .spectacle-info-content .title {
        color: #FFF;
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 1;
        font-weight: bold;
        padding: 15px;
        text-align: center; }
  .slide_spectacle_content .spectacle_slide_element article:hover .spectacle-info {
    opacity: 1; }

.slide_spectacle_content .slick-dots {
  position: relative; }

/*
catégorie 4
*/
#category.category-id-14 .main-parcs .container-main-parcs .title-main-parcs {
  color: #005B89;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center; }

#category.category-id-14 .main-parcs .container-main-parcs .picto-partner img {
  max-width: 8%;
  margin: auto auto 20px auto; }

#category.category-id-14 .cesure-promoparcs {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #fff; }
  #category.category-id-14 .cesure-promoparcs .container-cesure-promoparcs .title-main-parcs {
    color: #005B89;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem; }

#category.category-id-14 .other-parcs {
  padding-top: 6vh;
  padding-bottom: 8vh; }
  #category.category-id-14 .other-parcs .container-other-parcs .title-main-parcs {
    color: #005B89;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center; }
  #category.category-id-14 .other-parcs .container-other-parcs .picto-partner img {
    max-width: 8%;
    margin: auto auto 20px auto; }

#category.category-id-14 .reassurance::before {
  background: none; }

.product-flags-spectacle {
  top: 5px;
  left: -5px;
  position: absolute; }
  .product-flags-spectacle > * {
    padding: 0.4em 0.6em; }
  .product-flags-spectacle .a_laffiche {
    background-color: #5fa232;
    color: #fff; }
  .product-flags-spectacle .annule {
    background-color: #d54141;
    color: #fff; }
  .product-flags-spectacle .report {
    background-color: #4667cc;
    color: #fff; }

/* custom css catégorie Nico a revoir */
.category-depth-level-4 #wrapper .sub-category {
  margin-bottom: 0; }
  .category-depth-level-4 #wrapper .sub-category .categorie {
    margin-bottom: 20px; }

.category-depth-level-4 #wrapper .sub-category .vignette-inner {
  position: relative;
  padding-bottom: 55px; }
  .category-depth-level-4 #wrapper .sub-category .vignette-inner .titre {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    line-height: 1.4; }

.category-depth-level-4 #wrapper .section-regie-slider {
  margin-top: -10px !important; }

.category-depth-level-4 #wrapper .section-regie-slider:before {
  background: url(../img/forme3.svg) repeat-x; }

.category-depth-level-4 #wrapper .section-regie-slider .products {
  margin: 20px -20px 40px -20px; }

.category-depth-level-4 #wrapper .section-regie-slider .products .slick-prev {
  left: 0; }

.category-depth-level-4 #wrapper .section-regie-slider .products .slick-next {
  right: 0; }

@media (max-width: 1199px) {
  .category-depth-level-4 #wrapper .section-regie .bloc {
    margin-bottom: 20px; }
  .category-depth-level-4 #wrapper .sub-category .vignette-inner {
    padding-bottom: 45px; }
  .category-depth-level-4 #wrapper .section-regie-slider h2 {
    text-align: center; }
  .category-depth-level-4 #wrapper .section-regie-slider h2:before {
    display: none; }
  .category-depth-level-4 #wrapper .section-regie-slider .products {
    margin: 20px 0; } }

/****************************************
  
  CATEGORIE 2                            */
.category-depth-level-4 #wrapper .bothers_category .univers,
.category-depth-level-3 #wrapper .bothers_category .univers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 320px; }

.category-depth-level-4 #wrapper .bothers_category .univers .secondary,
.category-depth-level-3 #wrapper .bothers_category .univers .secondary {
  font-family: "Gentleman800", sans-serif;
  margin-right: 10px;
  line-height: 32px; }

.category-depth-level-4 #wrapper .bothers_category .univers .btn,
.category-depth-level-3 #wrapper .bothers_category .univers .btn {
  margin: 0 10px 10px 0; }

@media (max-width: 1199px) {
  .category-depth-level-4 #wrapper .bothers_category .univers,
  .category-depth-level-3 #wrapper .bothers_category .univers {
    margin: auto; }
  .category-depth-level-4 #wrapper .bothers_category .univers .secondary,
  .category-depth-level-3 #wrapper .bothers_category .univers .secondary {
    margin: auto; }
  .category-depth-level-4 #wrapper .bothers_category .univers .univers-list,
  .category-depth-level-3 #wrapper .bothers_category .univers .univers-list {
    display: none;
    text-align: center; }
  .category-depth-level-4 #wrapper .bothers_category .univers .univers-list a,
  .category-depth-level-3 #wrapper .bothers_category .univers .univers-list a {
    font-size: 0.875rem;
    line-height: 1.4;
    line-height: 2;
    padding: 2px 15px; } }

.category-depth-level-4 #wrapper .wrapper-content,
.category-depth-level-3 #wrapper .wrapper-content {
  margin-top: 0;
  background: #A61866; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters {
  padding: 0;
  box-shadow: none;
  position: relative;
  top: -80px;
  background: #F0F7FA; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all {
  text-align: center; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all .btn,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters #_desktop_search_filters_clear_all .btn {
  margin-bottom: 0;
  margin-top: 20px; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets {
  background: #BFDEEE;
  padding: 22px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets .h6,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .header-facets .h6 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Gentleman600";
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet .h6,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet .h6 {
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Gentleman600";
  font-weight: bold;
  color: #005B89;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section {
  padding: 20px;
  background: #F0F7FA; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li {
  padding: 0; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li a,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li a {
  text-decoration: none;
  text-transform: none;
  color: #A61866;
  margin: 0; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox {
  /*top: 0;*/ }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox .ps-shown-by-js,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section ul li .facet-label .custom-checkbox .ps-shown-by-js {
  height: 15px;
  width: 15px; }

.category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters section:last-child,
.category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters section:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

@media (max-width: 1199px) {
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper {
    margin: 0 !important; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters {
    top: 0;
    margin-bottom: 30px;
    background: none;
    border: none; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet {
    padding: 5px 20px; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet ul li,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet ul li {
    padding: 0 20px !important; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:first-of-type,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:first-of-type {
    padding-top: 20px; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:last-child,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filters .facet:last-child {
    padding-bottom: 20px; }
  .category-depth-level-4 #wrapper .wrapper-content #search_filters_wrapper #search_filter_controls,
  .category-depth-level-3 #wrapper .wrapper-content #search_filters_wrapper #search_filter_controls {
    display: none !important; } }

@media (max-width: 1199px) {
  .category-depth-level-4 #wrapper .wrapper-content .section-regie-left,
  .category-depth-level-3 #wrapper .wrapper-content .section-regie-left {
    display: none !important; } }

#category article.product-miniature-list {
  width: 100%; }

#category .format_cinemas article.product-miniature-list .product-link img {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 30px; }

#category.category-id-6 #main {
  background-color: #fff; }

.product-bullet {
  display: flex;
  justify-content: center; }
  .product-bullet .bullet {
    background: #FFF;
    border: 1px solid #005B89;
    font-family: "Gentleman800", sans-serif;
    color: #005B89;
    margin: 0 3px;
    border-radius: 16px;
    display: block;
    padding: 8px 10px 2px 10px;
    height: 28px;
    text-transform: none;
    font-size: 0.875rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1; }
    .product-bullet .bullet.subvention {
      border: 1px solid #009E7E;
      color: #009E7E; }

/****************************************
Fiche Produit                          */
#product {
  /*type 4 cyberce*/ }
  #product #wrapper .product-top {
    padding-top: 20px; }
    #product #wrapper .product-top h1 {
      color: #A61866;
      font-size: 3rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      line-height: 1.2; }
    #product #wrapper .product-top .product-bullet {
      justify-content: flex-start;
      margin-bottom: 20px; }
      #product #wrapper .product-top .product-bullet .bullet {
        margin: 0 10px 0 0;
        font-size: 1.125rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 1;
        height: 32px;
        padding: 8px 20px 2px 20px; }
    @media (max-width: 1199px) {
      #product #wrapper .product-top .col-lg-2 img {
        display: none; } }
  #product #wrapper .product-slider-list:before {
    background: url(../img/forme1_blanc.svg) repeat-x; }
  #product #wrapper .product-slider-list .slider-list {
    height: 410px; }
    #product #wrapper .product-slider-list .slider-list .slick-list {
      height: 410px; }
      #product #wrapper .product-slider-list .slider-list .slick-list .photo .photo-inner {
        padding: 70px 0; }
        #product #wrapper .product-slider-list .slider-list .slick-list .photo .photo-inner img {
          height: 250px; }
      #product #wrapper .product-slider-list .slider-list .slick-list .slick-current .photo-inner {
        transform: scale(1.2);
        padding: 0; }
        #product #wrapper .product-slider-list .slider-list .slick-list .slick-current .photo-inner img {
          height: auto; }
      #product #wrapper .product-slider-list .slider-list .slick-list img {
        border-radius: 16px; }
  #product #wrapper .product-information {
    padding: 2em 0 0; }
    @media (max-width: 1199px) {
      #product #wrapper .product-information .product-actions {
        margin: 0; }
        #product #wrapper .product-information .product-actions > .col-md-12 {
          padding: 0; } }
    #product #wrapper .product-information .col-gauche {
      float: none; }
      #product #wrapper .product-information .col-gauche .h2 {
        color: #A61866;
        font-size: 1.125rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4; }
      #product #wrapper .product-information .col-gauche .card {
        height: 0;
        padding: 0;
        opacity: 0;
        margin-bottom: 0;
        background: #FFF;
        border-radius: 8px;
        box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #product #wrapper .product-information .col-gauche .card.opencard {
          padding: 20px;
          height: auto;
          transition: opacity 2.6s;
          opacity: 1; }
        #product #wrapper .product-information .col-gauche .card .col {
          flex-basis: 175px;
          display: flex;
          flex-direction: column;
          text-align: center; }
        #product #wrapper .product-information .col-gauche .card .col1 {
          flex: 1;
          text-align: left;
          font-family: "Gentleman600";
          font-weight: 600;
          color: #A09D9C; }
          #product #wrapper .product-information .col-gauche .card .col1 .product-name {
            font-size: 1.25rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            font-family: "Gentleman800", sans-serif;
            font-weight: 800;
            color: #005B89; }
        #product #wrapper .product-information .col-gauche .card .col2 {
          color: #005B89; }
          #product #wrapper .product-information .col-gauche .card .col2 .secondary {
            font-weight: 600; }
        #product #wrapper .product-information .col-gauche .card .col3 {
          justify-content: space-between; }
          #product #wrapper .product-information .col-gauche .card .col3 .price {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
            margin-top: 3px; }
            #product #wrapper .product-information .col-gauche .card .col3 .price .decimal {
              font-size: 2.25rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 0.9;
              color: #A61866;
              font-family: "Gentleman900", sans-serif; }
            #product #wrapper .product-information .col-gauche .card .col3 .price .currency {
              position: absolute;
              top: 0px;
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 1;
              color: #A61866;
              font-family: "Gentleman800", sans-serif; }
            #product #wrapper .product-information .col-gauche .card .col3 .price .cents {
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 20px;
              color: #A61866;
              font-family: "Gentleman800", sans-serif; }
          #product #wrapper .product-information .col-gauche .card .col3 .txt {
            color: #A09D9C; }
        #product #wrapper .product-information .col-gauche .card .col4 div.qty {
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          color: #005B89;
          justify-content: center; }
          #product #wrapper .product-information .col-gauche .card .col4 div.qty label {
            margin-right: 5px; }
          #product #wrapper .product-information .col-gauche .card .col4 div.qty ul.qty .select-title {
            border: 1px solid #F0F7FA !important;
            height: 30px; }
            #product #wrapper .product-information .col-gauche .card .col4 div.qty ul.qty .select-title span {
              line-height: 26px;
              font-weight: 600;
              margin-top: 3px; }
            #product #wrapper .product-information .col-gauche .card .col4 div.qty ul.qty .select-title i {
              height: 26px;
              margin-right: 1px;
              margin-left: 20px; }
        #product #wrapper .product-information .col-gauche .card .col4 .cse {
          line-height: 1; }
        @media (max-width: 991px) {
          #product #wrapper .product-information .col-gauche .card {
            flex-wrap: wrap; }
            #product #wrapper .product-information .col-gauche .card .col1 {
              width: 100% !important;
              flex-basis: 100% !important;
              text-align: center; }
            #product #wrapper .product-information .col-gauche .card .col2 {
              width: 100% !important;
              flex-basis: 100% !important;
              border-bottom: 1px solid #F0F7FA;
              padding-bottom: 15px;
              margin-bottom: 15px; }
            #product #wrapper .product-information .col-gauche .card .col3 {
              width: 50% !important;
              flex-basis: 50% !important; }
            #product #wrapper .product-information .col-gauche .card .col4 {
              width: 50% !important;
              flex-basis: 50% !important; }
              #product #wrapper .product-information .col-gauche .card .col4 .qty {
                flex-direction: column; } }
    #product #wrapper .product-information .col-droite {
      position: -webkit-sticky;
      position: sticky;
      top: 210px;
      float: right; }
    #product #wrapper .product-information .bloc-right {
      background: #FFF;
      border-radius: 8px;
      box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
      margin-top: 32px;
      height: 400px; }
    #product #wrapper .product-information .flip-card {
      width: 100%;
      height: 440px;
      perspective: 1000px;
      -webkit-perspective: 1000px; }
      #product #wrapper .product-information .flip-card .flip-card-inner {
        transform: rotateY(180deg);
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 2s;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d; }
        #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front {
          z-index: 1;
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price > div {
            padding: 20px 20px; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price .txt {
              color: #005B89;
              font-size: 1.5rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price .price {
              display: flex;
              justify-content: center;
              align-items: flex-end;
              position: relative;
              margin-top: 3px; }
              #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price .price .decimal {
                font-size: 2.25rem;
                /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                line-height: 1.4;
                line-height: 0.9;
                color: #A61866;
                font-family: "Gentleman900", sans-serif; }
              #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price .price .currency {
                position: absolute;
                top: 0px;
                font-size: 0.875rem;
                /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                line-height: 1.4;
                line-height: 1;
                color: #A61866;
                font-family: "Gentleman800", sans-serif; }
              #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .total-price .price .cents {
                font-size: 0.875rem;
                /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                line-height: 1.4;
                line-height: 20px;
                color: #A61866;
                font-family: "Gentleman800", sans-serif; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .total .economie {
            text-align: right;
            color: #A61866;
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile {
            background: #EEDAA2; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile {
              text-align: center; }
              #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile .text {
                display: block;
                font-size: 1.125rem;
                /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                line-height: 1.4;
                color: #005B89; }
              #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile .counter {
                color: #A61866;
                display: flex;
                align-items: flex-start;
                justify-content: center;
                font-weight: 600; }
                #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile .counter .pts {
                  font-size: 1rem;
                  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                  line-height: 1.4;
                  font-size: 2.25rem;
                  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                  line-height: 1.4; }
                  #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile .counter .pts:before {
                    content: "";
                    display: inline-block;
                    background: url(../img/mills.svg) no-repeat;
                    background-size: 30px;
                    width: 40px;
                    height: 30px;
                    position: relative;
                    top: 2px; }
                #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .smile .smile .counter .sub {
                  font-size: 1rem;
                  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                  line-height: 1.4;
                  margin: 5px 0 0 5px; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price .action {
            text-align: center; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price.unlog {
            text-align: center; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price.unlog p {
              color: #A61866;
              font-size: 1.2em;
              padding: 2em 1em 2em 1em; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-front .summary-price.unlog .or {
              display: block;
              color: #A61866;
              font-size: 1.2em;
              padding: 0em; }
        #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back {
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          transform: rotateY(180deg); }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .hidde {
            display: none !important; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .empty_product {
            padding: 20px;
            text-align: center; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .empty_product .material-icons {
              background-color: #FEAF11;
              color: #fff;
              font-size: 2em;
              height: 80px;
              width: 80px;
              border-radius: 50%;
              padding: 10px;
              line-height: 60px;
              font-weight: bold;
              margin-top: 1em; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .empty_product p {
              font-size: 1.25rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
          #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .msg {
            padding: 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .msg.valid {
              color: #009E7E; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .msg.error {
              color: #CC4343; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .msg .txt .material-icons {
              padding: 24px;
              border: 3px solid #009E7E;
              border-radius: 50%;
              width: 100px;
              height: 100px;
              margin-bottom: 20px;
              font-weight: bold;
              font-size: 3.1em; }
            #product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .msg .close-msg {
              position: absolute;
              top: 22px;
              right: 0;
              padding: 0;
              width: 40px;
              border-radius: 0 0 0 50%;
              height: 40px;
              color: #000; }
        #product #wrapper .product-information .flip-card .flip-card-inner.active {
          transform: rotateY(0); }
  #product .content-type-0 {
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    padding: 50px 0;
    background: #fff; }
    #product .content-type-0:after {
      display: none; }
    #product .content-type-0 .h2 {
      color: #005B89; }
    #product .content-type-0.notop::before {
      display: none; }
  #product .section-4 {
    margin-top: -20px; }
    #product .section-4:before {
      background: url(../img/forme1_blanc.svg) repeat-x; }
    #product .section-4 .vignette {
      padding: 20px; }
      #product .section-4 .vignette .vignette-list .col-1,
      #product .section-4 .vignette .vignette-list .col-2 {
        margin-bottom: 30px; }
      #product .section-4 .vignette .vignette-list img {
        border-radius: 8px; }
      @media (max-width: 1199px) {
        #product .section-4 .vignette .row {
          margin: 0; }
        #product .section-4 .vignette .img-slide-cover {
          margin-bottom: 30px;
          height: 270px; }
        #product .section-4 .vignette .col-lg-6 {
          margin-bottom: 0;
          padding: 0; }
          #product .section-4 .vignette .col-lg-6 .img-slide {
            margin-bottom: 30px; } }
  #product.main_product_type_4.type_99 #wrapper .product-information-section .product-information .col-droite .flip-card {
    height: 520px; }
    #product.main_product_type_4.type_99 #wrapper .product-information-section .product-information .col-droite .flip-card .summary-price {
      height: 510px; }
    #product.main_product_type_4.type_99 #wrapper .product-information-section .product-information .col-droite .flip-card #loaderright {
      height: 510px; }
    #product.main_product_type_4.type_99 #wrapper .product-information-section .product-information .col-droite .flip-card .bloc-right {
      height: 510px; }

/****************************************
Produit - miniature - SLICK             */
article.product-miniature {
  padding-top: 5px; }
  article.product-miniature .thumbnail-container {
    width: 277px;
    height: 410px;
    margin: auto;
    background: none;
    box-shadow: none; }
    article.product-miniature .thumbnail-container .product-link {
      position: relative;
      display: block;
      background: #FFF;
      top: 0;
      border-radius: 8px;
      box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
      text-decoration: none; }
      article.product-miniature .thumbnail-container .product-link .container-img {
        position: relative; }
        article.product-miniature .thumbnail-container .product-link .container-img .product-bullet {
          bottom: 10px;
          left: 10px;
          display: flex;
          position: absolute; }
          article.product-miniature .thumbnail-container .product-link .container-img .product-bullet .bullet {
            background: #FFF;
            font-family: "Gentleman800", sans-serif;
            color: #005B89;
            border-radius: 16px;
            display: block;
            padding: 8px 10px 2px 10px;
            height: 28px;
            text-transform: none;
            font-size: 0.875rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            line-height: 1;
            margin: 0 5px 0 0; }
            article.product-miniature .thumbnail-container .product-link .container-img .product-bullet .bullet.subvention {
              background: #009E7E;
              color: #FFF; }
        article.product-miniature .thumbnail-container .product-link .container-img .product-flags {
          right: 10px;
          top: 10px;
          left: auto;
          width: auto;
          display: block; }
          article.product-miniature .thumbnail-container .product-link .container-img .product-flags .product-flag {
            background: #FEAF11;
            border-radius: 16px;
            display: block;
            padding: 9px 10px 4px 10px;
            height: 32px;
            color: #000;
            text-transform: none;
            margin: 0;
            line-height: 1; }
        article.product-miniature .thumbnail-container .product-link .container-img img {
          width: 100%;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          object-fit: cover;
          height: 277px; }
      article.product-miniature .thumbnail-container .product-link .product-description {
        width: 100%;
        background: none;
        position: relative;
        padding: 10px;
        height: auto;
        bottom: auto; }
        article.product-miniature .thumbnail-container .product-link .product-description .product-title {
          margin: 0;
          padding: 0;
          text-align: left;
          color: #005B89;
          height: 2em; }
          article.product-miniature .thumbnail-container .product-link .product-description .product-title a {
            font-size: 1.25rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            color: #005B89;
            font-weight: bold; }
      article.product-miniature .thumbnail-container .product-link .ligne {
        align-items: center;
        justify-content: space-between;
        height: 75px; }
        article.product-miniature .thumbnail-container .product-link .ligne .col-g {
          flex: 1; }
          article.product-miniature .thumbnail-container .product-link .ligne .col-g img {
            max-width: 100%;
            max-height: 100%;
            margin: auto; }
        article.product-miniature .thumbnail-container .product-link .ligne .col-d {
          flex: 1;
          text-align: center; }
          article.product-miniature .thumbnail-container .product-link .ligne .col-d span {
            color: #AAA;
            font-size: 0.75rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            line-height: 1;
            display: block; }
          article.product-miniature .thumbnail-container .product-link .ligne .col-d .price {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
            margin-top: 3px; }
            article.product-miniature .thumbnail-container .product-link .ligne .col-d .price .decimal {
              font-size: 1.75rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 1;
              color: #A61866;
              font-family: "Gentleman900", sans-serif; }
            article.product-miniature .thumbnail-container .product-link .ligne .col-d .price .currency {
              position: absolute;
              top: 0px;
              font-size: 0.75rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 1;
              color: #A61866;
              font-family: "Gentleman800", sans-serif; }
            article.product-miniature .thumbnail-container .product-link .ligne .col-d .price .cents {
              font-size: 0.75rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4;
              line-height: 20px;
              color: #A61866;
              font-family: "Gentleman800", sans-serif; }
      article.product-miniature .thumbnail-container .product-link:hover {
        top: -3px;
        box-shadow: 0 2px 8px 0 rgba(110, 10, 60, 0.5), 0 4px 16px 0 rgba(110, 10, 60, 0.5), 0 8px 24px 0 rgba(110, 10, 60, 0.5); }

/****************************************
Produit - miniature - LIST             */
article.product-miniature-list {
  padding-top: 5px; }
  article.product-miniature-list .product-container {
    margin: 0 auto 20px auto;
    background: none;
    box-shadow: none;
    display: flex;
    position: relative;
    background: #FFF;
    top: 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
    text-decoration: none; }
    article.product-miniature-list .product-container .left {
      width: 240px;
      position: relative; }
      article.product-miniature-list .product-container .left img {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      article.product-miniature-list .product-container .left .product-flags {
        right: 10px;
        top: 10px;
        left: auto;
        width: auto;
        display: block; }
        article.product-miniature-list .product-container .left .product-flags .product-flag {
          background: #FEAF11;
          border-radius: 16px;
          display: block;
          padding: 9px 10px 4px 10px;
          height: 32px;
          color: #000;
          text-transform: none;
          margin: 0;
          line-height: 1; }
    article.product-miniature-list .product-container .center {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: column; }
      article.product-miniature-list .product-container .center .date_valid {
        height: 22px;
        color: #005B89; }
        article.product-miniature-list .product-container .center .date_valid .secondary {
          font-family: "Gentleman800", sans-serif; }
      article.product-miniature-list .product-container .center .product-title {
        color: #005B89;
        font-size: 1.5rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 1.2; }
      article.product-miniature-list .product-container .center .logo-parcs {
        margin-top: auto; }
        article.product-miniature-list .product-container .center .logo-parcs img {
          max-height: 50px; }
    article.product-miniature-list .product-container .right {
      width: 220px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center; }
      article.product-miniature-list .product-container .right .product-bullet {
        display: flex;
        justify-content: center; }
        article.product-miniature-list .product-container .right .product-bullet .bullet {
          background: #FFF;
          border: 1px solid #005B89;
          font-family: "Gentleman800", sans-serif;
          color: #005B89;
          margin: 0 3px;
          border-radius: 16px;
          display: block;
          padding: 8px 10px 2px 10px;
          height: 28px;
          text-transform: none;
          font-size: 0.875rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1; }
          article.product-miniature-list .product-container .right .product-bullet .bullet.subvention {
            border: 1px solid #009E7E;
            color: #009E7E; }
      article.product-miniature-list .product-container .right .product-price-and-shipping .price {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
        margin-top: 3px; }
        article.product-miniature-list .product-container .right .product-price-and-shipping .price .decimal {
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1;
          color: #A61866;
          font-family: "Gentleman900", sans-serif; }
        article.product-miniature-list .product-container .right .product-price-and-shipping .price .currency {
          position: absolute;
          top: 0px;
          font-size: 0.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1;
          color: #A61866;
          font-family: "Gentleman800", sans-serif; }
        article.product-miniature-list .product-container .right .product-price-and-shipping .price .cents {
          font-size: 0.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 20px;
          color: #A61866;
          font-family: "Gentleman800", sans-serif; }
      article.product-miniature-list .product-container .right .btn {
        font-size: 1.125rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        line-height: 34px;
        margin: 0; }
        article.product-miniature-list .product-container .right .btn:hover {
          background: #005B89;
          color: #FFF; }
    article.product-miniature-list .product-container:hover {
      top: -3px;
      box-shadow: 0 2px 8px 0 rgba(110, 10, 60, 0.5), 0 4px 16px 0 rgba(110, 10, 60, 0.5), 0 8px 24px 0 rgba(110, 10, 60, 0.5); }
  @media (max-width: 991px) {
    article.product-miniature-list .product-container {
      flex-wrap: wrap; }
      article.product-miniature-list .product-container .left {
        width: 100%; }
        article.product-miniature-list .product-container .left a img {
          width: 100%; }
      article.product-miniature-list .product-container .center {
        width: 50%; }
        article.product-miniature-list .product-container .center .date_valid,
        article.product-miniature-list .product-container .center .product-description {
          display: none !important; }
      article.product-miniature-list .product-container .right {
        width: 50%; } }

body#product #wrapper .product-information .col-droite .flip-card .flip-card-inner .flip-card-inner-back .empty_product p {
  color: #005B89;
  font-size: 2em;
  line-height: 1.2em; }

body#product #wrapper .product-information .col-droite .flip-card .flip-card-inner .flip-card-inner-back .empty_product .material-icons {
  margin-top: 0.5em; }

#product .facet-dropdown .dropdown-menu {
  z-index: 999;
  max-height: 250px;
  overflow: auto; }

#product #wrapper .product-information .col-gauche .card.opencard {
  margin-bottom: 1em; }

#my-account .h1 {
  padding-top: 1em; }

#my-account #main {
  margin-bottom: 0;
  padding-bottom: 0; }

#my-account .vignettes {
  margin-top: 2em; }
  #my-account .vignettes a {
    display: block;
    text-align: center;
    padding: 1em;
    text-decoration: none; }
    #my-account .vignettes a:hover {
      border: 1px solid #005b89;
      background-color: #fff;
      color: #005b89; }
    #my-account .vignettes a i {
      font-size: 70px;
      display: block;
      margin: 0 auto; }

#my-account .faq {
  background-image: url("/img/theme/142131490-woman-is-thinking-question-mark-cute-flat-cartoon-vector-illustration.jpg?ff");
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 177px 0 1em 0;
  background-color: #005b89;
  color: #feaf11;
  background-position: top;
  text-align: center;
  margin-top: 1em; }
  #my-account .faq p.titre-fourty {
    color: #feaf11;
    font-weight: bold;
    font-size: 25px; }

#my-account .bloc-parrainage {
  float: none;
  clear: left; }
  #my-account .bloc-parrainage img {
    width: 100%; }

#my-account #content {
  margin-bottom: 0; }

#my-account .reassurance {
  padding-top: 0; }
  #my-account .reassurance::before {
    display: none; }

/* mot de passe oublié*/
#password #footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

#password.home-template #wrapper-index #content {
  margin-left: auto; }

#password.home-template svg:not(:root) {
  box-shadow: none;
  background-color: #5a955a;
  border-radius: 50%;
  width: 70px;
  margin: 2em auto; }

#password .renew-password button[type="submit"] {
  margin-left: auto; }

#password .renew-password .form-control {
  margin: 0.5em 0; }

#identity #main #content,
#identity #main,
#module-lvebillet-lvebillet #main #content,
#module-lvebillet-lvebillet #main {
  padding-bottom: 0; }

#identity #main .content-type-empty::after,
#module-lvebillet-lvebillet #main .content-type-empty::after {
  display: none; }

#identity #main .content-type-empty,
#module-lvebillet-lvebillet #main .content-type-empty {
  padding-bottom: 0; }

@media print {
  #cms #header {
    display: none !important; }
  #cms #phone_menu {
    display: none !important; }
  #cms #wrapper {
    margin-top: 0; }
  #cms #wrapper .breadcrumb {
    display: none; }
  #cms #footer {
    display: none; }
  #cms .h1 {
    font-size: 1.2em; }
  #cms .h2 {
    font-size: 1em; }
  #cms p {
    font-size: 0.8em; }
  #cms li {
    font-size: 0.8em; }
  #cms .content-type-0::before,
  #cms .content-type-1::before,
  #cms .content-type-2::before,
  #cms .content-type-3::before,
  #cms .content-type-4::before,
  #cms .content-type-0::after,
  #cms .content-type-1::after,
  #cms .content-type-2::after,
  #cms .content-type-3::after,
  #cms .content-type-4::after {
    display: none; }
  #cms table.table {
    border: 1px solid #000; }
  #cms th {
    font-size: 0.7em;
    font-weight: bold;
    border: 1px solid #000 !important; }
  #cms td {
    font-size: 0.7em;
    border: 1px solid #000 !important; } }

.section-seo-1 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: start; }

.section-seo-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-2 .seo-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px 25px;
    max-height: 460px;
    grid-template-areas: "img-small-1 img-small-2"
 "img-large img-large"; }
    .section-seo-2 .seo-images .img-large {
      grid-area: img-large; }
    .section-seo-2 .seo-images .img-small-1 {
      grid-area: img-small-1; }
    .section-seo-2 .seo-images .img-small-2 {
      grid-area: img-small-2; }
    .section-seo-2 .seo-images img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

.section-seo-3 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-3 .seo-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px; }
    .section-seo-3 .seo-content article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-3 .seo-content article img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-3 .seo-content article h3 {
        margin-top: 20px; }
      .section-seo-3 .seo-content article p {
        text-align: center; }

.section-seo-4 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-4 .seo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px; }
    .section-seo-4 .seo-content article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-4 .seo-content article img {
        width: 345px;
        height: 235px;
        object-fit: cover; }
      .section-seo-4 .seo-content article h3 {
        margin-top: 20px; }
      .section-seo-4 .seo-content article p {
        text-align: center; }

.section-seo-5 {
  padding-top: 70px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 70px;
  text-align: start; }
  .section-seo-5 .subtitle {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 14px; }
  .section-seo-5 .seo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px; }
    .section-seo-5 .seo-content article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-5 .seo-content article img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-5 .seo-content article h3 {
        margin-top: 20px; }
      .section-seo-5 .seo-content article p {
        text-align: center;
        padding-bottom: 10px; }

.section-seo-6 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-6 .seo-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 60px; }
    .section-seo-6 .seo-content article {
      display: flex;
      flex-direction: column; }
      .section-seo-6 .seo-content article img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-6 .seo-content article h3 {
        margin-top: 20px; }

.section-seo-7 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-seo-7 div {
    margin-right: 100px; }
  .section-seo-7 img {
    width: 400px;
    height: 315px;
    object-fit: cover; }

.section-seo-8 {
  padding-top: 70px;
  padding-bottom: 80px;
  display: grid;
  text-align: start;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  background-color: #f8f8f8;
  row-gap: 60px; }
  .section-seo-8 article {
    display: flex; }
    .section-seo-8 article article {
      margin-right: 30px; }
  .section-seo-8 img {
    width: 250px;
    height: 200px;
    object-fit: cover; }

.section-seo-8-background {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 50px; }
  .section-seo-8-background .container {
    display: grid;
    text-align: start;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 60px; }
  .section-seo-8-background article {
    display: flex; }
    .section-seo-8-background article div {
      margin-right: 30px; }
  .section-seo-8-background img {
    width: 250px;
    height: 200px;
    object-fit: cover; }

.section-seo-9 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: center; }

.section-seo-10 {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-10 .seo-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 100px;
    padding-left: 50px;
    padding-right: 50px;
    row-gap: 70px; }
    .section-seo-10 .seo-content article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-10 .seo-content article img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-10 .seo-content article h2 {
        margin-top: 20px;
        text-align: center; }
      .section-seo-10 .seo-content article p {
        text-align: center; }
  .section-seo-10 .section-seo-10-background {
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: start;
    background-color: #f8f8f8; }
    .section-seo-10 .section-seo-10-background .seo-content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 100px;
      padding-left: 50px;
      padding-right: 50px;
      row-gap: 70px; }
    .section-seo-10 .section-seo-10-background article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-10 .section-seo-10-background article img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-10 .section-seo-10-background article h2 {
        margin-top: 20px;
        text-align: center; }
      .section-seo-10 .section-seo-10-background article p {
        text-align: center; }

.section-seo-11 {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: start; }
  .section-seo-11 .subtitle {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 14px; }
  .section-seo-11 .seo-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px; }
    .section-seo-11 .seo-content article {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-seo-11 .seo-content article img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%; }
      .section-seo-11 .seo-content article h3 {
        margin-top: 20px;
        text-decoration: none;
        text-align: center; }
      .section-seo-11 .seo-content article p {
        text-align: center; }

@media (max-width: 975px) {
  .section-seo-2 {
    padding-top: 40px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px; }
    .section-seo-2 p {
      padding-bottom: 0px; }
  .section-seo-3 {
    padding-top: 40px;
    padding-bottom: 50px; }
    .section-seo-3 .seo-content {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 50px; }
  .section-seo-4 {
    padding-top: 40px;
    padding-bottom: 50px; }
    .section-seo-4 .seo-content {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px; }
  .section-seo-5 {
    padding-top: 40px;
    padding-bottom: 50px; }
  .section-seo-6 {
    padding-top: 40px;
    padding-bottom: 50px; }
    .section-seo-6 .seo-content {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 30px; }
  .section-seo-7 {
    padding-top: 40px;
    padding-bottom: 50px;
    flex-direction: column;
    text-align: center; }
    .section-seo-7 div {
      margin-right: 0px; }
  .section-seo-8 {
    padding-top: 40px;
    padding-bottom: 50px;
    grid-template-columns: repeat(1, 1fr); }
  .section-seo-8-background {
    padding-top: 40px;
    padding-bottom: 50px; }
    .section-seo-8-background .container {
      grid-template-columns: repeat(1, 1fr); }
  .section-seo-9 {
    padding-top: 40px;
    padding-bottom: 50px; }
  .section-seo-10-background .seo-content {
    grid-template-columns: repeat(2, 1fr); }
  .section-seo-11 .seo-content {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 780px) {
  .section-seo-1 {
    padding-top: 90px;
    padding-bottom: 20px; }
  .section-seo-5 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px; }
  .section-seo-10-background .seo-content {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 580px) {
  .section-seo-3 .seo-content {
    grid-template-columns: repeat(1, 1fr); }
  .section-seo-4 .seo-content {
    grid-template-columns: repeat(1, 1fr); }
  .section-seo-8 article {
    flex-direction: column; }
  .section-seo-8 article div {
    margin-right: 30px;
    margin-bottom: 20px; }
  .section-seo-8 article div p {
    padding-bottom: 0px; }
  .section-seo-8 article img {
    width: 100%; }
  .section-seo-8-background .container article {
    flex-direction: column; }
    .section-seo-8-background .container article div {
      margin-right: 30px;
      margin-bottom: 20px; }
      .section-seo-8-background .container article div p {
        padding-bottom: 0px; }
    .section-seo-8-background .container article img {
      width: 100%; }
  .section-seo-11 .seo-content {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 480px) {
  .section-seo-5 .seo-content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px; }
  .section-seo-6 .seo-content {
    grid-template-columns: repeat(1, 1fr); }
  .section-seo-8 {
    row-gap: 60px; } }

.home-template {
  /*background-image: url(http://emiles.servadmin.fr/img/cms/preindex/slides/slide_1.jpg); background-size: cover;*/ }
  .home-template #header-index {
    background: #FFF;
    /*box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);*/
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 120px; }
    .home-template #header-index .header-top {
      height: 120px;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px; }
      .home-template #header-index .header-top .menu-icon {
        display: none;
        position: relative;
        width: 54px;
        height: 54px;
        transition: transform 0.5s; }
        .home-template #header-index .header-top .menu-icon span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: block;
          width: 22px;
          height: 2px;
          background-color: #A61866;
          transition: background 0.5s; }
          .home-template #header-index .header-top .menu-icon span:before, .home-template #header-index .header-top .menu-icon span:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            transform: translateY(-6px);
            display: block;
            width: 22px;
            height: 2px;
            background-color: #A61866;
            transition: transform 0.5s; }
          .home-template #header-index .header-top .menu-icon span:after {
            transform: translateY(6px); }
        .home-template #header-index .header-top .menu-icon.closemenu span {
          background: transparent; }
          .home-template #header-index .header-top .menu-icon.closemenu span:before {
            transform: translateY(0) rotate(45deg); }
          .home-template #header-index .header-top .menu-icon.closemenu span:after {
            transform: translateY(0) rotate(-45deg); }
        .home-template #header-index .header-top .menu-icon.is-opened {
          transform: rotate(180deg); }
      .home-template #header-index .header-top .header-left {
        position: relative;
        top: auto;
        /*left: auto;*/

      }
      .home-template #header-index .header-top #menu-preindex {
        float: none; }
        .home-template #header-index .header-top #menu-preindex ul {
          display: flex;
          align-items: center; }
          .home-template #header-index .header-top #menu-preindex ul li {
            margin: 0;
            padding: 0;
            display: flex; }
            .home-template #header-index .header-top #menu-preindex ul li:before {
              content: "";
              margin: 0 10px;
              display: inline-block;
              height: 16px;
              width: 1px;
              background: #005B89; }
            .home-template #header-index .header-top #menu-preindex ul li span {
              color: #A61866;
              text-transform: uppercase; }
            .home-template #header-index .header-top #menu-preindex ul li a {
              color: #005B89;
              text-transform: none; }
              .home-template #header-index .header-top #menu-preindex ul li a:before {
                display: none; }
            .home-template #header-index .header-top #menu-preindex ul li .btn {
              color: #FFF !important;
              margin: 0 20px; }
              .home-template #header-index .header-top #menu-preindex ul li .btn:after {
                display: none; }
            .home-template #header-index .header-top #menu-preindex ul li:nth-child(1):before, .home-template #header-index .header-top #menu-preindex ul li:nth-child(2):before {
              display: none; }
    @media (max-width: 1199px) {
      .home-template #header-index {
        height: 60px; }
        .home-template #header-index .header-top {
          height: 60px;
          padding: 0;
          justify-content: flex-start; }
          .home-template #header-index .header-top .menu-icon {
            display: block; }
          .home-template #header-index .header-top .header-left {
            width: 97px;
            height: 40px; }
          .home-template #header-index .header-top #menu-preindex {
            left: -100%;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 60px;
            background: #005B89;
            color: #FFF; }
            .home-template #header-index .header-top #menu-preindex ul {
              flex-direction: column;
              padding: 10px 0;
              width: 100%; }
              .home-template #header-index .header-top #menu-preindex ul li {
                width: 100%;
                padding: 10px 0 10px 20px;
                line-height: 30px; }
                .home-template #header-index .header-top #menu-preindex ul li span,
                .home-template #header-index .header-top #menu-preindex ul li a {
                  color: #FFF;
                  display: block; }
                .home-template #header-index .header-top #menu-preindex ul li:before {
                  display: none; }
                .home-template #header-index .header-top #menu-preindex ul li.demo a {
                  display: block;
                  background: #A61866;
                  margin: 5px 0 20px 0; }
          .home-template #header-index .header-top.active #menu-preindex {
            left: 0; } }
  .home-template .background-connexion {
    position: fixed;
    width: 100%;
    height: calc(100% - 170px);
    top: 120px;
    left: 0; }
    .home-template .background-connexion .slick-connexion,
    .home-template .background-connexion .slick-list,
    .home-template .background-connexion .slick-track {
      height: 100%; }
    .home-template .background-connexion .item {
      position: relative; }
      .home-template .background-connexion .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .home-template .background-connexion .item .baseline {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 4.5rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 1.2;
        font-weight: bold;
        text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.6); }
        .home-template .background-connexion .item .baseline span {
          display: block;
          position: relative;
          left: -100px;
          opacity: 0; }
        .home-template .background-connexion .item .baseline span:nth-child(1) {
          transition: all 0.6s ease 0.2s; }
        .home-template .background-connexion .item .baseline span:nth-child(2) {
          transition: all 0.6s ease 0.4s; }
        .home-template .background-connexion .item .baseline span:nth-child(3) {
          transition: all 0.6s ease 0.6s; }
        .home-template .background-connexion .item .baseline span:nth-child(4) {
          transition: all 0.6s ease 0.6s; }
    .home-template .background-connexion .slick-active .baseline span {
      left: 0;
      opacity: 1; }
    @media (max-width: 1199px) {
      .home-template .background-connexion {
        height: calc(100% - 60px);
        top: 60px; }
        .home-template .background-connexion .slick-connexion .item {
          display: none; }
        .home-template .background-connexion .slick-connexion .item:first-child {
          display: block;
          height: 100%; }
          .home-template .background-connexion .slick-connexion .item:first-child .baseline {
            display: none; } }
  .home-template #wrapper-index {
    margin-top: 200px; }
    .home-template #wrapper-index #content {
      margin-right: 6%;
      margin-top: 2em;
      width: 400px;
      border: none; }
      .home-template #wrapper-index #content section {
        box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 0;
        text-align: left; }
      .home-template #wrapper-index #content .login-form {
        background: #FFF;
        padding: 20px; }
        .home-template #wrapper-index #content .login-form .h2 {
          font-size: 1.25rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          margin: 0;
          text-align: left;
          padding: 0; }
        .home-template #wrapper-index #content .login-form .login-form-titre {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          margin-bottom: 10px; }
          .home-template #wrapper-index #content .login-form .login-form-titre sub {
            font-size: 0.75rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4; }
        .home-template #wrapper-index #content .login-form label {
          display: none; }
        .home-template #wrapper-index #content .login-form input {
          width: 100%;
          background: #FFF;
          border: 1px solid #A09D9C;
          border-radius: 8px; }
        .home-template #wrapper-index #content .login-form .btn {
          color: #FFF;
          width: 100%; }
        .home-template #wrapper-index #content .login-form .input-group-btn {
          display: none !important; }
        .home-template #wrapper-index #content .login-form .form-group {
          margin: 0; }
          .home-template #wrapper-index #content .login-form .form-group > div {
            width: 100%;
            padding: 0 0 5px 0; }
        .home-template #wrapper-index #content .login-form .forgot-password {
          margin-top: 0;
          padding: 0;
          text-align: left; }
        .home-template #wrapper-index #content .login-form .nouveau-client {
          margin-top: 20px; }
      .home-template #wrapper-index #content .carte_cadeau {
        background: #005B89;
        justify-content: space-between; }
        .home-template #wrapper-index #content .carte_cadeau .carte {
          width: 120px;
          display: block; }
        .home-template #wrapper-index #content .carte_cadeau .carte_cadeau_inner {
          text-align: center;
          flex: 1;
          padding: 20px; }
          .home-template #wrapper-index #content .carte_cadeau .carte_cadeau_inner p {
            color: #005B89;
            font-weight: bold;
            padding: 0;
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            line-height: 1; }
          .home-template #wrapper-index #content .carte_cadeau .carte_cadeau_inner .btn {
            background: #EEDAA2;
            color: #005B89;
            width: 100%; }
      .home-template #wrapper-index #content .info {
        background: #FFF;
        text-align: center;
        color: #005B89;
        padding: 20px; }
        .home-template #wrapper-index #content .info p {
          padding: 0;
          font-weight: bold; }
      .home-template #wrapper-index #content .register-form {
        background: #FFF;
        padding: 20px; }
        .home-template #wrapper-index #content .register-form .h2 {
          font-size: 1.25rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          margin: 0;
          text-align: left;
          padding: 0; }
        .home-template #wrapper-index #content .register-form section {
          box-shadow: none; }
        .home-template #wrapper-index #content .register-form .custom-checkbox label {
          padding: 0; }
  .home-template #footer #footer-preindex {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; }
    .home-template #footer #footer-preindex li {
      padding: 0;
      color: #fff; }
      .home-template #footer #footer-preindex li:before {
        content: "";
        margin: 0 15px;
        display: inline-block;
        height: 14px;
        width: 1px;
        background: #fff;
        position: relative;
        top: 2px; }
      .home-template #footer #footer-preindex li a {
        color: #fff;
        text-decoration: none; }
        .home-template #footer #footer-preindex li a:hover {
          text-decoration: underline; }
      .home-template #footer #footer-preindex li:first-child:before {
        display: none; }
  @media (max-width: 991px) {
    .home-template #footer {
      /*display: none;*/
    } }

@media (max-width: 991px) {
  #authentication #wrapper-index {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0; }
    #authentication #wrapper-index section {
      padding: 0; }
      #authentication #wrapper-index section #content {
        max-width: 340px; }
        #authentication #wrapper-index section #content #login-form .btn-primary {
          padding: 4px; } }

#authentication #footer {
  /*position: fixed;*/
  bottom: 0;
  width: 100%; }

#homeoffre #wrapper-index {
  margin: 120px 0 0 0;
  padding-bottom: 0; }
  @media (max-width: 1199px) {
    #homeoffre #wrapper-index {
      margin: 60px 0 0 0; } }
  #homeoffre #wrapper-index #offre-header {
    margin-top: 0;
    position: relative;
    padding-top: 80px;
    background: #A61866;
    color: #FFF; }
    #homeoffre #wrapper-index #offre-header h1 span {
      display: block; }
    #homeoffre #wrapper-index #offre-header h1 .style1 {
      font-size: 4.5rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      color: #FFF;
      font-family: "Gentleman800", sans-serif; }
    #homeoffre #wrapper-index #offre-header h1 .style2 {
      font-size: 2.25rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      color: #FEAF11;
      font-family: "Gentleman800", sans-serif;
      line-height: 1.2; }
    #homeoffre #wrapper-index #offre-header h1 .style3 {
      font-size: 3rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      color: #FFF; }
    #homeoffre #wrapper-index #offre-header .btn {
      font-family: "Gentleman800", sans-serif;
      font-size: 1.25rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      text-transform: uppercase;
      height: 60px;
      border-radius: 30px;
      padding: 4px 60px; }
    @media (max-width: 1199px) {
      #homeoffre #wrapper-index #offre-header {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px; }
        #homeoffre #wrapper-index #offre-header .ligne {
          flex-direction: column-reverse; }
        #homeoffre #wrapper-index #offre-header h1 .style1 {
          font-size: 4.5rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-header h1 .style2 {
          font-size: 1.5rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-header h1 .style3 {
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-header .btn {
          font-size: 1.125rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          height: 56px;
          padding: 4px 50px; } }
  #homeoffre #wrapper-index #offre-avantage {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    color: #FFF;
    padding-bottom: 80px; }
    #homeoffre #wrapper-index #offre-avantage:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: -620px;
      height: 800px;
      width: 140%;
      left: -20%;
      background: #A61866;
      display: block;
      border-radius: 100%; }
    #homeoffre #wrapper-index #offre-avantage:after {
      background: url(../img/forme2_blanc.svg) repeat-x; }
    #homeoffre #wrapper-index #offre-avantage .container {
      position: relative;
      z-index: 2; }
      #homeoffre #wrapper-index #offre-avantage .container h2 {
        justify-content: center;
        padding: 30px 0; }
        #homeoffre #wrapper-index #offre-avantage .container h2 span {
          color: #FEAF11; }
      #homeoffre #wrapper-index #offre-avantage .container .ligne {
        justify-content: space-between; }
        #homeoffre #wrapper-index #offre-avantage .container .ligne .offre-avantage-content {
          background: #FFF;
          border-radius: 8px;
          padding: 20px;
          text-align: center;
          margin: 0 15px;
          height: 100%;
          color: #005B89; }
          #homeoffre #wrapper-index #offre-avantage .container .ligne .offre-avantage-content img {
            margin: 10px auto; }
          #homeoffre #wrapper-index #offre-avantage .container .ligne .offre-avantage-content p {
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            padding: 0;
            font-weight: 600; }
    @media (max-width: 1199px) {
      #homeoffre #wrapper-index #offre-avantage {
        margin: 0;
        padding: 30px 0 40px; }
        #homeoffre #wrapper-index #offre-avantage:before {
          display: none; }
        #homeoffre #wrapper-index #offre-avantage .ligne {
          flex-wrap: wrap; }
          #homeoffre #wrapper-index #offre-avantage .ligne .col {
            flex-basis: 46%;
            margin-bottom: 20px; }
        #homeoffre #wrapper-index #offre-avantage h2 {
          display: block;
          text-align: center;
          padding: 0 0 20px !important; } }
    @media (max-width: 767px) {
      #homeoffre #wrapper-index #offre-avantage .ligne .col {
        flex-basis: 100%; } }
  #homeoffre #wrapper-index #offre-client {
    text-align: center;
    padding: 80px 0; }
    #homeoffre #wrapper-index #offre-client .h2 {
      color: #A61866;
      font-family: "Gentleman600"; }
    #homeoffre #wrapper-index #offre-client .slick-partenaire .slick-list {
      margin: 0px 50px 0 50px;
      padding-top: 10px; }
      #homeoffre #wrapper-index #offre-client .slick-partenaire .slick-list li img {
        margin: auto; }
    #homeoffre #wrapper-index #offre-client .slick-partenaire .slick-prev {
      left: 5px; }
    #homeoffre #wrapper-index #offre-client .slick-partenaire .slick-next {
      right: 5px; }
    @media (max-width: 1199px) {
      #homeoffre #wrapper-index #offre-client {
        padding: 30px 0; } }
  #homeoffre #wrapper-index #offre-global {
    margin: 0;
    background: #A61866;
    position: relative;
    z-index: 3; }
    #homeoffre #wrapper-index #offre-global:before {
      background: url(../img/forme1_blanc.svg) repeat-x; }
    #homeoffre #wrapper-index #offre-global .offre-global-header {
      padding-top: 30px; }
      #homeoffre #wrapper-index #offre-global .offre-global-header h2 {
        font-size: 2.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        line-height: 1.2;
        text-align: center;
        color: #FFF;
        margin-bottom: 10px; }
        #homeoffre #wrapper-index #offre-global .offre-global-header h2 span {
          display: block;
          color: #FEAF11; }
        #homeoffre #wrapper-index #offre-global .offre-global-header h2 strong {
          display: block;
          color: #FEAF11; }
      #homeoffre #wrapper-index #offre-global .offre-global-header p {
        color: #FFF;
        text-align: center; }
      @media (max-width: 1199px) {
        #homeoffre #wrapper-index #offre-global .offre-global-header h2 {
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1.2; } }
    #homeoffre #wrapper-index #offre-global .nos-offres {
      position: relative; }
      #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir {
        text-decoration: none;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background: #005B89;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir .voir {
          color: #FFF;
          font-size: 1rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1;
          margin-top: 10px; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir .plus {
          color: #FEAF11;
          font-size: 2.25rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir:hover {
          background: #FEAF11; }
          #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir:hover .plus {
            color: #FFF; }
      @media (min-width: 992px) {
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt h3 {
          color: #FEAF11;
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          font-weight: bold; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt p {
          color: #FFF;
          font-size: 1rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre1 {
          position: absolute;
          top: 6%;
          left: 17%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre2 {
          position: absolute;
          top: 2%;
          left: 61%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre3 {
          position: absolute;
          top: 32%;
          left: 5%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre4 {
          position: absolute;
          top: 28%;
          left: 70%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre5 {
          position: absolute;
          top: 58%;
          left: 11%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre6 {
          position: absolute;
          top: 55%;
          left: 68%; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre7 {
          position: absolute;
          top: 77%;
          left: 43%; } }
      @media (min-width: 1200px) {
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt h3 {
          font-size: 2.25rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt p {
          font-size: 1.125rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir {
          width: 88px;
          height: 88px; }
          #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir .voir {
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            line-height: 1;
            margin-top: 15px; }
          #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir .plus {
            font-size: 3rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            line-height: 1; } }
      @media (max-width: 991px) {
        #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre {
          width: 100%;
          margin-bottom: 30px;
          position: relative; }
          #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt {
            background: #FFF;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            padding: 10px 20px; }
            #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt h3 {
              font-size: 1.5rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
            #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt p {
              font-size: 1.125rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
            #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre-txt .btn-voir {
              position: absolute;
              top: 20px;
              right: 20px; }
          #homeoffre #wrapper-index #offre-global .nos-offres .nos-offres-inner .offre .photo-offre img {
            width: 100%;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px; } }
    #homeoffre #wrapper-index #offre-global:after {
      display: none; }
  #homeoffre #wrapper-index #offre-raison {
    background: #F0F7FA;
    padding: 80px 0;
    position: relative;
    overflow: hidden; }
    #homeoffre #wrapper-index #offre-raison:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: -420px;
      height: 800px;
      width: 140%;
      left: -20%;
      background: #A61866;
      display: block;
      border-radius: 100%; }
    #homeoffre #wrapper-index #offre-raison .container {
      position: relative;
      z-index: 2; }
      #homeoffre #wrapper-index #offre-raison .container .h2 {
        color: #FFF;
        font-family: "Gentleman600";
        text-align: center;
        padding-bottom: 40px; }
        #homeoffre #wrapper-index #offre-raison .container .h2 strong {
          color: #FEAF11; }
      #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc {
        margin: 0 15px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-header {
          width: 100%;
          background: #005B89;
          color: #FFF;
          font-family: "Gentleman800", sans-serif;
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1;
          text-align: center;
          border-top-right-radius: 8px;
          border-top-left-radius: 8px;
          padding: 10px; }
        #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content {
          flex: 1;
          padding: 30px 40px;
          background: #FFF;
          border-bottom-right-radius: 8px;
          border-bottom-left-radius: 8px; }
          #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content ul li {
            font-size: 1.25rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            display: flex;
            margin-bottom: 20px; }
            #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content ul li:before {
              content: "";
              display: block;
              background: url(../img/check-vert.svg) no-repeat;
              width: 40px;
              height: 20px;
              background-size: 24px; }
            #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content ul li div {
              flex: 1; }
    @media (max-width: 991px) {
      #homeoffre #wrapper-index #offre-raison {
        padding: 30px 0; }
        #homeoffre #wrapper-index #offre-raison:before {
          display: none; }
        #homeoffre #wrapper-index #offre-raison .container .h2 {
          color: #005B89;
          padding-bottom: 20px; }
        #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-header {
          font-size: 1.5rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1; }
        #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content ul li {
          font-size: 1.125rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          margin-bottom: 10px; }
          #homeoffre #wrapper-index #offre-raison .container .offre-raison-bloc .offre-raison-content ul li:before {
            display: none; }
        #homeoffre #wrapper-index #offre-raison .ligne {
          flex-direction: column; }
          #homeoffre #wrapper-index #offre-raison .ligne .offre-raison-bloc {
            margin-bottom: 20px; } }
  #homeoffre #wrapper-index #offre-gagnotte {
    margin: 0;
    padding: 80px 0 120px; }
    #homeoffre #wrapper-index #offre-gagnotte .h2 {
      color: #A61866;
      font-family: "Gentleman600";
      text-align: center;
      padding-bottom: 40px; }
      #homeoffre #wrapper-index #offre-gagnotte .h2 strong {
        color: #005B89; }
    #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc {
      margin: 0 15px;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-header {
        position: relative; }
        #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-header:before {
          content: "";
          display: block;
          background: #A61866;
          position: absolute;
          top: 70px;
          z-index: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 350px;
          height: 350px;
          border-radius: 100%; }
        #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-header img {
          margin: auto;
          position: relative; }
      #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-content {
        height: 100%;
        position: relative;
        z-index: 10; }
        #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-content .offre-gagnotte-nombre {
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          color: #A61866;
          position: absolute;
          background: #FFF;
          border-radius: 50%;
          left: 50%;
          margin-top: -25px;
          transform: translateX(-50%);
          width: 50px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-content .offre-gagnotte-texte {
          flex: 1;
          padding: 30px 40px;
          height: 100%;
          background: #FFF;
          border-radius: 8px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-content .offre-gagnotte-texte p {
            font-size: 1.25rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            padding: 0;
            text-align: center; }
      @media (max-width: 1199px) {
        #homeoffre #wrapper-index #offre-gagnotte .offre-gagnotte-bloc .offre-gagnotte-header:before {
          width: 240px;
          height: 240px; } }
    @media (max-width: 991px) {
      #homeoffre #wrapper-index #offre-gagnotte {
        padding: 50px 0 50px 0; }
        #homeoffre #wrapper-index #offre-gagnotte .ligne {
          flex-direction: column; }
          #homeoffre #wrapper-index #offre-gagnotte .ligne .offre-gagnotte-bloc {
            margin: 0 15px 20px; }
            #homeoffre #wrapper-index #offre-gagnotte .ligne .offre-gagnotte-bloc .offre-gagnotte-header img {
              max-width: 300px; } }
  #homeoffre #wrapper-index #offre-tarif {
    margin: -30px 0 0 0;
    padding: 80px 0 450px; }
    #homeoffre #wrapper-index #offre-tarif:before {
      background: url(../img/forme1_beige.svg) repeat-x; }
    #homeoffre #wrapper-index #offre-tarif:after {
      background: none; }
    #homeoffre #wrapper-index #offre-tarif .h2 {
      color: #FFF;
      font-family: "Gentleman600";
      text-align: center;
      padding-bottom: 150px; }
      #homeoffre #wrapper-index #offre-tarif .h2 strong {
        color: #FEAF11; }
    #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc {
      margin: 0 15px;
      height: 100%;
      display: flex;
      flex-direction: column; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-header {
        height: 250px;
        color: #FFF;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-header img {
          margin: 20px auto; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-header p {
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          line-height: 1;
          text-align: center; }
          #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-header p span {
            font-size: 3rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4;
            padding: 10px 0;
            line-height: 1;
            font-family: "Gentleman800", sans-serif;
            text-transform: uppercase;
            display: block; }
          #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-header p:after {
            content: "";
            display: block;
            margin: auto;
            width: 60px;
            border-bottom: 1px solid #FFF; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content {
        flex: 1;
        background: #FFF; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content .offre-tarif-content-title {
          text-align: center;
          padding: 20px;
          font-size: 1.5rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          font-family: "Gentleman800", sans-serif; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content ul li {
          padding: 20px;
          display: flex; }
          #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content ul li:nth-child(2n+1) {
            background: #F0F7FA; }
          #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content ul li:before {
            content: "";
            display: block;
            background: url(../img/check-vert.svg) no-repeat;
            width: 40px;
            height: 20px;
            background-size: 24px; }
          #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-content ul li div {
            flex: 1; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-footer {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-footer p {
          color: #FFF;
          font-size: 1.75rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4;
          padding: 0; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .offre-tarif-recommander {
        position: absolute;
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        text-align: center;
        height: 45px;
        margin-top: -45px;
        background: #FFF;
        left: 15%;
        width: 70%;
        padding: 10px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        font-family: "Gentleman800", sans-serif; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc .btn-footer {
        position: absolute;
        bottom: -80px;
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        margin-bottom: 0;
        line-height: 1.2;
        padding: 8px 0;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: center;
        height: 60px;
        border-radius: 30px; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-gratuite .offre-tarif-header {
        background: #24a4d7;
        background: linear-gradient(to bottom, #24a4d7 0%, #027797 100%); }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-gratuite .offre-tarif-footer {
        background: #24A4B7; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-gratuite .offre-tarif-content .offre-tarif-content-title {
        color: #005B89; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-gratuite .offre-tarif-content ul li:before {
        background: url(../img/check-bleu.svg) no-repeat; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-club {
        position: relative;
        top: -80px; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-club .offre-tarif-header {
          background: #d11e81;
          background: linear-gradient(to bottom, #d11e81 0%, #a61866 100%); }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-club .offre-tarif-footer {
          background: #A61866; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-club .offre-tarif-content .offre-tarif-content-title {
          color: #A61866; }
        #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-club .offre-tarif-content ul li:before {
          background: url(../img/check-rose.svg) no-repeat; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-premium .offre-tarif-header {
        background: #feaf11;
        background: linear-gradient(to bottom, #feaf11 0%, #fc823e 100%); }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-premium .offre-tarif-footer {
        background: #FC823E; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-premium .offre-tarif-content .offre-tarif-content-title {
        color: #FEAF11; }
      #homeoffre #wrapper-index #offre-tarif .offre-tarif-bloc.offre-tarif-bloc-premium .offre-tarif-content ul li:before {
        background: url(../img/check-orange.svg) no-repeat; }
    @media (max-width: 991px) {
      #homeoffre #wrapper-index #offre-tarif {
        padding: 40px 0; }
        #homeoffre #wrapper-index #offre-tarif .h2 {
          padding-bottom: 20px; }
        #homeoffre #wrapper-index #offre-tarif .ligne {
          flex-direction: column; }
          #homeoffre #wrapper-index #offre-tarif .ligne .offre-tarif-bloc {
            margin-bottom: 20px; }
          #homeoffre #wrapper-index #offre-tarif .ligne .offre-tarif-bloc-club {
            top: auto;
            margin-top: 50px;
            margin-bottom: 100px; } }
  #homeoffre #wrapper-index #offre-salarie {
    background: #F0F7FA;
    padding: 80px 0;
    text-align: center;
    margin-bottom: -450px; }
    #homeoffre #wrapper-index #offre-salarie .offre-salarie-position {
      position: relative;
      top: -430px;
      background: url(../img/qui.png) no-repeat;
      background-size: 500px;
      background-position-y: -35px; }
      #homeoffre #wrapper-index #offre-salarie .offre-salarie-position h2 {
        color: #FFF;
        font-size: 2.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position h2 strong {
          color: #FEAF11; }
      #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .sous-titre {
        padding-bottom: 120px;
        color: #FFF;
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .sous-titre strong {
          font-size: 1.5rem;
          /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
          line-height: 1.4; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .sous-titre span {
          color: #FEAF11; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .sous-titre:after {
          content: "";
          background: #FFF;
          width: 70px;
          height: 1px;
          display: block;
          margin: 0 auto 20px auto; }
      #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne {
        flex-wrap: wrap;
        justify-content: space-between; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col {
          flex-basis: 25%; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col .offre-salarie-content {
            height: 220px;
            box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
            border-radius: 8px;
            text-align: center;
            background: #FFF;
            margin: 0px 15px 120px 15px;
            position: relative;
            padding: 130px 20px 40px; }
            #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col .offre-salarie-content img {
              box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
              border-radius: 50%;
              border: 3px solid #FFF;
              position: absolute;
              top: -80px;
              transform: translateX(-50%);
              left: 50%; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col .offre-salarie-nom {
            font-family: "Gentleman800", sans-serif;
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col .offre-salarie-fonction {
            color: #A61866;
            font-size: 1.125rem;
            /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
            line-height: 1.4; }
    @media (max-width: 1199px) {
      #homeoffre #wrapper-index #offre-salarie .offre-salarie-position {
        background-position-x: -160px; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col {
          flex: 0;
          flex-basis: 30%; } }
    @media (max-width: 991px) {
      #homeoffre #wrapper-index #offre-salarie {
        margin: 0;
        padding: 40px 0; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position {
          top: 0; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position h2 {
            color: #005B89; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .sous-titre {
            color: #005B89;
            padding-bottom: 60px; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col {
            flex-basis: 46%; }
          #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col:last-child .offre-salarie-content {
            margin-bottom: 0; } }
    @media (max-width: 767px) {
      #homeoffre #wrapper-index #offre-salarie .offre-salarie-position {
        background: none; }
        #homeoffre #wrapper-index #offre-salarie .offre-salarie-position .ligne .col {
          flex-basis: 100%; } }
  #homeoffre #wrapper-index #offre-contact {
    padding: 80px 0;
    margin: 0; }
    #homeoffre #wrapper-index #offre-contact h2 {
      color: #A61866;
      text-align: center; }
    #homeoffre #wrapper-index #offre-contact form .btn {
      height: 40px;
      width: 232px;
      padding: 8px 30px;
      border-radius: 20px;
      font-size: 1.125rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4; }
    #homeoffre #wrapper-index #offre-contact .offre-contact-content {
      text-align: center; }
      #homeoffre #wrapper-index #offre-contact .offre-contact-content img {
        margin: 0 auto 10px auto; }
      #homeoffre #wrapper-index #offre-contact .offre-contact-content h3 {
        font-size: 1.125rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        color: #A61866; }
      #homeoffre #wrapper-index #offre-contact .offre-contact-content .btn-tel {
        font-size: 1.25rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        text-decoration: none;
        border: 1px solid #005B89;
        padding: 6px 30px;
        border-radius: 20px;
        font-weight: bold;
        margin: 20px auto 10px auto;
        display: inline-block; }
      #homeoffre #wrapper-index #offre-contact .offre-contact-content small {
        color: #A09D9C;
        display: block;
        margin-bottom: 30px; }
    #homeoffre #wrapper-index #offre-contact:after {
      display: none; }
    @media (max-width: 991px) {
      #homeoffre #wrapper-index #offre-contact {
        padding: 40px 0; }
        #homeoffre #wrapper-index #offre-contact .ligne {
          flex-direction: column; }
          #homeoffre #wrapper-index #offre-contact .ligne .col:last-child {
            border-top: 1px solid #BFDEEE;
            margin-top: 30px;
            padding-top: 30px; } }

#homeoffre #footer {
  position: relative;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }

/* cart */
body#cart .reassurance::before {
  display: none; }

body#cart .reassurance {
  padding-top: 0; }

#cart .cart-items .cart-item {
  padding: 0; }

#cart .cart-items .cart-item .product-line-grid {
  position: relative;
  margin-bottom: .75rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125); }

#cart .cart-items .cart-item .col {
  flex-basis: 175px;
  display: flex;
  flex-direction: column;
  text-align: center; }

#cart .cart-items .cart-item .col1 {
  flex: 1;
  text-align: left;
  font-weight: 600;
  color: #A09D9C; }

#cart .cart-items .cart-item .col1 a {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
  color: #005B89; }

#cart .cart-items .cart-item .col4 {
  flex-basis: auto;
  margin-right: 1em; }

#cart .cart-items .cart-item .input-group.bootstrap-touchspin {
  box-shadow: none; }

#cart .cart-items .cart-item .input-group.bootstrap-touchspin button {
  margin: 0;
  overflow: hidden; }

#cart .cart-items .cart-item .input-group.bootstrap-touchspin button.js-increase-product-quantity {
  border-radius: 0 16px 0 0;
  border-right: 1px solid #E3EDF2;
  border-top: 1px solid #E3EDF2;
  border-left: 0;
  border-bottom: 0; }

#cart .cart-items .cart-item .input-group.bootstrap-touchspin button.js-decrease-product-quantity {
  border-radius: 0 0 16px 0;
  border-right: 1px solid #E3EDF2;
  border-bottom: 1px solid #E3EDF2;
  border-left: 0;
  border-top: 0; }

#cart .cart-items .cart-item .js-cart-line-product-quantity {
  background: #E3EDF2;
  color: #005B89 !important;
  border: 1px solid #E3EDF2;
  border-radius: 16px 0 0 16px;
  height: 41px; }

#cart .cart-items .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\E5C7";
  color: #A61866;
  border: 1px solid #F0F7FA !important; }

#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\E5C5";
  color: #A61866;
  border: 1px solid #F0F7FA !important; }

#cart .cart-items .bootstrap-touchspin .input-group-btn-vertical i {
  left: 0;
  border: 0; }

#cart .cart-items .cart-item .remove-from-cart {
  position: absolute;
  top: -11px;
  right: -1px;
  border-radius: 0 8px;
  padding: 5px;
  height: auto;
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 4em; }

#cart .cart-items .cart-item .remove-from-cart i {
  margin: 0;
  font-size: 0.3em; }

.cart-grid-right .card {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  margin-top: 16px; }

.cart-grid-right .cart-summary-totals {
  padding: 0; }

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 1.25rem 1.25rem .5rem; }

/*checkout*/
body#checkout #header .header-nav {
  height: 120px;
  padding: 0;
  box-shadow: none; }

body#checkout #footer {
  box-shadow: none;
  padding: 0; }

body#checkout .cart-grid-body {
  color: #3b3d4a; }

body#checkout .cart-grid-body .address {
  color: #3b3d4a;
  font-size: 0.8em;
  line-height: 1.2em;
  background: #fff; }

body#checkout section.checkout-step .address-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  overflow: hidden; }

body#checkout section.checkout-step .address-item.selected {
  border: 1px solid #005b89; }

body#checkout section.checkout-step {
  position: relative;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: .9375rem;
  margin-bottom: 0.5em;
  border-radius: 16px;
  color: #3b3d4a; }

body#checkout section.checkout-step .address {
  padding: 1em;
  margin: 0;
  min-height: 9em; }

body#checkout section.checkout-step .h6 {
  color: #005b89; }

body#checkout section.checkout-step .h4 {
  color: #005b89; }

body#checkout section.checkout-step .custom-radio {
  margin-left: 1em; }

body#checkout section.checkout-step .radio-block {
  padding: 1em 0 0 0;
  width: 100%; }

body#checkout section.checkout-step .address-item.selected .radio-block {
  background-color: #005b89; }

body#checkout section.checkout-step .address-item .radio-block {
  background-color: #efefef; }

body#checkout section.checkout-step .address-item.selected .address-alias {
  color: #fff; }

#conditions-to-approve label {
  color: #A61866; }

#conditions-to-approve {
  clear: left;
  margin-bottom: 2em; }

.additional-information-payzen {
  display: none !important; }

#conditions-to-approve {
  background-color: #f2dede;
  border: 1px solid #f2dede;
  padding: 0.5em 1em; }

#conditions-to-approve label {
  font-size: 0.9em; }

body#checkout .custom-checkbox span {
  border-color: #A61866;
  flex-basis: 20px;
  height: 20px;
  display: block;
  margin-top: 0px; }

#wrapper .custom-checkbox .ps-shown-by-js {
  height: 25px;
  width: 25px; }

#payment-confirmation {
  text-align: center; }

body#checkout .custom-checkbox span i {
  color: #A61866;
  font-size: 1.4em; }

body#checkout .condition-label {
  margin-left: 2rem; }

.checkout-final_summary.hidde {
  display: none; }

body#checkout #order-summary-content .order-confirmation-table {
  border-width: 1px; }

/* PROMO */
#promo-code form button {
  border-radius: 0 25px 25px 0;
  height: 40px;
  margin-top: 10px; }

.block-promo .promo-code-button.cancel-promo:hover {
  color: #005b89;
  text-decoration: underline; }

.promo-code-button {
  color: #005b89; }

/* panier */
#checkout .cart-grid-body {
  float: left;
  width: 66.66667%; }

#checkout .cart-grid-body.col-lg-12 {
  float: none;
  width: 100%; }

#checkout .delivery-options .delivery-option {
  position: relative;
  margin-bottom: .75rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.125); }

#checkout .delivery-options .delivery-option .carrier-price {
  font-size: 1.563rem;
  line-height: 0.9;
  color: #A61866; }

#checkout .delivery-options .delivery-option .carrier-delay {
  color: #A09D9C;
  font-size: 0.8em; }

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0; }

#checkout-payment-step .payment-options > div:not(.ps-hidden) {
  margin: 0.7em 0;
  margin-bottom: 0.7em;
  margin-bottom: .75rem;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125); }

#checkout-payment-step .payment-options img {
  display: none; }

/* order-infos */
#order-infos .box p,
#order-infos .box ul,
#order-infos .box li,
#order-infos .box {
  color: #3b3d4a; }

.page-order-detail .addresses h4 {
  color: #A61866; }

.page-order-detail .addresses address {
  color: #3b3d4a; }

#order-infos .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fff; }

.page-order-detail p,
.page-order-detail .content-type-empty form label,
.page-order-detail .messages .message {
  color: #3b3d4a;
  border-color: #ccc; }

#checkout .content-type-empty form label,
#checkout .content-type-2 form label {
  color: #3b3d4a; }

#checkout .card-block {
  color: #3b3d4a; }

#checkout .block-promo a.collapse-button {
  color: #3b3d4a; }

.summary-price .economie.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear; }

.summary-price .economie {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear; }

#order-items hr {
  border-top-color: #005b89; }

#order-items table tr.total-value {
  background-color: transparent; }

#order-items table tr.total-value td:last-child {
  color: #A61866; }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  position: absolute;
  background-color: #ccc;
  top: 0;
  right: -2px;
  height: 55px;
  border-radius: 0 16px 16px 0;
  padding: 0 1.2em 0 1em;
  line-height: 55px;
  font-size: 0.8em; }

#content-hook_order_confirmation {
  text-align: center; }

#content-hook_order_confirmation .done {
  font-size: 2em; }

body#order-confirmation .reassurance::before {
  display: none; }

body#order-confirmation .reassurance {
  padding-top: 0; }

/* modification paiement */
#checkout-payment-step #cb-paiement {
  display: block;
  max-width: 520px;
  margin: 0;
  padding: 0;
  text-align: center; }
  #checkout-payment-step #cb-paiement.checked-paiement {
    border: 1px solid #005b89;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.5); }
  #checkout-payment-step #cb-paiement .additional-information {
    display: none;
    overflow: hidden;
    height: 0px; }
  #checkout-payment-step #cb-paiement .payment-option label span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #005b89;
    font-size: 1.3em;
    font-weight: bold; }
  #checkout-payment-step #cb-paiement .payment-option label img[src*="payzen"] {
    display: block;
    width: 250px;
    margin: 1em auto 0;
    float: none;
    max-width: 100%;
    max-height: 100%; }
  #checkout-payment-step #cb-paiement .payment-option .h4 {
    font-size: 1em;
    color: #A61866; }
  #checkout-payment-step #cb-paiement .custom-radio {
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a !important;
    background: #fff;
    box-shadow: none !important;
    top: 35px; }
    #checkout-payment-step #cb-paiement .custom-radio input[type="radio"]:checked + span {
      display: block;
      background-color: #005b89;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      left: .125rem;
      top: .125rem; }
  #checkout-payment-step #cb-paiement label {
    display: block;
    padding: 2em;
    cursor: pointer; }

#checkout-payment-step .div-paiement {
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1.2em 1em;
  margin-bottom: 1em;
  width: 50%;
  min-width: 360px !important;
}
  #checkout-payment-step .div-paiement > div {
    margin: 0.5em 0; }
  #checkout-payment-step .div-paiement .custom-radio {
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #7a7a7a !important;
    background: #fff;
    box-shadow: none !important;
    top: 1px;
    left: 10px; }

.kr-popin-shop-name {
  background: #005b89 !important; }

.kr-payment-button {
  background: #005b89 !important;
  border-radius: 25px !important; }

body#checkout #checkout-payment-step span.custom-radio input[type="radio"]:checked + span {
  background: #A61866; }

#payzen_standard_rest_wrapper .kr-embedded[kr-popin] div.kr-popin-modal-header span.kr-popin-shop-name span {
  font-family: "Gentleman800", sans-serif; }

#payzen_standard_rest_wrapper .kr-embedded[kr-popin] > * {
  font-family: "Gentleman800", sans-serif !important; }

#order-confirmation #content-hook_order_confirmation {
  margin-bottom: 0;
  padding-bottom: 0; }
  #order-confirmation #content-hook_order_confirmation .warning-order {
    background-color: #2b8735;
    padding: 2em;
    color: #fff;
    border: 1px solid #042c09; }

#order-confirmation #content-hook_payment_return .card {
  padding: 1em;
  border-radius: 15px; }
  #order-confirmation #content-hook_payment_return .card .title {
    color: #A61866;
    font-weight: bold;
    margin-bottom: 1em; }
  #order-confirmation #content-hook_payment_return .card.info {
    padding: 107px 1em 1em 1em;
    margin-top: 80px; }
    #order-confirmation #content-hook_payment_return .card.info::before {
      background-image: url("/img/theme/142131490-woman-is-thinking-question-mark-cute-flat-cartoon-vector-illustration.jpg?ff");
      background-repeat: no-repeat;
      content: '';
      display: block;
      width: 200px;
      height: 200px;
      background-size: cover;
      border-radius: 100%;
      position: absolute;
      top: -100px;
      left: calc(50% - 100px); }

/* ==========================================================================
|  MAX WIDTH 992PX
========================================================================== */
/* ==========================================================================
|  MAX WIDTH 768PX
========================================================================== */
@media screen and (max-width: 768px) {
  body#cart .container {
    width: auto; } }

/* ==========================================================================
|  MAX WIDTH 576PX
========================================================================== */
@media screen and (max-width: 576px) {
  body#cart .cart-items .cart-item {
    margin-bottom: 2em; }
    body#cart .cart-items .cart-item .product-line-grid {
      display: block; }
      body#cart .cart-items .cart-item .product-line-grid .col.col0 {
        text-align: center;
        display: flex;
        width: 60px;
        height: 60px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        margin: -50px auto 1em;
        align-items: center;
        padding: 7px; }
      body#cart .cart-items .cart-item .product-line-grid .col.col3 {
        width: 70%;
        display: block;
        text-align: left;
        float: left; }
      body#cart .cart-items .cart-item .product-line-grid .col.col4 {
        width: 30%;
        float: right;
        margin: 0;
        margin-bottom: 0px;
        display: block;
        margin-bottom: 1em; }
        body#cart .cart-items .cart-item .product-line-grid .col.col4 strong {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          font-weight: normal;
          font-size: 0.8em; }
  body#cart .cart-grid-right .text-sm-center {
    text-align: center; }
  body#checkout .cart-grid-body {
    padding: 0; }
  body#checkout section.checkout-step {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    body#checkout section.checkout-step .step-title {
      text-transform: none;
      cursor: pointer;
      margin-bottom: 0;
      width: calc(100% - 90px);
      font-size: 0.95em; }
    body#checkout section.checkout-step #delivery-addresses {
      display: block; }
    body#checkout section.checkout-step .delivery-options-list .delivery-option {
      padding-top: 1.5em;
      display: block; }
      body#checkout section.checkout-step .delivery-options-list .delivery-option > div {
        position: absolute;
        display: block;
        left: calc(50% - 10px);
        right: 0;
        top: -10px;
        padding: 0;
        margin: 0; }
        body#checkout section.checkout-step .delivery-options-list .delivery-option > div .custom-radio {
          margin: 0;
          padding: 0; }
      body#checkout section.checkout-step .delivery-options-list .delivery-option label {
        display: block;
        text-align: center; }
      body#checkout section.checkout-step .delivery-options-list .delivery-option .carrier-name {
        text-align: center; }
    body#checkout section.checkout-step .continue {
      margin: 1em auto 0;
      float: none !important;
      display: block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      top: 10px;
      height: 30px;
      padding: 0 1.2em 0 1em;
      line-height: 30px;
      border-radius: 0; }
    body#checkout section.checkout-step#checkout-payment-step #div-paiement .payment-option {
      width: 100%; }
  body#checkout #order-summary-content {
    padding-bottom: 0; }
    body#checkout #order-summary-content div {
      margin: 0;
      /*reset*/
      padding: 0; }
    body#checkout #order-summary-content .card {
      background-color: #efefef;
      padding: 1em;
      margin-bottom: 1em;
      font-size: 0.8em;
      border: 1px solid #e5e5e5; }
    body#checkout #order-summary-content .summary-selected-carrier {
      background-color: #efefef;
      padding: 1em;
      margin-bottom: 1em;
      border: 1px solid #e5e5e5;
      font-size: 0.8em; }
      body#checkout #order-summary-content .summary-selected-carrier .logo-container {
        display: none; }
    body#checkout #order-summary-content #order-items h3.h3 {
      margin-bottom: 0; }
  body#checkout #payment-confirmation button {
    font-size: 1em;
    line-height: 1.2em;
    height: auto;
    padding: 20px 20px;
    border-radius: 35px;
    font-weight: normal; } }

#my-account .vignettes {
  margin-bottom: 2em;
  margin-top: 0em; }
  #my-account .vignettes a {
    border: 1px solid #005b89; }
    #my-account .vignettes a.ebillet {
      background-color: #00892f; }
      #my-account .vignettes a.ebillet:hover {
        border: 1px solid #00892f;
        background-color: #fff;
        color: #00892f; }

/*adresse*/
#addresses .address-footer-link {
  position: absolute;
  top: 5px;
  right: 20px; }

#addresses .address-footer-link a {
  padding: 5px;
  background-color: #FEAF11;
  display: block;
  float: left;
  margin: 1px;
  color: #fff;
  border-radius: 50%; }

#addresses .address-footer-link a:hover {
  background-color: #A61866; }

#addresses .address {
  border-radius: 8px; }

#address .form-control-comment {
  color: #fff; }

#history .reassurance::before,
#address .reassurance::before,
#addresses .reassurance::before {
  display: none; }

#history .reassurance,
#address .reassurance,
#addresses .reassurance {
  padding-top: 0; }

.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
  color: #005B89; }

#identity #customer-form > section {
  width: 50%;
  margin: 0 auto; }

.page-my-account .bg-primary {
  background: linear-gradient(28deg, #005B89 24%, #009E9E 100%); }

.page-my-account #content .links2 a {
  text-decoration: none; }

.page-customer-account #content {
  box-shadow: none;
  padding: 0;
  background-color: transparent; }

#cart .cart-items .cart-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #cart .cart-items .cart-item .product-line-grid {
    position: relative;
    margin-bottom: .75rem;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%; }
  #cart .cart-items .cart-item .col {
    flex-basis: 175px;
    display: flex;
    flex-direction: column;
    text-align: center; }
  #cart .cart-items .cart-item .col1 {
    flex: 1;
    text-align: left;
    font-weight: 600;
    color: #A09D9C; }
    #cart .cart-items .cart-item .col1 a {
      font-size: 1.2rem;
      line-height: 1rem;
      font-weight: 800;
      color: #A61866;
      text-decoration: none; }
    #cart .cart-items .cart-item .col1 span {
      font-size: .9rem;
      font-weight: 400;
      color: #005B89; }
  #cart .cart-items .cart-item .col4 {
    flex-basis: auto;
    margin-right: 1em; }
  #cart .cart-items .cart-item .product-line-type-4 .col4 {
    display: none; }
    #cart .cart-items .cart-item .product-line-type-4 .col4 .fns-quantity {
      color: #005B89; }
  #cart .cart-items .cart-item .cart_travellers {
    background-color: #fff;
    color: #000;
    padding: 1em 1em 0.7em 1em;
    margin: -16px 5px 1em 5px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #fff;
    width: 95%;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
    #cart .cart-items .cart-item .cart_travellers .btn-remove-traveller {
      border: none;
      font-size: 10px;
      color: #fff;
      padding: .3em .7em .1em .7em;
      background-color: #005B89;
      border-radius: 5px;
      cursor: pointer; }
    #cart .cart-items .cart-item .cart_travellers .btn-add-traveller {
      font-size: 0.8rem;
      cursor: pointer;
      text-decoration: none;
      color: #005B89;
      font-weight: 500; }
      #cart .cart-items .cart-item .cart_travellers .btn-add-traveller:hover {
        text-decoration: none;
        color: #005B89; }
    #cart .cart-items .cart-item .cart_travellers fieldset {
      background-color: #FAFAFA;
      margin-bottom: 20px;
      padding-bottom: 20px;
      box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
      #cart .cart-items .cart-item .cart_travellers fieldset legend {
        background-color: #FAFAFA;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 20px;
        font-family: 'Gentleman800';
        font-size: 1rem;
        color: #005B89;
        text-transform: uppercase; }
        #cart .cart-items .cart-item .cart_travellers fieldset legend #text {
          background-color: red; }
        #cart .cart-items .cart-item .cart_travellers fieldset legend i {
          cursor: pointer; }
      #cart .cart-items .cart-item .cart_travellers fieldset label {
        color: #005B89;
        font-size: .8rem; }
      #cart .cart-items .cart-item .cart_travellers fieldset input {
        box-shadow: inset 0 0 5px 5px #fafafa; }
    #cart .cart-items .cart-item .cart_travellers .form-control {
      color: #3B3D4A !important;
      border: 1px solid #005B89 !important;
      border-radius: 0;
      background-color: #fff; }
    #cart .cart-items .cart-item .cart_travellers .btn-link {
      font-size: 0.8em;
      font-weight: bold; }
      #cart .cart-items .cart-item .cart_travellers .btn-link i {
        font-size: 1.2em; }
    #cart .cart-items .cart-item .cart_travellers .action.text-right {
      text-align: right; }
    #cart .cart-items .cart-item .cart_travellers .description {
      font-size: 12px;
      color: #333; }
    #cart .cart-items .cart-item .cart_travellers summary {
      color: #A61866;
      font-weight: bold; }
  #cart .cart-items .cart-item .form-row .traveller-row .form-group label {
    color: #333;
    font-size: 0.8em; }

#product #wrapper .product-information .col-gauche .spectacle-product .title-spectacle {
  background-color: #A61866;
  margin: 0px 0px 10px 0;
  padding: 0.7em 0 0.5em 0;
  display: block; }
  #product #wrapper .product-information .col-gauche .spectacle-product .title-spectacle .h2 {
    color: #fff;
    margin: 0;
    line-height: 1.7em; }
  #product #wrapper .product-information .col-gauche .spectacle-product .title-spectacle.hidde {
    display: none; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner .title-row .col {
  flex-basis: 200px; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner .title-row .col3 {
  text-align: right; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner .col2 .product-name {
  font-weight: normal; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner .btn.toogle {
  background-color: #fff;
  font-size: 1.5em;
  width: 30px;
  margin: 0;
  height: 30px;
  color: #005B89;
  line-height: 1.5em;
  padding: 0; }
  #product #wrapper .product-information .col-gauche .spectacle-product .card-contaner .btn.toogle::before {
    content: "-"; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner.hidde .btn.toogle::before {
  content: "+"; }

#product #wrapper .product-information .col-gauche .spectacle-product .card-contaner.hidde .group {
  height: 0px;
  overflow: hidden;
  transition: height 1s ease; }

#product #wrapper .product-information .col-gauche .spectacle-product .group {
  padding: 0 20px 0 20px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  transition: height 1s ease; }
  #product #wrapper .product-information .col-gauche .spectacle-product .group .card {
    margin-top: .75rem;
    padding: .75rem 1em;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #005B89; }
    #product #wrapper .product-information .col-gauche .spectacle-product .group .card .col1 .product-name {
      color: #A61866;
      font-weight: normal;
      font-size: 1rem; }
    #product #wrapper .product-information .col-gauche .spectacle-product .group .card .col3 .price .txt {
      font-size: 0.8rem; }
    #product #wrapper .product-information .col-gauche .spectacle-product .group .card.opencard:last-child {
      border: 0; }

#product #wrapper .product-information .col-gauche .spectacle-product .facet-dropdown .dropdown-menu {
  overflow: auto;
  max-height: 200px; }

#product .spectacle-product .card-contaner {
  padding: 0;
  margin-bottom: .75rem;
  background: #005B89;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
  #product .spectacle-product .card-contaner .product-name {
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "Gentleman800", sans-serif;
    font-weight: 800;
    color: #fff; }
  #product .spectacle-product .card-contaner .title-row {
    display: flex;
    padding: 10px 20px;
    opacity: 1;
    height: auto;
    transition: opacity 2.6s;
    justify-content: space-between;
    align-items: center; }

#product .spectacle-product .card .col2 {
  flex-basis: 240px; }
  #product .spectacle-product .card .col2.seances {
    display: flex;
    align-items: center;
    flex-direction: initial; }
    #product .spectacle-product .card .col2.seances .zones {
      width: 180px;
      margin-left: 1em; }

#product #free-plan {
  text-align: center;
  margin: 0 auto 2em;
  height: auto;
  transition: height 1s ease;
  background-color: #fff;
  margin-top: 1em; }
  #product #free-plan .hidde {
    height: 0;
    transition: height 1s ease; }

.product-date {
  display: block;
  color: #fff; }

/* LANDING */
.content-type-landing {
  position: relative; }

.category-depth-level-2 #wrapper .wrapper-content.content-type-landing,
.category-depth-level-3 #wrapper .wrapper-content.content-type-landing {
  background-color: #fff; }

.content-type-landing::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  height: 12px;
  background: url(../../../../themes/emiles/assets/img/forme1.svg) repeat-x; }

.content-type-landing article.product-miniature-list .product-container:hover {
  top: -3px;
  box-shadow: 0 2px 8px 0 rgba(81, 78, 79, 0.5), 0 4px 16px 0 rgba(60, 58, 59, 0.5), 0 8px 24px 0 rgba(28, 28, 28, 0.5); }

.content-type-landing #left-column {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

/* SUBVENTION */
#product:not(.type_99) .total .economie .cse {
  display: none; }

.cart_subvention {
  background-color: #009E8E;
  color: #000;
  padding: 1em 1em 0.7em 1em;
  width: 90%;
  margin: -16px 0 1em 77px;
  border-radius: 0 0 25px 25px;
  border: 1px solid #fff; }

.cart_subvention .dropdown {
  width: 5em; }

.cart_subvention .facet-dropdown,
.cart_subvention .facet-dropdown .select-title {
  background: #E3EDF2;
  box-shadow: none;
  border-radius: 25px;
  padding: 0;
  overflow: hidden; }

.cart_subvention .facet-dropdown .select-title {
  padding: 5px 10px; }

.cart_subvention .titre {
  line-height: 40px;
  color: #fff; }

#cart-subtotal-subvention .label {
  color: #009E7E; }

#cinema {
  /*
    #search_filters {
        padding: 0;
        box-shadow: none;
        position: relative;
        top: -80px;
        background: #F0F7FA;

        .header-facets {
            background: #BFDEEE;
            padding: 22px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;

            .h6 {
                font-size: 1.5rem;
                line-height: 1.4;
                font-family: "Gentleman600";
                font-weight: normal;
                line-height: 1;
                margin: 0;
                padding: 0;
            }
        }
        section {
            padding: 20px;
        
            li {
                a {
                    text-decoration: none;
                    text-transform: none;
                    color: #A61866;
                    margin: 0;
                    width: calc(100% - 30px);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
        }
    }
*/ }
  #cinema #main {
    padding-bottom: 0;
    margin-bottom: 3em; }
  #cinema .content-type-0 {
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0; }
    #cinema .content-type-0::after {
      display: none; }
    #cinema .content-type-0::before {
      display: none; }
  #cinema .content-type-2 {
    margin-bottom: 0; }
  #cinema .h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.4;
    line-height: 1.2;
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  #cinema .list-vignette {
    /*
        display: grid;
        grid-template-columns: auto auto auto auto;
*/ }
    #cinema .list-vignette article {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      margin: 0 10px 2em;
      width: 200px;
      height: 270px; }
      #cinema .list-vignette article .affiche {
        background-color: #fff;
        height: 100%;
        padding: 1em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
      #cinema .list-vignette article:hover .info {
        opacity: 1; }
      #cinema .list-vignette article .info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.6s; }
        #cinema .list-vignette article .info::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #005B89;
          opacity: 0.7;
          transition: opacity 0.6s; }
        #cinema .list-vignette article .info .info-content {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          height: 100%; }
          #cinema .list-vignette article .info .info-content .title {
            color: #FFF;
            font-size: 1.25rem;
            line-height: 1.4;
            line-height: 1;
            font-weight: bold;
            padding: 15px;
            text-align: center; }
  #cinema .cinema-item .h1 {
    color: #A61866;
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
    display: block; }

.map-box-widget .map-box-address {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  width: 45%;
  height: 550px;
  padding: 1em 3em 0;
  left: 0%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
  overflow: scroll;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
  .map-box-widget .map-box-address.close-left {
    transition-property: left;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    left: -45%; }
  .map-box-widget .map-box-address address {
    border-bottom: 1px solid #b1babf;
    margin-bottom: 1em;
    padding-bottom: 1em; }
    .map-box-widget .map-box-address address p {
      padding-bottom: 0; }
      .map-box-widget .map-box-address address p.title {
        font-family: 'Gentleman800';
        font-size: 25px;
        color: #005B89;
        text-transform: uppercase;
        margin-top: 15px; }
      .map-box-widget .map-box-address address p.ville {
        color: #A61866;
        font-size: 16px;
        padding-bottom: 0px;
        font-family: 'Gentleman600';
        text-transform: uppercase; }
        .map-box-widget .map-box-address address p.ville::before {
          content: url("/img/interactivemap/marker.png");
          height: 20px;
          width: 20px;
          margin-right: 5px; }
      .map-box-widget .map-box-address address p.adresse {
        color: #000;
        font-size: 16px; }

.map-box-widget #map {
  position: relative;
  width: 100%;
  height: 550px; }

/* ==========================================================================
|  SEARCHBAR
========================================================================== */
.search-bar-vacance {
  padding-bottom: 0px; }
  .search-bar-vacance .container {
    padding: 0; }
  .search-bar-vacance .search-vacattion {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 18px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px #005B891F;
    margin-top: -110px;
    position: relative;
    margin-bottom: 2em; }
    .search-bar-vacance .search-vacattion #catalog-links {
      box-shadow: none;
      border: 0; }
      .search-bar-vacance .search-vacattion #catalog-links div {
        display: flex;
        margin-bottom: 1em; }
        .search-bar-vacance .search-vacattion #catalog-links div a {
          font: normal normal normal 16px/19px Gentleman 600;
          letter-spacing: 0px;
          color: #005B89;
          opacity: 1;
          border-bottom: 4px solid transparent;
          padding-bottom: 0.6em;
          margin: 0 1.2em 0 0;
          text-decoration: none;
          transition: .1s ease-in; }
          .search-bar-vacance .search-vacattion #catalog-links div a.active {
            border-bottom: 4px solid #A61866; }
          .search-bar-vacance .search-vacattion #catalog-links div a:hover {
            border-bottom: 4px solid #A61866; }
      @media (max-width: 375px) {
        .search-bar-vacance .search-vacattion #catalog-links div {
          justify-content: center; }
        .search-bar-vacance .search-vacattion #catalog-links div > :nth-child(3) {
          margin: 0; } }
    .search-bar-vacance .search-vacattion .result-check .k-widget {
      box-shadow: none; }
    .search-bar-vacance .search-vacattion .result-check #residence-type-list {
      border: 0;
      margin-bottom: 1em; }
      .search-bar-vacance .search-vacattion .result-check #residence-type-list .k-listview-content {
        display: flex;
        flex-wrap: wrap; }
      @media (max-width: 375px) {
        .search-bar-vacance .search-vacattion .result-check #residence-type-list .k-listview-content {
          justify-content: center; } }
      .search-bar-vacance .search-vacattion .result-check #residence-type-list button {
        cursor: pointer;
        background: #fff;
        color: #005B89;
        border-radius: 15px;
        text-align: left;
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        padding: 0.5em 1em 0.2em 1em;
        box-shadow: none;
        border: 1px solid #005B89;
        margin-bottom: 0.8em;
        margin-right: 0.5em;
        transition: .1s ease-in; }
        .search-bar-vacance .search-vacattion .result-check #residence-type-list button.k-state-selected, .search-bar-vacance .search-vacattion .result-check #residence-type-list button:hover {
          background: #005B89 0% 0% no-repeat padding-box;
          color: #FFFFFF; }
    .search-bar-vacance .search-vacattion .search-form {
      display: flex;
      flex-wrap: wrap; }
      .search-bar-vacance .search-vacattion .search-form .k-numerictextbox .k-i-arrow-60-down {
        bottom: 5px; }
      .search-bar-vacance .search-vacattion .search-form .k-state-default > .k-select {
        border: none; }
      .search-bar-vacance .search-vacattion .search-form .k-widget {
        border: 1.5px solid #005B89;
        box-shadow: 0px 4px 6px #0000001F;
        margin-right: 15px;
        margin-bottom: 15px; }
      @media (max-width: 465px) {
        .search-bar-vacance .search-vacattion .search-form .k-widget {
          width: 100%;
          margin-right: 0; } }
      .search-bar-vacance .search-vacattion .search-form .k-widget[aria-owns=search-los_listbox] .k-input {
        background-image: url("../img/access_time.svg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        text-indent: 37px !important;
        font-size: 14px;
        color: #3b3d4a6b; }
      .search-bar-vacance .search-vacattion .search-form .k-widget[aria-owns=search-los_listbox].selected .k-input {
        color: #005B89; }
      .search-bar-vacance .search-vacattion .search-form #search-cities {
        background-image: url("../img/location_on.svg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        text-indent: 37px !important;
        font-size: 14px; }
        .search-bar-vacance .search-vacattion .search-form #search-cities.selected {
          color: #005B89; }
      .search-bar-vacance .search-vacattion .search-form #search-arrival {
        background-image: url("../img/date_range.svg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        text-indent: 37px !important;
        font-size: 14px; }
        .search-bar-vacance .search-vacattion .search-form #search-arrival.selected {
          color: #005B89; }
      .search-bar-vacance .search-vacattion .search-form .k-i-calendar::before {
        content: "\e006"; }
      .search-bar-vacance .search-vacattion .search-form .k-widget[aria-owns=search-price_listbox] .k-input {
        background-image: url("../img/euro_symbol.svg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        text-indent: 37px !important;
        font-size: 14px;
        color: #3b3d4a6b; }
      .search-bar-vacance .search-vacattion .search-form .k-widget[aria-owns=search-price_listbox].selected .k-input {
        color: #005B89; }
      .search-bar-vacance .search-vacattion .search-form .k-numerictextbox .k-input {
        background-image: url("../img/Icon material-people.svg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        text-indent: 37px !important;
        font-size: 14px; }
        .search-bar-vacance .search-vacattion .search-form .k-numerictextbox .k-input.selected {
          color: #005B89; }
    @media (max-width: 599px) {
      .search-bar-vacance .search-vacattion .result-check {
        flex-direction: column; }
        .search-bar-vacance .search-vacattion .result-check .type-loge {
          margin-bottom: 12px; } }

/* ==========================================================================
| HEADER IMAGE
========================================================================== */
#category.cat_ext_6, #category.cat_ext_7, #category.cat_ext_8, #category.cat_ext_9, #category.cat_ext_10, #category.cat_ext_11, #category.cat_ext_12, #category.cat_ext_13, #category.cat_ext_14 {
  /* ==========================================================================
 |  PARTENAIRES
 ========================================================================== */
  /* ==========================================================================
 |  SELECTION VACANCES
 ========================================================================== */
  /* ==========================================================================
 |  REGIE PUB
 ========================================================================== */
  /* ==========================================================================
 |  DESTINATIONS AIMEES
 ========================================================================== */
  /* ==========================================================================
|  TEMPLATES MARQUES
 ========================================================================== */ }
  #category.cat_ext_6 #wrapper, #category.cat_ext_7 #wrapper, #category.cat_ext_8 #wrapper, #category.cat_ext_9 #wrapper, #category.cat_ext_10 #wrapper, #category.cat_ext_11 #wrapper, #category.cat_ext_12 #wrapper, #category.cat_ext_13 #wrapper, #category.cat_ext_14 #wrapper {
    background-color: #fff; }
  #category.cat_ext_6 .header-image, #category.cat_ext_7 .header-image, #category.cat_ext_8 .header-image, #category.cat_ext_9 .header-image, #category.cat_ext_10 .header-image, #category.cat_ext_11 .header-image, #category.cat_ext_12 .header-image, #category.cat_ext_13 .header-image, #category.cat_ext_14 .header-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 30rem;
    display: flex;
    align-items: center;
    margin: 0 auto; }
    #category.cat_ext_6 .header-image .select-choice, #category.cat_ext_7 .header-image .select-choice, #category.cat_ext_8 .header-image .select-choice, #category.cat_ext_9 .header-image .select-choice, #category.cat_ext_10 .header-image .select-choice, #category.cat_ext_11 .header-image .select-choice, #category.cat_ext_12 .header-image .select-choice, #category.cat_ext_13 .header-image .select-choice, #category.cat_ext_14 .header-image .select-choice {
      margin-right: 150px;
      margin-left: 150px; }
      #category.cat_ext_6 .header-image .select-choice .h1, #category.cat_ext_7 .header-image .select-choice .h1, #category.cat_ext_8 .header-image .select-choice .h1, #category.cat_ext_9 .header-image .select-choice .h1, #category.cat_ext_10 .header-image .select-choice .h1, #category.cat_ext_11 .header-image .select-choice .h1, #category.cat_ext_12 .header-image .select-choice .h1, #category.cat_ext_13 .header-image .select-choice .h1, #category.cat_ext_14 .header-image .select-choice .h1 {
        text-transform: uppercase;
        color: #fff;
        justify-content: flex-start !important;
        font-size: 4rem;
        text-shadow: 0px 4px 8px #0000004D; }
      @media (max-width: 1199px) {
        #category.cat_ext_6 .header-image .select-choice .h1, #category.cat_ext_7 .header-image .select-choice .h1, #category.cat_ext_8 .header-image .select-choice .h1, #category.cat_ext_9 .header-image .select-choice .h1, #category.cat_ext_10 .header-image .select-choice .h1, #category.cat_ext_11 .header-image .select-choice .h1, #category.cat_ext_12 .header-image .select-choice .h1, #category.cat_ext_13 .header-image .select-choice .h1, #category.cat_ext_14 .header-image .select-choice .h1 {
          text-align: center;
          margin-left: 0px; } }
      @media (max-width: 375px) {
        #category.cat_ext_6 .header-image .select-choice .h1, #category.cat_ext_7 .header-image .select-choice .h1, #category.cat_ext_8 .header-image .select-choice .h1, #category.cat_ext_9 .header-image .select-choice .h1, #category.cat_ext_10 .header-image .select-choice .h1, #category.cat_ext_11 .header-image .select-choice .h1, #category.cat_ext_12 .header-image .select-choice .h1, #category.cat_ext_13 .header-image .select-choice .h1, #category.cat_ext_14 .header-image .select-choice .h1 {
          font-size: 3rem; } }
      #category.cat_ext_6 .header-image .select-choice .position-choice, #category.cat_ext_7 .header-image .select-choice .position-choice, #category.cat_ext_8 .header-image .select-choice .position-choice, #category.cat_ext_9 .header-image .select-choice .position-choice, #category.cat_ext_10 .header-image .select-choice .position-choice, #category.cat_ext_11 .header-image .select-choice .position-choice, #category.cat_ext_12 .header-image .select-choice .position-choice, #category.cat_ext_13 .header-image .select-choice .position-choice, #category.cat_ext_14 .header-image .select-choice .position-choice {
        color: #fff;
        font-size: 22px;
        padding: 5px 10px 1px 10px;
        text-transform: uppercase;
        background: transparent linear-gradient(90deg, #A61866 0%, #A61866B2 100%) 0% 0% no-repeat padding-box;
        font-family: "Gentleman800";
        border-radius: 5px;
        display: inline-block; }
      @media (max-width: 1199px) {
        #category.cat_ext_6 .header-image .select-choice .container, #category.cat_ext_7 .header-image .select-choice .container, #category.cat_ext_8 .header-image .select-choice .container, #category.cat_ext_9 .header-image .select-choice .container, #category.cat_ext_10 .header-image .select-choice .container, #category.cat_ext_11 .header-image .select-choice .container, #category.cat_ext_12 .header-image .select-choice .container, #category.cat_ext_13 .header-image .select-choice .container, #category.cat_ext_14 .header-image .select-choice .container {
          display: flex;
          justify-content: center; }
          #category.cat_ext_6 .header-image .select-choice .container .position-choice, #category.cat_ext_7 .header-image .select-choice .container .position-choice, #category.cat_ext_8 .header-image .select-choice .container .position-choice, #category.cat_ext_9 .header-image .select-choice .container .position-choice, #category.cat_ext_10 .header-image .select-choice .container .position-choice, #category.cat_ext_11 .header-image .select-choice .container .position-choice, #category.cat_ext_12 .header-image .select-choice .container .position-choice, #category.cat_ext_13 .header-image .select-choice .container .position-choice, #category.cat_ext_14 .header-image .select-choice .container .position-choice {
            margin-left: 0px; } }
    @media (max-width: 1199px) {
      #category.cat_ext_6 .header-image .select-choice, #category.cat_ext_7 .header-image .select-choice, #category.cat_ext_8 .header-image .select-choice, #category.cat_ext_9 .header-image .select-choice, #category.cat_ext_10 .header-image .select-choice, #category.cat_ext_11 .header-image .select-choice, #category.cat_ext_12 .header-image .select-choice, #category.cat_ext_13 .header-image .select-choice, #category.cat_ext_14 .header-image .select-choice {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px; } }
  #category.cat_ext_6 .our-partner, #category.cat_ext_7 .our-partner, #category.cat_ext_8 .our-partner, #category.cat_ext_9 .our-partner, #category.cat_ext_10 .our-partner, #category.cat_ext_11 .our-partner, #category.cat_ext_12 .our-partner, #category.cat_ext_13 .our-partner, #category.cat_ext_14 .our-partner {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px; }
    #category.cat_ext_6 .our-partner .slick-dots, #category.cat_ext_7 .our-partner .slick-dots, #category.cat_ext_8 .our-partner .slick-dots, #category.cat_ext_9 .our-partner .slick-dots, #category.cat_ext_10 .our-partner .slick-dots, #category.cat_ext_11 .our-partner .slick-dots, #category.cat_ext_12 .our-partner .slick-dots, #category.cat_ext_13 .our-partner .slick-dots, #category.cat_ext_14 .our-partner .slick-dots {
      bottom: -40px; }
    #category.cat_ext_6 .our-partner .picto-partner img, #category.cat_ext_7 .our-partner .picto-partner img, #category.cat_ext_8 .our-partner .picto-partner img, #category.cat_ext_9 .our-partner .picto-partner img, #category.cat_ext_10 .our-partner .picto-partner img, #category.cat_ext_11 .our-partner .picto-partner img, #category.cat_ext_12 .our-partner .picto-partner img, #category.cat_ext_13 .our-partner .picto-partner img, #category.cat_ext_14 .our-partner .picto-partner img {
      max-width: 8%;
      margin: 0 auto; }
    #category.cat_ext_6 .our-partner .text-partner, #category.cat_ext_7 .our-partner .text-partner, #category.cat_ext_8 .our-partner .text-partner, #category.cat_ext_9 .our-partner .text-partner, #category.cat_ext_10 .our-partner .text-partner, #category.cat_ext_11 .our-partner .text-partner, #category.cat_ext_12 .our-partner .text-partner, #category.cat_ext_13 .our-partner .text-partner, #category.cat_ext_14 .our-partner .text-partner {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 51px; }
      #category.cat_ext_6 .our-partner .text-partner h2, #category.cat_ext_7 .our-partner .text-partner h2, #category.cat_ext_8 .our-partner .text-partner h2, #category.cat_ext_9 .our-partner .text-partner h2, #category.cat_ext_10 .our-partner .text-partner h2, #category.cat_ext_11 .our-partner .text-partner h2, #category.cat_ext_12 .our-partner .text-partner h2, #category.cat_ext_13 .our-partner .text-partner h2, #category.cat_ext_14 .our-partner .text-partner h2 {
        color: #005B89;
        font-size: 34px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 2rem;
        line-height: 32px; }
      @media (max-width: 600px) {
        #category.cat_ext_6 .our-partner .text-partner h2, #category.cat_ext_7 .our-partner .text-partner h2, #category.cat_ext_8 .our-partner .text-partner h2, #category.cat_ext_9 .our-partner .text-partner h2, #category.cat_ext_10 .our-partner .text-partner h2, #category.cat_ext_11 .our-partner .text-partner h2, #category.cat_ext_12 .our-partner .text-partner h2, #category.cat_ext_13 .our-partner .text-partner h2, #category.cat_ext_14 .our-partner .text-partner h2 {
          font-size: 24px;
          margin-bottom: 1rem; } }
      #category.cat_ext_6 .our-partner .text-partner p, #category.cat_ext_7 .our-partner .text-partner p, #category.cat_ext_8 .our-partner .text-partner p, #category.cat_ext_9 .our-partner .text-partner p, #category.cat_ext_10 .our-partner .text-partner p, #category.cat_ext_11 .our-partner .text-partner p, #category.cat_ext_12 .our-partner .text-partner p, #category.cat_ext_13 .our-partner .text-partner p, #category.cat_ext_14 .our-partner .text-partner p {
        color: #3B3D4A;
        font-size: 16px; }
    #category.cat_ext_6 .our-partner .partner-cards .slick-prev, #category.cat_ext_7 .our-partner .partner-cards .slick-prev, #category.cat_ext_8 .our-partner .partner-cards .slick-prev, #category.cat_ext_9 .our-partner .partner-cards .slick-prev, #category.cat_ext_10 .our-partner .partner-cards .slick-prev, #category.cat_ext_11 .our-partner .partner-cards .slick-prev, #category.cat_ext_12 .our-partner .partner-cards .slick-prev, #category.cat_ext_13 .our-partner .partner-cards .slick-prev, #category.cat_ext_14 .our-partner .partner-cards .slick-prev {
      left: -80px;
      box-shadow: none; }
    #category.cat_ext_6 .our-partner .partner-cards .slick-next, #category.cat_ext_7 .our-partner .partner-cards .slick-next, #category.cat_ext_8 .our-partner .partner-cards .slick-next, #category.cat_ext_9 .our-partner .partner-cards .slick-next, #category.cat_ext_10 .our-partner .partner-cards .slick-next, #category.cat_ext_11 .our-partner .partner-cards .slick-next, #category.cat_ext_12 .our-partner .partner-cards .slick-next, #category.cat_ext_13 .our-partner .partner-cards .slick-next, #category.cat_ext_14 .our-partner .partner-cards .slick-next {
      right: -80px;
      box-shadow: none; }
    #category.cat_ext_6 .our-partner .partner-cards .slick-list, #category.cat_ext_7 .our-partner .partner-cards .slick-list, #category.cat_ext_8 .our-partner .partner-cards .slick-list, #category.cat_ext_9 .our-partner .partner-cards .slick-list, #category.cat_ext_10 .our-partner .partner-cards .slick-list, #category.cat_ext_11 .our-partner .partner-cards .slick-list, #category.cat_ext_12 .our-partner .partner-cards .slick-list, #category.cat_ext_13 .our-partner .partner-cards .slick-list, #category.cat_ext_14 .our-partner .partner-cards .slick-list {
      margin: 0 -15px; }
    #category.cat_ext_6 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_7 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_8 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_9 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_10 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_11 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_12 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_13 .our-partner .partner-cards .slick-slide > div, #category.cat_ext_14 .our-partner .partner-cards .slick-slide > div {
      padding: 0 15px; }
    #category.cat_ext_6 .our-partner .partner-cards .slide-marque, #category.cat_ext_7 .our-partner .partner-cards .slide-marque, #category.cat_ext_8 .our-partner .partner-cards .slide-marque, #category.cat_ext_9 .our-partner .partner-cards .slide-marque, #category.cat_ext_10 .our-partner .partner-cards .slide-marque, #category.cat_ext_11 .our-partner .partner-cards .slide-marque, #category.cat_ext_12 .our-partner .partner-cards .slide-marque, #category.cat_ext_13 .our-partner .partner-cards .slide-marque, #category.cat_ext_14 .our-partner .partner-cards .slide-marque {
      margin-bottom: 4rem; }
      #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img {
        position: relative; }
        #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img > img, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img > img {
          object-fit: cover;
          height: 205px;
          width: 100%; }
        #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img .image-partner, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img .image-partner {
          background-color: #fff;
          box-shadow: 0px 4px 8px #005B891F;
          width: 40%;
          height: 73px;
          position: absolute;
          border-radius: 5px;
          bottom: -30px;
          right: 40px;
          overflow: hidden;
          padding: 2px;
          transition: all .2s linear; }
          #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img .image-partner img, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img .image-partner img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 10px; }
          #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img .image-partner a, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img .image-partner a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img .image-partner:hover {
            transform: translateY(-3px); }
        #category.cat_ext_6 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_7 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_8 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_9 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_10 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_11 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_12 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_13 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner, #category.cat_ext_14 .our-partner .partner-cards .slide-marque .block-img:hover .image-partner {
          transform: translateY(-3px); }
  @media (max-width: 575px) {
    #category.cat_ext_6 .our-partner, #category.cat_ext_7 .our-partner, #category.cat_ext_8 .our-partner, #category.cat_ext_9 .our-partner, #category.cat_ext_10 .our-partner, #category.cat_ext_11 .our-partner, #category.cat_ext_12 .our-partner, #category.cat_ext_13 .our-partner, #category.cat_ext_14 .our-partner {
      margin-top: 30px;
      margin-bottom: 20px; } }
  #category.cat_ext_6 .logement-vacance, #category.cat_ext_7 .logement-vacance, #category.cat_ext_8 .logement-vacance, #category.cat_ext_9 .logement-vacance, #category.cat_ext_10 .logement-vacance, #category.cat_ext_11 .logement-vacance, #category.cat_ext_12 .logement-vacance, #category.cat_ext_13 .logement-vacance, #category.cat_ext_14 .logement-vacance {
    margin-bottom: 80px; }
    #category.cat_ext_6 .logement-vacance .picto-sun img, #category.cat_ext_7 .logement-vacance .picto-sun img, #category.cat_ext_8 .logement-vacance .picto-sun img, #category.cat_ext_9 .logement-vacance .picto-sun img, #category.cat_ext_10 .logement-vacance .picto-sun img, #category.cat_ext_11 .logement-vacance .picto-sun img, #category.cat_ext_12 .logement-vacance .picto-sun img, #category.cat_ext_13 .logement-vacance .picto-sun img, #category.cat_ext_14 .logement-vacance .picto-sun img {
      max-width: 8%;
      margin: 0 auto; }
    #category.cat_ext_6 .logement-vacance .logement-title, #category.cat_ext_7 .logement-vacance .logement-title, #category.cat_ext_8 .logement-vacance .logement-title, #category.cat_ext_9 .logement-vacance .logement-title, #category.cat_ext_10 .logement-vacance .logement-title, #category.cat_ext_11 .logement-vacance .logement-title, #category.cat_ext_12 .logement-vacance .logement-title, #category.cat_ext_13 .logement-vacance .logement-title, #category.cat_ext_14 .logement-vacance .logement-title {
      color: #005B89;
      font-size: 34px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 2rem;
      text-align: center; }
    #category.cat_ext_6 .logement-vacance .all-cards, #category.cat_ext_7 .logement-vacance .all-cards, #category.cat_ext_8 .logement-vacance .all-cards, #category.cat_ext_9 .logement-vacance .all-cards, #category.cat_ext_10 .logement-vacance .all-cards, #category.cat_ext_11 .logement-vacance .all-cards, #category.cat_ext_12 .logement-vacance .all-cards, #category.cat_ext_13 .logement-vacance .all-cards, #category.cat_ext_14 .logement-vacance .all-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px; }
      #category.cat_ext_6 .logement-vacance .all-cards .card-vacances, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances {
        border-radius: 5px;
        overflow: hidden;
        transition: all .2s linear;
        border: 5px;
        position: relative; }
        #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img {
          position: relative;
          object-fit: cover; }
          #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img img, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img img {
            object-fit: cover;
            height: 235px;
            width: 100%; }
          #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img .reduction, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img .reduction {
            position: absolute;
            font-family: "Gentleman800", sans-serif;
            white-space: nowrap;
            top: 10px;
            left: 10px;
            border-radius: 16px;
            padding: 8px 20px 4px 20px;
            height: 32px;
            color: #005B89;
            text-transform: none;
            margin: 0;
            line-height: 1;
            background: #FFF; }
          #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img a, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 12;
            display: block;
            font-family: "Gentleman600";
            font-weight: 600; }
          #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img .content, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img .content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0; }
            #category.cat_ext_6 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances .block-img .content .title-card, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances .block-img .content .title-card {
              text-align: center;
              padding: 1rem;
              background-color: rgba(166, 24, 102, 0.8);
              color: #fff;
              font-size: 1.25rem;
              text-transform: uppercase;
              font-family: "Gentleman800", sans-serif; }
        #category.cat_ext_6 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_7 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_8 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_9 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_10 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_11 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_12 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_13 .logement-vacance .all-cards .card-vacances:hover, #category.cat_ext_14 .logement-vacance .all-cards .card-vacances:hover {
          transform: translateY(-3px);
          box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
    @media (max-width: 320px) {
      #category.cat_ext_6 .logement-vacance .all-cards, #category.cat_ext_7 .logement-vacance .all-cards, #category.cat_ext_8 .logement-vacance .all-cards, #category.cat_ext_9 .logement-vacance .all-cards, #category.cat_ext_10 .logement-vacance .all-cards, #category.cat_ext_11 .logement-vacance .all-cards, #category.cat_ext_12 .logement-vacance .all-cards, #category.cat_ext_13 .logement-vacance .all-cards, #category.cat_ext_14 .logement-vacance .all-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } }
  @media (max-width: 600px) {
    #category.cat_ext_6 .logement-vacance, #category.cat_ext_7 .logement-vacance, #category.cat_ext_8 .logement-vacance, #category.cat_ext_9 .logement-vacance, #category.cat_ext_10 .logement-vacance, #category.cat_ext_11 .logement-vacance, #category.cat_ext_12 .logement-vacance, #category.cat_ext_13 .logement-vacance, #category.cat_ext_14 .logement-vacance {
      margin-bottom: 40px; }
      #category.cat_ext_6 .logement-vacance .logement-title, #category.cat_ext_7 .logement-vacance .logement-title, #category.cat_ext_8 .logement-vacance .logement-title, #category.cat_ext_9 .logement-vacance .logement-title, #category.cat_ext_10 .logement-vacance .logement-title, #category.cat_ext_11 .logement-vacance .logement-title, #category.cat_ext_12 .logement-vacance .logement-title, #category.cat_ext_13 .logement-vacance .logement-title, #category.cat_ext_14 .logement-vacance .logement-title {
        font-size: 24px; } }
  #category.cat_ext_6 .section-regie, #category.cat_ext_7 .section-regie, #category.cat_ext_8 .section-regie, #category.cat_ext_9 .section-regie, #category.cat_ext_10 .section-regie, #category.cat_ext_11 .section-regie, #category.cat_ext_12 .section-regie, #category.cat_ext_13 .section-regie, #category.cat_ext_14 .section-regie {
    background-color: #005B89;
    padding: 4.2rem; }
    #category.cat_ext_6 .section-regie img, #category.cat_ext_7 .section-regie img, #category.cat_ext_8 .section-regie img, #category.cat_ext_9 .section-regie img, #category.cat_ext_10 .section-regie img, #category.cat_ext_11 .section-regie img, #category.cat_ext_12 .section-regie img, #category.cat_ext_13 .section-regie img, #category.cat_ext_14 .section-regie img {
      border-radius: 8px; }
  #category.cat_ext_6 .section-regie:last-child, #category.cat_ext_7 .section-regie:last-child, #category.cat_ext_8 .section-regie:last-child, #category.cat_ext_9 .section-regie:last-child, #category.cat_ext_10 .section-regie:last-child, #category.cat_ext_11 .section-regie:last-child, #category.cat_ext_12 .section-regie:last-child, #category.cat_ext_13 .section-regie:last-child, #category.cat_ext_14 .section-regie:last-child {
    margin-bottom: 0; }
  #category.cat_ext_6 .like-destination, #category.cat_ext_7 .like-destination, #category.cat_ext_8 .like-destination, #category.cat_ext_9 .like-destination, #category.cat_ext_10 .like-destination, #category.cat_ext_11 .like-destination, #category.cat_ext_12 .like-destination, #category.cat_ext_13 .like-destination, #category.cat_ext_14 .like-destination {
    margin-top: 90px;
    padding-bottom: 0px; }
    #category.cat_ext_6 .like-destination .button-prev-next, #category.cat_ext_7 .like-destination .button-prev-next, #category.cat_ext_8 .like-destination .button-prev-next, #category.cat_ext_9 .like-destination .button-prev-next, #category.cat_ext_10 .like-destination .button-prev-next, #category.cat_ext_11 .like-destination .button-prev-next, #category.cat_ext_12 .like-destination .button-prev-next, #category.cat_ext_13 .like-destination .button-prev-next, #category.cat_ext_14 .like-destination .button-prev-next {
      position: relative; }
      #category.cat_ext_6 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_7 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_8 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_9 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_10 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_11 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_12 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_13 .like-destination .button-prev-next .slick-arrow, #category.cat_ext_14 .like-destination .button-prev-next .slick-arrow {
        height: 48px;
        width: 48px;
        border-radius: 100%;
        z-index: 10; }
      #category.cat_ext_6 .like-destination .button-prev-next .prev-destination, #category.cat_ext_7 .like-destination .button-prev-next .prev-destination, #category.cat_ext_8 .like-destination .button-prev-next .prev-destination, #category.cat_ext_9 .like-destination .button-prev-next .prev-destination, #category.cat_ext_10 .like-destination .button-prev-next .prev-destination, #category.cat_ext_11 .like-destination .button-prev-next .prev-destination, #category.cat_ext_12 .like-destination .button-prev-next .prev-destination, #category.cat_ext_13 .like-destination .button-prev-next .prev-destination, #category.cat_ext_14 .like-destination .button-prev-next .prev-destination {
        position: absolute;
        background: url(../img/fleche_diapo_gauche.svg) #FFF no-repeat center -10px;
        border: none;
        box-shadow: 0px 4px 8px #005B891F;
        cursor: pointer;
        right: 65px;
        top: -5rem;
        transition: .2s ease-in; }
        #category.cat_ext_6 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_7 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_8 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_9 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_10 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_11 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_12 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_13 .like-destination .button-prev-next .prev-destination:hover, #category.cat_ext_14 .like-destination .button-prev-next .prev-destination:hover {
          background: url(../img/fleche_diapo_gauche_blanche.svg) #A61866 no-repeat center -10px; }
      #category.cat_ext_6 .like-destination .button-prev-next .next-destination, #category.cat_ext_7 .like-destination .button-prev-next .next-destination, #category.cat_ext_8 .like-destination .button-prev-next .next-destination, #category.cat_ext_9 .like-destination .button-prev-next .next-destination, #category.cat_ext_10 .like-destination .button-prev-next .next-destination, #category.cat_ext_11 .like-destination .button-prev-next .next-destination, #category.cat_ext_12 .like-destination .button-prev-next .next-destination, #category.cat_ext_13 .like-destination .button-prev-next .next-destination, #category.cat_ext_14 .like-destination .button-prev-next .next-destination {
        position: absolute;
        background: url(../img/fleche_diapo_droite.png) #FFF no-repeat center -10px;
        border: none;
        box-shadow: 0px 4px 8px #005B891F;
        cursor: pointer;
        right: 0;
        top: -5rem;
        transition: .2s ease-in; }
        #category.cat_ext_6 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_7 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_8 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_9 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_10 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_11 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_12 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_13 .like-destination .button-prev-next .next-destination:hover, #category.cat_ext_14 .like-destination .button-prev-next .next-destination:hover {
          background: url(../img/fleche_diapo_droite_blanche.png) #A61866 no-repeat center -10px; }
    #category.cat_ext_6 .like-destination h2, #category.cat_ext_7 .like-destination h2, #category.cat_ext_8 .like-destination h2, #category.cat_ext_9 .like-destination h2, #category.cat_ext_10 .like-destination h2, #category.cat_ext_11 .like-destination h2, #category.cat_ext_12 .like-destination h2, #category.cat_ext_13 .like-destination h2, #category.cat_ext_14 .like-destination h2 {
      color: #005B89;
      font-size: 34px;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 2rem; }
    #category.cat_ext_6 .like-destination .destination-cards, #category.cat_ext_7 .like-destination .destination-cards, #category.cat_ext_8 .like-destination .destination-cards, #category.cat_ext_9 .like-destination .destination-cards, #category.cat_ext_10 .like-destination .destination-cards, #category.cat_ext_11 .like-destination .destination-cards, #category.cat_ext_12 .like-destination .destination-cards, #category.cat_ext_13 .like-destination .destination-cards, #category.cat_ext_14 .like-destination .destination-cards {
      margin-top: 4rem; }
      #category.cat_ext_6 .like-destination .destination-cards .slick-dots, #category.cat_ext_7 .like-destination .destination-cards .slick-dots, #category.cat_ext_8 .like-destination .destination-cards .slick-dots, #category.cat_ext_9 .like-destination .destination-cards .slick-dots, #category.cat_ext_10 .like-destination .destination-cards .slick-dots, #category.cat_ext_11 .like-destination .destination-cards .slick-dots, #category.cat_ext_12 .like-destination .destination-cards .slick-dots, #category.cat_ext_13 .like-destination .destination-cards .slick-dots, #category.cat_ext_14 .like-destination .destination-cards .slick-dots {
        bottom: 10px; }
      #category.cat_ext_6 .like-destination .destination-cards .slick-list, #category.cat_ext_7 .like-destination .destination-cards .slick-list, #category.cat_ext_8 .like-destination .destination-cards .slick-list, #category.cat_ext_9 .like-destination .destination-cards .slick-list, #category.cat_ext_10 .like-destination .destination-cards .slick-list, #category.cat_ext_11 .like-destination .destination-cards .slick-list, #category.cat_ext_12 .like-destination .destination-cards .slick-list, #category.cat_ext_13 .like-destination .destination-cards .slick-list, #category.cat_ext_14 .like-destination .destination-cards .slick-list {
        margin: 0 -15px; }
      #category.cat_ext_6 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_7 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_8 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_9 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_10 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_11 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_12 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_13 .like-destination .destination-cards .slick-slide > div, #category.cat_ext_14 .like-destination .destination-cards .slick-slide > div {
        padding: 0 15px; }
      #category.cat_ext_6 .like-destination .destination-cards .card-vacances, #category.cat_ext_7 .like-destination .destination-cards .card-vacances, #category.cat_ext_8 .like-destination .destination-cards .card-vacances, #category.cat_ext_9 .like-destination .destination-cards .card-vacances, #category.cat_ext_10 .like-destination .destination-cards .card-vacances, #category.cat_ext_11 .like-destination .destination-cards .card-vacances, #category.cat_ext_12 .like-destination .destination-cards .card-vacances, #category.cat_ext_13 .like-destination .destination-cards .card-vacances, #category.cat_ext_14 .like-destination .destination-cards .card-vacances {
        margin-bottom: 12rem; }
        #category.cat_ext_6 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .block-img, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .block-img {
          position: relative; }
          #category.cat_ext_6 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .block-img img {
            object-fit: cover;
            height: 315px;
            width: 100%; }
        #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element {
          background: #fff;
          position: absolute;
          width: 70%;
          bottom: -2rem;
          left: 3rem;
          box-shadow: 0px 4px 8px #005B891F; }
          #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .title-card, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .title-card {
            color: #fff;
            padding: 13px 18px;
            font-size: 1.25rem;
            text-transform: uppercase;
            font-family: "Gentleman800", sans-serif;
            background: transparent linear-gradient(90deg, #A61866 0%, #A61866B2 100%) 0% 0% no-repeat padding-box; }
          #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description {
            padding: 12px 18px; }
            #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .stars {
              color: #ffe600;
              margin-bottom: 12px; }
            #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc {
              display: flex;
              justify-content: space-between;
              align-items: flex-end; }
              #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p {
                padding-bottom: 0px;
                margin-right: 20px; }
              #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a {
                margin: 0; }
            @media (max-width: 767px) {
              #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc {
                flex-direction: column; }
                #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a {
                  width: 50%;
                  margin: 0 auto; } }
    @media (max-width: 600px) {
      #category.cat_ext_6 .like-destination .destination-cards, #category.cat_ext_7 .like-destination .destination-cards, #category.cat_ext_8 .like-destination .destination-cards, #category.cat_ext_9 .like-destination .destination-cards, #category.cat_ext_10 .like-destination .destination-cards, #category.cat_ext_11 .like-destination .destination-cards, #category.cat_ext_12 .like-destination .destination-cards, #category.cat_ext_13 .like-destination .destination-cards, #category.cat_ext_14 .like-destination .destination-cards {
        margin-top: 2rem; }
        #category.cat_ext_6 .like-destination .destination-cards .card-vacances, #category.cat_ext_7 .like-destination .destination-cards .card-vacances, #category.cat_ext_8 .like-destination .destination-cards .card-vacances, #category.cat_ext_9 .like-destination .destination-cards .card-vacances, #category.cat_ext_10 .like-destination .destination-cards .card-vacances, #category.cat_ext_11 .like-destination .destination-cards .card-vacances, #category.cat_ext_12 .like-destination .destination-cards .card-vacances, #category.cat_ext_13 .like-destination .destination-cards .card-vacances, #category.cat_ext_14 .like-destination .destination-cards .card-vacances {
          margin-bottom: 4rem; }
          #category.cat_ext_6 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .block-img img, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .block-img img {
            height: 200px; }
          #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element {
            position: initial;
            width: 100%; }
            #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-title, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-title {
              text-align: center; }
            #category.cat_ext_6 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_7 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_8 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_9 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_10 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_11 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_12 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_13 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p, #category.cat_ext_14 .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc p {
              margin-right: auto;
              text-align: center;
              margin-left: auto;
              margin-bottom: 1rem; } }
  @media (max-width: 600px) {
    #category.cat_ext_6 .like-destination, #category.cat_ext_7 .like-destination, #category.cat_ext_8 .like-destination, #category.cat_ext_9 .like-destination, #category.cat_ext_10 .like-destination, #category.cat_ext_11 .like-destination, #category.cat_ext_12 .like-destination, #category.cat_ext_13 .like-destination, #category.cat_ext_14 .like-destination {
      margin-top: 60px; }
      #category.cat_ext_6 .like-destination h2, #category.cat_ext_7 .like-destination h2, #category.cat_ext_8 .like-destination h2, #category.cat_ext_9 .like-destination h2, #category.cat_ext_10 .like-destination h2, #category.cat_ext_11 .like-destination h2, #category.cat_ext_12 .like-destination h2, #category.cat_ext_13 .like-destination h2, #category.cat_ext_14 .like-destination h2 {
        font-size: 24px;
        margin-bottom: 0;
        text-align: center; } }

#loader-fns {
  width: 10px;
  margin: 0 auto;
  margin-top: 0px;
  height: 160px;
  margin-top: 70px; }
  #loader-fns .container-loader {
    position: absolute;
    animation: rotate 3s linear infinite; }
  #loader-fns .container-loader:last-of-type {
    z-index: -1;
    margin: 1%; }
  #loader-fns .triangle {
    position: relative;
    text-align: left;
    transform-origin: 33.33% 66.66%; }
  #loader-fns .triangle:before,
  #loader-fns .triangle:after {
    content: "";
    position: absolute;
    background: inherit; }
  #loader-fns .triangle,
  #loader-fns .triangle:before,
  #loader-fns .triangle:after {
    width: 2.3em;
    height: 2.3em;
    border-top-right-radius: 20%; }
  #loader-fns .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }
  #loader-fns .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }
  #loader-fns .triangle:first-of-type {
    background: #A61866;
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
    animation: first 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #loader-fns .triangle:last-of-type {
    background: #005b89;
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
    animation: last 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #loader-fns .triangle.shadow,
  #loader-fns .triangle.shadow:before,
  #loader-fns .triangle.shadow:after {
    background: #a0f5d0;
    backface-visibility: hidden;
    perspective: 1000;
    filter: blur(0.5em); }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes first {
  0% {
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%); }
  33% {
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, -120%); }
  66% {
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, 112%); } }

@keyframes last {
  0% {
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%); }
  33% {
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(134%, -4%); }
  66% {
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-89%, -214%); } }

#checkout #checkout-payment-step .content .payment-options .custom-radio {
  border: none;
  border: 2 px solid black !important;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.4); }

#checkout #checkout-payment-step .content .payment-ancv {
  display: flex;
  align-items: center;
  margin: 0.7em 0;
  margin-bottom: 0.7em;
  margin-bottom: .75rem;
  background: #e6ecf7;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  #checkout #checkout-payment-step .content .payment-ancv p {
    margin-bottom: 0.7em; }
    #checkout #checkout-payment-step .content .payment-ancv p.h3 {
      font-size: 2em;
      margin: 0;
      padding: 0; }
  #checkout #checkout-payment-step .content .payment-ancv img {
    border-radius: 50%;
    margin-right: 2em;
    padding: 25px;
    background: #fff; }
  #checkout #checkout-payment-step .content .payment-ancv li span {
    background-color: #005b89;
    display: inline-block;
    width: 2em;
    height: 2em;
    color: #fff;
    text-align: center;
    line-height: 0.6em;
    border-radius: 50%;
    padding: 0.8em;
    font-weight: bold; }

#checkout .checkout-step #conditions-to-approve {
  border-radius: 8px; }

@media (max-width: 767px) {
  #checkout #checkout-payment-step .content .payment-ancv {
    display: block; }
    #checkout #checkout-payment-step .content .payment-ancv img {
      margin: 1em auto; } }

#category.cat_ext_6 #wrapper .breadcrumb, #category.cat_ext_7 #wrapper .breadcrumb, #category.cat_ext_8 #wrapper .breadcrumb, #category.cat_ext_9 #wrapper .breadcrumb, #category.cat_ext_10 #wrapper .breadcrumb, #category.cat_ext_11 #wrapper .breadcrumb, #category.cat_ext_12 #wrapper .breadcrumb, #category.cat_ext_13 #wrapper .breadcrumb {
  margin-bottom: 0; }

#category.cat_ext_6 .fns-result-pager, #category.cat_ext_7 .fns-result-pager, #category.cat_ext_8 .fns-result-pager, #category.cat_ext_9 .fns-result-pager, #category.cat_ext_10 .fns-result-pager, #category.cat_ext_11 .fns-result-pager, #category.cat_ext_12 .fns-result-pager, #category.cat_ext_13 .fns-result-pager {
  background-color: transparent;
  border: none;
  color: #005B89;
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.8);
  padding: 1rem;
  margin-bottom: 1em; }
  #category.cat_ext_6 .fns-result-pager .k-link, #category.cat_ext_7 .fns-result-pager .k-link, #category.cat_ext_8 .fns-result-pager .k-link, #category.cat_ext_9 .fns-result-pager .k-link, #category.cat_ext_10 .fns-result-pager .k-link, #category.cat_ext_11 .fns-result-pager .k-link, #category.cat_ext_12 .fns-result-pager .k-link, #category.cat_ext_13 .fns-result-pager .k-link {
    color: #005B89;
    border: none; }
  #category.cat_ext_6 .fns-result-pager.hidden, #category.cat_ext_7 .fns-result-pager.hidden, #category.cat_ext_8 .fns-result-pager.hidden, #category.cat_ext_9 .fns-result-pager.hidden, #category.cat_ext_10 .fns-result-pager.hidden, #category.cat_ext_11 .fns-result-pager.hidden, #category.cat_ext_12 .fns-result-pager.hidden, #category.cat_ext_13 .fns-result-pager.hidden {
    display: none; }

#category.cat_ext_6 .fns-ban-left, #category.cat_ext_7 .fns-ban-left, #category.cat_ext_8 .fns-ban-left, #category.cat_ext_9 .fns-ban-left, #category.cat_ext_10 .fns-ban-left, #category.cat_ext_11 .fns-ban-left, #category.cat_ext_12 .fns-ban-left, #category.cat_ext_13 .fns-ban-left {
  opacity: 1;
  height: auto;
  transition: opacity 250ms ease-out 1s;
  position: sticky;
  top: 200px; }
  #category.cat_ext_6 .fns-ban-left.hidden, #category.cat_ext_7 .fns-ban-left.hidden, #category.cat_ext_8 .fns-ban-left.hidden, #category.cat_ext_9 .fns-ban-left.hidden, #category.cat_ext_10 .fns-ban-left.hidden, #category.cat_ext_11 .fns-ban-left.hidden, #category.cat_ext_12 .fns-ban-left.hidden, #category.cat_ext_13 .fns-ban-left.hidden {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 250ms ease-out 1s; }
  #category.cat_ext_6 .fns-ban-left img, #category.cat_ext_7 .fns-ban-left img, #category.cat_ext_8 .fns-ban-left img, #category.cat_ext_9 .fns-ban-left img, #category.cat_ext_10 .fns-ban-left img, #category.cat_ext_11 .fns-ban-left img, #category.cat_ext_12 .fns-ban-left img, #category.cat_ext_13 .fns-ban-left img {
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }

#category.cat_ext_6 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_7 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_8 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_9 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_10 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_11 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_12 .k-pager-wrap .k-link.k-state-selected, #category.cat_ext_13 .k-pager-wrap .k-link.k-state-selected {
  color: #fff;
  background-color: #A61866;
  border-radius: 5px; }

#category.cat_ext_6 .k-pager-numbers li, #category.cat_ext_7 .k-pager-numbers li, #category.cat_ext_8 .k-pager-numbers li, #category.cat_ext_9 .k-pager-numbers li, #category.cat_ext_10 .k-pager-numbers li, #category.cat_ext_11 .k-pager-numbers li, #category.cat_ext_12 .k-pager-numbers li, #category.cat_ext_13 .k-pager-numbers li {
  padding-bottom: 0px; }

#category.cat_ext_6 #fns-result-list-empty.hidden, #category.cat_ext_7 #fns-result-list-empty.hidden, #category.cat_ext_8 #fns-result-list-empty.hidden, #category.cat_ext_9 #fns-result-list-empty.hidden, #category.cat_ext_10 #fns-result-list-empty.hidden, #category.cat_ext_11 #fns-result-list-empty.hidden, #category.cat_ext_12 #fns-result-list-empty.hidden, #category.cat_ext_13 #fns-result-list-empty.hidden {
  display: none; }

#category .category-type-8 {
  width: 100%;
  text-align: center;
  padding-top: 2em !important;
  align-items: inherit !important; }
  #category .category-type-8 .select-choice {
    width: 100%; }
    #category .category-type-8 .select-choice .category-header {
      text-align: center;
      width: 100%; }
      #category .category-type-8 .select-choice .category-header .container-page-marque {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #category .category-type-8 .select-choice .category-header .container-page-marque .marque-img {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative;
          margin-bottom: 1rem; }
          #category .category-type-8 .select-choice .category-header .container-page-marque .marque-img .forme {
            margin-left: auto;
            margin-right: auto;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.6); }
          #category .category-type-8 .select-choice .category-header .container-page-marque .marque-img img {
            margin: 0 auto 1em auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 150px; }
        #category .category-type-8 .select-choice .category-header .container-page-marque .h1 {
          margin: 0;
          display: block; }

#fns-result-list {
  box-shadow: none;
  background-color: transparent;
  border: 0; }
  #fns-result-list .residence {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
    padding: 20px;
    margin-bottom: 1em; }
    #fns-result-list .residence .residence-result {
      display: flex; }
      #fns-result-list .residence .residence-result .col {
        width: 50%; }
        #fns-result-list .residence .residence-result .col.col2 {
          padding-left: 20px; }
          #fns-result-list .residence .residence-result .col.col2 .product-name {
            font-size: 1.3em;
            font-weight: bold;
            color: #A61866;
            text-transform: uppercase;
            text-decoration: none; }
        #fns-result-list .residence .residence-result .col .addr {
          color: #005B89;
          font-size: 1em;
          margin: 0.5em 0;
          padding: 0; }
          #fns-result-list .residence .residence-result .col .addr i {
            color: #005B89;
            font-size: 1em; }
    #fns-result-list .residence .product {
      border-top: 1px solid #3B3D4A;
      margin-top: 1em;
      padding: 1em 0 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #fns-result-list .residence .product .content-card {
        display: flex;
        justify-content: space-between;
        width: 70%; }
        #fns-result-list .residence .product .content-card .col.col1 {
          flex-basis: 50%; }
        #fns-result-list .residence .product .content-card .col.col3 {
          width: 120px; }
        #fns-result-list .residence .product .content-card .prix-reduction {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center; }
        #fns-result-list .residence .product .content-card .product-label {
          color: #A61866;
          font-size: 0.8em;
          font-weight: bold;
          text-transform: uppercase; }
        #fns-result-list .residence .product .content-card .product-type {
          color: #005B89;
          font-size: 0.9em;
          padding-bottom: 0.4em; }
        #fns-result-list .residence .product .content-card .availability-dates {
          color: #3B3D4A;
          background-image: url("../img/fns_date.svg");
          font-size: 0.8em;
          background-repeat: no-repeat;
          padding-left: 1.6em;
          margin-bottom: 0.8em;
          background-size: 17px; }
        #fns-result-list .residence .product .content-card .btn {
          height: auto; }
        #fns-result-list .residence .product .content-card .availability-price {
          font-size: 1.6rem;
          line-height: 0.9;
          color: #A61866;
          font-family: "Gentleman900", sans-serif;
          margin-left: 0.1em; }
        #fns-result-list .residence .product .content-card .availability-reduction {
          background-color: #A61866;
          color: #fff;
          padding: 0.3em 0.6em;
          margin-right: 1rem; }
      #fns-result-list .residence .product .col4 a {
        height: 22px; }
    @media (max-width: 1080px) {
      #fns-result-list .residence .product .col.col1 {
        flex-basis: 50%; }
      #fns-result-list .residence .product .content-card {
        display: flex;
        justify-content: space-between; }
        #fns-result-list .residence .product .content-card .prix-reduction {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          #fns-result-list .residence .product .content-card .prix-reduction .col2 .availability-reduction {
            margin-bottom: 1rem; } }
    @media (max-width: 530px) {
      #fns-result-list .residence .product {
        flex-direction: row; }
        #fns-result-list .residence .product .content-card {
          flex-direction: column; }
          #fns-result-list .residence .product .content-card .prix-reduction {
            align-items: center;
            flex-direction: row;
            justify-content: space-between; }
            #fns-result-list .residence .product .content-card .prix-reduction .col2 .availability-reduction {
              margin-bottom: 0; } }
    @media (max-width: 375px) {
      #fns-result-list .residence .product {
        width: 100%;
        flex-direction: column; }
        #fns-result-list .residence .product .content-card {
          width: 100%;
          flex-direction: column; }
          #fns-result-list .residence .product .content-card .prix-reduction .col2 .availability-reduction {
            margin-bottom: 0rem; } }
  @media (max-width: 1080px) {
    #fns-result-list .residence .residence-result {
      flex-direction: column; }
      #fns-result-list .residence .residence-result .col.col1 {
        width: 100%; }
      #fns-result-list .residence .residence-result .col.col2 {
        width: 100%;
        padding-left: 0px;
        margin-top: 1rem; } }
  #fns-result-list .product-bullet {
    justify-content: left;
    margin-bottom: 1em; }
    #fns-result-list .product-bullet .bullet {
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      padding: 0.5em 1em 0.2em 1em;
      height: auto; }

#product.main_product_type_4 #main {
  padding-bottom: 0; }
  #product.main_product_type_4 #main div.product-top div {
    width: 100%;
    text-align: center; }
  #product.main_product_type_4 #main div.product-top .col1 a {
    display: inline-block; }
    #product.main_product_type_4 #main div.product-top .col1 a img {
      max-height: 150px;
      margin-bottom: 1em; }

#product.main_product_type_4 #wrapper {
  background: #fff;
  /*slider produit*/
  /*Slider variant */ }
  #product.main_product_type_4 #wrapper .content-type-0::before,
  #product.main_product_type_4 #wrapper .content-type-1::before,
  #product.main_product_type_4 #wrapper .content-type-2::before,
  #product.main_product_type_4 #wrapper .content-type-3::before,
  #product.main_product_type_4 #wrapper .content-type-4::before,
  #product.main_product_type_4 #wrapper .content-type-0::after,
  #product.main_product_type_4 #wrapper .content-type-1::after,
  #product.main_product_type_4 #wrapper .content-type-2::after,
  #product.main_product_type_4 #wrapper .content-type-3::after,
  #product.main_product_type_4 #wrapper .content-type-4::after {
    display: none; }
  #product.main_product_type_4 #wrapper .h1 {
    font-size: 58px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  #product.main_product_type_4 #wrapper .product-information .col-gauche .h2,
  #product.main_product_type_4 #wrapper .h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #005B89;
    text-transform: uppercase;
    margin-bottom: 1.2em; }
  #product.main_product_type_4 #wrapper .addr {
    font-size: 20px; }
    #product.main_product_type_4 #wrapper .addr i {
      float: none; }
  #product.main_product_type_4 #wrapper .favorite-block {
    display: inline-block;
    background: #FEAF11 0% 0% no-repeat padding-box;
    border-radius: 50px;
    font: normal normal normal 16px/19px Gentleman600;
    color: #005B89; }
    #product.main_product_type_4 #wrapper .favorite-block i {
      width: 40px;
      height: 40px;
      background: #3B3D4A66 0% 0% no-repeat padding-box;
      border-radius: 20px;
      color: #fff;
      text-align: center;
      line-height: 40px; }
    #product.main_product_type_4 #wrapper .favorite-block a {
      display: inline-block;
      padding: 0 1em 0 0.6em;
      text-decoration: none;
      color: #005B89; }
  #product.main_product_type_4 #wrapper .favorite-block:hover {
    background: #005B89; }
    #product.main_product_type_4 #wrapper .favorite-block:hover a {
      color: #fff; }
  #product.main_product_type_4 #wrapper .favorite-block[data-action="del"] {
    background: #005B89; }
    #product.main_product_type_4 #wrapper .favorite-block[data-action="del"] a {
      color: #fff; }
  #product.main_product_type_4 #wrapper .text-vacance {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #FAFAFA; }
    #product.main_product_type_4 #wrapper .text-vacance .description-vacance .description-product-toggle {
      display: none; }
    #product.main_product_type_4 #wrapper .text-vacance .description-vacance .description-product-check {
      padding-bottom: 0;
      color: #3B3D4A; }
  #product.main_product_type_4 #wrapper::before {
    display: none; }
  #product.main_product_type_4 #wrapper .slider-list-vacance .photo-inner img {
    border-radius: 5px; }
  #product.main_product_type_4 #wrapper .slider-list-vacance .slick-center img {
    transition: all .4s linear;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25); }
  #product.main_product_type_4 #wrapper .slider-list-vacance .slick-list {
    overflow: visible;
    margin-bottom: 5rem;
    margin-top: 5rem; }
  #product.main_product_type_4 #wrapper .product-slider-list-4 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden; }
    #product.main_product_type_4 #wrapper .product-slider-list-4 .slider-list {
      padding-top: 2em; }
    #product.main_product_type_4 #wrapper .product-slider-list-4 .slick-prev {
      left: 20px; }
    #product.main_product_type_4 #wrapper .product-slider-list-4 .slick-next {
      right: 20px; }
    #product.main_product_type_4 #wrapper .product-slider-list-4 .slick-prev:hover,
    #product.main_product_type_4 #wrapper .product-slider-list-4 .slick-next:hover {
      opacity: 1; }
  #product.main_product_type_4 #wrapper .product-information-section {
    background: white;
    background: linear-gradient(180deg, white 0%, white 25%, #005b89 25%, #005b89 100%);
    margin-top: 0em; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche {
      /*CARD */ }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card {
        display: none; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card.opencard {
          display: block; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card.opencard .promo-block {
            position: absolute;
            background: #FEAF11;
            border-radius: 16px;
            display: block;
            padding: 9px 10px 4px 10px;
            height: 32px;
            color: #000;
            text-transform: none;
            margin: 0;
            line-height: 1;
            top: 10px;
            left: -10px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card:hover::after {
          display: none !important; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card.unselected-card::after {
          content: '';
          background-color: rgba(57, 57, 57, 0.5);
          display: block;
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare {
        margin: 2em 0; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare > div {
          width: 30%;
          margin-right: 3% !important;
          float: left; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare > div a {
            color: #3B3D4A !important;
            border: 1px solid #005B89 !important;
            height: 51px;
            background: #fff;
            border-radius: 0 !important;
            box-shadow: 0px 4px 8px #005B891F; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare .filter-limit_max a {
          background-image: url("../img/Icon material-people.svg");
          background-repeat: no-repeat;
          background-position: 15px center;
          padding: 5px 0 0 50px !important; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare .filter-number_rooms a {
          background-image: url("../img/Icon material-hotel.svg");
          background-repeat: no-repeat;
          background-position: 15px center;
          padding: 5px 0 0 50px !important; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare #clear_filter {
          display: none;
          background-color: transparent;
          border: 0;
          height: 50px;
          font-size: 12px;
          letter-spacing: 0px;
          color: #005B89;
          text-transform: uppercase;
          cursor: pointer; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare #clear_filter i {
            border: 1px solid #005B89;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            margin-right: 0.4em; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare #clear_filter:hover i {
            background-color: #005B89;
            color: #fff; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #no-combination {
        background: #ECA4A4;
        border-radius: 8px;
        box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
        padding: 1em; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #no-combination.hidden {
        display: none; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information {
        display: flex; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col1 {
          flex-basis: 30%;
          width: 290px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 {
          flex-basis: 70%;
          text-align: left;
          padding-left: 2em;
          padding-top: 1em; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .product-name {
            font-size: 16px;
            font-weight: bold;
            color: #A61866;
            text-transform: uppercase;
            opacity: 1; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .card-product-desc-toggle {
            display: none;
            text-align: center;
            margin-top: 1em;
            margin-bottom: 1em; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .details-list-toggle {
            text-align: left;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            color: #005B89;
            text-transform: uppercase;
            line-height: 24px; }
            #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .details-list-toggle span {
              font-size: 16px;
              font-weight: bold; }
            #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .details-list-toggle:hover {
              text-decoration: underline; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .action > .col-md-8 {
            padding: 0; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .action .add-vacance {
            margin: 0; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .action > p {
            padding-bottom: 0; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .type-logement {
            font-size: 13px;
            font-weight: normal;
            color: #005B89; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 .product-description {
            text-align: left;
            font-size: 13px;
            font-weight: normal;
            letter-spacing: 0px;
            color: #3B3D4A;
            margin-top: 1em; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product .slick-prev {
          left: 0;
          border-radius: 0 40px 40px 0;
          width: 20px;
          height: 40px;
          background: url(../img/fleche_diapo_gauche_blanche.svg) #A61866 no-repeat center -5px;
          background-size: 50px;
          opacity: 0.3; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product .slick-next {
          right: 0;
          border-radius: 40px 0 0 40px;
          width: 20px;
          height: 40px;
          background: url(../img/fleche_diapo_droite_blanche.svg) #A61866 no-repeat center -5px;
          background-size: 50px;
          opacity: 0.3; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product .slick-slide img {
          opacity: 0.5;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product .slick-current img {
          opacity: 1;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          cursor: pointer; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product .thumbs {
          padding: 1px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product:hover .slick-arrow.slick-prev,
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .slider_product:hover .slick-arrow.slick-next {
          opacity: 1;
          -webkit-transition: opacity 0.5s ease-in-out;
          -moz-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list {
        display: block;
        border-top: 1px solid #ccc;
        padding: 1em 0 1em;
        margin-top: 1em; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list .title {
          font-size: 13px;
          text-align: left;
          font-family: Gentleman 700;
          letter-spacing: 0px;
          color: #005B89;
          opacity: 1; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list .criterion {
          font-size: 13px;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 2em; }
          #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list .criterion span {
            flex-basis: 31%;
            font-size: 13px;
            padding: 0em 0;
            color: #3B3D4A; }
            #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list .criterion span i {
              color: #A61866; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .details-list.hidden {
          display: none; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite {
      margin-top: 117px; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .bloc-right {
        height: 430px; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .summary-price {
        height: 430px; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card {
        height: 490px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card #loaderright {
          height: 460px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card .bloc-right {
          height: 460px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card .summary-price {
          height: 460px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card .flip-card-inner .flip-card-inner-back .empty_product p {
          font-size: 19px; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card .flip-card-inner .flip-card-inner-back .empty_product .surline-blue {
          display: block;
          color: #fff;
          background-color: #005B89;
          border-radius: 5px;
          text-transform: uppercase;
          font-size: 27px;
          line-height: 32px;
          padding: 0.3em 0 0.2em;
          margin-bottom: 0.5em; }
        #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite .flip-card .flip-card-inner .flip-card-inner-back .empty_product .material-icons {
          margin-top: 2.5em; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite #fns-product-summary .dropdown a.select-title {
        color: #3B3D4A !important;
        border: 1px solid #005B89 !important;
        background: #fff;
        border-radius: 0;
        margin: 0.2em 10px !important;
        width: calc(100% - 20px);
        height: 40px;
        font-size: 12px;
        background-image: url("../img/fns_nb_nuit.svg");
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 17px;
        padding: 0 0 0 40px !important; }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite #fns-product-summary .dropdown.travelers a.select-title {
        background-image: url("../img/fns_personne.svg"); }
      #product.main_product_type_4 #wrapper .product-information-section .product-information .col-droite #fns-product-summary .dropdown.fns-dates a.select-title {
        background-image: url("../img/fns_date.svg"); }
    #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary {
      margin-bottom: 1em; }
      #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary .dropdown-menu {
        width: 130%; }
      #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary .facet-dropdown .select-list.fns-dates {
        padding: 10px; }
      #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary .facet-dropdown .select-list .price {
        color: #A61866;
        font-weight: bold; }
      #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary .facet-dropdown .select-list:hover {
        cursor: pointer; }
        #product.main_product_type_4 #wrapper .product-information-section #fns-product-summary .facet-dropdown .select-list:hover .price {
          color: #fff; }

.productdescriptiondestination {
  background-color: #FAFAFA;
  padding: 3em 0; }
  .productdescriptiondestination .h2 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #A61866;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  .productdescriptiondestination p {
    font-size: 16px;
    color: #3B3D4A;
    opacity: 1; }
  .productdescriptiondestination p.addr {
    font-size: 20px;
    color: #005B89;
    text-align: left; }
    .productdescriptiondestination p.addr i {
      color: #005B89; }
  .productdescriptiondestination img {
    box-shadow: 0px 4px 6px #00000029; }
  .productdescriptiondestination .info-cat-ville {
    background-color: #fff;
    width: 70%;
    position: absolute;
    bottom: -2em;
    left: 2em;
    box-shadow: 0px 4px 8px #005B891F; }
    .productdescriptiondestination .info-cat-ville .title {
      font-size: 20px;
      padding: 10px 1em;
      color: #FFFFFF;
      text-transform: uppercase;
      background: transparent linear-gradient(90deg, #A61866 0%, #A61866B2 100%) 0% 0% no-repeat padding-box; }
    .productdescriptiondestination .info-cat-ville .description {
      font-size: 14px;
      color: #3B3D4A;
      padding: 10px 1em;
      min-height: 4em; }
      .productdescriptiondestination .info-cat-ville .description a {
        float: right;
        margin: 0; }
      .productdescriptiondestination .info-cat-ville .description p {
        margin: 0;
        padding: 0;
        line-height: 1em; }
  .productdescriptiondestination :before {
    display: none; }

/*Critere */
.productdescriptioncriterion {
  background-color: #FAFAFA;
  padding: 3em 0; }
  .productdescriptioncriterion .criterions {
    text-align: left;
    font-size: 16px;
    color: #3B3D4A; }
    .productdescriptioncriterion .criterions .title {
      font-weight: normal; }
      .productdescriptioncriterion .criterions .title span {
        color: #A61866;
        padding-right: 0.5em; }
    .productdescriptioncriterion .criterions .value {
      font-weight: 700; }
  .productdescriptioncriterion .details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 20px;
    margin-right: 50px; }
    .productdescriptioncriterion .details div {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .productdescriptioncriterion .details div .key {
        display: block;
        font-size: 1rem;
        margin-top: 1em;
        margin-bottom: .5em;
        font-weight: 500;
        text-align: center; }
      .productdescriptioncriterion .details div .value {
        display: block;
        font-size: 12px;
        text-align: center; }

/*MAP*/
#map-vacance-emiles {
  height: 50vh; }

#map-vacance-emiles-info-popup {
  display: none; }

.leaflet-popup-content .title {
  color: #005B89;
  font-weight: bold;
  display: block; }

.garanties {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  margin-top: 32px;
  padding: 20px 1em; }
  .garanties .h2 {
    font-size: 27px !important;
    margin: 0 !important;
    padding: 0 !important; }
  .garanties div {
    font-weight: 18px;
    color: #3B3D4A; }
    .garanties div .chiffre {
      font-weight: 18px;
      color: #005B89; }
      .garanties div .chiffre i {
        height: 15px;
        width: 15px;
        display: inline-block;
        border: 1px solid #A61866;
        padding: 17px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        line-height: 36px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 0.2em;
        margin-bottom: 0.2em; }
        .garanties div .chiffre i.icon-location {
          background-image: url("../img/Icon material-home.svg"); }
        .garanties div .chiffre i.icon-garantie {
          background-image: url("../img/Icon ionic-ios-pricetag.svg"); }
        .garanties div .chiffre i.icon-service {
          background-image: url("../img/Icon material-people-1.svg"); }
        .garanties div .chiffre i.icon-agv {
          background-image: url("../img/Icon map-travel-agency.svg"); }
        .garanties div .chiffre i.icon-paiement {
          background-image: url("../img/Icon awesome-euro-sign.svg"); }

#base-fns-economie {
  display: block;
  clear: left;
  text-align: right;
  margin-top: -20px;
  margin-bottom: 10px;
  color: #A09D9C; }
  #base-fns-economie span {
    text-decoration: line-through; }
  #base-fns-economie.hidde {
    display: none; }

/* ==========================================================================
|  MAX WIDTH 992PX
========================================================================== */
@media screen and (max-width: 992px) {
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .details-list .criterion {
    flex-direction: column; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information {
    display: block; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare > div {
      width: 90%;
      margin: 0 !important; } }

/* ==========================================================================
|  MAX WIDTH 768PX
========================================================================== */
@media screen and (max-width: 768px) {
  #product.main_product_type_4 #wrapper .h1 {
    font-size: 37px; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information {
    display: block; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .action .col-md-4 {
      display: flex;
      justify-content: end; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare > div {
    width: 95%;
    margin: 0 !important; }
  #fns-result-list .residence .residence-result {
    flex-direction: column; }
    #fns-result-list .residence .residence-result .col {
      width: 100%;
      margin-bottom: 1em; }
  #fns-result-list .product .availability-price {
    font-size: 1.3rem; }
  #category.cat_ext_6 .logement-vacance .picto-sun img {
    max-width: 15%;
    margin: 0 auto; }
  #category.cat_ext_6 .our-partner .picto-partner img {
    max-width: 15%;
    margin: 0 auto; } }

/* ==========================================================================
|  MAX WIDTH 576PX
========================================================================== */
@media screen and (max-width: 576px) {
  .like-destination h2 {
    font-size: 25px; }
  .like-destination .destination-cards .card-vacances .descritpion-element .content-description .desc a {
    width: 100%; }
  .logement-vacance .picto-sun img {
    max-width: 28%;
    margin: 0 auto; }
  .logement-vacance .logement-title {
    font-size: 24px; }
  .our-partner .picto-partner img {
    max-width: 28%;
    margin: 0 auto; }
  .our-partner .text-partner h2 {
    font-size: 25px; }
  #category.cat_ext_6 .logement-title {
    font-size: 29px; }
  .like-destination h2 {
    font-size: 29px; }
  .like-destination #category.cat_ext_6 .our-partner .text-partner h2 {
    font-size: 29px; }
  .like-destination #category.cat_ext_6 .our-partner .text-partner p {
    text-align: left; }
  .like-destination .availability-reduction {
    margin-bottom: 12px; }
  .section-regie {
    padding: 2.2rem; }
  #product.main_product_type_4 #wrapper .h1 {
    font-size: 38px; }
  #product.main_product_type_4 #wrapper .text-vacance .description-vacance .description-product-toggle {
    margin-bottom: 20px;
    display: block; }
  #product.main_product_type_4 #wrapper .text-vacance .description-vacance .description-product-check {
    font-size: 14px;
    margin-top: 1rem; }
  #product.main_product_type_4 #wrapper .text-vacance .description-vacance .hidden {
    display: none; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .col2 {
    padding-left: 0; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .card-product-desc .card-product-desc-toggle {
    display: block; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .card-product-desc .hidden {
    display: none; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .action {
    display: flex;
    flex-direction: column-reverse; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .action .col-md-8 {
      margin-top: 3rem; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .card .list_information .action .col-md-4 {
      margin-top: 1rem;
      display: flex;
      justify-content: center; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .details-list .criterion {
    flex-direction: column; }
  #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare {
    display: block; }
    #product.main_product_type_4 #wrapper .product-information-section .product-information .col-gauche #product-variants-list-type-4 .selector-bare > div {
      width: 100%;
      margin-bottom: 12px !important; }
  #product.main_product_type_4 #wrapper .h2 {
    font-size: 24px; }
  #fns-result-list .residence .residence-result {
    flex-direction: column; }
    #fns-result-list .residence .residence-result .col.col2 .product-name {
      font-size: 1.1em; }
  #fns-result-list .product {
    flex-direction: column; }
    #fns-result-list .product .availability-dates {
      color: #3B3D4A;
      background-image: url("../img/fns_date.svg");
      font-size: 0.8em;
      background-repeat: no-repeat;
      padding-left: 1.6em;
      background-size: 17px; } }

/* ==========================================================================
|  MENU
========================================================================== */
/*
#main-menu{
    #nav-icon {border:2px solid $main-color; border-radius: 100%;  width: 58px; height: 58px; position: relative; z-index: 1000; background: none;  cursor: pointer;
        span {display: block; position: absolute; height: 2px; width: 29px; border-radius: 9px; left: 12px; transform: rotate(0deg); @extend .transition; background: $main-color;
            &:nth-child(1){top: 15px;}
            &:nth-child(2),
            &:nth-child(3){top: 25px;}
            &:nth-child(4){top: 35px;}
        }
        &.active{border:2px solid #FFF; z-index: 4000;} 
        &.active span{background: #FFF;} 
        &.active span:nth-child(1) {top: 18px; width: 0%; left: 50%;}
        &.active span:nth-child(2) {transform: rotate(45deg);}
        &.active span:nth-child(3) {transform: rotate(-45deg);} 
        &.active span:nth-child(4) {top: 18px; width: 0%; left: 50%;}
    }
}
*/
#header .header-top .position-static #lv-top-menu .nv0 {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  #header .header-top .position-static #lv-top-menu .nv0 > li {
    padding: 0 10px;
    display: flex;
    height: 100%;
    text-align: center;
  }
    #header .header-top .position-static #lv-top-menu .nv0 > li > a {
      color: #ffffff;
      text-transform: none;
      text-decoration: none;
      display: flex;
      align-items: center;
      font-size: 0.875rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      font-family: "Gentleman800", sans-serif; }
      #header .header-top .position-static #lv-top-menu .nv0 > li > a .picto {
        margin-right: 10px;
        width: 30px; }
        #header .header-top .position-static #lv-top-menu .nv0 > li > a .picto img {
          width: 30px; }
      #header .header-top .position-static #lv-top-menu .nv0 > li > a .titre {
        flex: 1; }
    #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 {
      opacity: 0;
      visibility: hidden;
      height: 0;
      width: 100%;
      position: relative;
      display: none;
      position: absolute;
      background: #ffffff;
      padding: 20px 20px 0px 20px;
      left: 0;
      top: 70px;
      transition: all 0s linear; }
      #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 {
        display: flex;
        flex-wrap: wrap;
        width: 68%; }
        #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li {
          width: 22%;
          margin-right: 3%;
          position: relative; }
          #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 {
            box-shadow: 1px 1px 4px #005b8991;
            border-radius: 8px; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 img {
              width: 100%;
              border-top-left-radius: 8px;
              border-top-right-radius: 8px; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > span,
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > a {
              position: relative;
              display: block;
              width: 100%;
              border-bottom-left-radius: 8px;
              border-bottom-right-radius: 8px;
              color: #ffffff;
              font-family: "Gentleman800", sans-serif;
              text-transform: uppercase;
              text-decoration: none;
              font-size: 0.875rem;
              /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
              line-height: 1.4; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > .titre {
              background: #005B89;
              border-bottom-left-radius: 8px;
              border-bottom-right-radius: 8px;
              padding: 4px 10px;
              color: #ffffff;
              font-family: "Gentleman800", sans-serif;
              text-transform: uppercase;
              text-decoration: none;
              font-size: 0.875rem;
              line-height: 1.4;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 50px;
              text-align: center;
              transition: .4s;
              padding-right: 15px; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 > .titre .ico {
                display: block;
                width: 7px;
                height: 20px;
                transform: rotate(90deg);
                position: absolute;
                right: 14px;
                top: 14px; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 {
              opacity: 0;
              visibility: hidden;
              height: 0;
              width: 100%;
              position: absolute;
              z-index: 10;
              top: 130px;
              background: #A61866;
              padding: 10px;
              border-bottom-left-radius: 8px;
              border-bottom-right-radius: 8px; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 li {
                padding: 3px 0 0 0; }
                #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 li:first-child {
                  border-top: 1px solid #CCC;
                  padding-top: 10px; }
                #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 li a {
                  text-decoration: none;
                  font-family: "Gentleman800", sans-serif;
                  color: #ffffff;
                  font-size: 0.875rem;
                  /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
                  line-height: 1.4;
                  font-weight: 700; }
                  #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2 ul.nv2 li a:hover {
                    color: #FEAF11; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2:hover > .titre {
              background-color: #A61866; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li .content-nv-2:hover > .titre .ico {
                display: block;
                width: 7px;
                height: 20px;
                transform: rotate(180deg);
                top: 10px;
                right: 7px; }
          #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li:hover .content-nv-2 {
            opacity: 1;
            visibility: visible;
            height: auto; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li:hover .content-nv-2 > span,
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li:hover .content-nv-2 ul.nv2 {
              opacity: 1;
              visibility: visible;
              height: auto;
              min-height: 50px; }
          #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.type_3 {
            /*cinema*/ }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.type_3 .content-nv-2 > a {
              display: block;
              height: 104px;
              width: 100%;
              text-align: center;
              background-color: #fff; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.type_3 .content-nv-2 > a img {
                display: inline-block;
                width: auto;
                max-height: 100%;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.type_3 .content-nv-2 > .titre {
              background: #005B89;
              border-bottom-left-radius: 8px;
              border-bottom-right-radius: 8px;
              padding: 4px 10px;
              color: #ffffff;
              font-family: "Gentleman800", sans-serif;
              text-transform: uppercase;
              text-decoration: none;
              font-size: 0.875rem;
              line-height: 1.4;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 50px;
              text-align: center;
              transition: .4s; }
      #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img {
        width: 32%; }
        #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img img {
          border-radius: 8px;
          height: 350px;
          width: 100%;
          object-fit: cover; }
        #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn {
          position: relative; }
          #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div {
            position: absolute;
            bottom: 1em;
            right: 0;
            left: 0;
            text-align: center; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-primary {
              color: #fff; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-primary:hover {
                color: #fff; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-secondary {
              color: #fff; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-secondary:hover {
                color: #fff; }
            #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-tertiary {
              color: #fff; }
              #header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 .regie-img.withbtn div a.btn-tertiary:hover {
                color: #FEAF11; }
    #header .header-top .position-static #lv-top-menu .nv0 > li:hover {
      background: #A61866;
      transition: all 0.2s linear; }
      #header .header-top .position-static #lv-top-menu .nv0 > li:hover > .content-nv-1 {
        opacity: 1;
        visibility: visible;
        display: flex;
        height: auto;
        padding-bottom: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
  @media (max-width: 1199px) {
    #header .header-top .position-static #lv-top-menu .nv0 > li {
      padding: 0 10px; }
      #header .header-top .position-static #lv-top-menu .nv0 > li > a .picto {
        margin-right: 5px;
        width: 24px; }
        #header .header-top .position-static #lv-top-menu .nv0 > li > a .picto img {
          width: 24px; }
      #header .header-top .position-static #lv-top-menu .nv0 > li > a .titre {
        font-size: 0.75rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4; } }

#logo_phone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #ffffff;
  padding: 10px;
  transition: height 0.25s ease-in, padding 0.25s ease; }

#logo_phone.moved {
  height: 50px;
  padding: 5px;
  background-color: #ffffff;
  transition: height 0.25s ease-in, padding 0.25s ease; }

#logo_phone.moved a {
  transition: justify-content 0.25s ease-in, padding 0.25s ease; }

#logo_phone.moved a .text-logo {
  margin: 0 0 0 0.5em; }

#logo_phone a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

#logo_phone a img {
  margin: 0;
  width: auto;
  height: 100%; }

#logo_phone a .text-logo {
  display: block;
  clear: left;
  font-family: Gentleman600;
  font-size: 0.7em;
  text-decoration: none;
  margin: 2em 0 0 0.5em;
  padding: 0;
  text-align: right;
  color: #005b89;
  font-weight: bold; }

#logo_phone a .text-logo span {
  color: #A61866; }

#header .header-top .position-static #lv-top-menu .nv0 > li.item_75 .content-nv-1 ul.nv1 > li {
  width: 19%;
  margin-right: 1%; }

/*
#header .header-top .position-static #lv-top-menu .nv0>li.item_1 .content-nv-1 ul.nv1>li,
#header .header-top .position-static #lv-top-menu .nv0>li.item_71 .content-nv-1 ul.nv1>li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
}

 
#header .header-top .position-static #lv-top-menu .nv0>li.item_2 .content-nv-1 ul.nv1>li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
}
*/
@media (max-width: 768px) {
  #search .format_classic {
    display: flex;
    flex-direction: column; } }

@media (max-width: 575.98px) {
  html body #header {
    height: 90px;
    position: relative; }
  html body #wrapper {
    margin-top: 0px; } }

#phone_menu {
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0px -4px 10px rgba(19, 19, 19, 0.36);
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%; }

#phone_menu #toogle_menu {
  padding: 0; }

#phone_menu nav > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1em; }

#phone_menu #lv-top-menu-advantage,
#phone_menu #lv-top-menu-admin,
#phone_menu #lv-top-menu-ticket,
#phone_menu #lv-top-menu-search,
#phone_menu #lv-top-menu-account,
#phone_menu #lv-top-menu-phone {
  display: block;
  position: fixed;
  top: 0px;
  background-color: #F0F7FA;
  right: 100%;
  padding-top: 25px;
  padding-top: 0px;
  background-color: #005b89;
  width: 100%; }

#phone_menu #lv-top-menu-phone {
  overflow: hidden; }
  #phone_menu #lv-top-menu-phone .voucher-selected-phone {
    left: 0px;
    background-color: #9C1A1A;
    text-align: center;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 1em 0;
    display: block; }
    #phone_menu #lv-top-menu-phone .voucher-selected-phone a {
      color: #fff;
      text-decoration: none; }

#phone_menu .content-nv-1-list > div {
  position: fixed;
  top: 0px;
  background-color: #F0F7FA;
  right: 100%;
  padding-top: 25px;
  padding-top: 0px;
  background-color: #005b89;
  width: 100%; }

body #header #phone_menu nav > ul > li {
  flex-basis: auto !important;
  margin-left: 0 !important;
  width: 20%;
  height: 60px; }

body #header #phone_menu #_desktop_user_advantage div a,
body #header #phone_menu #_desktop_user_admin div a,
body #header #phone_menu #_desktop_user_ticket div a,
body #header #phone_menu #_desktop_user_info_mobil div a,
body #header #phone_menu #search_menu a,
body #header #phone_menu #_desktop_cart-mobil a {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center; }

body #header #phone_menu #_desktop_user_advantage a svg,
body #header #phone_menu #_desktop_user_admin a svg,
body #header #phone_menu #_desktop_user_ticket a svg,
body #header #phone_menu #search_menu a svg,
body #header #phone_menu #_desktop_user_info_mobil div a svg {
  width: 45%; }

#phone_menu #lv-top-menu-advantage .titre p {
  color: #fff;
  margin: 0;
  margin-right: 0px;
  padding: 0;
  border-bottom: 1px solid;
  width: 100%;
  margin-right: 20px; }

#phone_menu #lv-top-menu-advantage .sub {
  width: 100%;
  padding: 0 1em; }
  #phone_menu #lv-top-menu-advantage .sub p {
    padding-bottom: 0;
    width: 100%;
    text-align: right; }
    #phone_menu #lv-top-menu-advantage .sub p a {
      font-size: 0.8em;
      color: #fff;
      text-decoration: none; }

#phone_menu #lv-top-menu-advantage .card {
  left: 0px;
  background-color: #fff;
  border-radius: 10px;
  margin: 1em 10px; }
  #phone_menu #lv-top-menu-advantage .card a {
    color: #333;
    text-decoration: none;
    font-size: 0.9em; }
    #phone_menu #lv-top-menu-advantage .card a.link {
      font-size: 0.8em;
      font-weight: bold;
      margin-left: 1em;
      color: #A61866; }
    #phone_menu #lv-top-menu-advantage .card a .badge {
      border-radius: 1em;
      font-weight: 400;
      letter-spacing: .0625em;
      padding: 3px 5px;
      color: #fff;
      margin-left: 1em;
      font-size: 0.9em;
      background-color: #72c279;
      line-height: 2em; }

#phone_menu #lv-top-menu-advantage .sumary {
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em;
  color: #005b89;
  font-weight: bold;
  background-color: #fff;
  text-align: center; }
  #phone_menu #lv-top-menu-advantage .sumary p {
    padding-bottom: 0;
    width: 100%; }
    #phone_menu #lv-top-menu-advantage .sumary p span {
      display: block;
      color: #A61866;
      font-size: 1.5em;
      font-weight: bold; }

#phone_menu nav > ul li svg {
  color: #a61866; }

#phone_menu nav > ul li svg.active {
  display: none;
  color: #fff; }

#phone_menu nav > ul li.selected-phone#_desktop_user_advantage svg,
#phone_menu nav > ul li.selected-phone#_desktop_user_admin svg,
#phone_menu nav > ul li.selected-phone#_desktop_user_ticket svg,
#phone_menu nav > ul li.selected-phone#_desktop_user_info_mobil svg,
#phone_menu nav > ul li.selected-phone#search_menu svg {
  display: none; }

#phone_menu nav > ul li.selected-phone#_desktop_user_advantage svg.active,
#phone_menu nav > ul li.selected-phone#_desktop_user_admin svg.active,
#phone_menu nav > ul li.selected-phone#_desktop_user_ticket svg.active,
#phone_menu nav > ul li.selected-phone#_desktop_user_info_mobil svg.active,
#phone_menu nav > ul li.selected-phone#search_menu svg.active {
  display: block; }

#phone_menu nav > ul li.selected-phone {
  background-color: #a61866; }

#phone_menu .titre0 {
  color: #fff;
  font-size: 1.5em;
  display: block;
  margin-left: 20px;
  margin-top: 15px; }

#phone_menu .infos {
  background: #3b3d4a;
  height: 290px;
  padding-top: 0; }

#phone_menu .nv1,
#phone_menu .nv0 {
  padding-top: 10px;
  padding-bottom: 10px; }

#phone_menu .nv1 li,
#phone_menu .nv0 li {
  position: relative;
  line-height: 30px;
  padding: 10px 0 10px 20px;
  display: flex;
  align-items: center; }

#phone_menu .nv1 li {
  padding: 5px 0 5px 20px; }

#phone_menu .nv1 li .name,
#phone_menu .nv0 li .name {
  padding-left: 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

#phone_menu .infos .nv1 li .name,
#phone_menu .infos .nv0 li .name {
  text-transform: none;
  padding-left: 1em; }

#phone_menu .h2 {
  color: #fff;
  text-align: center;
  padding: 1em 0 0.5em;
  margin: 0; }

#phone_menu .nv0 li .picto {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  float: left;
  color: #fff; }

#phone_menu .nv0 li button {
  position: absolute;
  right: 20px;
  position: absolute;
  right: 20px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 100%;
  cursor: pointer; }

#phone_menu .nv0 li button svg {
  margin: 0 auto; }

#phone_menu .nv2 {
  display: block;
  position: absolute;
  z-index: 99;
  background-color: #A61866;
  right: 0;
  padding: 1.5em 0 0 0;
  top: 0px; }

#phone_menu .nv2 ul {
  padding: 0em 0.5em 0 20px; }

#phone_menu .nv2 .titre {
  text-transform: uppercase;
  padding: 0 0.5em 0 20px;
  display: block; }

#phone_menu .menu-return-0,
#phone_menu .nv2 a.menu-return-1 {
  display: block;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  position: absolute;
  color: #A61866;
  padding: 1em 20px;
  text-align: left; }

#phone_menu .nv2 li {
  margin: 0;
  padding: 0; }

#phone_menu .nv2 span,
#phone_menu .nv2 a {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none; }

#phone_menu .menu-return-0 span,
#phone_menu .nv2 .menu-return-1 span {
  color: #005B89;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  left: 100%; }

#phone_menu .menu-return-0 {
  color: #A61866;
  font-size: 11px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase; }

#phone_menu .menu-return-1 svg,
#phone_menu .menu-return-0 svg {
  display: inline-block; }

#phone_menu .picto img {
  max-width: 30px;
  max-height: 30px;
  float: left; }

#phone_menu .menu-return-0 {
  position: absolute;
  bottom: 0px;
  right: 0; }

#phone_menu .menu-icon {
  position: relative;
  width: 100%;
  height: 54px;
  display: block;
  transition: transform 0.5s; }

#phone_menu .menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #A61866;
  transition: background 0.5s; }

#phone_menu .menu-icon span::before,
#phone_menu .menu-icon span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-6px);
  display: block;
  width: 22px;
  height: 2px;
  background-color: #A61866;
  transition: transform 0.5s; }

#phone_menu .menu-icon span::after {
  transform: translateY(6px); }

#phone_menu .menu-icon.closemenu span {
  background: transparent; }

#phone_menu .menu-icon.closemenu span::before {
  transform: translateY(0) rotate(45deg);
  background-color: #fff; }

#phone_menu .menu-icon.closemenu span::after {
  transform: translateY(0) rotate(-45deg);
  background-color: #fff; }

#phone_menu .menu-icon.is-opened {
  transform: rotate(180deg); }

#phone_menu #logo_phone {
  margin: 0px 15% 0 0;
  padding: 0; }

#phone_menu .logo {
  height: 40px; }

#phone_menu #search_menu,
#phone_menu #_desktop_user_info_mobil,
#phone_menu #_desktop_cart-mobil {
  margin-top: 0;
  padding: 0; }

#phone_menu #_desktop_cart-mobil {
  position: relative;
  margin-right: 15px; }

#phone_menu #_desktop_cart-mobil .cart-logo {
  display: block;
  position: relative;
  width: 25px; }

#phone_menu .cart-products-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #A61866;
  font-family: "Gentleman800", sans-serif;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  height: 20px;
  width: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  font-size: 11px;
  line-height: 20px; }

#phone_menu .content-nv-1-list > div.content-nv-1-cms2,
#phone_menu .content-nv-1-list > div.content-nv-1-cms {
  background-color: #3b3d4a; }

#phone_menu .content-nv-1-cms img {
  width: 70px;
  margin: 0 auto 1em; }

#phone_menu .content-nv-1-cms2 li,
#phone_menu .content-nv-1-cms li {
  position: relative;
  line-height: 38px;
  padding: 0; }

#phone_menu .content-nv-1-cms2 li a,
#phone_menu .content-nv-1-cms li a {
  padding-left: 1em;
  color: #fff;
  text-decoration: none; }

#phone_menu .nv0 li.item_end:last-child {
  border: 0; }

#phone_menu #lv-top-menu-search {
  background-color: #fff; }

#phone_menu #lv-top-menu-search .h2 {
  text-align: center;
  color: #005b89;
  padding: 30px 0 30px; }

#phone_menu .search-widget {
  display: block;
  width: 80%;
  margin: 1em auto 30px; }

#searchBox-phone {
  height: calc(100% - 175px);
  background-color: #005b89;
  padding: 1em;
  overflow-y: auto; }

#searchBox-phone .container .title_2 {
  color: #fff;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5em; }

#searchBox-phone .container > div {
  margin: 0;
  font-size: 0.8em;
  border-top: 1px solid #efefef;
  padding: 1em 0; }

#searchBox-phone .container > div a {
  display: block;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 0.5em; }

#searchBox-phone .container > div a span {
  color: #fff;
  font-weight: normal;
  text-decoration: none; }

#searchBox-phone .container > div > span {
  color: #fff;
  font-weight: normal;
  display: block;
  padding-left: 1.5em; }

#searchBox-phone .container > div > span i {
  font-size: 17px;
  margin-right: 10px; }

#searchBox-phone .close_search {
  display: none; }

/* TMP A DELETE */
.no-padding {
  padding: 0 !important; }

.content-type-2 form label {
  color: #fff; }

.input-group .input-group-btn > .btn[data-action="show-password"] {
  margin-top: 0;
  height: 3.4em; }

.table-bordered th {
  border: 1px solid #333; }

.table-bordered,
.table-bordered td {
  border: 1px solid #333; }

.spectacle-affiche {
  background-color: #fff; }

body article.product-miniature .thumbnail-container .product-link .ligne .col-g img {
  max-height: 60px; }

#_desktop_user_info .user-info button {
  background-color: #fff; }

#authentication #wrapper-index #content section {
  background-color: #fff; }

#logo_ce_top {
  float: left;
  width: 50px; }

#ui-id-1 {
  z-index: 9999; }

/* regie */
.section-regie-left {
  margin-top: 45px; }

/* co logo */
#_desktop_logo .logo-double #logo_ce_top {
  max-width: 75%;
  max-height: 100px;
  width: auto; }

#_desktop_logo .logo-double #logo_top {
  width: 65px !important;
  position: relative;
  top: 60px;
  padding-left: 10px; }

/* menu */
#header .header-top {
  background: #005b89;
  background: linear-gradient(90deg, #005b89 0%, #005b89 10%, #a61866 90%, #a61866 100%); }

#header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.disabled .content-nv-2 img {
  filter: grayscale(1); }

#header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.disabled:hover .content-nv-2 > a,
#header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.disabled .content-nv-2 > a {
  background-color: #666;
  cursor: no-drop; }

#header .header-top .position-static #lv-top-menu .nv0 > li .content-nv-1 ul.nv1 > li.disabled .content-nv-2:before {
  content: 'Prochainement sur Emile\'s';
  position: absolute;
  z-index: 99;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.4em;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1em; }

.item_48 {
  background-color: #D4423E; }

#header .header-top .position-static #lv-top-menu .nv0 > li.item_48:hover {
  background-color: #B72F2B; }

body.type_99.ref_535 #header .header-top .position-static #lv-top-menu .nv0 > li.item_2 {
  display: flex; }

/*   SITE DE COM global */
#module-sitecom-info_cse #header,
#module-sitecom-page #header,
#module-sitecom-organigramme #header,
#module-sitecom-front #header {
  height: 150px; }
  #module-sitecom-info_cse #header .header-top,
  #module-sitecom-page #header .header-top,
  #module-sitecom-organigramme #header .header-top,
  #module-sitecom-front #header .header-top {
    background: linear-gradient(90deg, #005b89 0%, #005b89 10%, #005b89 90%, #005b89 100%); }
  #module-sitecom-info_cse #header .header-nav,
  #module-sitecom-page #header .header-nav,
  #module-sitecom-organigramme #header .header-nav,
  #module-sitecom-front #header .header-nav {
    height: 80px; }
    #module-sitecom-info_cse #header .header-nav #_desktop_logo,
    #module-sitecom-page #header .header-nav #_desktop_logo,
    #module-sitecom-organigramme #header .header-nav #_desktop_logo,
    #module-sitecom-front #header .header-nav #_desktop_logo {
      margin-top: 0em; }
      #module-sitecom-info_cse #header .header-nav #_desktop_logo img,
      #module-sitecom-page #header .header-nav #_desktop_logo img,
      #module-sitecom-organigramme #header .header-nav #_desktop_logo img,
      #module-sitecom-front #header .header-nav #_desktop_logo img {
        height: 80px; }
      #module-sitecom-info_cse #header .header-nav #_desktop_logo .logo-double #logo_top,
      #module-sitecom-page #header .header-nav #_desktop_logo .logo-double #logo_top,
      #module-sitecom-organigramme #header .header-nav #_desktop_logo .logo-double #logo_top,
      #module-sitecom-front #header .header-nav #_desktop_logo .logo-double #logo_top {
        display: none; }
    #module-sitecom-info_cse #header .header-nav .header-right,
    #module-sitecom-page #header .header-nav .header-right,
    #module-sitecom-organigramme #header .header-nav .header-right,
    #module-sitecom-front #header .header-nav .header-right {
      margin-top: 1em; }
      #module-sitecom-info_cse #header .header-nav .header-right .block_faq_nav2,
      #module-sitecom-page #header .header-nav .header-right .block_faq_nav2,
      #module-sitecom-organigramme #header .header-nav .header-right .block_faq_nav2,
      #module-sitecom-front #header .header-nav .header-right .block_faq_nav2 {
        display: none; }

#module-sitecom-info_cse #wrapper,
#module-sitecom-page #wrapper,
#module-sitecom-organigramme #wrapper,
#module-sitecom-front #wrapper {
  margin-top: 140px; }

/* MENU SITE DE COM*/
#lv-top-menu .nv0.sitecom .open > .dropdown-menu {
  display: block;
  box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.2);
  border: 0; }

#lv-top-menu .nv0.sitecom .nv1 li {
  padding: 0; }
  #lv-top-menu .nv0.sitecom .nv1 li:hover {
    background-color: #005B89; }
    #lv-top-menu .nv0.sitecom .nv1 li:hover a {
      color: #fff; }
  #lv-top-menu .nv0.sitecom .nv1 li a {
    text-decoration: none;
    padding: 0.5em 1em;
    display: block; }

.assurance-block {
  margin-bottom: 2em;
  padding: 2rem;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.8); }
  .assurance-block h2 {
    font-size: 20px;
    margin-bottom: 1rem; }
  .assurance-block .assurance-option {
    padding: .5rem; }
    .assurance-block .assurance-option .col-xs-12 {
      text-align: left; }
    .assurance-block .assurance-option .assurance-price {
      color: #A61866;
      font-family: 'Gentleman800'; }

#reservation-fns-order .card-reservation-content .top-card-content {
  background-color: #A61866;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #reservation-fns-order .card-reservation-content .top-card-content .more-info {
    font-size: 40px;
    color: #A61866;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px; }
  #reservation-fns-order .card-reservation-content .top-card-content .name-order {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold; }

#reservation-fns-order .card-reservation-content .order-content {
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  border-radius: 5px;
  margin-bottom: 12px; }
  #reservation-fns-order .card-reservation-content .order-content .info-order-vacance {
    padding-bottom: 0px; }
  #reservation-fns-order .card-reservation-content .order-content .info-order-vacance:nth-child(4) {
    margin-top: 12px; }
  #reservation-fns-order .card-reservation-content .order-content .information-order-check {
    padding: 12px; }
    #reservation-fns-order .card-reservation-content .order-content .information-order-check .link-dl {
      text-align: center;
      color: #A61866; }
    #reservation-fns-order .card-reservation-content .order-content .information-order-check .facture-dl {
      color: #A61866; }
  #reservation-fns-order .card-reservation-content .order-content .hidden {
    display: none;
    transition: 1s ease-out; }

#fin-adhesion {
  padding-bottom: 10px; }
  #fin-adhesion .user-view {
    position: relative;
    width: 100%;
    margin-top: 6rem;
    display: flex;
    align-items: center; }
    #fin-adhesion .user-view .title-user {
      color: #A32973;
      margin-bottom: 1.5rem; }
    #fin-adhesion .user-view .white-bg {
      position: relative;
      width: 70%; }
      #fin-adhesion .user-view .white-bg p {
        font-size: 20px; }
      #fin-adhesion .user-view .white-bg a {
        color: #A32973;
        text-decoration: none;
        font-weight: 800; }
    #fin-adhesion .user-view .img-user {
      width: 30%;
      position: relative; }
      #fin-adhesion .user-view .img-user::before {
        content: "";
        display: block;
        background: linear-gradient(90deg, #e658ae 0%, #a32973 35%, #7e265c 100%);
        position: absolute;
        top: 25px;
        z-index: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        height: 350px;
        border-radius: 100%; }
      #fin-adhesion .user-view .img-user img {
        z-index: 9;
        position: relative;
        margin: 0 auto;
        margin-left: 20px; }
  @media screen and (max-width: 992px) {
    #fin-adhesion .user-view .img-user {
      width: 50%; }
      #fin-adhesion .user-view .img-user::before {
        top: 25px;
        left: 50%;
        width: 350px;
        height: 350px;
        top: -29px;
        left: 54%;
        width: 300px;
        height: 300px; } }
  @media screen and (max-width: 768px) {
    #fin-adhesion .user-view .title-user {
      font-size: 21px; }
    #fin-adhesion .user-view .white-bg p {
      font-size: 15px; }
    #fin-adhesion .user-view .img-user {
      width: 31%; }
      #fin-adhesion .user-view .img-user::before {
        top: -30px;
        left: 84%;
        width: 200px;
        height: 200px; }
      #fin-adhesion .user-view .img-user img {
        margin-left: 20px;
        left: 40%; } }
  @media screen and (max-width: 576px) {
    #fin-adhesion .message-abo a:nth-child(2) {
      margin-top: 6rem; }
    #fin-adhesion .user-view {
      margin-top: 1rem;
      flex-direction: column; }
      #fin-adhesion .user-view .img-user {
        width: 70%;
        margin-top: 25px; }
        #fin-adhesion .user-view .img-user::before {
          top: -30px;
          left: 84%;
          top: -8px;
          left: 50%; }
        #fin-adhesion .user-view .img-user img {
          left: 40%;
          left: 0%; } }

#accueil-ucpm {
  padding-top: 20vh;
  padding-bottom: 22vh;
  background-color: #921160; }
  #accueil-ucpm .container-accueilucpm {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    #accueil-ucpm .container-accueilucpm .left-content {
      width: 45%; }
      #accueil-ucpm .container-accueilucpm .left-content h1 {
        color: #fff; }
      #accueil-ucpm .container-accueilucpm .left-content .h2ucpm {
        color: #fff; }
    #accueil-ucpm .container-accueilucpm img {
      width: 200px; }
    #accueil-ucpm .container-accueilucpm::after {
      content: none; }

#form-ucpm {
  margin-top: -15vh; }
  #form-ucpm .container-ucpm {
    background-color: #ffffff;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 5px;
    box-shadow: 0 7px 30px -10px #96aab480;
    display: flex;
    align-items: center; }
    #form-ucpm .container-ucpm .form-ucpm {
      margin-top: 1rem;
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 40%;
      margin-right: 10%; }
      #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail,
      #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%; }
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail img,
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero img {
          width: 30px;
          height: 30px;
          object-fit: contain;
          margin-right: 20px; }
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design,
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design {
          display: flex;
          flex-direction: column-reverse;
          margin: 1.2em 0;
          width: 100%; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input, #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design label,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design label {
            transition: .3s; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design label,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design label {
            transform: translate(10px, -15px);
            cursor: text;
            transform-origin: left top;
            position: absolute; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input {
            padding: 10px 0px 5px 10px;
            border: none;
            outline: none;
            border-bottom: 2px solid #005b89;
            width: 100%;
            color: #005b89;
            font-size: 1rem; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input:invalid,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input:invalid {
            box-shadow: none; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input::placeholder,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input::placeholder {
            opacity: 0; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input:focus,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input:not(:placeholder-shown),
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input:focus,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input:not(:placeholder-shown) {
            border-bottom: 2px solid #921160; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input:not(:placeholder-shown) ~ label,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .input-design input:focus ~ label,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input:not(:placeholder-shown) ~ label,
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .input-design input:focus ~ label {
            transform: translate(10px, -30px) scale(0.8);
            padding-left: 0;
            color: #005b89; }
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail .p-error,
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero .p-error {
          width: 100%; }
      #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox {
        margin-top: 1.2em;
        margin-bottom: 1em;
        display: flex;
        flex-direction: row; }
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox .checkbox {
          cursor: pointer;
          display: flex;
          align-items: flex-start;
          position: relative; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox .checkbox:hover .checkbox_check {
            background: #921160;
            transition: .3s; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox .checkbox .checkbox_input {
            width: 0;
            height: 0;
            opacity: 0; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox .checkbox .checkbox_input:checked + .checkbox_check {
            background: #921160;
            stroke-dashoffset: 0; }
          #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox .checkbox .checkbox_check {
            display: initial;
            margin-top: 1px;
            border: 0.1em solid #921160;
            border-radius: 0.2em;
            width: 18px;
            height: 18px;
            min-width: 18px;
            min-height: 18px;
            position: absolute;
            right: -11px; }
        #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-checkbox p {
          margin-left: 30px; }
    #form-ucpm .container-ucpm .infos-ucpm-users {
      float: left;
      width: 50%;
      border-left: 1px solid;
      padding-left: 10%; }
      #form-ucpm .container-ucpm .infos-ucpm-users img {
        margin: 0 auto; }
    #form-ucpm .container-ucpm .errors-container {
      margin-top: 2vh;
      background-color: rgba(150, 170, 180, 0.5);
      width: 50%;
      border-radius: 5px;
      padding: 1rem; }
      #form-ucpm .container-ucpm .errors-container .title-error {
        background-color: #921160;
        text-transform: uppercase;
        display: inline-block;
        padding: .2rem 1rem .1rem 1rem;
        border-radius: 5px;
        box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
        color: #ffffff;
        font-size: .8em;
        margin-bottom: 1vh; }
      #form-ucpm .container-ucpm .errors-container .p-error {
        padding-bottom: 0px; }

@media (max-width: 767px) {
  #form-ucpm .page-header .h1ucpmconnexion {
    font-size: 8vw !important; }
  #form-ucpm .container-ucpm {
    display: block;
    margin-top: 3vh; }
    #form-ucpm .container-ucpm .form-ucpm {
      width: 100%; }
      #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-mail img,
      #form-ucpm .container-ucpm .form-ucpm .form-ucpm-container-numero img {
        display: none; }
    #form-ucpm .container-ucpm .infos-ucpm-users {
      width: 100%;
      border: 0;
      margin: 3em 0 0 0;
      border-top: 1px solid;
      padding: 3em 0 0 0; }
    #form-ucpm .container-ucpm .errors-container {
      width: 100%; } }

@media (max-width: 575px) {
  #accueil-ucpm .container-accueilucpm {
    flex-direction: column-reverse; }
    #accueil-ucpm .container-accueilucpm .left-content {
      width: 100%; }
      #accueil-ucpm .container-accueilucpm .left-content h1, #accueil-ucpm .container-accueilucpm .left-content h2 {
        text-align: center; }
      #accueil-ucpm .container-accueilucpm .left-content h1 {
        margin-top: 3vh; }
  #form-ucpm .container-ucpm {
    margin-left: 5vw;
    margin-right: 5vw; } }

/* SIDEBARTOP */
.container-hero-interactivemap {
  padding-top: 180px;
  padding-bottom: 180px;
  background: linear-gradient(to right, #A61866, rgba(255, 255, 255, 0)), url("/modules/interactivemap/views/img/disney.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff; }
  .container-hero-interactivemap .hero-interactivemap .title-interactivemap {
    font-family: 'Gentleman800';
    font-size: 60px;
    line-height: 55px; }
  .container-hero-interactivemap .hero-interactivemap .subtext-interactivemap {
    max-width: 600px;
    margin-top: 20px; }
  .container-hero-interactivemap .hero-interactivemap .other-informations {
    display: flex;
    align-items: center; }
    .container-hero-interactivemap .hero-interactivemap .other-informations img {
      margin-right: 10px; }
    .container-hero-interactivemap .hero-interactivemap .other-informations p {
      padding-bottom: 0px;
      font-size: 14px; }
    .container-hero-interactivemap .hero-interactivemap .other-informations :nth-child(1) {
      font-family: 'Gentleman800'; }

.container-research-nav {
  padding-bottom: 80px;
  margin-left: 15px;
  margin-right: 15px; }
  .container-research-nav .research-nav {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    padding: 30px;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 15px;
    background-color: #fff;
    margin-top: -130px; }
    .container-research-nav .research-nav .form-interactivemap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
      row-gap: 30px; }
      .container-research-nav .research-nav .form-interactivemap .category-interactivemap {
        border-right: 1px solid #dddddd; }
        .container-research-nav .research-nav .form-interactivemap .category-interactivemap .title-research-nav {
          font-family: 'Gentleman800';
          font-size: 20px; }
        .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container {
          display: flex;
          flex-wrap: wrap; }
          .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox {
            margin-right: 25px; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input {
              display: none; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .parcs-checkbox-img {
              border: 2px solid #A61866; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .parcs-checkbox-title {
              color: #fff;
              background-color: #A61866; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .cinemas-checkbox-img {
              border: 2px solid #005B89; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .cinemas-checkbox-title {
              color: #fff;
              background-color: #005B89; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .spectacles-checkbox-img {
              border: 2px solid #FEAF11; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .spectacles-checkbox-title {
              color: #fff;
              background-color: #FEAF11; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .magasins-checkbox-img {
              border: 2px solid #036E23; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .magasins-checkbox-title {
              color: #fff;
              background-color: #036E23; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .vacances-checkbox-img {
              border: 2px solid #CE00FF; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-input:checked + .checkbox-box .vacances-checkbox-title {
              color: #fff;
              background-color: #CE00FF; }
            .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box {
              display: flex;
              flex-direction: column;
              align-items: center; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box img {
                padding: 12px 14px;
                box-shadow: 0px 2px 6px #00000029;
                border-radius: 15px;
                border: 2px solid #fff;
                transition: .3s ease-out; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box p {
                font-size: 12px;
                padding-bottom: 0px;
                margin-top: 10px;
                padding: .2rem .3rem .1rem .3rem;
                border-radius: 5px;
                transition: .3s ease-out; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box .parcs-checkbox-title {
                color: #A61866; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box .spectacles-checkbox-title {
                color: #FEAF11; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box .magasins-checkbox-title {
                color: #036E23; }
              .container-research-nav .research-nav .form-interactivemap .category-interactivemap .checkbox-container .checkbox .checkbox-box .vacances-checkbox-title {
                color: #CE00FF; }
      .container-research-nav .research-nav .form-interactivemap .research-interactivemap .research-interactivemap-text {
        display: flex;
        justify-content: space-between; }
        .container-research-nav .research-nav .form-interactivemap .research-interactivemap .research-interactivemap-text .title-research-nav {
          font-family: 'Gentleman800';
          font-size: 20px;
          padding-bottom: 0px; }
        .container-research-nav .research-nav .form-interactivemap .research-interactivemap .research-interactivemap-text .alert-info-research-nav {
          color: #fd4c4c;
          font-size: 14px; }
      .container-research-nav .research-nav .form-interactivemap .form-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 32px;
        position: relative;
        background-color: #f7f7f7;
        box-shadow: 0px 2px 6px #00000029;
        margin-top: 30px; }
        .container-research-nav .research-nav .form-interactivemap .form-sidebar .form-item {
          margin-left: 10px;
          margin-right: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 10px;
          padding-bottom: 10px; }
          .container-research-nav .research-nav .form-interactivemap .form-sidebar .form-item input {
            padding: 15px 15px 9px 15px;
            width: 100%;
            border: none;
            cursor: pointer;
            background: transparent 0% 0% no-repeat padding-box;
            border-right: 1px solid #dddddd;
            opacity: 1;
            color: #005B89;
            font-size: 16px;
            font-family: 'Gentleman600'; }
          .container-research-nav .research-nav .form-interactivemap .form-sidebar .form-item select {
            padding: 15px 15px 9px 15px;
            width: 100%;
            border: none;
            cursor: pointer;
            background: transparent 0% 0% no-repeat padding-box;
            opacity: 1;
            color: #005B89;
            font-size: 16px;
            font-family: 'Gentleman600';
            /* Remplacement de la flèche par défault */
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("/img/interactivemap/arrow.png");
            background-position: right 20px top 50%;
            background-repeat: no-repeat; }

/* MAP */
.container-mapemiles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 700px;
  position: relative; }
  .container-mapemiles .sidebar-emilesmap {
    height: 100%;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    left: -750px;
    z-index: 900;
    width: 30vw;
    transition: 1s ease; }
    .container-mapemiles .sidebar-emilesmap .card {
      height: 100%;
      position: relative;
      display: grid;
      grid-template-rows: 40% 1fr; }
      .container-mapemiles .sidebar-emilesmap .card .block-img {
        width: 100%;
        height: 280px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
        .container-mapemiles .sidebar-emilesmap .card .block-img img {
          height: 100%;
          width: 100%;
          object-fit: contain;
          box-shadow: 0px 2px 6px #00000029; }
      .container-mapemiles .sidebar-emilesmap .card .block-content {
        padding: 30px;
        overflow-y: scroll; }
        .container-mapemiles .sidebar-emilesmap .card .block-content .etiquette {
          padding: 5px 10px 2px 10px;
          margin-bottom: 5px;
          border-radius: 50px;
          font-size: 10px;
          text-transform: uppercase;
          border: 1px solid #707070;
          display: inline-block; }
        .container-mapemiles .sidebar-emilesmap .card .block-content h2 {
          font-family: 'Gentleman800';
          font-size: 25px;
          color: #005B89;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .container-mapemiles .sidebar-emilesmap .card .block-content address .ville {
          color: #A61866;
          font-size: 16px;
          padding-bottom: 0px;
          font-family: 'Gentleman600';
          text-transform: uppercase; }
          .container-mapemiles .sidebar-emilesmap .card .block-content address .ville::before {
            content: url("/img/interactivemap/marker.png");
            height: 20px;
            width: 20px;
            margin-right: 5px; }
        .container-mapemiles .sidebar-emilesmap .card .block-content address .adresse {
          color: #000;
          font-size: 16px; }
        .container-mapemiles .sidebar-emilesmap .card .block-content .description {
          color: #000 !important;
          font-size: 16px; }
        .container-mapemiles .sidebar-emilesmap .card .block-content .offres {
          display: grid;
          grid-template-columns: 1fr;
          grid-row-gap: 20px; }
          .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre {
            border-radius: 5px;
            box-shadow: 0px 2px 6px #00000029;
            padding: 20px;
            background-color: #fff; }
            .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top {
              display: flex;
              justify-content: space-between; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .type {
                font-family: 'Gentleman800';
                font-size: 16px;
                color: #005B89;
                padding-bottom: 0px; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .regle {
                font-family: 'Gentleman600';
                font-size: 14px;
                color: #707070;
                padding-bottom: 0px; }
                .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .regle span {
                  color: #A61866; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price {
                font-family: 'Gentleman800';
                font-size: 30px;
                text-align: right;
                color: #A61866;
                position: relative;
                padding-bottom: 0px;
                line-height: 35px; }
                .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price span {
                  font-family: 'Gentleman800';
                  font-size: 12px;
                  color: #A61866; }
                .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price::after {
                  content: "€";
                  position: absolute;
                  top: -8px;
                  right: 6px;
                  font-size: 12px; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .reduction {
                color: #707070;
                font-size: 10px;
                margin-top: -9px; }
            .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom {
              display: flex;
              justify-content: space-between;
              align-items: flex-end; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .validity {
                padding-bottom: 0px;
                font-size: 12px;
                color: #005B89; }
                .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .validity span {
                  color: #A61866; }
              .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .cta-offre {
                color: #005B89;
                font-family: 'Gentleman800';
                font-size: 14px;
                text-transform: uppercase;
                text-decoration: none;
                background-color: #FEAF11;
                padding: 10px 15px 8px 15px;
                border-radius: 50px; }
    .container-mapemiles .sidebar-emilesmap .close-item {
      height: 40px;
      width: 40px;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0px 2px 6px #00000029;
      position: absolute;
      top: 30px;
      right: -20px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 901;
      cursor: pointer; }

.active {
  left: 0 !important; }

.leaflet-top, .leaflet-bottom {
  z-index: 900; }

/* SCROLLBAR */
.block-content::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 6px;
  background: linear-gradient(transparent, #005B89);
  transition: 1s; }

::-webkit-scrollbar-thumb:hover {
  background: red;
  border-radius: 6px;
  background: linear-gradient(transparent, #A61866);
  transition: 1s; }

@media (max-width: 1050px) {
  .sidebar-top .container {
    padding-left: 0px;
    padding-right: 0px; }
  .sidebar-top .container .form-sidebar {
    grid-template-columns: repeat(3, 1fr); }
  .container-mapemiles .sidebar-emilesmap {
    width: 50%; } }

@media (max-width: 768px) {
  .sidebar-top .container .form-sidebar {
    row-gap: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: -188px !important; }
  .sidebar-top .container .form-sidebar .form-item {
    padding-bottom: 0px;
    padding-top: 0px; }
  .sidebar-top .container .form-sidebar .form-item input {
    background-color: #fff;
    border-radius: 50px;
    border-right: none; }
  .sidebar-top .container .form-sidebar .form-item select {
    background-color: #fff;
    border-radius: 50px;
    border-right: none; }
  .sidebar-top .container .form-sidebar .form-item:nth-child(2) select {
    border-right: none; }
  .sidebar-top .container .form-sidebar {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    width: 90%;
    row-gap: 0px;
    bottom: -268px; }
  .container-mapemiles .sidebar-emilesmap {
    width: 60%; } }

@media (max-width: 600px) {
  .container-mapemiles .sidebar-emilesmap {
    width: 100%; }
  .container-mapemiles .sidebar-emilesmap .close-item {
    top: 20px;
    right: 40px; } }

#cookieNoticeContent {
  padding: 1em; }

#cookieNoticeContent table tr td:first-child {
  padding: 0 2em; }

#cookieNotice .closeFontAwesome:before {
  content: "\f00d";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  padding-right: 15px;
  cursor: pointer; }

#cookieNotice .closeButtonNormal {
  text-align: center;
  border-radius: 10px;
  background: #005b89;
  cursor: pointer;
  padding: 1em;
  color: #fff;
  border: 1px solid #fff;
  display: block; }

#cookieNotice .closeButtonNormal:hover {
  background-color: #fff;
  color: #005b89;
  border: 1px solid #005b89; }

#cookieNotice p {
  margin: 0px;
  padding: 0px; }

#cookieNoticeContent {
  position: relative;
  margin: auto;
  width: 100%;
  display: block; }

#cookieNoticeContent table {
  width: 100%; }

#cookieNotice {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  font-size: 14px;
  line-height: 1.3em;
  font-family: arial;
  left: 0px;
  text-align: center;
  color: #FFF; }

/* fidelite */
#checkout .smile,
#cart .smile {
  padding: 1em 2em 1em 90px;
  text-align: center;
  background-color: #EEDAA2;
  background-image: url(/themes/emiles/assets/img/mills.svg);
  background-position: -24px center;
  background-repeat: no-repeat;
  background-size: 7.5em; }

#checkout .smile .text,
#cart .smile .text {
  color: #005B89;
  font-size: 1.3em; }

#checkout .smile .counter,
#cart .smile .counter {
  color: #A61866;
  font-size: 1.3em; }

#checkout .smile .counter .pts,
#cart .smile .counter .pts {
  font-size: 1.5em; }

#checkout .smile .counter .sub,
#cart .smile .counter .sub {
  font-size: 1em; }

/* search */
#search #products .thumbnail-container .product-title {
  height: 2em; }

#search article.product-miniature {
  width: 25%;
  height: 450px; }

#search #products .thumbnail-container {
  width: 90%;
  border-radius: 8px; }

#search .thumbnail-container .product-description,
#search .featured-products .thumbnail-container .product-description,
#search .product-accessories .thumbnail-container .product-description,
#search .product-miniature .thumbnail-container .product-description {
  height: auto;
  background-color: transparent;
  position: relative;
  bottom: auto;
  width: auto; }

#search article.product-miniature-list {
  width: 100%; }

#search .pagination {
  color: #fff; }

#search_filters_wrapper {
  margin-bottom: -100px;
  min-height: 100px; }

#module-lvactualites-lvactualites .lvactualites .lvactualite a {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  text-decoration: none; }

#module-lvactualites-lvactualites .lvactualites .lvactualite a .text {
  padding: 10px; }

#module-lvactualites-lvactualites .lvactualites .lvactualite a .text h2 {
  margin: 0 0 5px 0;
  font-size: 0.875rem;
  line-height: 1.4; }

#module-lvactualites-lvactualites .lvactualites .lvactualite.emiles h2 {
  color: #005B89; }

#module-lvactualites-lvactualites .lvactualites .lvactualite a .author {
  padding: 5px 10px;
  width: 100%;
  display: block;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#module-lvactualites-lvactualites .lvactualites .lvactualite.emiles .author {
  background: #005B89; }

#module-lvactualites-lvactualites .lvactualites .lvactualite a .text .short_desc {
  font-size: 0.875rem;
  line-height: 1.4; }

#module-lvactualites-lvactualites .lvactualite.cse .author {
  background: #A61866; }

#module-lvactualites-lvactualites .lvactualite.cse h2 {
  color: #A61866; }

#module-lvactualites-lvactualite .content-type-3 p {
  color: #fff; }

#module-lvactualites-lvactualite .photo {
  float: left;
  margin: 0 1em 1em 0;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }

#module-lvactualites-lvactualite .photo img {
  border-radius: 5px;
  width: 240px; }

#module-lvactualites-lvactualite .cse .h1 {
  color: #A61866; }

#module-lvactualites-lvactualite .cse .author {
  color: #A61866; }

#module-lvactualites-lvactualite .action .btn {
  background: #ffffff;
  color: #009E7E;
  margin: 10px auto 0 auto;
  display: inline-block; }

#module-lvactualites-lvactualite .action .btn:hover {
  color: #A61866; }

#galaxy_calendar_widget .tarif-galaxy {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 1em 2em;
  font-size: 0.9em;
  margin-top: 3em; }

#galaxy_calendar_widget .galaxy_calendar {
  height: 300px;
  overflow: hidden;
  width: 850px;
  position: relative;
  margin: 0 auto; }
  #galaxy_calendar_widget .galaxy_calendar .galaxy_content {
    width: 99999px;
    position: absolute; }
    #galaxy_calendar_widget .galaxy_calendar .galaxy_content .title {
      font-weight: bold;
      text-align: center;
      background-color: #005b89;
      border-radius: 8px 8px 0 0;
      height: 3em;
      line-height: 3em;
      color: #fff; }
    #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month {
      width: 250px;
      display: inline-block;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      margin: 0 5px 1em;
      background-color: #fff; }
      #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid {
        display: grid;
        padding: 0.5em;
        grid-template-columns: repeat(7, 1fr); }
        #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day {
          height: 25px;
          width: 25px;
          text-align: center;
          line-height: 25px;
          margin: 2px;
          font-size: 0.8em;
          border-bottom: 3px solid transparent; }
          #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day.select-item {
            border-radius: 50%;
            border: 1px solid;
            cursor: pointer; }
          #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day.cell.season-2{
            border-color: green;
            color: green; }
          #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day.cell.season-3 {
            border-color: orange;
            color: orange; }
          #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day.cell.season-4 {
            border-color: red;
            color: red; }
          #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month .galaxy_grid .item-day.cell:hover {
            border-radius: 50%;
            border: 1px solid;
            cursor: pointer; }
      #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month.selected {
        width: 310px;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5); }
        #galaxy_calendar_widget .galaxy_calendar .galaxy_content .galaxy_month.selected .item-day {
          height: 35px;
          width: 35px;
          text-align: center;
          line-height: 37px;
          margin: 2px;
          font-size: 1em; }

#type_vlist_8_content {
  display: none;
  width: 100%; }

.table.galaxy-table th,
.table.galaxy-table td {
  text-align: center;
  width: 14%;
  padding: 0; }

.table.galaxy-table td {
  border: 1px solid #ccc;
  padding: 5px; }
  .table.galaxy-table td.titre {
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    color: #666; }
  .table.galaxy-table td .regle {
    font-size: 0.8em; }
  .table.galaxy-table td .price {
    display: block;
    text-align: center;
    color: #A61866;
    font-weight: bold;
    font-size: 1.2em; }
  .table.galaxy-table td .txt {
    font-size: 0.8em;
    display: block;
    text-align: center; }

table.galaxy-table th span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.2em; }

ul.steep-galaxy {
  display: flex;
  justify-content: center;
  margin-bottom: 1em; }
  ul.steep-galaxy li {
    padding: 0.5em 2em;
    background-color: #ccc;
    color: #fff;
    margin: 0;
    position: relative;
    cursor: pointer; }
    ul.steep-galaxy li.wnext::after {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: -13px;
      top: 6px;
      background-color: #ccc;
      z-index: 99;
      cursor: pointer;
      transform: rotate(45deg); }
    ul.steep-galaxy li.selected-steep {
      background-color: #005b89; }
      ul.steep-galaxy li.selected-steep::after {
        background-color: #005b89; }

ul.steep-galaxy[data-steep="2"] li.steep-date {
  background-color: #72b3d5; }
  ul.steep-galaxy[data-steep="2"] li.steep-date::after {
    background-color: #72b3d5; }

ul.steep-galaxy[data-steep="3"] li.steep-date {
  background-color: #72b3d5; }
  ul.steep-galaxy[data-steep="3"] li.steep-date::after {
    background-color: #72b3d5; }

ul.steep-galaxy[data-steep="3"] li.steep-time {
  background-color: #72b3d5; }
  ul.steep-galaxy[data-steep="3"] li.steep-time::after {
    background-color: #72b3d5; }

#time_options .select-list {
  display: block;
  width: 23%;
  float: left;
  line-height: 25px;
  border: 1px solid #005b89;
  margin: 1%;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer; }
  #time_options .select-list:hover {
    background-color: #005b89;
    color: #fff;
    border-color: #fff;
    cursor: pointer; }

#time_options .clear {
  clear: left; }

.main_product_type_8 .col-gauche .h2 {
  text-align: center; }
  .main_product_type_8 .col-gauche .h2 + p {
    text-align: center; }

.main_product_type_8 #loader {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100vh;
  top: 50px;
  width: 100%;
  position: absolute; }

.vouchr_module div.form-input {
  margin: 2rem; }

.vouchr_module .preview_csv td {
  padding: 5px;
  border: dotted; }

.vouchr_module.dashboard {
  margin-top: 2em; }
  .vouchr_module.dashboard .action ul li {
    padding: 0;
    list-style: disclosure-closed;
    margin-left: 1em; }
  .vouchr_module.dashboard span.wait_valid_cse {
    background-color: yellow;
    color: #000; }
  .vouchr_module.dashboard span.wait_valid_admin {
    background-color: #0e90d2;
    color: #000; }
  .vouchr_module.dashboard span.valid_admin {
    background-color: #00AA00;
    color: #000; }
  .vouchr_module.dashboard span.canceled {
    background-color: #9C1A1A;
    color: white; }

.vouchr_module .add-carte-cadeau {
  width: 50%;
  padding: 1em 2em;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  margin: 0 auto; }
  .vouchr_module .add-carte-cadeau .h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #FEAF11; }

.vouchr_module .controle {
  padding: 2em;
  background-color: #efefef;
  color: #333;
  border: 1px solid #ddd; }

.card-content-voucher {
  padding: 1em 2em;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  margin-bottom: 1em; }

#module-vouchr-dashboard #main {
  padding-bottom: 0; }
  #module-vouchr-dashboard #main img.round {
    border-radius: 50%; }
  #module-vouchr-dashboard #main .content-type-empty::after {
    display: none; }
  #module-vouchr-dashboard #main .vouchr_module.dashboard .tb_billets table .alert {
    margin-top: 1em; }
  #module-vouchr-dashboard #main .vouchr_module.dashboard .action a {
    text-align: left;
    display: block;
    text-decoration: none;
    font-size: 0.9em; }
  #module-vouchr-dashboard #main .card-content-voucher.stat > p {
    padding-bottom: 0; }
  #module-vouchr-dashboard #main .card-content-voucher.stat .status {
    display: flex;
    justify-content: space-around;
    font-size: 1.1em; }
    #module-vouchr-dashboard #main .card-content-voucher.stat .status.head p {
      font-weight: bold;
      border-bottom: 2px solid #A61866;
      color: #A61866;
      line-height: 2em;
      margin-bottom: 1em; }
    #module-vouchr-dashboard #main .card-content-voucher.stat .status p {
      font-size: 0.9em;
      line-height: 1em;
      text-align: left;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      padding-bottom: 0; }
      #module-vouchr-dashboard #main .card-content-voucher.stat .status p span.info {
        margin-left: 1em; }
        #module-vouchr-dashboard #main .card-content-voucher.stat .status p span.info span {
          display: block;
          text-align: center;
          font-size: 1.1em;
          font-weight: bold;
          margin-top: 0.2em;
          background-color: red;
          padding: 0.5em;
          border-radius: 50%;
          color: #fff;
          width: 2.5em;
          height: 2.5em;
          line-height: 1.5em;
          margin-bottom: 1em; }
  #module-vouchr-dashboard #main .card-content-voucher th {
    background-color: #005B89;
    color: #fff; }

#module-vouchr-requestquote #main {
  padding-bottom: 0; }
  #module-vouchr-requestquote #main .content-type-empty::after {
    display: none; }
  #module-vouchr-requestquote #main .card-content {
    padding: 1em;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
    #module-vouchr-requestquote #main .card-content form label {
      color: #005B89; }
  #module-vouchr-requestquote #main .vouchr_module .form-fields .alert {
    margin-top: 1em; }

#module-vouchr-requestquotecsv #main {
  padding-bottom: 0; }
  #module-vouchr-requestquotecsv #main .content-type-empty::after {
    display: none; }
  #module-vouchr-requestquotecsv #main .card-content {
    padding: 2em;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
    #module-vouchr-requestquotecsv #main .card-content form label {
      color: #005B89; }

#module-vouchr-requestquotecsvstep2 #main {
  padding-bottom: 0; }
  #module-vouchr-requestquotecsvstep2 #main .content-type-empty::after {
    display: none; }
  #module-vouchr-requestquotecsvstep2 #main .card-content {
    padding: 2em;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }
    #module-vouchr-requestquotecsvstep2 #main .card-content form .table {
      width: 60%;
      margin: 0 auto; }
      #module-vouchr-requestquotecsvstep2 #main .card-content form .table label {
        color: #005B89; }
      #module-vouchr-requestquotecsvstep2 #main .card-content form .table .price {
        font-size: 1.4em;
        font-weight: bold;
        background-color: #A61866;
        color: #fff;
        padding: 0.6em 1em;
        display: inline-block;
        margin-top: 0.6em;
        margin-bottom: 0.6em; }

#module-vouchr-confirmquotebycode #main {
  padding-bottom: 0; }
  #module-vouchr-confirmquotebycode #main .content-type-empty::after {
    display: none; }
  #module-vouchr-confirmquotebycode #main .card-content {
    padding: 2em;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2); }

#vouchr-breadcrumb .steep {
  display: flex;
  justify-content: center;
  margin-bottom: 2em; }
  #vouchr-breadcrumb .steep li {
    padding: 0.5em 1em;
    color: #005B89; }
    #vouchr-breadcrumb .steep li span {
      background-color: transparent;
      width: 35px;
      display: inline-block;
      height: 35px;
      border-radius: 50%;
      color: #005B89;
      border: 2px solid #005B89;
      font-size: 1.2em;
      text-align: center;
      line-height: 35px;
      vertical-align: baseline;
      margin-right: 5px; }
    #vouchr-breadcrumb .steep li.selected {
      border-radius: 25px;
      color: #A61866;
      box-shadow: 1px 1px 10px rgba(0, 91, 137, 0.4); }
      #vouchr-breadcrumb .steep li.selected span {
        color: #fff;
        background-color: #A61866;
        border-color: #A61866; }

#module-vouchr-addvouchr #main {
  margin-bottom: 0;
  padding-bottom: 0; }

#module-vouchr-addvouchr .reassurance::before {
  display: none; }

#module-vouchr-addvouchr .h2 {
  margin-bottom: 2em; }
  #module-vouchr-addvouchr .h2.title2 {
    margin: 2em 0 1em; }

#module-vouchr-addvouchr .content-type-empty::after {
  display: none; }

#module-vouchr-addvouchr .content-type-2 {
  margin-bottom: 0em;
  margin-top: 0; }
  #module-vouchr-addvouchr .content-type-2 .h2 {
    margin-bottom: 0em;
    margin-top: 0; }
  #module-vouchr-addvouchr .content-type-2 p {
    color: #fff; }

#module-vouchr-addvouchr .h3 {
  color: #A61866; }

#module-vouchr-addvouchr .card-content {
  padding: 2em;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  margin-bottom: 2em; }

#module-vouchr-addvouchr .number_round .steep {
  margin-bottom: 1em; }

#module-vouchr-addvouchr .number_round .round {
  background-color: #005B89;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 0.4em;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  border-radius: 50%;
  margin-left: 1em;
  float: left;
  margin-bottom: 4em; }

#module-vouchr-addvouchr .info-tuto .steep1 img {
  display: inline;
  width: 20%; }

#module-vouchr-addvouchr .content-type-2 {
  min-height: 20em; }

#module-vouchr-addvouchr .vignette .libelle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2em; }

#module-vouchr-addvouchr .vignette .titre {
  font-size: 1em;
  text-transform: none; }

.contact-privilegies {
  background: #fff;
  border-radius: 8px;
  padding: 2em 1em;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden; }
  .contact-privilegies .titre {
    background-color: #005B89;
    color: #fff;
    font-weight: bold;
    line-height: 3em; }
  .contact-privilegies .contact {
    padding: 0.5em;
    width: 50%;
    float: left; }
    .contact-privilegies .contact img {
      margin-bottom: 1em;
      border-radius: 8px; }

#_displaynav_vouchr {
  display: flex;
  background: #fff;
  color: #005b89;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 7px 35px 7px 7px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid #ccc;
  height: 60px;
  position: relative;
  margin-left: 1em;
  width: auto;
  float: left;
  padding-left: 20px; }
  #_displaynav_vouchr .point {
    font-size: 2.25rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
    display: flex;
    align-items: center;
    padding-top: 2px;
    margin-left: 10px; }
  #_displaynav_vouchr .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #_displaynav_vouchr .text span, #_displaynav_vouchr .text a {
      font-weight: bold;
      color: #005B89;
      font-size: 0.875rem;
      line-height: 1.6;
      text-decoration: none; }
  #_displaynav_vouchr .btn-right {
    position: absolute;
    right: 0;
    width: 22px;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    margin: 0;
    border-radius: 0 8px 8px 0;
    background-color: #005b89; }
    #_displaynav_vouchr .btn-right i {
      color: #fff; }
    #_displaynav_vouchr .btn-right.dropdown-toggle::after {
      display: none; }
    #_displaynav_vouchr .btn-right a {
      height: 100%;
      display: flex;
      align-items: center;
      line-height: 26px;
      text-decoration: none;
      color: #fff;
      background-color: #005B89;
      border-left: 1px solid #005B89;
      border-radius: 0 8px 8px 0; }
      #_displaynav_vouchr .btn-right a:hover {
        background-color: #03658f;
        color: #fff; }
  #_displaynav_vouchr .dropdown-menu {
    padding: 1em;
    background-color: #005b89;
    width: 290px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    border-radius: 8px; }
    #_displaynav_vouchr .dropdown-menu .link.link-cheque-vouchr {
      color: #fff;
      font-size: 0.8em;
      text-decoration: none; }
    #_displaynav_vouchr .dropdown-menu .link i {
      font-size: 1.5em;
      line-height: 1em; }
    #_displaynav_vouchr .dropdown-menu .title {
      text-transform: uppercase;
      font-size: 0.8em;
      color: #fff;
      font-weight: bold;
      padding-bottom: 10px; }
    #_displaynav_vouchr .dropdown-menu .list {
      margin-top: 15px;
      font-size: 0.8em; }
      #_displaynav_vouchr .dropdown-menu .list .item {
        background-color: #fff;
        padding: 0.5em 1em;
        border-radius: 15px;
        margin-bottom: 0.2em; }
        #_displaynav_vouchr .dropdown-menu .list .item a {
          font-size: 13px;
          text-decoration: none;
          font-weight: bold;
          color: #005a88; }
        #_displaynav_vouchr .dropdown-menu .list .item .line {
          margin-top: 5px; }
          #_displaynav_vouchr .dropdown-menu .list .item .line span {
            display: inline-block;
            background-color: #005a88;
            color: #fff;
            padding: 0.1em 0.8em;
            font-size: 1em;
            border-radius: 15px;
            line-height: 2em;
            width: 110px;
            text-align: center; }
          #_displaynav_vouchr .dropdown-menu .list .item .line a {
            display: inline-block;
            font-weight: normal;
            background-color: #A61866;
            color: #fff;
            padding: 0.1em 0.8em;
            font-size: 1em;
            border-radius: 15px;
            line-height: 2em;
            width: 110px;
            text-align: center; }
            #_displaynav_vouchr .dropdown-menu .list .item .line a:hover {
              background-color: #FEAF11; }
    #_displaynav_vouchr .dropdown-menu .sumary {
      background-color: #fff;
      padding: 0.5em 0.3em;
      border-radius: 10px;
      text-align: center;
      font-size: 1em;
      text-transform: uppercase;
      line-height: 1.6em;
      color: #A61866;
      font-weight: bold;
      margin-bottom: 1em; }
      #_displaynav_vouchr .dropdown-menu .sumary span {
        color: #005b89;
        font-weight: bold;
        font-size: 1.5em; }
    #_displaynav_vouchr .dropdown-menu a.btn-linkall {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff; }
      #_displaynav_vouchr .dropdown-menu a.btn-linkall:hover {
        background-color: #fff;
        color: #005b89; }

#module-vouchr-indexurssaf .section-carrousel .container {
  padding-top: 1em; }

#module-vouchr-indexurssaf #main {
  padding-bottom: 0 !important; }
  #module-vouchr-indexurssaf #main .section-4 {
    margin-bottom: 0; }
  #module-vouchr-indexurssaf #main .section-regie-slider {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0; }
    #module-vouchr-indexurssaf #main .section-regie-slider:after {
      display: none; }

#_displaytop_vouchr {
  top: 240px;
  background: #007e94;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  padding: 20px;
  position: absolute;
  width: 240px;
  color: #fff;
  border: 6px solid #fff;
  border-right: 0;
  font-size: 0.9em;
  text-align: center;
  right: 0px;
  transition: all 1s ease; }
  #_displaytop_vouchr.closevouchrauto:not(.openvouchr) {
    right: -240px;
    transition: all 1s ease; }
  #_displaytop_vouchr.closevouchr {
    right: -240px;
    transition: all 1s ease; }
    #_displaytop_vouchr.closevouchr .bubble .before {
      display: block; }
    #_displaytop_vouchr.closevouchr .bubble .next {
      display: none; }
  #_displaytop_vouchr.openvouchr {
    right: -0;
    transition: all 1s ease; }
    #_displaytop_vouchr.openvouchr .bubble .before {
      display: none; }
    #_displaytop_vouchr.openvouchr .bubble .next {
      display: block; }
  #_displaytop_vouchr p {
    padding: 0; }
  #_displaytop_vouchr .bubble {
    top: 100px;
    height: 60px;
    width: 40px;
    border-radius: 200% 0 0 200%;
    box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
    left: -40px;
    background-color: #fff;
    text-align: center;
    background-position: center 10px;
    z-index: 4;
    position: absolute;
    cursor: pointer; }
    #_displaytop_vouchr .bubble .label {
      position: absolute;
      bottom: 20px;
      text-align: center;
      left: 7px;
      right: 0;
      font-weight: bold;
      font-size: 1.2em;
      color: #a61866; }
  #_displaytop_vouchr .space {
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 1.8em;
    text-decoration: none; }
  #_displaytop_vouchr .cagnotte {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0; }
    #_displaytop_vouchr .cagnotte .price {
      display: block;
      font-size: 2.5em;
      margin: 0 auto 0.2em auto;
      font-weight: bold;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  #_displaytop_vouchr .link-cheque-vouchr {
    display: block;
    color: #fff; }
    #_displaytop_vouchr .link-cheque-vouchr:hover {
      color: #FEAF11; }

#texte_pdf {
  height: 9em; }

#info_csv {
  margin-top: 1em; }

.bootstrap-filestyle .group-span-filestyle .btn.btn-default {
  color: #fff !important;
  padding: 0 1em;
  margin: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0 15px 15px 0; }

#header .header-top .position-static #lv-top-menu .voucher-selected {
  background-color: #9C1A1A;
  height: 120% !important;
  padding: 0 1em !important;
  border-radius: 50% 20% / 10% 40%; }
  #header .header-top .position-static #lv-top-menu .voucher-selected .close-urssaf {
    position: absolute;
    left: -10px;
    border: 2px solid #9C1A1A;
    border-radius: 50%;
    font-size: 0.3em;
    color: #9C1A1A;
    background-color: #fff;
    top: -10px; }
    #header .header-top .position-static #lv-top-menu .voucher-selected .close-urssaf i {
      font-size: 4em; }

#grid-consomation .openline {
  background-color: #DDEEFF; }

#grid-consomation .todoline {
  background-color: #a2cfa2; }

#grid-consomation .endline {
  background-color: #ccc; }

#module-vouchr-consommation .k-filtercell > span > label {
  display: block;
  line-height: 1.4em; }

#module-vouchr-consommation .k-filter-row th, #module-vouchr-consommation .k-grid-header th.k-header {
  vertical-align: top; }

@media (max-width: 575px) {
  #module-vouchr-dashboard #main .btn-tertiary {
    font-size: 0.85em; }
  #module-vouchr-dashboard #main .card-content-voucher.stat .hr {
    display: none; }
  #module-vouchr-dashboard #main .card-content-voucher.stat .status {
    display: block; }
    #module-vouchr-dashboard #main .card-content-voucher.stat .status.head {
      display: none; }
    #module-vouchr-dashboard #main .card-content-voucher.stat .status p {
      justify-content: space-between;
      border-bottom: 1px solid #ccc;
      margin-bottom: 1em; }
  #module-vouchr-dashboard #main .card-content-voucher.phone {
    font-size: 0.8em; }
    #module-vouchr-dashboard #main .card-content-voucher.phone .label-pill {
      display: block;
      text-align: center;
      padding: 1em;
      margin-bottom: 1em;
      border-radius: 15px; }
  #vouchr-breadcrumb .steep {
    display: block; }
    #vouchr-breadcrumb .steep li {
      margin: 0.5em 0; }
  #module-vouchr-requestquote #main .card-content form label {
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-size: 0.9em; }
  #module-vouchr-requestquotecsv #main .contact-form {
    padding: 0; }
  #module-vouchr-requestquotecsv #main .card-content {
    padding: 0;
    background: transparent;
    border-radius: 8px;
    box-shadow: none; }
  #module-vouchr-requestquotecsvstep2 #main .card-content {
    padding: 0;
    background: transparent;
    border-radius: 8px;
    box-shadow: none; }
    #module-vouchr-requestquotecsvstep2 #main .card-content form .table {
      width: 100%; } }

#checkout #checkout-payment-step .card-order {
  background-image: url("/img/cms/cse/suivi-conso.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px 0 25px 190px; }
  #checkout #checkout-payment-step .card-order .h4 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
    width: 90%;
    padding-bottom: 0.5em; }
  #checkout #checkout-payment-step .card-order .desc {
    padding-bottom: 0;
    color: #666;
    font-size: 0.9em; }

/* SIDEBARTOP */
#module-fidelitab-pagefidelitabcarte {
  /* CONTAINER MAP */
  /* SIDEBAR MAP CARD */
  /* CARD */
  /* DIV OFFRE */
  /* SCROLLBAR */
  /* DESIGN Block MAP */ }
  #module-fidelitab-pagefidelitabcarte .page-header {
    display: none; }
  #module-fidelitab-pagefidelitabcarte #main, #module-fidelitab-pagefidelitabcarte #content {
    padding-bottom: 0px !important; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top {
    background-color: #fff;
    position: relative; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .nb-results {
    position: absolute;
    bottom: -60px;
    right: 30px;
    z-index: 500;
    background-color: #005B89;
    color: #E5E5E5;
    padding: 8px 20px 5px 20px;
    border-radius: 50px;
    box-shadow: 0px 2px 6px #00000029; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .container {
    display: flex;
    justify-content: center;
    padding: 30px; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    flex-wrap: wrap;
    align-items: center; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar .form-item {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar .form-item input {
    padding: 15px 15px 9px 15px;
    width: 100%;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 50px;
    opacity: 1;
    color: #005B89;
    font-size: 16px;
    font-family: 'Gentleman600'; }
  #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar .form-item select {
    padding: 15px 15px 9px 15px;
    width: 100%;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border-radius: 50px;
    opacity: 1;
    color: #005B89;
    font-size: 16px;
    font-family: 'Gentleman600';
    /* Remplacement de la flèche par défault */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/img/cartegeoloc/arrow.png");
    background-position: right 20px top 50%;
    background-repeat: no-repeat; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 600px;
    position: relative; }
  #module-fidelitab-pagefidelitabcarte #categories-fidelitab .checkbox {
    margin-right: 1%;
    max-width: 15%; }
    #module-fidelitab-pagefidelitabcarte #categories-fidelitab .checkbox .checkbox-box img {
      padding: 10px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap {
    height: 100%;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    left: -750px;
    z-index: 900;
    width: 30vw;
    transition: 1s ease; }
  #module-fidelitab-pagefidelitabcarte .active {
    left: 0 !important; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card {
    height: 100%;
    position: relative; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-img {
    width: 100%;
    height: 280px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .close-item {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 6px #00000029;
    position: absolute;
    top: 30px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 901;
    cursor: pointer; }
  #module-fidelitab-pagefidelitabcarte .leaflet-top, #module-fidelitab-pagefidelitabcarte .leaflet-bottom {
    z-index: 900; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content {
    padding: 30px;
    overflow-y: scroll; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .etiquette-commerce-fidelitab {
    padding: 5px 10px 2px 10px;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid #707070;
    display: inline-block; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content h2 {
    font-family: 'Gentleman800';
    font-size: 25px;
    color: #005B89;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content address .ville-commerce-fidelitab {
    color: #A61866;
    font-size: 16px;
    padding-bottom: 0px;
    font-family: 'Gentleman600';
    text-transform: uppercase; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content address .ville-commerce-fidelitab::before {
    content: url("/img/cartegeoloc/marker.png");
    height: 20px;
    width: 20px;
    margin-right: 5px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content address .adresse-commerce-fidelitab {
    color: #000;
    font-size: 16px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .description-commerce-fidelitab {
    color: #000 !important;
    font-size: 16px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre {
    border-radius: 5px;
    box-shadow: 0px 2px 6px #00000029;
    padding: 20px;
    background-color: #fff; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top {
    display: flex;
    justify-content: space-between; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .type {
    font-family: 'Gentleman800';
    font-size: 16px;
    color: #005B89;
    padding-bottom: 0px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .regle {
    font-family: 'Gentleman600';
    font-size: 14px;
    color: #707070;
    padding-bottom: 0px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .left .regle span {
    color: #A61866; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price {
    font-family: 'Gentleman800';
    font-size: 30px;
    text-align: right;
    color: #A61866;
    position: relative;
    padding-bottom: 0px;
    line-height: 35px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price span {
    font-family: 'Gentleman800';
    font-size: 12px;
    color: #A61866; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .price::after {
    content: "€";
    position: absolute;
    top: -8px;
    right: 6px;
    font-size: 12px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .top .right .reduction {
    color: #707070;
    font-size: 10px;
    margin-top: -9px; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .validity {
    padding-bottom: 0px;
    font-size: 12px;
    color: #005B89; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .validity span {
    color: #A61866; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .validity span {
    color: #A61866; }
  #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .card .block-content .offres .card-offre .bottom .cta-offre {
    color: #005B89;
    font-family: 'Gentleman800';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FEAF11;
    padding: 10px 15px 8px 15px;
    border-radius: 50px; }
  #module-fidelitab-pagefidelitabcarte .block-content::-webkit-scrollbar {
    width: 5px; }
  #module-fidelitab-pagefidelitabcarte ::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 6px;
    background: linear-gradient(transparent, #005B89);
    transition: 1s; }
  #module-fidelitab-pagefidelitabcarte ::-webkit-scrollbar-thumb:hover {
    background: red;
    border-radius: 6px;
    background: linear-gradient(transparent, #A61866);
    transition: 1s; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper {
    width: 550px;
    overflow: hidden; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0px;
    display: flex;
    width: 100% !important; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-close-button {
    color: #004D75;
    margin-top: 5px;
    margin-right: 5px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .blockimg-carte {
    width: 200px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .blockimg-carte > img {
    object-fit: cover !important;
    object-position: center !important;
    height: 100%;
    width: 100%; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-carte {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content-carte > p {
    margin: 0;
    padding: 0; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte h5 {
    text-transform: uppercase;
    color: #004D75;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Gentleman800';
    margin-bottom: 5px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte .category-content .category {
    text-transform: uppercase;
    font-family: 'Gentleman600';
    font-size: 10px;
    padding: 4px 7px 1px 7px;
    border: 1px solid black;
    border-radius: 20px;
    margin-right: 10px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte .category-content .etiquette-commerce-fidelitab {
    text-transform: uppercase;
    font-family: 'Gentleman600';
    font-size: 10px;
    padding: 4px 7px 1px 7px;
    border: 1px solid black;
    border-radius: 20px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte .category-content > p {
    margin: 0;
    padding: 0; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte .category-content {
    display: flex; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
    text-transform: uppercase;
    padding: 7px 40px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FEAF11;
    color: #005B89;
    text-decoration: none; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte address {
    margin-top: 10px;
    font-family: 'Gentleman600';
    font-size: 14px;
    margin-bottom: 30px; }
  #module-fidelitab-pagefidelitabcarte .leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .top-content-carte address > p {
    margin: 0;
    padding: 0;
    color: #004D75; }
  @media (max-width: 1050px) {
    #module-fidelitab-pagefidelitabcarte .sidebar-top .container {
      padding-left: 0px;
      padding-right: 0px; }
    #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar {
      grid-template-columns: repeat(3, 1fr); }
    #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap {
      width: 50%; } }
  @media (max-width: 768px) {
    #module-fidelitab-pagefidelitabcarte .sidebar-top .container .form-sidebar {
      grid-template-columns: repeat(1, 1fr);
      width: 100%;
      row-gap: 20px; }
    #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap {
      width: 60%; } }
  @media (max-width: 600px) {
    #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap {
      width: 100%; }
    #module-fidelitab-pagefidelitabcarte .container-mapemiles .sidebar-emilesmap .close-item {
      top: 20px;
      right: 40px; } }

#my-account .emilesfid {
  padding: 0; }
  #my-account .emilesfid > p {
    display: none; }
  #my-account .emilesfid .emilesfid-inner .emilesfid-inner-header {
    display: none; }
  #my-account .emilesfid .emilesfid-inner .emilesfid-inner-center {
    border: 0;
    padding-top: 0;
    margin-top: 0; }

body #header .header-nav .header-center .emilesfid {
  display: flex;
  justify-content: center;
  color: #A61866;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  border-radius: 8px;
  border: 1px solid #ccc;
  height: 60px;
  position: relative;
  align-self: center;
  float: left;
  margin: 0 auto 15px;
  background: #fff;
  padding: 7px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: 10px;
  margin-right: 1%;
  margin-bottom: 7px;
  padding-right: 45px; }
  body #header .header-nav .header-center .emilesfid svg {
    margin-right: 10px;
    margin-left: 10px; }
  body #header .header-nav .header-center .emilesfid .point {
    font-size: 2.25rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
    display: flex;
    align-items: center;
    padding-top: 2px; }
  body #header .header-nav .header-center .emilesfid .text {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body #header .header-nav .header-center .emilesfid .text .secondary {
      font-weight: bold;
      color: #A61866;
      font-size: 0.875rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4;
      height: 15px; }
    body #header .header-nav .header-center .emilesfid .text span {
      display: block;
      color: #005B89;
      font-size: 0.75rem;
      /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
      line-height: 1.4; }
      body #header .header-nav .header-center .emilesfid .text span a {
        color: #005B89;
        text-decoration: underline; }
  body #header .header-nav .header-center .emilesfid .btn-right {
    position: absolute;
    right: 0;
    width: 22px;
    top: 0;
    bottom: 0; }
    body #header .header-nav .header-center .emilesfid .btn-right a {
      height: 100%;
      display: flex;
      align-items: center;
      line-height: 26px;
      text-decoration: none;
      color: #fff;
      background-color: #A61866;
      border-left: 1px solid #A61866;
      border-radius: 0 8px 8px 0; }
      body #header .header-nav .header-center .emilesfid .btn-right a:hover {
        background-color: #03658f;
        color: #fff; }
  body #header .header-nav .header-center .emilesfid > p:not(.sub) {
    padding: 0 0 0 84px !important; }
  body #header .header-nav .header-center .emilesfid .emilesfid-inner {
    background: #EEDAA2;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 30px; }
    body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-header {
      height: 45px;
      display: flex; }
      body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-header .picto {
        width: 54px;
        height: 54px;
        margin-right: 10px;
        border-radius: 100%;
        background: url(../img/compte_cagnotte.svg);
        position: relative;
        top: -30px; }
      body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-header .nom {
        flex: 1; }
        body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-header .nom p {
          padding: 0; }
    body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-center {
      text-align: center;
      border-top: 1px solid #FFF;
      margin-top: 10px;
      padding: 15px 0px 20px 0px; }
      body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-center p {
        padding: 0;
        line-height: 14px; }
      body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-center .point {
        font-size: 3.75rem;
        /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
        line-height: 1.4;
        font-weight: bold;
        display: block;
        line-height: 1; }
    body #header .header-nav .header-center .emilesfid .emilesfid-inner .emilesfid-inner-footer {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-top: -15px; }
  body #header .header-nav .header-center .emilesfid .sub {
    padding: 0;
    text-align: center;
    font-size: 0.75rem;
    /*
  @if $size == $taille8 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.8); 
    }
    @media screen and (max-width: $xs){
      font-size: calculateRem($size/2); 
    }
  }
  @if $size == $taille7 {
    @media screen and (max-width: $md){
      font-size: calculateRem($size/1.5); 
    }
  }
  */
    line-height: 1.4; }

#enseigneLocal #content {
  padding-bottom: 0; }

#enseigneLocal .reassurance::before {
  display: none; }

#modalPopupLocal {
  padding-right: 0px;
  justify-content: center;
  align-items: center; }
  #modalPopupLocal .modal-backdrop {
    z-index: 999; }
  #modalPopupLocal .modal-dialog2 .modal-content {
    border: none;
    width: 680px;
    margin: auto;
    margin-top: 6vw; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-body {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0px;
      padding-bottom: 0px;
      color: #005b89;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body strong {
        color: #a32973; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body p {
        text-align: center; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider {
        width: 500px; }
        #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider img {
          margin: 0 auto; }
          #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider img.carte-pop-up {
            width: 190px;
            margin-bottom: 1em; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body .slick-slider .slick-dots {
        bottom: -30px; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-header {
      border: none; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-header h5 {
        font-weight: 700;
        color: #005b89;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-header button {
        padding-right: 10px; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-footer {
      border: none;
      display: flex;
      justify-content: center;
      padding-bottom: 20px; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-footer .btn-primary {
        color: #fff; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-footer .btn-secondary {
        border: 1px solid #005b89;
        background-color: #fff;
        margin-right: 10px; }

#maplocal .reassurance::before {
  display: none; }

#maplocal #main {
  padding-bottom: 0; }
  #maplocal #main .appli-phone {
    position: relative; }
    #maplocal #main .appli-phone > p {
      color: #A61866;
      font-weight: bold; }
    #maplocal #main .appli-phone > div {
      position: absolute;
      bottom: 50px;
      text-align: center;
      left: 2%;
      right: 2%;
      background-color: rgba(255, 255, 255, 0.79);
      padding: 2em;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 15px; }

@media only screen {
  #mapnational .fidelitab-map-container, #maplocal .fidelitab-map-container {
    display: grid;
    grid-template-columns: 7fr 5fr; }
  #mapnational .list, #maplocal .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    margin-top: 0; }

  #mapnational .list-adresse{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    margin-top: 0; }

  #mapnational .map-card .counter, #maplocal .map-card .counter {
    padding: 1em 2em 0;
    margin-top: 0em;
    display: block;
    font-style: italic;
    color: #005b89; }
    #mapnational .map-card .counter .nb, #maplocal .map-card .counter .nb {
      font-weight: bold; }
  #mapnational .js-marker, #maplocal .js-marker {
    display: none;
    position: relative; }
  #mapnational .list-adresse .js-marker.activeFilter, #maplocal .list .js-marker.activeFilter {
    display: block; }
  #mapnational .list-adresse .js-marker.activeFilter:hover, #maplocal .list .js-marker.activeFilter:hover {
    box-shadow: 0px 2px 8px #005b8982;
    cursor: pointer; }
  #mapnational .aventage, #maplocal .aventage {
    position: absolute;
    top: 0;
    right: 0; }
    #mapnational .aventage span, #maplocal .aventage span {
      border-radius: 0;
      padding: 5px 10px;
      margin: 0;
      float: left;
      height: 2em; }
    #mapnational .aventage .card, #maplocal .aventage .card {
      background-color: #3D5FC6;
      color: #fff; }
    #mapnational .aventage .kdo, #maplocal .aventage .kdo {
      background-color: #18a637;
      color: #fff; }
  #mapnational .map, #maplocal .map {
    background-color: #ccc;
    position: sticky !important;
    top: 249px;
    right: 0;
    left: 0;
    height: calc(100vh - 249px); }
  #mapnational .marker.is-active, #maplocal .marker.is-active {
    z-index: 900; }
  #mapnational .leaflet-container img, #maplocal .leaflet-container img {
    width: 100%; }
  #mapnational .item p, #maplocal .item p {
    margin: 0;
    padding: 0; }
  #mapnational .item.titre, #maplocal .item.titre {
    color: #A61866;
    font-size: 1rem;
    margin-top: 1em;
    font-weight: bold; }
  #mapnational .item.adress, #maplocal .item.adress {
    color: #999;
    font-size: 0.9rem; }
  #mapnational .item img, #maplocal .item img {
    background-size: cover;
    display: grid;
    height: 150px;
    width: auto;
    background-color: #ccc;
    margin: 0 auto 15px; }
    #mapnational .item img.picto, #maplocal .item img.picto {
      float: left;
      width: auto;
      height: 50px;
      background-color: #fff;
      margin-top: 10px;
      margin-right: 10px; }
  #mapnational .leaflet-container .leaflet-popup-content, #maplocal .leaflet-container .leaflet-popup-content {
    min-width: 160px; }
    #mapnational .leaflet-container .leaflet-popup-content img, #maplocal .leaflet-container .leaflet-popup-content img {
      background-size: cover;
      display: grid;
      height: 150px;
      width: 100%;
  }
      #mapnational .leaflet-container .leaflet-popup-content img.picto, #maplocal .leaflet-container .leaflet-popup-content img.picto {
        display: none; }
    #mapnational .leaflet-container .leaflet-popup-content .see-card, #maplocal .leaflet-container .leaflet-popup-content .see-card {
      display: none; }
  #mapnational .open #theme-filter, #maplocal .open #theme-filter {
    width: 720px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    padding: 20px 30px;
    background-color: #fff; }
    #mapnational .open #theme-filter input, #maplocal .open #theme-filter input {
      margin-right: 0.5em;
      cursor: pointer;
    }
    #mapnational .open #theme-filter label, #maplocal .open #theme-filter label {
      color: #005B89;
      cursor: pointer;
    }
    #mapnational .open #theme-filter > div, #maplocal .open #theme-filter > div {
      margin-right: 0.5em; }
  #mapnational .open #aventage-filter, #maplocal .open #aventage-filter {
    width: 250px;
    padding: 20px 30px;
    background-color: #fff; }
    #mapnational .open #aventage-filter input, #maplocal .open #aventage-filter input {
      margin-right: 0.5em; }
    #mapnational .open #aventage-filter > div, #maplocal .open #aventage-filter > div {
      margin-right: 0.5em; }
  #mapnational .filter, #maplocal .filter {
    display: flex;
    justify-content: center;
    align-content: center; }
  #mapnational #dropdownaventage,
  #mapnational #dropdowntheme,
  #mapnational #dropdownrecherche, #maplocal #dropdownaventage,
  #maplocal #dropdowntheme,
  #maplocal #dropdownrecherche {
    background-color: #A61866;
    color: #fff; }
  #mapnational #departement-filter-drop .form-group::after,
  #mapnational #ville-filter-drop .form-group::after, #maplocal #departement-filter-drop .form-group::after,
  #maplocal #ville-filter-drop .form-group::after {
    display: none; }
  #mapnational #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow,
  #mapnational #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow, #maplocal #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow,
  #maplocal #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 30px; }
    #mapnational #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b,
    #mapnational #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b, #maplocal #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b,
    #maplocal #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .3em;
      vertical-align: middle;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-left: .3em solid transparent; }
  #mapnational #departement-filter-drop .select2-container,
  #mapnational #ville-filter-drop .select2-container, #maplocal #departement-filter-drop .select2-container,
  #maplocal #ville-filter-drop .select2-container {
    width: 242.7px;
    transition: all 0.3s linear;
    padding: 4px 0;
    height: 36px;
    display: inline-block;
    margin: 7px 0;
    font-size: 1rem;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    font-family: "Gentleman800", sans-serif;
    line-height: 25px;
    border-radius: 50%; }
    #mapnational #departement-filter-drop .select2-container .select2-selection,
    #mapnational #ville-filter-drop .select2-container .select2-selection, #maplocal #departement-filter-drop .select2-container .select2-selection,
    #maplocal #ville-filter-drop .select2-container .select2-selection {
      background-color: #A61866;
      color: #fff;
      border-radius: 25px;
      border: 0; }
      #mapnational #departement-filter-drop .select2-container .select2-selection span,
      #mapnational #ville-filter-drop .select2-container .select2-selection span, #maplocal #departement-filter-drop .select2-container .select2-selection span,
      #maplocal #ville-filter-drop .select2-container .select2-selection span {
        color: #fff; }
  #mapnational #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b,
  #mapnational #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b, #maplocal #departement-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b,
  #maplocal #ville-filter-drop .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent; }
  #mapnational #departement-filter-drop .filter-bar .form-group::after,
  #mapnational #ville-filter-drop .filter-bar .form-group::after, #maplocal #departement-filter-drop .filter-bar .form-group::after,
  #maplocal #ville-filter-drop .filter-bar .form-group::after {
    display: none; }
  #mapnational #locate, #maplocal #locate {
    cursor: pointer; }
    #mapnational #locate img, #maplocal #locate img {
      width: 33px;
      height: 40px;
      margin: 5px 0 0 5px;
      float: left; }
    #mapnational #locate span, #maplocal #locate span {
      float: left;
      line-height: 45px;
      height: 45px;
      margin-left: 5px; }
  #mapnational .filter-bar, #maplocal .filter-bar {
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
    position: sticky;
    top: 190px;
    background-color: #fff; }
    #mapnational .filter-bar .form-group, #maplocal .filter-bar .form-group {
      position: relative; }
    #mapnational .filter-bar .form-group::after, #maplocal .filter-bar .form-group::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .3em;
      vertical-align: middle;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-left: .3em solid transparent;
      position: absolute;
      top: 15px;
      right: 20px;
      color: #fff; }
    #mapnational .filter-bar .dropdown, #maplocal .filter-bar .dropdown {
      margin: 0 .25rem; }
  #mapnational #pagination .pagination, #maplocal #pagination .pagination {
    display: flex;
    justify-content: center; }
  #mapnational .page-link, #maplocal .page-link {
    font-size: 14px;
    letter-spacing: normal !important;
    padding: 0.3rem 0.65rem; }
  #mapnational .fidelitab-map-container .map-card .h1, #maplocal .fidelitab-map-container .map-card .h1 {
    margin: 0 0 0 1.2em;
    padding: 0.4em 0 0 15px;
    font-size: 1.4em; }
  #mapnational .fidelitab-map-container .map-card .subtitle, #maplocal .fidelitab-map-container .map-card .subtitle {
    margin-left: 45px;
    font-size: 0.9em; }
  #mapnational .fidelitab-map-container .map-card .col-action, #maplocal .fidelitab-map-container .map-card .col-action {
    text-align: right;
    margin: 0 15px;
    width: calc(50% - 50px); }
  #mapnational .fidelitab-map-container .map-card #search-action, #maplocal .fidelitab-map-container .map-card #search-action {
    background-color: #A61866;
    color: #fff;
    padding: 0.5em 2em;
    margin-top: 1em; }
    #mapnational .fidelitab-map-container .map-card #search-action label, #maplocal .fidelitab-map-container .map-card #search-action label {
      width: 100%;
      display: flex;
      align-items: center; }
      #mapnational .fidelitab-map-container .map-card #search-action label #search-word, #maplocal .fidelitab-map-container .map-card #search-action label #search-word {
        width: 10em;
        margin: 0 1em; }
  #mapnational .fidelitab-map-container.list-adresse, #maplocal .fidelitab-map-container.list {
    display: block;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr); }
    #mapnational .fidelitab-map-container.list-adresse #map, #maplocal .fidelitab-map-container.list #map {
      display: none; }
    #mapnational .fidelitab-map-container.list-adresse .map-card, #maplocal .fidelitab-map-container.list .map-card {
      box-shadow: none; }
      #mapnational .fidelitab-map-container.list-adresse .map-card .col-action, #maplocal .fidelitab-map-container.list .map-card .col-action {
        text-align: right; }
      #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter {
        overflow: hidden;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
        margin-bottom: 1em;
        border-radius: 14px;
        padding: 1em; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face .cover, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter .face .cover {
          width: 140px;
          display: block;
          overflow: hidden;
          float: left;
          margin-right: 1em; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face img, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter .face img {
          display: block;
          max-height: 140px;
          float: left;
          margin-right: 1em;
          max-width: 150px;
          height: auto;
          width: auto; }
          #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face img.picto, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter .face img.picto {
            width: auto;
            height: 50px;
            margin-top: 10px;
            margin-right: 10px; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .dos p.text-center, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter .dos p.text-center {
          text-align: right; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .dos button, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list .activeFilter .dos button {
          display: none; }
      #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list.list, #maplocal .fidelitab-map-container.list .map-card #fidelitab-map-list.list {
        grid-template-columns: repeat(1, 1fr); }
  #mapnational .fidelitab-map-container #loader, #maplocal .fidelitab-map-container #loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff69;
    z-index: 99999; }
  #mapnational .fidelitab-map-container #loader .content, #maplocal .fidelitab-map-container #loader .content {
    position: absolute;
    top: 350px;
    left: 50%;
    right: 0;
    bottom: 0; }
  #mapnational .fidelitab-map-container #loader.hidde, #maplocal .fidelitab-map-container #loader.hidde {
    display: none; }
  #mapnational .fidelitab-map-container #loader.cartload, #maplocal .fidelitab-map-container #loader.cartload {
    display: block;
    background-color: rgba(255, 255, 255, 0.75);
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    position: absolute;
    border-radius: 10px; }
  #mapnational .fidelitab-map-container .container-loader, #maplocal .fidelitab-map-container .container-loader {
    position: absolute;
    animation: rotate 3s linear infinite; }
  #mapnational .fidelitab-map-container .container-loader:last-of-type, #maplocal .fidelitab-map-container .container-loader:last-of-type {
    z-index: -1;
    margin: 1%; }
  #mapnational .fidelitab-map-container .triangle, #maplocal .fidelitab-map-container .triangle {
    position: relative;
    text-align: left;
    transform-origin: 33.33% 66.66%; }
  #mapnational .fidelitab-map-container .triangle:before,
  #mapnational .fidelitab-map-container .triangle:after, #maplocal .fidelitab-map-container .triangle:before,
  #maplocal .fidelitab-map-container .triangle:after {
    content: "";
    position: absolute;
    background: inherit; }
  #mapnational .fidelitab-map-container .triangle,
  #mapnational .fidelitab-map-container .triangle:before,
  #mapnational .fidelitab-map-container .triangle:after, #maplocal .fidelitab-map-container .triangle,
  #maplocal .fidelitab-map-container .triangle:before,
  #maplocal .fidelitab-map-container .triangle:after {
    width: 2.3em;
    height: 2.3em;
    border-top-right-radius: 20%; }
  #mapnational .fidelitab-map-container .triangle:before, #maplocal .fidelitab-map-container .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }
  #mapnational .fidelitab-map-container .triangle:after, #maplocal .fidelitab-map-container .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }
  #mapnational .fidelitab-map-container .triangle:first-of-type, #maplocal .fidelitab-map-container .triangle:first-of-type {
    background: #A61866;
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
    animation: first 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #mapnational .fidelitab-map-container .triangle:last-of-type, #maplocal .fidelitab-map-container .triangle:last-of-type {
    background: #005b89;
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
    animation: last 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #mapnational .fidelitab-map-container .triangle.shadow,
  #mapnational .fidelitab-map-container .triangle.shadow:before,
  #mapnational .fidelitab-map-container .triangle.shadow:after, #maplocal .fidelitab-map-container .triangle.shadow,
  #maplocal .fidelitab-map-container .triangle.shadow:before,
  #maplocal .fidelitab-map-container .triangle.shadow:after {
    background: #a0f5d0;
    backface-visibility: hidden;
    perspective: 1000;
    filter: blur(0.5em); }
  @keyframes rotate {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(-360deg); } }
  @keyframes first {
    0% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%); }
    33% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, -120%); }
    66% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, 112%); } }
  @keyframes last {
    0% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%); }
    33% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(134%, -4%); }
    66% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-89%, -214%); } }
  #mapnational .fidelitab-map-container:not(.list-adresse) .item, #maplocal .fidelitab-map-container:not(.list) .item {
    width: 100%;
    height: 330px;
    margin: 1em auto; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content, #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content {
    width: 310px;
    height: 340px;
    margin: 0 auto 0;
    padding-bottom: 1em; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .item,
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content, #maplocal .fidelitab-map-container:not(.list) .item,
  #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content {
    perspective: 1000px;
    text-align: center;
    padding-bottom: 0; }
    #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner,
    #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner, #maplocal .fidelitab-map-container:not(.list) .item .item-inner,
    #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      padding-bottom: 1em; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .dos,
      #maplocal .fidelitab-map-container:not(.list) .item .item-inner .face,
      #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .dos,
      #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .face {
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face .cover, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .dos .cover,
        #maplocal .fidelitab-map-container:not(.list) .item .item-inner .face .cover,
        #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .dos .cover,
        #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .face .cover {
          height: 200px;
          overflow: hidden;
          margin-bottom: 1em; }
          #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face .cover img, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .dos .cover img,
          #maplocal .fidelitab-map-container:not(.list) .item .item-inner .face .cover img,
          #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .dos .cover img,
          #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .face .cover img {
            height: auto; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .avantage-text,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .avantage-text, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .avantage-text,
      #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .avantage-text {
        font-size: 0.8em; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .face,
      #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .face {
        overflow: hidden;
        transition: opacity .6s;
        text-align: left; }
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face:before,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face:before, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .face:before,
        #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .face:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0px; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos, #maplocal .fidelitab-map-container:not(.list) .item .item-inner .dos,
      #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .item-inner .dos {
        transform: rotateY(180deg);
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    #mapnational .fidelitab-map-container:not(.list-adresse) .item:hover .item-inner,
    #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content:hover .item-inner, #maplocal .fidelitab-map-container:not(.list) .item:hover .item-inner,
    #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content:hover .item-inner {
      transform: rotateY(180deg); }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .titre, #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .titre {
    color: #A61866;
    font-size: 0.8rem;
    margin-top: 1em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .adress, #maplocal .fidelitab-map-container:not(.list) .leaflet-popup-content .adress {
    color: #999;
    font-size: 0.9rem; } }

#mapnational .map {
  background-color: #ccc;
  position: sticky !important;
  top: 249px;
  right: 0;
  left: 0;
  height: calc(100vh - 249px);
}
#homecms #slider {
  width: 500px;
  margin: 0 auto; }
  #homecms #slider img {
    width: 500px; }

#enseigneLocal #content {
  padding-bottom: 0; }

#enseigneLocal .reassurance::before {
  display: none; }

#modalPopupLocal {
  padding-right: 0px;
  justify-content: center;
  align-items: center; }
  #modalPopupLocal .modal-backdrop {
    z-index: 999; }
  #modalPopupLocal .modal-dialog2 .modal-content {
    border: none;
    width: 680px;
    margin: auto;
    margin-top: 6vw; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-body {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0px;
      padding-bottom: 0px;
      color: #005b89;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body strong {
        color: #a32973; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body p {
        text-align: center; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider {
        width: 500px; }
        #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider img {
          margin: 0 auto; }
          #modalPopupLocal .modal-dialog2 .modal-content .modal-body #modalPopupLocal_slider img.carte-pop-up {
            width: 190px;
            margin-bottom: 1em; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-body .slick-slider .slick-dots {
        bottom: -30px; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-header {
      border: none; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-header h5 {
        font-weight: 700;
        color: #005b89;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-header button {
        padding-right: 10px; }
    #modalPopupLocal .modal-dialog2 .modal-content .modal-footer {
      border: none;
      display: flex;
      justify-content: center;
      padding-bottom: 20px; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-footer .btn-primary {
        color: #fff; }
      #modalPopupLocal .modal-dialog2 .modal-content .modal-footer .btn-secondary {
        border: 1px solid #005b89;
        background-color: #fff;
        margin-right: 10px; }

#mapnational .reassurance::before {
  display: none; }

#mapnational #main {
  padding-bottom: 0; }
  #mapnational #main .appli-phone {
    position: relative; }
    #mapnational #main .appli-phone > p {
      color: #A61866;
      font-weight: bold; }
    #mapnational #main .appli-phone > div {
      position: absolute;
      bottom: 50px;
      text-align: center;
      left: 2%;
      right: 2%;
      background-color: rgba(255, 255, 255, 0.79);
      padding: 2em;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 15px; }

#mapnational .leaflet-container .leaflet-popup-content img {
  max-width: 100% !important;
}
@media only screen and (min-width: 1100px) {
  #mapnational .fidelitab-map-container {
    display: grid;
    grid-template-columns: 7fr 5fr; }
  #mapnational .list-adresse {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    padding: 15px 30px 30px 30px;
    background-color: #fff;
    margin-top: 1.5em; }
  #mapnational .map-card .counter {
    padding: 1em 2em 0;
    margin-top: 0em;
    display: block;
    font-style: italic;
    color: #005b89; }
    #mapnational .map-card .counter .nb {
      font-weight: bold; }
  #mapnational .js-marker {
    display: none;
    position: relative; }
  #mapnational .list-adresse .js-marker.activeFilter {
    display: block; }
  #mapnational .list-adresse .js-marker.activeFilter:hover {
    box-shadow: 0px 2px 8px #005b8982;
    cursor: pointer; }
  #mapnational .aventage {
    position: absolute;
    top: 0;
    right: 0; }
    #mapnational .aventage span {
      border-radius: 0;
      padding: 5px 10px;
      margin: 0;
      float: left;
      height: 2em; }
    #mapnational .aventage .card {
      background-color: #3D5FC6;
      color: #fff; }
    #mapnational .aventage .kdo {
      background-color: #18a637;
      color: #fff; }
  #mapnational .map {
    background-color: #ccc;
    position: sticky !important;
    top: 249px;
    right: 0;
    left: 0;
    height: calc(100vh - 249px); }
  #mapnational .marker.is-active {
    z-index: 900; }
  #mapnational .leaflet-container img {
    width: 100%; }
  #mapnational .item p {
    margin: 0;
    padding: 0; }
  #mapnational .item.titre {
    color: #A61866;
    font-size: 1rem;
    margin-top: 1em;
    font-weight: bold; }
  #mapnational .item.adress {
    color: #999;
    font-size: 0.9rem; }
  #mapnational .item img {
    background-size: cover;
    display: grid;
    height: 150px;
    width: 150px;
    background-color: #fff;
    margin: 0 auto 15px; }
    #mapnational .item img.picto {
      float: left;
      width: auto;
      height: 50px;
      background-color: #fff;
      margin-top: 10px;
      margin-right: 10px; }
  #mapnational .leaflet-container .leaflet-popup-content {
    min-width: 160px; }
    #mapnational .leaflet-container .leaflet-popup-content img {
      background-size: cover;
      display: grid;
      height: 150px;
      width: 150px;
    }
      #mapnational .leaflet-container .leaflet-popup-content img.picto {
        display: none; }
    #mapnational .leaflet-container .leaflet-popup-content .see-card {
      display: none; }
  #mapnational .open #theme-filter {
    width: 720px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    padding: 20px 30px;
    background-color: #fff; }
  #mapnational .open #villeFilter {
    padding: 10px 10px;
    width: 250px;
  }
    #mapnational .open #theme-filter input {
      margin-right: 0.5em; }
    #mapnational .open #theme-filter > div {
      margin-right: 0.5em; }
  #mapnational .open #aventage-filter {
    width: 250px;
    padding: 20px 30px;
    background-color: #fff; }
    #mapnational .open #aventage-filter input {
      margin-right: 0.5em; }
    #mapnational .open #aventage-filter > div {
      margin-right: 0.5em; }
  #mapnational .filter {
    display: flex;
    justify-content: center;
    align-content: center; }
  #mapnational #dropdownaventage,
  #mapnational #dropdowntheme,
  #mapnational #dropdownrecherche {
    background-color: #A61866;
    color: #fff; }
  #mapnational #departement-filter,
  #mapnational #ville-filter {
    background-color: #A61866;
    color: #fff;
    border-radius: 25px; }
  #mapnational #locate {
    cursor: pointer; }
    #mapnational #locate img {
      width: 33px;
      height: 40px;
      margin: 5px 0 0 5px;
      float: left; }
    #mapnational #locate span {
      float: left;
      line-height: 45px;
      height: 45px;
      margin-left: 5px; }
  #mapnational .filter-bar {
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
    position: sticky;
    top: 190px;
    background-color: #fff; }
    #mapnational .filter-bar .form-group {
      position: relative; }
    #mapnational .filter-bar .form-group::after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .3em;
      vertical-align: middle;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-left: .3em solid transparent;
      position: absolute;
      top: 15px;
      right: 20px;
      color: #fff; }
    #mapnational .filter-bar .dropdown {
      margin: 0 .25rem; }
  #mapnational #pagination .pagination {
    display: flex;
    justify-content: center; }
  #mapnational .page-link {
    font-size: 14px;
    letter-spacing: normal !important;
    padding: 0.3rem 0.65rem; }
  #mapnational .fidelitab-map-container .map-card .h1 {
    margin: 0 0 0 1.2em;
    padding: 0.4em 0 0 15px;
    font-size: 1.4em; }
  #mapnational .fidelitab-map-container .map-card .subtitle {
    margin-left: 45px;
    font-size: 0.9em; }
  #mapnational .fidelitab-map-container .map-card .col-action {
    text-align: right;
    margin: 0 15px;
    width: calc(50% - 50px); }
  #mapnational .fidelitab-map-container.list-adresse {
    display: block;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr); }
    #mapnational .fidelitab-map-container.list-adresse #map {
      display: none; }
    #mapnational .fidelitab-map-container.list-adresse .map-card {
      box-shadow: none; }
      #mapnational .fidelitab-map-container.list-adresse .map-card .col-action {
        text-align: right; }
      #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter {
        overflow: hidden;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
        margin-bottom: 1em;
        border-radius: 14px;
        padding: 1em; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face .cover {
          width: 140px;
          display: block;
          overflow: hidden;
          float: left;
          margin-right: 1em; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face img {
          display: block;
          max-height: 140px;
          float: left;
          margin-right: 1em;
          max-width: 150px;
          height: auto;
          width: auto; }
          #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .face img.picto {
            width: auto;
            height: 50px;
            margin-top: 10px;
            margin-right: 10px; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .dos p.text-center {
          text-align: right; }
        #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list .activeFilter .dos button {
          display: none; }
      #mapnational .fidelitab-map-container.list-adresse .map-card #fidelitab-map-list.list {
        grid-template-columns: repeat(1, 1fr); }
  #mapnational .fidelitab-map-container #loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff69;
    z-index: 99999; }
  #mapnational .fidelitab-map-container #loader .content {
    position: absolute;
    top: 350px;
    left: 50%;
    right: 0;
    bottom: 0; }
  #mapnational .fidelitab-map-container #loader.hidde {
    display: none; }
  #mapnational .fidelitab-map-container #loader.cartload {
    display: block;
    background-color: rgba(255, 255, 255, 0.75);
    left: 0;
    right: 0;
    top: 36px;
    bottom: 0;
    position: absolute;
    border-radius: 10px; }
  #mapnational .fidelitab-map-container .container-loader {
    position: absolute;
    animation: rotate 3s linear infinite; }
  #mapnational .fidelitab-map-container .container-loader:last-of-type {
    z-index: -1;
    margin: 1%; }
  #mapnational .fidelitab-map-container .triangle {
    position: relative;
    text-align: left;
    transform-origin: 33.33% 66.66%; }
  #mapnational .fidelitab-map-container .triangle:before,
  #mapnational .fidelitab-map-container .triangle:after {
    content: "";
    position: absolute;
    background: inherit; }
  #mapnational .fidelitab-map-container .triangle,
  #mapnational .fidelitab-map-container .triangle:before,
  #mapnational .fidelitab-map-container .triangle:after {
    width: 2.3em;
    height: 2.3em;
    border-top-right-radius: 20%; }
  #mapnational .fidelitab-map-container .triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }
  #mapnational .fidelitab-map-container .triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }
  #mapnational .fidelitab-map-container .triangle:first-of-type {
    background: #A61866;
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
    animation: first 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #mapnational .fidelitab-map-container .triangle:last-of-type {
    background: #005b89;
    transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
    animation: last 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
  #mapnational .fidelitab-map-container .triangle.shadow,
  #mapnational .fidelitab-map-container .triangle.shadow:before,
  #mapnational .fidelitab-map-container .triangle.shadow:after {
    background: #a0f5d0;
    backface-visibility: hidden;
    perspective: 1000;
    filter: blur(0.5em); }
  @keyframes rotate {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(-360deg); } }
  @keyframes first {
    0% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%); }
    33% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, -120%); }
    66% {
      transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-76.67%, 112%); } }
  @keyframes last {
    0% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%); }
    33% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(134%, -4%); }
    66% {
      transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-89%, -214%); } }
  #mapnational .fidelitab-map-container:not(.list-adresse) .item {
    width: 100%;
    height: 330px;
    margin: 1em auto; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content {
    width: 310px;
    height: 340px;
    margin: 0 auto 0;
    padding-bottom: 1em; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .item,
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content {
    perspective: 1000px;
    text-align: center;
    padding-bottom: 0; }
    #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner,
    #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      padding-bottom: 1em; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face {
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos .cover,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face .cover {
          height: 200px;
          overflow: hidden;
          margin-bottom: 1em; }
          #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos .cover img,
          #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face .cover img {
            height: auto; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face {
        overflow: hidden;
        transition: opacity .6s;
        text-align: left; }
        #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .face:before,
        #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .face:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0px; }
      #mapnational .fidelitab-map-container:not(.list-adresse) .item .item-inner .dos,
      #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .item-inner .dos {
        transform: rotateY(180deg);
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
    #mapnational .fidelitab-map-container:not(.list-adresse) .item:hover .item-inner,
    #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content:hover .item-inner {
      transform: rotateY(180deg); }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .titre {
    color: #A61866;
    font-size: 0.8rem;
    margin-top: 1em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0; }
  #mapnational .fidelitab-map-container:not(.list-adresse) .leaflet-popup-content .adress {
    color: #999;
    font-size: 0.9rem; } }

#product-step-container .product-step {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 91, 137, 0.2);
  margin-top: 32px;
  padding: 2em; }
  #product-step-container .product-step p.title {
    color: #A61866;
    font-size: 1.025rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-weight: bold; }
  #product-step-container .product-step .btn-group .btn {
    margin-top: 0;
    color: #fff; }
    #product-step-container .product-step .btn-group .btn.season-1 {
      background-color: orange;
      opacity: 0.5; }
    #product-step-container .product-step .btn-group .btn.season-2 {
      background-color: red;
      opacity: 0.5; }
    #product-step-container .product-step .btn-group .btn.season-0 {
      background-color: green;
      opacity: 0.5; }
    #product-step-container .product-step .btn-group .btn:hover {
      opacity: 1; }
    #product-step-container .product-step .btn-group .btn.active {
      opacity: 1; }
  #product-step-container .product-step .btn-group.notitle {
    display: flex;
    justify-content: center; }
  #product-step-container .product-step .product-step-select .row {
    display: flex;
    align-items: center; }
  #product-step-container .product-step .product-step-select .facet-dropdown {
    border-radius: 15px; }

#product-step-container .product-step-buttonGroup > div {
  overflow: hidden; }
  #product-step-container .product-step-buttonGroup > div button.active {
    background: #A61866; }

#product-step-container .product-step-calendarSeason,
#product-step-container .product-step-calendarVar {
  height: 300px;
  overflow: hidden;
  max-width: 850px;
  position: relative;
  margin: 0 auto; }
  #product-step-container .product-step-calendarSeason .calendar_content,
  #product-step-container .product-step-calendarVar .calendar_content {
    width: 99999px;
    position: absolute; }
    #product-step-container .product-step-calendarSeason .calendar_content .title,
    #product-step-container .product-step-calendarVar .calendar_content .title {
      font-weight: bold;
      text-align: center;
      background-color: #005b89;
      border-radius: 8px 8px 0 0;
      height: 3em;
      line-height: 3em;
      color: #fff; }
    #product-step-container .product-step-calendarSeason .calendar_content .calendar_month,
    #product-step-container .product-step-calendarVar .calendar_content .calendar_month {
      width: 250px;
      display: inline-block;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      margin: 0 5px 1em;
      background-color: #fff; }
      #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid,
      #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid {
        display: grid;
        padding: 0.5em;
        grid-template-columns: repeat(7, 1fr); }
        #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day,
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day {
          height: 25px;
          width: 25px;
          text-align: center;
          line-height: 25px;
          margin: 2px;
          font-size: 0.8em; }
          #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.select-item{
            border-radius: 50%;
            border: 1px solid;
            cursor: pointer; }
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.select-item,
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.select-item .day-num,
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.select-item .price-small
        {
          color:white;
        }
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.select-item{
          border-radius : 50%;
          background-color: #A61866;
        }


          #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.cell
          {
            color: #fff; }
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.cell{
          color: #000;
          border: 1px solid #ccc;
          border-radius: 4px;
          padding: 3px;
        }
#product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.cell.season-1 {
              background-color: orange; }
            #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.cell.season-2 {
              background-color: red; }
            #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.cell.season-0 {
              background-color: green; }
            #product-step-container .product-step-calendarSeason .calendar_content .calendar_month .calendar_grid .item-day.cell:hover,
            #product-step-container .product-step-calendarVar .calendar_content .calendar_month .calendar_grid .item-day.cell:hover {
              border-radius: 50%;
              cursor: pointer; }
      #product-step-container .product-step-calendarSeason .calendar_content .calendar_month.selected,
      #product-step-container .product-step-calendarVar .calendar_content .calendar_month.selected {
        width: 310px;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5); }
        #product-step-container .product-step-calendarSeason .calendar_content .calendar_month.selected .item-day,
        #product-step-container .product-step-calendarVar .calendar_content .calendar_month.selected .item-day {
          height: 35px;
          width: 35px;
          text-align: center;
          line-height: 37px;
          margin: 2px;
          font-size: 1em; }

#product-step-container .product-step-calendarVar .calendar_content .calendar_month .item-day.available {
  /*background-color: green;*/
}

#product-step-container .product-step-calendarVar .calendar_content .calendar_month .item-day .day-num {
  font-size: 12px !important;
  line-height: 13px;
  font-weight: bold;
}
#product-step-container .product-step-calendarVar .calendar_content .calendar_month.selected .item-day .price-small {
  display: block;
}

#product-step-container .product-step-calendarVar .calendar_content .calendar_month .item-day .price-small {
  font-size: 9px !important;
  line-height: 15px;
  color: #333;
  display: none;
}


#product #wrapper .product-information .flip-card .flip-card-inner .flip-card-inner-back .empty_product {
  margin-top: 0; }

#product-step-container .product-step-card.product-variants-list .title {
  margin-bottom: 2em; }

@media (max-width: 768px) {
  #add-to-cart-or-refresh {
    flex-direction: column-reverse;
    display: flex; }
  #product-step-container .product-step .btn-group .btn {
    padding: 0.3em 0.9em; }
  #product-step-container .product-step .product-step-select .row {
    display: block; }
  #product #wrapper .product-information .col-droite {
    position: relative;
    float: none;
    top: 20px; } }


/*Login page*/

.form fieldset {
  border: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
}
.form fieldset input {
  width: 100%;
  height: 48px;
  color: #333333;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.form button {
  width: 100%;
  outline: none !important;
  background: linear-gradient(45deg, #005b89 45%, #005b89 50%, #a61866 100%, #a61866 100%);
  border: none;
  /*text-transform: uppercase;*/
  font-size: 20px;
  font-weight: bold;
  /*box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);*/
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* forgot password */

#password .login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*--------------------
Signup
--------------------*/
.signup {
  margin: 0 auto;
  max-width: 1500px;
  width: 70%;
  background: #dfeef6;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
}

.signup-password{
  margin: 0 auto;
  max-width: 1500px;
  width: 70%;
  background: #dfeef6;
  padding: 30px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.password-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-password{
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
}

.signup-connect,
.signup-classic {
  width: 50%;
  padding: 30px 80px;
}

.signup-connect {
  background: linear-gradient(134deg, #fbce50, #e08106);
  color: white;
}
.signup-connect h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.signup-classic h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 23px;
  margin-bottom: 15px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.signup-classic fieldset::after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 2;
  width: 20px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.signup-classic fieldset.email::after {
  content: "";
}
.signup-classic fieldset.password::after {
  content: "";
}


.signup img{
  width: 50%;
  object-fit: cover;
}

.form-control-label{
  text-align: left;
  font-weight: bold;
  margin-bottom: 4px;
}

.form-group-login{
  margin-bottom: 0;
}
.forgot-password{
  font-weight: bold;
  margin-bottom: 1rem;
}

.btn-submit-login {
  background: linear-gradient(45deg, rgba(39,159,219,1) 0%, rgba(0,91,137,1) 23%, rgba(0,91,137,1) 57%, rgba(166,24,102,1) 100%);
  color: #fff;
  transition: 1.5s;
  display: block;
}
.btn-submit-login:hover {
  background: linear-gradient(45deg, #005b89 0%, #005b89 0%, #a61866 45%, #a61866 50%);
  color: #ffffff; }
.login.login-step {
  position: relative;
}
.login-back-to-step1{
  position: absolute;
  right: 0;
}
#authentication #error-msg {
  display: none;
}
#authentication #login-form-step1 {
  display: flex;
  flex-direction: column;
}
#authentication #login-form-step2, #authentication #login-form-step-cyberce, #authentication #login-form-step-cyberce-not-existing {
  display: none;
  flex-direction: column;
}
#authentication #submit-contact {
  font-size: 20px;
}
#authentication .signup-classic {
  position: relative;
}
#authentication #loader .content {
  position: sticky;
  top: 40%;
  display: block;
  margin-left: 50%;
}
#authentication #loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color:#005B8926;
  bottom: 0;
}
#authentication #loader.hidde {
  display: none;
}
#authentication #loader .container-loader {
  position: absolute;
  animation: rotate 3s linear infinite; }
#authentication #loader .container-loader:last-of-type {
  z-index: -1;
  margin: 1%; }
#authentication #loader .triangle {
  position: relative;
  text-align: left;
  transform-origin: 33.33% 66.66%; }
#authentication #loader .triangle:before,
#authentication #loader .triangle:after {
  content: "";
  position: absolute;
  background: inherit; }
#authentication #loader .triangle,
#authentication #loader .triangle:before,
#authentication #loader .triangle:after {
  width: 2.3em;
  height: 2.3em;
  border-top-right-radius: 20%; }
#authentication #loader .triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }
#authentication #loader .triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }
#authentication #loader .triangle:first-of-type {
  background: #A61866;
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(143.33%, 110%);
  animation: first 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
#authentication #loader .triangle:last-of-type {
  background: #005b89;
  transform: rotate(0deg) skewX(-30deg) scale(1, 0.866) translate(-100%, -4%);
  animation: last 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
#authentication #loader .triangle.shadow,
#authentication #loader .triangle.shadow:before,
#authentication #loader .triangle.shadow:after {
  background: #a0f5d0;
  backface-visibility: hidden;
  perspective: 1000;
  filter: blur(0.5em); }
.nouveau-client{
  display: flex;
  margin-top: 1rem;
}
.btn-create-account{
  height: 60px;
  font-size: 20px;
}
.info{
  padding-bottom: 0;
  margin-top: 2rem;
}
.info p{
  padding-bottom: 0;
}

.btn-show-password {
  border-top:    1px solid #BFDEEE;
  border-right:  1px solid #BFDEEE;
  border-bottom: 1px solid #BFDEEE;
  border-left: none;
}

.logo-tete-smiles{
  display: none;
}
.nouveau-client{

  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 10px;

}

.footer-rs{
  display: flex;

}
#facebook-icon, #linkedin-icon, #instagram-icon {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
}

.footer-login-page{
  grid-template-rows: auto 48px;
  background: linear-gradient(45deg, rgba(39,159,219,1) 0%, rgba(0,91,137,1) 23%, rgba(0,91,137,1) 57%, rgba(166,24,102,1) 100%);
  width: 100%;

}
.footer-login{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 24px 40px;
  /*height: 250px;*/
}


#footer-preindex{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #003f6233;
  padding: 0 24px;

}
.decouvrir-rs{
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.logo-footer{
  height: auto;
  width: 200px;
  max-width: 100%;
}


/*Register Form*/

.register-form{
  margin: 0 auto;
  background: #dfeef6;
  padding: 20px;
  width: inherit;
  border-radius: 25px;
}
.registration-btns{
  display: flex;
  justify-content: center;
}

.li-mobile{
  display: none ;
}
/*Mobile version Login Page*/

@media only screen and (max-width: 1200px) {
  body {
    background: linear-gradient(90deg, rgba(245,251,254,1) 0%, rgba(225,241,249,1) 50%, rgba(245,251,254,1) 100%);
  }
  .logo-tete-smiles{
    display: block;

  }
  .signup img{
    width: 25%;
    margin: 0 auto;
  }
  #header-index{
    display: none;
  }
  .signup{
    width: 100%;
    border-radius: 0px;
    height: max-content;
  }

  .signup-image{
    display: none;

  }
  .signup-connect, .signup-classic {
     width: 100%;
     padding: 30px 57px;
    background: linear-gradient(90deg, rgba(245,251,254,1) 0%, rgba(225,241,249,1) 50%, rgba(245,251,254,1) 100%);
  }

  .signup-classic{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .signup-classic h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  .nouveau-client{
    text-align: center;
    font-size: 1.4rem;
    justify-content: center;
    font-weight: bold;
    margin-top: 3rem;
    padding-bottom: 0;
  }

  .info p{
    font-size: 0.8rem ;
  }


  .form-control::placeholder{
    font-size: 0.8rem ;
  }

  .forgot-password{
    font-size: 0.9rem;
  }

  .form button, .btn-create-account{
    font-size: 16px;
  }
  .form{
    width: max-content;
  }
  /*.home-template #footer, #footer-preindex{*/
  /*  display: none;*/
  /*}*/

  #authentication #wrapper-index{
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  #content-wrapper{
    margin: fill  ;
  }

  .footer-login{
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding: 0 24px 40px;
    height: 250px;

  }
  .footer-right{
    display: flex;
    gap: 25px;
  }
  .decouvrir-rs{
    font-size: 14px;
    text-align: center;
  }
  .logo-footer{
    width: 150px;
  }
  .footer-logo{
    margin-top: 25px;
  }

  .home-template #footer #footer-preindex li:before {
    display: none ;
  }
  .home-template #footer #footer-preindex{
    justify-content: space-between;
    gap: 32px;
  }
  .li-mobile{
    display: block ;
  }
  .dedicated-login-text {
    text-align: center;
  }

  /*#facebook-icon, #linkedin-icon, #instagram-icon{*/
  /*  display: none;*/
  /*}*/
}


@media (min-width:  768px)
{
  #mapnational .filter-bar
  {
    height: calc(100vh - 249px)!important;overflow: auto;
  }
}

#fidelitab-map-list .activeFilter {
  overflow: hidden;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  border-radius: 14px;
  padding: 1em;
  background-color: #fff;
}

.slide_spectacle_content .spectacle_slide_element article{
  height: 250px;
  background-color: #fff;
}


.slide_spectacle_content .spectacle_slide_element article .spectacle-affiche{
  height: 100%;
  display: grid;
  align-items: center;
}


.slide_spectacle_content .spectacle_slide_element article .spectacle-affiche img{
}

#maplocal #dropdowntheme, #maplocal #departement-filter, #maplocal #ville-filter {
  width: 100%!important;
}

#maplocal #dropdowntheme {
  margin: 7px 0;
  padding: 0;
}

#maplocal #departement-filter-drop .select2-selection__arrow, #maplocal #ville-filter-drop .select2-selection__arrow {
  top: 0!important;
  width: 30px;
}

#maplocal #departement-filter-drop .select2-container, #maplocal #ville-filter-drop .select2-container {
  padding: 0;
  height: 32px;
}

#maplocal #departement-filter-drop .select2-container .select2-selection--single, #maplocal #ville-filter-drop .select2-container .select2-selection--single {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#maplocal #theme-filter-drop, #maplocal #departement-filter-drop, #maplocal #ville-filter-drop {
  width: 20%!important;
}

#maplocal .item .avantage-text a {
  display: none;
}

#maplocal #theme-filter-drop .dropdown-toggle {
  position: relative;
}

#maplocal #theme-filter-drop .dropdown-toggle:after {
  position: absolute;
  top: 35%;
  right: 30px;
}

#maplocal .item .see-enseigne-mobile {
  display: none;
}

#enseigneLocal .theme-name {
  cursor: inherit;
}

#enseigneLocal .avantage p {
  padding: 0;
  font-size: 1.2em;
}

@media (max-width: 1100px) {
  #maplocal #map-container {
    display: none;
  }
  #maplocal #main {
    margin-left: 15px;
    margin-right: 15px;
  }
  #maplocal .col-action {
    display: none;
  }
  #maplocal .map-card .row {
    margin: 0;
  }
  #maplocal .filter-bar {
    box-shadow: inherit;
    position: inherit;
    background-color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #maplocal .filter {
    flex-direction: column;
    align-items: center;
  }
  #maplocal #theme-filter-drop, #maplocal #departement-filter-drop, #maplocal #ville-filter-drop {
    width: 100%!important;
  }
  #maplocal .open #theme-filter {
    width: 100%;
    display: inherit;
  }
  #maplocal .filter .dropdown .form-group {
    margin-bottom: 0;
  }
  #maplocal #search-action label {
    flex-direction: column;
  }
  #maplocal #fidelitab-map-list {
    padding: 0;
    padding-top: 15px;
  }
  #maplocal .item .face {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
  }
  #maplocal .item .face img.lazyloaded {
    max-height: 70px!important;
    max-width: 70px!important;
    float: inherit!important;
    margin: 0!important;
  }
  #maplocal .item .face img.picto {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px!important;
    margin: 0!important;
  }
  #maplocal .item p.titre {
    flex: 1 1 100%;
    font-weight: bold;
  }
  #maplocal .item .dos .text-center > :not(.see-enseigne-mobile) {
    display: none;
  }
  #maplocal .item .see-enseigne-mobile {
    display: inherit;
  }
  #maplocal .item .avantage-text, #maplocal .item p.adress {
    display: none;
  }
}