/* ---------- COMMUN ---------- */
html{
    font-size: 16px;
}

body {
    font-family: 'Calibri', sans-serif;
}

.buttons{
    background-color:transparent;
	border:none;
	margin:0;
	cursor:pointer;
}

.img-responsive{
    object-fit: cover;
    max-width: 100%;
}

.exposant {
    position: relative;
    bottom: 1px;
    font-size: 0.5em;
    line-height: .8em;
    vertical-align:super;
    text-decoration:none;
}

a:hover{
    text-decoration: none;
}

.italic{
    font-style: italic;
}

.gras{
    font-weight: bold;
}

.marges-top{
    margin-top: 25px;
}


/* ---------- TITRES ---------- */
h1{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: left;
    font-weight: bold;
    font-size: 2.6em;
}

h2{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2.3em;
    margin-bottom: 35px;
    padding-top: 45px;
}

h3{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 5px;
}

h4{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
}

h5{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

h6{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}


/* ---------- NAV ---------- */
.navbar-collapse{
    justify-content: center;
}

nav {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#menu-identite{
    width: 100vw;
    margin-left: -15px;
    margin-right: -16px;
    margin-top: -10px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cache{
    transition: all 1s ease!important;
    display: none!important;
}


#logo{
    width: 180px;
}

.navbar-expand-sm{
    flex-flow: wrap;
}

.marges-identite{
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-menu{margin-bottom: 0;}

.bg-light {
    background: linear-gradient(53deg, #9ecc8d, #00b4c6, #009bd0)!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.8);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/* ---------- SECTION ECONOMIES ---------- */
#economies{
    padding-top: 250px;
    background: #fff;
    padding-bottom: 70px;
}

.section-clients{
    margin-top: 35px;
    margin-bottom: 35px;
}

#macaron-offre{
    width: 100%;
}

.slider-title {
  padding-bottom: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0px;
  color: #000;
}

.slider-text {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.sous-titre{
    font-size: 2em;
    font-weight: normal;
}


/* ---------- SECTION HAUSSE ---------- */
#hausse{
    padding-top: 50px;
    padding-bottom: 90px;
    background: rgba(0,155,208,0.05);
}

.img-tarifs{
    max-width: 100%;
    display: block;
}

.titre-tarifs{
    margin-top: 35px;
}

@media (max-width:768px){
    .img-tarifs{
        margin: auto;
    }
    .titre-tarifs{
        text-align: center;
    }
    .text-tarifs{
        text-align: center;
    }
}

@media (max-width:350px){
    .img-tarifs{
        width: 100%;
    }
}

.sous-titre-h2{
    font-size: 1.2em;
    color: rgba(0,0,0,0.8);
    text-align: center;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    
}

/* ---------- SECTION ARGUMENTS ---------- */
#arguments{
    padding-top: 50px;
    padding-bottom: 90px;
    background: #fff;
}


/* ---------- JEU CONCOURS ---------- */
#jeu{
    padding-top: 50px;
    padding-bottom: 90px;
    background: #fff;
}

.img-lot{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    object-fit: cover;
}


/* ---------- LOGO SLIDER ---------- */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ----- BEST ----- */
.best {
    background: url(../images/best-bg.png);
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
    height: 370px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    display: block;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    padding: 15px;
}

.margin-best{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: block;
}

.best__feature-image {
    float: left;
    /*margin-right: 20px;
    margin-left: 20px;*/
    width: 100%;
    margin-bottom: 20px;
}

.best__feature-image img {
    width: 120px;
    display: block;
    margin: auto;
}

.best__title {
  text-transform: capitalize;
  font-weight: 600;
  color: #505050;
    margin-top: 10px
}
/*
.best:hover {
  background: url(../images/best-bg-2.jpg);
  background-size: cover;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all .9s;
  transition: all .9s;
}

.best:hover .best__title {
  color: #fff;
  opacity: 1;
  -webkit-transition: all .9s;
  transition: all .9s;
}*/

