/** END FONCTIONS **/
/** HAUT **/
#haut_home {
  position: relative;
}
#haut_home:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #243646;
  opacity: 0.5;
}
#haut_home #visuel_video_h {
  position: relative;
  height: 50vh;
  min-height: 370px;
}
#haut_home #visuel_h {
  height: 100%;
  width: 100vw;
  max-width: 100%;
}
#haut_home #conteneur_vid_h {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}
#haut_home #conteneur_vid_h #pause_btn {
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  background: url(../images/bouton-pause.webp) center center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
}
#haut_home #conteneur_vid_h #pause_btn.pause {
  background: url(../images/bouton-play.webp) center center no-repeat;
  background-size: 30px 30px;
}
#haut_home #video_bgh {
  max-height: 100%;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.5s;
}
#haut_home #contenu_haut {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  padding: 0 20px 0 20px;
  font-size: 1.2em;
}
#haut_home #contenu_haut #btnVideo {
  font-family: 'TT Norms', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  margin-top: 20px;
}
#haut_home #contenu_haut #btnVideo i {
  margin-right: 15px;
  font-size: 30px;
}
/** END HAUT **/
/** GROUPE **/
.titre_espace {
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #2c5698;
  letter-spacing: 5px;
  text-align: center;
}
#intro_groupe {
  padding: 0 20px;
  margin: 20px auto 30px auto;
}
#groupe_home {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
#groupe_home #contenu_g_h {
  margin-top: 10px;
}
#groupe_home #contenu_g_h #photo_groupe {
  padding-left: 30px;
  position: relative;
}
#groupe_home #contenu_g_h #photo_groupe #imagine_g {
  font-size: 16px;
  letter-spacing: 5px;
  color: #666666;
  text-transform: uppercase;
  position: absolute;
  transform: rotate(-90deg) translate(-105px, -135px);
}
#groupe_home #contenu_g_h #droite_g_h {
  padding: 20px 20px 0 20px;
}
#groupe_home #contenu_g_h #droite_g_h .btn-rond {
  margin-top: 30px;
}
/** END GROUPE **/
/** PRODUITS **/
#produits_lp {
  max-width: 1920px;
  margin: 0 auto;
  background: #39b3e1;
  background: linear-gradient(90deg, #39b3e1 0%, #253541 100%);
  position: relative;
  padding: 0 0 160px 0;
}
#titre_intro_p {
  position: static;
  z-index: 2;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
#titre_intro_p .titre_p {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.15;
  margin-bottom: 20px;
}
#titre_intro_p #voir_produits {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  border: 2px solid #fff;
  padding: 12px 30px 12px 30px;
  border-radius: 40px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 280px;
}
#liste_produits_h {
  position: relative;
}
#liste_produits_h:before {
  content: "";
  display: inline-block;
  background: #EFEFEF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 84px;
  border-radius: 50px;
  width: 100%;
  max-width: 320px;
}
#slideph {
  padding: 0 10px;
}
#slideph .owl-stage-outer {
  z-index: 2;
}
#slideph .un_produit {
  position: relative;
  z-index: 3;
}
#slideph .un_produit .logo_prod {
  max-width: 220px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
