/*
  ##### #####
  HOME
  ##### #####
*/


/* ##### Hero ##### */

.home .home-hero {
  background-image: url("/img/bg_hero_grey_1920x1080.png");
}

.home .home-hero-v2 {
  background: #FFF4DC;
}



.home-hero-v2 .bloc-desc {
  font-size: 18px;
}


.home-hero-zone .labels-zone {}

.home-hero-zone .title-0 {
  font-size: 18px;
}

/* .home-hero-zone .title-1 {
  font-weight: bold;
  font-size: 30px;
} */

.home-hero-zone .title-1 .title-1-big {
  display: block;
  font-weight: bold;
  font-size: 45px;
  margin-top: -20px;
}

/* .home-hero-v2 .home-hero-zone .title-1 {
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
} */


.home-hero-zone .labels-zone .description {
  font-size: 22px;
  text-align: justify;
}

.home-hero-v2 .home-hero-zone .labels-zone .description {
  text-align: left;
}



.home-hero-v2 .home-hero-zone .labels-zone .description span.item {
  display: block;

}

.home-hero-v2 .home-hero-zone .labels-zone .description span.item .puce {
  color: #76B82D;
  margin-right: 1em;
}


.home-hero-zone .labels-zone .title-2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  text-align: justify;
}


.home-hero-zone .labels-zone .go-test {
  font-weight: bold;
  /* font-size: 30px; */
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}



.home-hero-zone .illustration-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  border: 0;
  padding: 0;
}

.home-hero-zone .illustration-col img {
  z-index: 10;
}

.home-hero-zone .illustration-zone {
  /* ... */
}



.home-colors-zone-hero {
  margin-top: -10px;
}





.home-zone {
  display: flex;
}



.home-zone-content h2 {
  font-size: 28px;
  font-weight: bold;
}

.home-zone-content .description {
  text-align: justify;
  font-size: 20px;
}

.home-zone-content .description .mea {
  font-weight: bold;
}

.home-hero-v2 .bloc-desc {
  font-size: 18px !important;
}




/* .home2 h2 {
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.home2 h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
} */




/* 
.home-etapres-zone h2 {
  font-size: 28px;
  font-weight: bold;
}

.home-etapres-zone .description {
  text-align: justify;
  font-size: 20px;
}

.home-etapres-zone .description .mea {
  font-weight: bold;
}



.home-final-zone h2 {
  font-size: 28px;
  font-weight: bold;
}

.home-final-zone .description {
  text-align: justify;
  font-size: 20px;
}

.home-final-zone .description .mea {
  font-weight: bold;
}


.home-pro-zone h2 {
  font-size: 28px;
  font-weight: bold;
} */

/* .home-pro-zone h3 {
  font-size: 20px;
  font-style: italic;
} */

/* 
.home-pro-zone .description {
  text-align: justify;
  font-size: 20px;
}

.home-pro-zone .description .mea {
  font-weight: bold;
} */




/* .home-confiance-zone h2 {
  font-size: 28px;
  font-weight: bold;
} */