.mid-text{
    text-align: center;
    margin-top: 60px;
}

.fond-reunions{
    background-color: #9ecc8d;
    padding: 15px;
    border-radius: 5px;
}

.fond-reunions h3{
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


/* ---------- SECTION EN PROFITER ---------- */
#en-profiter{
    padding-top: 50px;
    padding-bottom: 90px;
    background: rgba(0,155,208,0.05);
}

.chiffre-etape{
    font-size: 3em;
    font-weight: bold;
    color: #00b4c6;
}

#fond-etapes{
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
}

.marges-infos{
    margin-top: 35px;
}

/* ---------- AGENCES PARTENAIRES ---------- */
#members{
    padding-top: 50px;
    padding-bottom: 90px;
    background: #fff;
}



/* ---------- SECTION QUESTIONS FREQUENTES ---------- */
#questions{
    padding-top: 50px;
    padding-bottom: 90px;
    background: rgba(0,155,208,0.05);
}

.panel {
  background: #fff;
  padding: 12px 15px 12px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
    box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

.panel:last-child {
  margin-bottom: 0;
}

.panel-title .faq-btn {
    font-size: 15px;
    font-weight: 600;
    color: #2f2f33;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
}

.panel-title .faq-btn:after {
  content: "\F067";
  font-family: Fontawesome;
  float: right;
  font-weight: 400;
}

.panel-title .faq-btn.active:after {
  content: "\F068";
  font-family: Fontawesome;
  float: right;
  font-weight: 400;
}

.panel-body p {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  color: rgba(0,0,0,0.8);
  font-size: 16px;
}

.btn-middle{
    margin: auto;
    margin-top: 70px;
}



/* ---------- MEDIAS ---------- */
#medias {
    padding-top: 50px;
    padding-bottom: 90px;
    background: #fff;
}

.flex-center{
    display: flex;
    justify-content: center;
}

.member {
    float: left;
    margin-right: 15px;
    position: relative;
    margin-bottom: 30px;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member:last-child {
  margin-right: 0px;
}

.member__image img {
    border-radius: 5px;
    width: 95%;
    display: block;
    margin: auto;
}

.member__image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
}

.member:hover .member__image:before {
  background-image: radial-gradient(#00b4c6, #009bd0);
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.member__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.member:hover .member__name {
  display: block;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
    text-align: center;
}







/* --------------- FOOTER --------------- */
#fond-footer{
    margin:0;
    height: 80px;
    width: 100%;
    background-color: #34393b;
    margin-top:3rem;
    bottom: 0;
    align-items: center;
}

.text-footer{
    font-size: 1em;
    color:rgba(255,255,255,0.9);
}

#marges-footer{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin:0;
    padding-top:2rem;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
}

footer a{
    color: rgba(255,255,255,0.6);
}

footer a:hover{
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}

#mentions{
    margin-top:1rem;
}

@media (max-width:992px){
    #fond-footer{
        height: 130px;
    }
    .text-footer{
        text-align: center!important;
    }
    #marges-footer{
        margin-top:3rem;
    }
}




footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  color: #939393;
z-index: 999;}
  footer p {
    margin-bottom: 0; }
  footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative; }
    footer h3:after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      background: #009bd0;
      margin: 12px auto 0 auto; }

.footer-title-style:after {
  margin-left: auto;
  margin-right: auto; }

h3.footer-title-style {
  margin-bottom: 20px; }

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #191919;
  color: #939393; }
  .footer-bar span {
    color: #009bd0;
    font-size: 15px;
    font-weight: 400; }

