/*
* -------------------------------------------------
* ------------ SECTION BANDEAU HERO ---------------
* -------------------------------------------------
*/
.home section#section-bandeau-hero .carousel .carousel-item {
  height: 750px;
}
.home section#section-bandeau-hero .carousel .carousel-item .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content {
  position: relative;
  z-index: 2;
  width: 900px;
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 10px;
}
.home section#section-bandeau-hero .carousel .carousel-control-prev,
.home section#section-bandeau-hero .carousel .carousel-control-next {
  width: 10%;
}

@media (max-width: 992px) {
  .home section#section-bandeau-hero .carousel .carousel-item {
    height: 500px;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home section#section-bandeau-hero .carousel .carousel-item {
    height: 500px;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content {
    width: 80%;
    margin: 0 auto;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content .carousel-title {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .home section#section-bandeau-hero .carousel .carousel-item {
    height: 450px;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content {
    padding: 15px;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content .carousel-title {
    font-size: 1.75rem;
  }
  .home section#section-bandeau-hero .carousel .carousel-item .carousel-item-wrapper .carousel-content .carousel-description {
    font-size: 0.875rem;
  }
}
/*
* -------------------------------------------------
* -------------- SECTION PRODUITS ----------------
* -------------------------------------------------
*/
.home section#section-produits {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .home section#section-produits {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
* -------------------------------------------------
* --------------- SECTION VALEURS -----------------
* -------------------------------------------------
*/
.home section#section-valeurs {
  text-align: center;
}
.home section#section-valeurs .section-wrapper .section-inner .valeurs-container .valeur .icon-container {
  font-size: 3.25rem;
  color: #0F332F;
}
.home section#section-valeurs .section-wrapper .section-inner .valeurs-container .valeur h3 {
  margin-bottom: 15px;
}
.home section#section-valeurs .section-wrapper .section-inner .btn-cta {
  margin-top: 15px;
}

/*
* -------------------------------------------------
* --------------- SECTION EQUIPE ------------------
* -------------------------------------------------
*/
.home section#section-equipe {
  padding-bottom: 600px;
  margin-bottom: -500px;
}
.home section#section-equipe .section-wrapper .section-inner {
  background-color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
}
.home section#section-equipe .section-wrapper .section-inner .col-images .images-container {
  height: 100%;
  background-color: #1d665d;
  padding: 35px;
  display: flex;
  align-items: center;
}
.home section#section-equipe .section-wrapper .section-inner .col-images .images-container .team-member {
  border-radius: 5px;
  overflow: hidden;
}
.home section#section-equipe .section-wrapper .section-inner .col-content .content-container {
  padding: 30px;
}
.home section#section-equipe .section-wrapper .section-inner .col-content .content-container .section-title {
  margin-bottom: 15px;
}
.home section#section-equipe .section-wrapper .section-inner .col-content .content-container .section-subtitle {
  margin-bottom: 15px;
}
.home section#section-equipe .section-wrapper .section-inner .col-content .content-container ul {
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .home section#section-equipe {
    padding-bottom: 150px;
    margin-bottom: 0;
  }
  .home section#section-equipe .section-wrapper .section-inner {
    background-color: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
  }
  .home section#section-equipe .section-wrapper .section-inner .col-images {
    display: none;
  }
}
@media (max-width: 768px) {
  .home section#section-equipe {
    padding-bottom: 75px;
  }
}
/*
* -------------------------------------------------
* --------------- SECTION CONTACT -----------------
* -------------------------------------------------
*/
.home section#section-contact {
  padding-bottom: 150px;
}
.home section#section-contact .section-wrapper .section-inner .section-content .col-contact-info {
  background-color: #1d665d;
}
.home section#section-contact .section-wrapper .section-inner .section-content .col-contact-info h3.section-subtitle {
  color: #FFFFFF;
}
.home section#section-contact .section-wrapper .section-inner .section-content .col-contact-info .contact-info {
  color: #FFFFFF;
}
.home section#section-contact .section-wrapper .section-inner .section-content .col-contact-info .contact-info a {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .home section#section-contact {
    padding-bottom: 75px;
  }
}
/*
* -------------------------------------------------
* --------------- SECTION VIDEOS ------------------
* -------------------------------------------------
*/
.home section#section-videos-homepage .section-wrapper .section-inner {
  border-radius: 0 30px 30px 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px;
}
.home section#section-videos-homepage .section-wrapper .section-inner .col-videos .video-container {
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px;
}
.home section#section-videos-homepage .section-wrapper .section-inner .col-videos .video-container:not(:last-child) {
  margin-bottom: 30px;
}
.home section#section-videos-homepage .section-wrapper .section-inner .col-videos .video-container iframe {
  width: 100%;
  height: 350px;
}

@media (max-width: 768px) {
  .home section#section-videos-homepage .section-wrapper {
    padding: 0;
  }
  .home section#section-videos-homepage .section-wrapper .section-inner {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home section#section-videos-homepage .section-wrapper .section-inner .col-content {
    padding-bottom: 35px;
  }
  .home section#section-videos-homepage .section-wrapper .section-inner .col-content .content-inner {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home section#section-videos-homepage .section-wrapper .section-inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .home section#section-videos-homepage .section-wrapper .section-inner .col-content {
    padding-bottom: 0;
  }
  .home section#section-videos-homepage .section-wrapper .section-inner .col-videos .video-container iframe {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .home section#section-videos-homepage .section-wrapper .section-inner .col-videos .video-container iframe {
    height: 200px;
  }
}

/*# sourceMappingURL=homepage.css.map */