.home-confiance-zone .reasons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.home-confiance-zone .reason {
  width: 60%;
  border-top: solid 1px black;
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-confiance-zone .reasons .reason-1 {
  border-top: none;
}




.home-colors-zone-confiance {
  margin-top: 40px;
}

.home-colors-zone-confiance .bar-of-colors {
  justify-content: center;
}







.home-zone {
  flex-direction: column;
  /* flex-wrap: wrap; */
}

.home-zone .home-zone-illustration {
  width: 100%;
}

.home-zone .home-zone-content {
  width: 100%;
}





@media (min-width: 768px) {
  .home-zone {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .home-zone .home-zone-illustration {
    width: 100%;
  }

  .home-zone .home-zone-content {
    width: 100%;
  }



  .home-confiance-zone .reasons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .home-confiance-zone .reason {
    width: 50%;
    border-top: solid 1px black;
    padding-top: 30px;
    padding-bottom: 30px;

  }

  .home-confiance-zone .reasons .reason-1 {
    border-top: none;
  }

  .home-confiance-zone .reasons .reason-2 {
    border-top: none;
    border-left: solid 1px black;
  }

  .home-confiance-zone .reasons .reason-4 {
    border-left: solid 1px black;
  }

}




@media (min-width: 992px) {
  .home-zone {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .home-zone .home-zone-illustration {
    width: 30%;
  }

  .home-zone .home-zone-content {
    width: 68%;
  }

  .home-why-zone .home-zone-illustration {
    order: 1;
  }

  .home-why-zone .home-zone-content {
    order: 2;
  }

  .home-etapres-zone .home-zone-illustration {
    order: 2;
  }

  .home-etapres-zone .home-zone-content {
    order: 1;
  }

  .home-final-zone .home-zone-illustration {
    order: 1;
  }

  .home-final-zone .home-zone-content {
    order: 2;
  }

  .home-pro-zone .home-zone-illustration {
    order: 2;
  }

  .home-pro-zone .home-zone-content {
    order: 1;
  }

  .home-rgpd-zone .home-zone-illustration {
    order: 1;
  }

  .home-rgpd-zone .home-zone-content {
    order: 2;
  }



  .home-confiance-zone .reasons {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .home-confiance-zone .reason {
    width: 25%;
    border-left: solid 1px black;
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-confiance-zone .reasons .reason-1 {
    border-left: none;
  }



}

.home2 .home-choisissez-votre .offers {
  display: flex;
  flex-direction: column;
}

.home2 .home-choisissez-votre .offer {
  margin-bottom: 1em;
}

.home2 .home-choisissez-votre .offer .content {
  border: #DBDBDB solid 1px;
  padding: 10px;
  border-radius: 10px !important;
}

/* .home2 .home-choisissez-votre h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
} */

.home2 .zone-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;

  border-top: #DBDBDB solid 1px;
  border-bottom: #DBDBDB solid 1px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.home2 .zone-price .ht {
  margin-left: 0.5em;
}

.home2 .zone-price .tiret {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.home2 .home-choisissez-votre .price {
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}


.home2 .home-choisissez-votre .puces span.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 120%;
  margin-bottom: .5em;

}

.home2 .home-choisissez-votre .puces span.item .puce {
  margin-right: 1em;
  font-size: 1.5em;
}

.home2 .home-choisissez-votre .puces span.item .puce3 {
  color: #E8412C;
}

.home2 .home-choisissez-votre .puces span.item .puce4 {
  color: #FFD405;
}

.home2 .home-choisissez-votre .puces span.item .puce5 {
  color: #76B82D;
}


.home2 .home-choisissez-votre .zone-elodie {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* font-size: .8em; */
}

.home2 .home-choisissez-votre .zone-elodie .photo {
  margin-right: 1em;
}

.home2 .home-choisissez-votre .zone-elodie .photo img {
  width: 65px;
}

@media (min-width: 992px) {
  .home2 .home-choisissez-votre .offers {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }

  .home2 .home-choisissez-votre .offer {
    width: 30%;
  }

  .home2 .home-choisissez-votre img.personnage {
    max-width: 50%;
  }
}



.home2 .home-expertise-pro .photo-elodie {
  display: flex;
  justify-content: center;
}


.home2 .home-expertise-pro .pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home2 .home-expertise-pro .pills .badge {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}


@media (min-width: 992px) {
  .home2 .home-expertise-pro .photo-elodie {}

  .home2 .home-expertise-pro .pills {
    justify-content: left;
  }

}




.home2 .home-decouvrir-gratuitement .zone-bea {
  display: flex;
  justify-content: center;
  z-index: 20;
}


.home2 .home-decouvrir-gratuitement .zone-bleue {
  z-index: 10;
  margin-top: -40px;
  background-color: #DDEEF6;
  border-radius: 10px;
  padding: 20px;
  padding-top: 50px;
}

.home2 .home-decouvrir-gratuitement .zone-bleue .zone-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


@media (min-width: 992px) {
  .home2 .home-decouvrir-gratuitement .zone-bleue {
    /* margin-left: 20%;
    margin-right: 20%; */
  }

  .home2 .home-decouvrir-gratuitement .zone-bleue .desc {
    margin-left: 10%;
    margin-right: 10%;
  }

  .home2 .home-decouvrir-gratuitement .zone-bleue .zone-cta {
    flex-direction: row;
    /* justify-content: space-around; */
  }

  .home2 .home-decouvrir-gratuitement .zone-bleue .zone-cta .places {
    margin-left: 3em;
  }
}