.footer-list {
  margin: 0; }
  .footer-list li {
    list-style-type: none;
    color: #232323;
    padding: 6px 0; }
    .footer-list li:first-child {
      padding-top: 0; }
    .footer-list li a {
      font-size: 15px;
      font-weight: 400;
      color: #232323; }
      .footer-list li a:before {
        content: '\f105';
        font-weight: 700;
        vertical-align: bottom;
        font-family: Font Awesome\ 5 Free;
        color: #232323;
        padding-right: 8px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s; }
      .footer-list li a:hover {
        color: #009bd0; }
        .footer-list li a:hover:before {
          color: #009bd0; }



.footer-social-icons ul {
    margin-top:25px;
  margin-bottom: 0; }
  .footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #009bd0;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons ul li a {
      color: #009bd0;
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      width: 35px; }
    .footer-social-icons ul li:hover {
      background: #009bd0;
      background: -webkit-linear-gradient(-45deg, #009bd0, #8089ff);
      background: -moz-linear-gradient(-45deg, #009bd0, #8089ff);
      background: -o-linear-gradient(-45deg, #009bd0, #8089ff);
      background: linear-gradient(-45deg, #009bd0, #8089ff); }
      .footer-social-icons ul li:hover i {
        color: #fff; }

/*footer style2*/
footer h3.footer-title-style2 {
  margin-bottom: 28px; }

h3.footer-title-style2:after {
  width: 100%;
  height: 1px;
  background: #009bd0;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px; }
    footer h3 {
      font-size: 16px; }
      footer h3.footer-title-style2 {
        margin-bottom: 20px;
    margin-top:25px;}

  h3.footer-title-style {
    margin-bottom: 15px; }

  .footer-bar {
    margin-top: 30px; }
    .footer-bar p {
      font-size: 13px; } }




/* */
/* ----- Footer ----- */
.text-theme-color {
    color: #009bd0;
}

h3.footer-title-style2:after {
    background: #009bd0;
    opacity:0.5;
}

.footer-list li a:hover {
    color: #009bd0;
}

.footer-list li a:hover:before {
    color: #009bd0;
}

.footer-social-icons ul li a {
    color: #009bd0;
}

.footer-social-icons ul li a {
    color: #009bd0;
}

.footer-social-icons ul li {
    border: 1px solid #009bd0;
}

.footer-social-icons ul li:hover {
    background: #009bd0;
}

.text-white-opacity{
    color: rgba(255, 255, 255,0.7);
}

.footer-list li a:before {
    color: rgba(255, 255, 255,0.7);
}

.footer-list li a {
    color: rgba(255, 255, 255,0.7);
}

.footer-list li {
    color: rgba(255, 255, 255,0.7);
}

.img-footer{
    width: 110px;
    margin-bottom: 25px;
}
.img-footer2{
    width: 170px;
    margin-bottom: 25px;
}

#logos-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer a:hover, a:active {
    color: #009bd0;
}

.width-85{
    width: 90%;
    padding-left: 10px;
}

ul {
    padding-inline-start: 0px;
}

#footer-index{
    z-index: 500;
    position: relative;
}



















/* ---------- FORMULAIRE ---------- */
@media (min-width: 576px){
    #etude{
        display: block;
        margin: auto; 
        width: 540px;
    }
}

@media (min-width: 768px){
    #etude{
        display: block;
        margin: auto; 
        width: 720px;
    }
}

@media (min-width: 992px){
    #etude{
        display: block;
        margin: auto;   
        width: 960px;
    }
}

@media (min-width:1200px){
    #etude{
       /*display: flex;
        justify-content: center;*/
        display: block;
        margin: auto;
        width: 1140px;
    }
}


@media (max-width: 576px){
    #etude{
        display: block;
        margin: auto; 
        width: 100%;
    }
}

#container-form{
    position: fixed;
    bottom: 10px;
}

.input-text {
    width : 100%;
    border-radius: 5px;
    padding: .25em .75em;
    font-size: 1em;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1em rgba(0,0,0,.25);
}



.input-text-demi {
    width : 49.3%;
    border-radius: 5px;
    padding: .25em .75em;
    font-size: 1em;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-text-demi:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1em rgba(0,0,0,.25);
}