#slideph .un_produit .titre_photo {
  text-align: center;
  padding: 40px 0 20px 0;
}
#slideph .un_produit .titre_photo .intro {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 15px;
  min-height: 90px;
}
#slideph .un_produit .titre_photo .lien_produit_h {
  display: inline-block;
  min-width: 280px;
  background: #E36844;
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
  padding: 14px 50px 14px 50px;
  border-radius: 40px;
}
#slideph .owl-controls {
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
  height: 83px;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 0%);
}
#slideph .owl-controls .owl-nav > div {
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 25px;
}
#slideph .owl-controls .owl-nav > div.owl-prev {
  background: url(../images/fleche-gauche-2x.webp) center center no-repeat;
  background-size: 30px 30px;
  left: 8px;
}
#slideph .owl-controls .owl-nav > div.owl-next {
  background: url(../images/fleche-droite-2x.webp) center center no-repeat;
  background-size: 30px 30px;
  right: 8px;
}
#conteneur_produits_lp {
  position: relative;
  z-index: 2;
}
#produits_lpg {
  display: none;
}
/** END PRODUITS **/
/** SERVICES & ACTUS **/
#services_actus {
  padding: 30px 20px;
}
/* SERVICES */
#liste_services_h {
  margin-top: 20px;
}
#liste_services_h .un_service {
  background: #1c3545;
  padding: 80px 30px 20px 30px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
}
#liste_services_h .un_service .titre_s {
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  text-align: left;
}
#liste_services_h .un_service .intro_s {
  color: #fff;
  margin: 15px 0;
  text-align: left;
}
#liste_services_h .un_service a {
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
}
#liste_services_h .un_service a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#liste_services_h .un_service:after {
  content: "";
  display: inline-block;
  position: absolute;
}
#liste_services_h .un_service:nth-of-type(1):after {
  background: url(../images/picto-sav-2x.webp) center center;
  width: 103px;
  height: 103px;
  background-size: 103px 103px;
  top: 20px;
  right: -25px;
}
#liste_services_h .un_service:nth-of-type(2) {
  background: #3ab3e5;
}
#liste_services_h .un_service:nth-of-type(2):after {
  background: url(../images/picto-reparation-2x.webp) center center;
  width: 103px;
  height: 103px;
  background-size: 103px 103px;
  top: 20px;
  right: -10px;
}
#liste_services_h .un_service:nth-of-type(3) {
  background: #55798C;
}
#liste_services_h .un_service:nth-of-type(3):after {
  background: url(../images/picto-occasions-2x.webp) center center;
  width: 103px;
  height: 103px;
  background-size: 103px 103px;
  top: 20px;
  right: -15px;
}
/* END SERVICES */
/** QS **/
#qs .une_rangee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#qs .une_rangee:not(:last-child) {
  margin-bottom: 30px;
}
#qs .une_rangee .txt {
  padding: 20px 0 0 0;
}
/** END QS **/
/** END SERVICES & ACTUS **/
/* Version 768 */
@media (min-width: 768px) {
  /** HAUT **/
  #fond_video_libner #video-libner {
    max-height: none;
  }
  /** END HAUT **/
  #liste_services_h {
    display: flex;
    justify-content: space-between;
  }
  #liste_services_h .un_service {
    flex: 1;
  }
  /** GROUPE **/
  /** END GROUPE **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /** HAUT **/
  /** END HAUT **/
  /** GROUPE **/
  #groupe_home {
    padding: 45px 0 60px 0;
  }
  #groupe_home #contenu_g_h {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  #groupe_home #contenu_g_h #photo_groupe {
    width: 400px;
  }
  #groupe_home #contenu_g_h #droite_g_h {
    flex: 1;
    padding: 0 50px 0 50px;
  }
  #groupe_home #contenu_g_h #droite_g_h .btn-rond {
    margin: 20px 0 0 0;
  }
  /** END GROUPE **/
  /** PRODUITS **/
  /** END PRODUITS **/
  /** SERVICES / ACTUS **/
  #services_actus {
    padding: 40px 40px 40px 40px;
  }
  /* SERVICES */
  #services_h #liste_services_h {
    display: flex;
  }
  #services_h #liste_services_h .un_service {
    flex: 1;
  }
  /* END SERVICES */
  /** END SERVICES / ACTUS **/
  /** QS **/
  #qs .une_rangee {
    flex-direction: row;
  }
  #qs .une_rangee .visuel {
    max-width: 50%;
  }
  #qs .une_rangee .txt {
    flex: 1;
    padding: 15px 20px;
  }
  #qs .une_rangee:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #qs .une_rangee:nth-of-type(2n) .txt {
    text-align: right;
  }
  /** END QS **/
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /** HAUT **/
  #haut_home:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #243646 0%, #2c5698 100%);
  }
  #haut_home #visuel_video_h {
    height: 100vh;
  }
  #haut_home #conteneur_vid_h #pause_btn {
    right: auto;
    left: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    background-size: 60px 60px;
    cursor: pointer;
    transition: all 0.25s;
  }
  #haut_home #conteneur_vid_h #pause_btn.pause {
    background-size: 60px 60px;
  }
  #haut_home #conteneur_vid_h #pause_btn:hover {
    filter: drop-shadow(0px 0px 5px #000);
  }
  #haut_home #contenu_haut {
    padding: 0 20px 0 60px;
    max-width: 1000px;
    z-index: 2;
    font-size: 1.4em;
  }
  #haut_home #contenu_haut #btnVideo {
    margin-top: 50px;
    font-size: 2.5em;
    transition: all 0.25s;
  }
  #haut_home #contenu_haut #btnVideo i {
    font-size: 1.5em;
  }
  #haut_home #contenu_haut #btnVideo:hover {
    text-shadow: 5px 5px 0px #3ab3e5;
  }
  /** END HAUT **/
  /** GROUPE **/
  .titre_espace {
    font-size: 2.25em;
  }
  #intro_groupe {
    max-width: 940px;
    margin: 50px auto 0 auto;
  }
  #groupe_home {
    padding: 110px 0 140px 0;
    background: url(../images/bulle_gris_clair_h.png) bottom -550px left -50px no-repeat;
    background-size: 657px 657px;
  }
  #groupe_home #contenu_g_h {
    margin-top: 100px;
    justify-content: center;
  }
  #groupe_home #contenu_g_h #photo_groupe {
    padding: 0;
  }
  #groupe_home #contenu_g_h #photo_groupe #imagine_g {
    transform: rotate(-90deg) translate(-110px, -160px);
  }
  #groupe_home #contenu_g_h #photo_groupe img {
    width: 400px;
  }
  #groupe_home #contenu_g_h #droite_g_h {
    max-width: 670px;
    padding: 0 0 0 100px;
  }
  #groupe_home:after {
    content: "";
  }
  /** END GROUPE **/
  /** PRODUITS **/
  #slideph .owl-controls {
    display: none;
  }
  #slideph .un_produit .logo_prod {
    display: none;
  }
  #produits_lp {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 120px 4vw;
    background: linear-gradient(90deg, #39b3e1 0%, #253541 55%, #fff 55%, #fff 100%);
  }
  #titre_lpg {
    width: 33.33%;
  }
  #titre_intro_p {
    text-align: left;
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }
  #titre_intro_p .titre_p {
    font-size: 3.5em;
  }
  #titre_intro_p #voir_produits {
    bottom: auto;
    top: 90px;
    left: 42%;
    text-align: center;
    transition: all 0.25s;
    z-index: 2;
  }
  #titre_intro_p #voir_produits:hover {
    background: #fff;
    color: #3ab3e5;
  }
  #produits_lpg {
    display: flex;
    flex-wrap: wrap;
  }
  #produits_lpg .un_produitl {
    width: 46.5%;
    background: #fff;
    margin: 0 0 7% 0;
    transition: all 0.25s;
  }
  #produits_lpg .un_produitl:nth-of-type(2n) {
    margin: 0 0 7% 7%;
  }
  #produits_lpg .un_produitl img {
    width: 285px;
    margin: 0 auto;
    transition: all 0.25s;
  }
  #produits_lpg .un_produitl.actif {
    background: #E36844;
  }
  #produits_lpg .un_produitl.actif img {
    filter: brightness(0) invert(1);
  }
  #liste_produits_h {
    flex: 1;
    max-width: 60%;
    margin-left: 6%;
  }
  #liste_produits_h:before {
    content: none;
  }
  #slideph {
    padding: 0;
  }
  #slideph .un_produit {
    left: 0;
  }
  #slideph .un_produit .titre_photo {
    display: flex;
    flex-direction: column;
    padding: 0 30px 0 0;
    position: relative;
  }
  #slideph .un_produit .titre_photo:after {
    content: "";
    display: inline-block;
    width: 95%;
    height: 63%;
    background: #fff;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 1px;
    border: 0px solid #E36844;
    border-color: #E36844;
    border-width: 0px 0px 0px 3px;
  }
  #slideph .un_produit .titre_photo:before {
    content: "";
    display: inline-block;
    background: #E36844;
    height: 3px;
    width: 150px;
    position: absolute;
    top: 36.9%;
    left: 1px;
    z-index: 0;
  }
  #slideph .un_produit .titre_photo .photo {
    order: 1;
  }
  #slideph .un_produit .titre_photo .intro {
    order: 2;
    color: #E36844;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    font-size: 2em;
    margin: 0;
    padding: 0 70px 0 70px;
    min-height: 120px;
  }
  #slideph .un_produit .titre_photo .lien_produit_h {
    order: 3;
    max-width: 280px;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin: 0 0 30px 430px;
    transition: all 0.25s;
  }
  #slideph .un_produit .titre_photo .lien_produit_h:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 1;
    background: #E36844;
    transform: translate(-50%, 0%);
  }
  #slideph .un_produit .titre_photo .lien_produit_h:hover {
    background-color: #3ab3e5;
  }
  #slideph .un_produit:after {
    content: "";
    display: inline-block;
    background: #E36844;
    height: 3px;
    width: 570px;
    position: absolute;
    bottom: 0;
    left: 1px;
    z-index: 1;
  }
  /** END PRODUITS **/
  /** SERVICES / ACTUS **/
  #services_actus {
    padding: 80px 0 20px 0;
    background: url(../images/bulle_gris_clair_h.png) top 140px right -180px no-repeat;
    background-size: 657px 657px;
  }
  /* SERVICES */
  #titre_intro_sa .intro {
    margin-top: 10px;
  }
  #liste_services_h {
    margin-top: 35px;
  }
  #liste_services_h .un_service {
    min-height: auto;
    padding: 90px 30px 25px 30px;
    margin-bottom: 0;
    transition: all 0.25s;
  }
  #liste_services_h .un_service:nth-of-type(1):after {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    right: -35px;
  }
  #liste_services_h .un_service:nth-of-type(2) {
    margin: 0 40px;
  }
  #liste_services_h .un_service:nth-of-type(2):after {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    right: -15px;
  }
  #liste_services_h .un_service:nth-of-type(3):after {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
    right: -19px;
  }
  #liste_services_h .un_service .titre_s {
    font-size: 2.5em;
    letter-spacing: -1px;
  }
  #liste_services_h .un_service .intro_s {
    margin: 50px 0 45px 0;
    padding: 0 0 0 30px;
  }
  #liste_services_h .un_service:hover {
    background: #E36844;
  }
  /* END SERVICES */
  /** SERVICES / ACTUS **/
  /** QS **/
  #qs {
    margin-top: 50px;
  }
  #qs .une_rangee:not(:last-child) {
    margin-bottom: 50px;
  }
  #qs .une_rangee .txt {
    padding: 20px 50px;
  }
  /** END QS **/
}