.input-checkbox{
    margin-right: 5px;
    margin-top: 2px;
    zoom: 1.5;
}

.text-checkbox{
    font-size: 0.9em;
    color: #000;
}

.boutons-check{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}

label{
    color: #000;
}

.button-jeu{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    font-size: 1em;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    /*background: #009bd0;*/
    background: linear-gradient(53deg, #f9b34a, #ffd444);
    border: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    
}

.button-jeu:hover {
    color: #fff;
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.marges-radio{
    margin-right: 5px;
}

.marges-input-text{
    margin-top: 10px;
}

.boutons-check p {
    margin-bottom: 0;
}

.marges-radio-madame{
    margin-right: 25px;
}

#fond-blanc{
    background: #fff;
    padding:15px;
}

#img-pop-up{
    width: 90%;
    display: block;
    margin: auto;
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.text-contact{
    text-align: justify;
}

.text-vert{
    margin-top: 25px;
    color: darkgreen;
    font-weight: bold;
    font-size: 1.2em;
}

.none{
    display: none!important;
}

#etape1{
    background: #00b4c6;
    border-radius: 5px;
}

#etape2{
    background: #00b4c6;
    border-radius: 5px;
    display: none;
}

#reponse-mail p{
    margin-bottom: 0;
}

.titre-form h3{
    color:#fff;
    padding-bottom: 15px;
    border-bottom: 2px dotted #fff;
}

.petit{
    font-size: 0.7em;
    margin-top: 60px;
}

.petit-2{
    font-size: 0.7em;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
}

.text-checkbox a {
    color: rgba(255,255,255,0.8);
}

.text-checkbox a:hover {
    color: #fff;
}



/*=============================================*/
/************** Mentions légagles et politique de confidentialité Css ************/
/*===========================================*/
.retour-marges{
    margin-top: 1.3rem;
}

.mentions {
  padding-top: 90px;
  padding-bottom: 100px;
}

h8{
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 0.2rem;
    padding-top:0.2rem;
}

h9{
    font-weight: 700;
    font-size:1.1rem;
}

.retrait-gauche{
    padding-left: 1.6rem;
}

.retrait-gauche-2{
    padding-left: 4rem;
}

.retrait-gauche-2 a{
    color:rgba(0,155,208,1);
}











/* MEDIAS QUERIES */
@media (min-width:993px) and (max-height:570px){
    #container-form{
        position: relative;
        bottom: 0;
    }
    #etude{
        padding-bottom: 100px;
        padding-top: 60px;
    }
    .justify-content-site{
        justify-content: center!important;
    }
    #width-form-flex{
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    #inversement{
        flex-direction: column-reverse;
        display: flex;
    }
    
    .offset-lg-8 {
        margin-left: 0;
    }
}

@media (max-width:992px){
    #container-form{
        position: relative;
        bottom: 0;
    }
    #etude{
        padding-top: 60px;
        padding-bottom: 100px;
    }
    #inversement{
        flex-direction: column-reverse;
        display: flex;
    }
}


@media (max-width:992px){
    .footer-social-icons ul {
  margin-bottom: 35px; }
    .footer-social-icons{
            display: flex;
    justify-content: center;
    }
    #economies{
        padding-bottom: 0px;
    }
}

@media (max-width:769px){
    .best{
        height: 200px;
    }
    .best__feature-image {
        float: left;
        width: auto;
        margin-bottom: 0;
        margin-right: 20px;
        height: 200px;
    }
    .slider-title {
      text-align: center;
    }

    .slider-text {
        text-align: center;
    }
}

@media (max-width:576px){
    #menu-identite {
        margin-top: 15px;
    }
}

@media (max-width:425px){
    .best{
        height: 370px;
    }
    .best__feature-image {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        height: auto;
    }
}

@media (max-width:330px){
    h2{
        padding-top: 65px;
    }
}