/*
Theme Name: GDH Theme
Theme URI: https://www.gdhcom.fr/
Author: GDH'COM
Author URI: https://www.gdhcom.fr/
Description: Thème WordPress basé sur Bootstrap
Version: 1.0
*/

/* FONTS */

h2{
  width: auto !important;
  padding: 0 !important;
}


.menu-libelle{
  padding: 0 !important;
}

.partenaires figure{
  width: 90px !important;
  height: 90px;
}

.partenaires img{
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
}

.partenaires .barre{
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: -1;
}

.partenaires #carousel {
  position: relative;
  height: 550px;
  overflow: hidden;
}

.partenaires #carousel > div {
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index 0s;
}
.partenaires #carousel div .card-part{
    width: 540px;
    transition: width 1s;
}

.partenaires #carousel div.hideLeft{
  left: 0%;
  transform: translateY(10%) translateX(-50%);
}

.partenaires #carousel div.hideLeft .card-part,
.partenaires #carousel div.hideRight .card-part{
  transform: scale(0.7);
  opacity: 0;
}
.partenaires #carousel div.hideRight {
  left: 100%;
  transform: translateY(10%) translateX(-50%);
}

.partenaires #carousel div.prev{  
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.partenaires #carousel div.prev .card-part,
.partenaires #carousel div.next .card-part{
  transform: scale(0.9);
  font-size: 12px;
}
.partenaires #carousel div.prevLeftSecond{
  z-index: 4;
  left: 15%;
  transform: translateY(15%) translateX(-50%);
}
  
.partenaires #carousel div.prevLeftSecond .card-part,
.partenaires #carousel div.nextRightSecond .card-part{  
  transform: scale(0.8);
  font-size: 10px;
}

.partenaires #carousel div.selected .card-part{
  transform: scale(1);
}

.partenaires #carousel div.selected{
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}

.partenaires #carousel div.next{  
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}

.partenaires #carousel div.nextRightSecond{  
  z-index: 4;
  left: 85%;
  transform: translateY(15%) translateX(-50%);
}

.partenaires #carousel .buttons{ 
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.partenaires .card-part{
  width: 540px;
  min-height: 450px;
  position:relative;
  background: #FEFEFE;
  border-radius: 15px;
  transition: 0.4s all ease-in-out;
}

.partenaires .border.border-custom.flex-auto {
  flex: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.partenaires .card-part .d-flex{
  border: 0.3px solid #88C4A8;
  box-sizing: border-box;
  border-radius: 15px;
}

.partenaires .card-part img{
  display: block;
  margin: auto;
  padding: 32px 0;
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position:center;
}

.partenaires .card-part .border{
  border-radius: 15px;
  border-width: 0.3px ;
  border-style: solid;
}

.partenaires .buttons{
  margin: auto;
  bottom: 40px;
  position: relative;
  z-index: 15;
}

.partenaires .buttons span{
  position: relative;
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  background: white;
}
.partenaires .buttons span:hover{
  cursor: pointer;
}
.partenaires .buttons span#prev{
  left: -5px;
}
.partenaires .buttons span#next{
  right: -5px;
}


#contact .table-striped>tbody>tr:nth-of-type(odd),
#contact .r-s {
  background: rgba(249,249,249, 0.3);
}

#contact table *{
  border-bottom-width: 0;
}

#contact table.table-striped th{
  text-align: center;
  vertical-align: middle;
}

#contact .svg-inline--fa {
  font-size: 20px;
}

.prestations .variante .text-content, 
.prestations .variante img,
.prestations .variante .col-lg-4{
  transition: 0.4s all ease;
}
.prestations .variante img{
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center;
}

.prestations .txt-col.decorative-dark li::marker,
.prestations .txt-col.decorative-dark a{
      color: #1A1A1A;
}
.prestations .txt-col.decorative-dark h2::before{
    background-color: #1A1A1A
}

.prestations .txt-col.decorative-light li::marker,
.prestations .txt-col.decorative-light a{
      color: #f9f9f9;
}
.prestations .txt-col.decorative-light h2::before{
    background-color: #f9f9f9
}

.prestations .variante .switch:hover{
  cursor: pointer;
}

.bandeau-contact a{
  font-size: 25px;
  letter-spacing: 1px;
}

.bandeau-contact .border::after,
.bandeau-contact .border::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(249,249,249, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.bandeau-contact .border::after{
  transform: rotate(5deg);
}

.bandeau-contact .border::before{
  transform: rotate(-5deg);
}

.actualite img{
  position: absolute;
  height: 350px;
  width: 350px;
  object-fit: cover;
  object-position: center;
  bottom: 0;
  right: 0;
}

.actualite .barre-titre{
  position: absolute;
  bottom: 80px;
  width: 100%;
  left: -95px;
  padding: 20px 91px !important;
}

.actualite .barre-titre .pli{
  display: inline-block;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-left: 95px solid transparent;
  position: absolute;
  top: -15px;
  left: 0;
}

.specialite .prem-b img{
  object-fit: contain;
  object-position: bottom;
}

.qsn p{
  margin-bottom: 0;
}

.qsn .base img{
  height: 500px;
}
.qsn .base .presentation{
  height: 200px;
  overflow: hidden;
}

.qsn .variante img, .prestations .base img{
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.prestations .base .text-content{
    transition: .5s all ease-in-out;
}

.prestations .slider-prestation img{
    height: 300px;
}

.qsn .premium img{
  top: 0;
  float: left;
  object-fit: cover;
  object-position: center;
  height: 350px;
  left: -50px;
}

.qsn .premium .text-content{
  float: right;
  height: auto;
  right: -50px;
}
.qsn .premium .text-content::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 5px;
  bottom: 15px;
  right: 15px;
}

.qsn .premium .text-content p {
  text-align: justify;
}

.qsn .text-content{
  transition: 0.8s all ease-in-out;
}

.qsn .switch:hover{
  cursor: pointer;
}

#dropdown-icon::before {
  font-size: 30px;
  bottom: 5px;
  right: 0px;
  position: relative;
}
.engagements a{
  color: unset !important;
  text-decoration: underline !important;
}
.subtitle{
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
}

.dark-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51,51,51,0.5);
}

svg.fa-phone{
  transform: rotate(90deg);
}

.fa-chevron-down{
  transition: 0.4s all ease-in;
}
.btn-contact svg{
  transition: 0.2s all ease-in-out;
}
.btn-contact:hover svg{
  transform: rotate(45deg);
}

.container-fluid{
  position: relative;
  display: flex;
  flex-direction: column;
}

.banniere .full{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.btn-7jrs{
  position: fixed;
  color: black;
  z-index: 10;
}

a.btn-lg,
a.btn-lg:hover,
footer a,
.custom-btn-certif{
  text-decoration: none;
}

a.btn

.demi-cercle-top{
  height: 30%;
  border-radius: 50%;
  left: 0;
  top: -15%;
  position: absolute;
  z-index: -5;
  width: 100%;
}
 
#logo-left img,
#logo-right img
{
  width: 150px;
  z-index: 50;
}

.demi-cercle-bottom{
  height: 30%;
  border-radius: 50%;
  left: 0;
  bottom: -15%;
  position: absolute;
  z-index: -5;
  width: 100%;
}

.triangle{
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -5;
  transition: 0.2s all ease-in-out;
}

.bande{
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  margin: auto;
}

.triangle.top-left{
  top: 0;
  left: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: transparent ;
}
.bande.top-left{
  top: 50%;
  left: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: transparent ;
}
.triangle.top-right{
  top: 0;
  right: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-top-style: solid;
}
.bande.top-right{
  top: 50%;
  right: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-top-style: solid;
}
.triangle.bottom-right{
  bottom: 0;
  right: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-bottom-style: solid;
}
.bande.bottom-right{
  bottom: 50%;
  right: 0;
  border-left-style: solid;
  border-left-color: transparent;
  border-bottom-style: solid;
}
.triangle.bottom-left{
  bottom: 0;
  left: 0;
  border-right-style: solid;
  border-right-color: transparent ;
  border-bottom-style: solid;
}
.bande.bottom-left{
  bottom: 50%;
  left: 0;
  border-right-style: solid;
  border-right-color: transparent ;
  border-bottom-style: solid;
}

.fond{
  position: absolute;
  height: 100%;
  overflow-x: hidden;
}

.custom-btn-certif{
  color: #f9f9f9 !important;
  border: 1px solid #f9f9f9;
  font-size: 16px;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  text-align: center;
  box-shadow: 3px 3px 3px 1px rgba(51,51,51,0.3);
  opacity: 1 !important;
  min-width: 150px;
  margin-right: 32px;
}

.custom-btn{
  color: #f9f9f9;
  border: 1px solid #f9f9f9;
  width: 100%;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
grid-template-columns: ;  text-align: center;
}

.custom-btn[disabled],
.custom-btn:disabled{
  background-color: grey;
}

.custom-btn:hover{
  cursor: pointer;
  transform: scale(1.05);
  text-decoration: none;
  color: white !important;
}

.banniere .bg-dark-op h1{
  color: #f9f9f9;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
  padding: 16px;
  line-height: 50px;
}

.banniere h1 .h1-first{
  font-size: 35px;
}
.banniere h1 .h1-second{
  font-size: 28px;
}

.banniere.modele-slider .carrousel-title{
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
.banniere.modele-carrousel3d .carrousel-title{
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

.banniere .slogan{
  color: white;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-shadow: 1px 1px 1px black;
}

.banniere .slogan span{
  font-size: 120px;
  text-transform: uppercase;
  line-height: 88px;
  margin-bottom: 16px;
}

.banniere .premium h1{
  text-align: center;
  font-size: 25px;
}

.banniere .premium p{
  font-size: 20px;
}

.banniere { 
  position: relative;
}

.banniere #carouselHome img{
  position: absolute;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}

.banniere .carousel3d{
  top: -30px;
}

.banniere .carousel3d img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: 0.5s all ease-in-out;
  top: 0;
}
.banniere .carousel3d .left {
  z-index: 0;
  transform: rotateY(15deg) skewY(-5deg);
}
.banniere .carousel3d .center {
  z-index: 2;
  left: 50%;
  transform: rotateY(0deg) skewY(0) translateX(-50%);
  margin: auto;
}

.banniere .carousel3d .right {
  z-index: 0;
  transform: rotateY(-15deg) skewY(5deg);
}

.banniere .carousel3d .left,
.banniere .carousel3d .right{
  z-index: 1;
}

.banniere .carousel3d .opacity-0{
  z-index: 0;
}



.centerToLeft{
  animation : Carrousel3dCenterToLeft 1s;
}
.rightToCenter{
  animation : Carrousel3dRightToCenter 1s;
}

.leftOut{
  left: -50% !important;
}

.rightIn{
  animation: Carrousel3dRightIn 1s;
}

.rightOut{
  left: 100% !important;
}

.banniere .presentation.premium{
  position: relative;
  background: #f9f9f9;
  padding: 8px 32px;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banniere .presentation.premium h1{
  font-weight: 400;
}

.banniere .presentation.premium::before, 
.banniere .presentation.premium::after{
  content:'';
  width: 60%;
  height: 40px;
  position: absolute;
  top: -10px;
  z-index: -1;
}
.banniere .presentation.premium::before{
  left: -50%;
  transform: rotate(15deg);
}
.banniere .presentation.premium::after{
  right: -50%;
  transform: rotate(165deg);
}

.col-titre{
  position: relative;
  z-index: 1;
}

.col-titre::before{
  content: '';
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: 200px;
}

.img-comp{
  width: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

/* HEADER */
.btn-tel:hover, .return-top:hover{
  transform: scale(1.1);
  box-shadow: 8px 8px 10px 4px rgba(51,51,51,0.3);
}

.btn-tel{
  position: fixed;
  transition: 0.3s all ease-in-out !important;
  z-index: 10;
}
.btn-tel.droite{
  right: 16px;
}
.btn-tel.gauche{
  left: 16px;
}

.macaron{
  position: fixed;
  z-index: 20;
  transition: .4s all ease-in-out;
  opacity: 1;
}

.macaron:hover{
  opacity: .2;
}

.macaron-footer{
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
}

ul#menu-menu-1 a {
  text-decoration: none;
}

ul#menu-menu-1 li:hover,
ul.sous-menu li:hover{
  cursor: pointer;
}

.sous-menu li{
  position: relative;
  z-index: 1;
  transition: .3s all ease-in-out;
}

.sous-menu svg{
  transition: .3s all ease;
}

ul#menu-menu-1 .dropdown-item:focus, .dropdown-item:hover {
  background-color : transparent ! important;
}

#header.menu-milieu{
  position: fixed;
  top:0;
  z-index: 100;
  background: transparent;
  width: 100vw;
  transition: 0.4s all ease-in-out;
}

.menu-milieu .barre-infos{
  position: relative;
  z-index: 5;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

#header.menu-milieu-menu, #header.menu-milieu-menu ul{
  height: 100%;
}

#menu-toggle:hover{
  cursor: pointer;
}

#menu-toggle::before{
  position: absolute;
  right: 0;
}

.menu-milieu #menu-toggle{
  width: 50px;
  height: 50px;
  font-size: 50px;
  right: 16px;
  position: absolute;
  top: 0;
}

#menu-toggle.lateral{
  right: 16px;
  top: 16px;
  position: fixed;
  font-size: 45px;
  width: 45px;
  height: 45px;
  backdrop-filter: blur(5px);
  z-index: 25;
  box-shadow: 0 1px 2px 1px rgba(51,51,51,0.3);
}

.menu-lateral #menu-swap{
  width: 50px;
  height: 50px;
  position: absolute;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: 0.3s all ease-out;
  box-shadow: 0 0 1px 1px rgba(51,51,51,0.3);
} 

.menu-lateral.droite #menu-swap{
	left: -50px;
}
.menu-lateral.gauche #menu-swap{
	right: -50px;
	transform: rotate(180deg);
}

.menu-lateral #menu-toggle{
  width: 50px;
  height: 50px;
  right: 0;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: 0.3s all ease-out;
  box-shadow: 0 0 1px 1px rgba(51,51,51,0.3);
}


.menu-lateral #menu-swap span {
  font-size: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-out;
}

.menu-lateral #menu-swap:hover span{
  font-size: 40px;
  width: 40px;
  height: 40px;
}

#menu-swap svg{
  width: 100%;
  height: 100% !important;
}

div#mobile-menu {
  transition: 0.5s all ease-in-out;
  position: fixed;
  top: -100vh;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 50px;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
#mobile-menu > ul{
  position: absolute;
  top: 60px;
  height: 100%;
}

.menu-milieu .tel{
  position: relative;
  top:0;
  transition: 0.6s ease-in-out all !important;
}

.menu-milieu #nav-menu{
  position: relative;
  z-index: 4;
  backdrop-filter: blur(5px);
}

 ul#menu-menu-1 li span{
  letter-spacing: 2px;
  position: relative;
  transition: 0.2s all ease-in-out;
}


.menu-milieu #nav-menu ul#menu-menu-1 a{
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.menu-milieu ul#menu-menu-1 > li[class^='menu-item'],
.sous-menu li:first-child{
  transition: 0.3s all ease-in-out;
  position: relative;
  text-align: center;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#logo-centre{
  position: fixed;
  padding: 8px;
  top: 0;
  z-index: 50;
  width: 100vw;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 10px 0px rgba(51,51,51,0.3);
}
#logo-centre:hover{
  padding: 16px;
}

#logo-centre .menu-left,#logo-centre .menu-right{
  flex-direction: row !important;
  justify-content: space-around;
  align-items: center;
}

#logo-centre img.custom-logo{
  height: auto;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  transition: 0.5s all ease-in-out;
  width: 100%;
}

#logo-centre div[id*='desktop-menu'] a:not(.custom-logo-link) {
  position: relative;
}


#logo-mobile{
  position: absolute;
  width: 130px;
  left: 16px;
  z-index: 50;
}

/* GENERAL */

.menu-milieu img.custom-logo{
  max-width: 100%;
  transition: 0.4s all ease-in-out;
  object-fit: contain;
}
.menu-milieu header{
  z-index: 100;
  position: relative;
}

.flottant{
  position: sticky !important;
  top: 100px;
}
.bg-img-parallax{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section-above{
  bottom: 150px;
  position: relative;
  box-shadow: 0 2px 4px 1px rgba(51,51,51,0.3);
  background: #f9f9f9;
  padding: 16px;
  border-radius: 5px;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  height: 400px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #f9f9f9;
  color: #333333;
}

/* Style the back side */
.flip-card-back {
  background-color: #17a2b8;
  font-weight: 500;
  font-size: 20px;
  color: #f9f9f9;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp-col .card-body{
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}

.comp-col .col-lg-7 .card img{
  height: 350px;
}
.comp-col .col-lg-5 .card img{
  height: 300px;
}
.comp-col .col-lg-4 .card img{
  height: 250px;
}
.comp-col .col-lg-3 .card img{
  height: 200px;
}

.comp-col .btn-show-more.button {
  left: 0;
  right: 0;
  margin: auto;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

/*
* Footer
*/
footer img.logoGdh{
  margin: auto;
  display: block;
  height: 55px;
}

footer img.logoGdhcom{
  width: 100px  ;
}

/* CAROUSEL */
#carousel{
	width: 100%;
	height: 100%;
	position: absolute;
}

.carousel{
  height: 100%;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: flex !important;
}

.carousel-caption {
  background: rgba(51,51,51,0.5);
}

.carousel-caption h2{
  color: #f9f9f9;
}
.carousel-item {
  height: 100%;
}

#carouselHome .carousel-item img{
  transition: 10s all ease-in;
  object-fit: cover;
}

#carouselHome .carousel-item.active img{
  transform: scale(1.2) !important;
}

#carouselPayant1 img{
  height: 400px;
  object-fit: cover;
  object-position: center;
  margin: 0 13px;
}

#carouselPayant1 .slick-list{
  padding: 0 !important;
}



/* PRESENTATION  */

.presentation .content p{
  font-size: 17px;
}

.presentation .bg-img-parallax, .presentation .modele-1 > div {
  position: relative;
}
.presentation .bg-img-parallax, .presentation .modele-1 > div > .content {
  position: absolute;
  width: 100%;
  top: 0;
}

.presentation-img{
  object-fit: cover;
  object-position: center;
}

.two-blocs .text-prez p{
  font-size: 16px;
  line-height: 25px;
}

.two-blocs img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}

.images-cote img, .images-centre img{
  object-fit: cover;
}

/* EQUIPE */

.poste{
  font-style: italic;
  font-size: 1.2rem;
}

/* SERVICES */

/*  ATOUTS  */

.atouts img.icone{
  width: 100px;
  max-width: 100%;
  margin: auto;
  display: block;
}

.atouts .fill{
  opacity: 0.3;
}

.atouts .card{
  height: 100%;
}

/* REALISATIONS */

.realisations{
  overflow-x: hidden;
}

.real-slider:hover, .temoignages-slider:hover, .labels-slider:hover{
  cursor: col-resize;
}

.real-slider .overlay{
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51,51,51,0.0);
  color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  transition: 0.4s all ease-in-out;
}
.real-slider .overlay:hover {
  backdrop-filter: blur(5px);
  background: rgba(51,51,51,0.7);
  color: #f9f9f9;
}

.real-slider .overlay h3{
  transition: 0.2s all ease-in-out !important;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3px;
  font-size: 25px;
}
.real-slider .overlay p{
  transition: 0.8s all ease-in-out !important;
  font-size: 20px;
  text-align: justify;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 16px 0px;
}

.real-slider .overlay:hover p{
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.real-slider a{
  opacity: 0;
  transition: 0.4s all ease-in-out !important;
}

.real-slider .overlay:hover a{
  opacity: 1;
}


.real-slider .slick-slide{
  position: relative;
}

.real-slider img{
 position: relative;
 z-index: 1;
 height: 500px;
 object-fit: cover;
 object-position: center;
}

.realisations .prem-b img{
  height: 200px;
  object-position: center;
  object-fit: cover;
}

.realisations .prem-b a{
  font-size: 22px;
  letter-spacing: 2px;
}

/* TEMOIGNAGES */ 

.temoignages img{
  max-height: 100px;
  max-width: 100px;
  margin: auto;
}

.temoignages .citation::before,.temoignages .citation::after {
  font-size: 45px;
  position: relative;
  top: 4px;
}

.temoignages .citation{
  line-height: 40px;
}

.temoignages .citation::before{
  content: '«';
  margin-right: 8px;
}
.temoignages .citation::after{
  content: '»';
  margin-left: 8px;
}


/* Marge entre les items du slider */
.temoignages .slick-slide {
    margin: 0 27px;
  }
.temoignages .slick-list {
    margin: 0 -27px;
  }

/* LABELS */

.labels .first figure,
.labels .premium figure {
  background: rgba(255,255,255,0.7);
  padding: 8px;
  display: flex;
  align-items: center;
  min-height: 160px;
  justify-content: center;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  box-shadow: 0px 4px 4px rgba(0,0,0,.25);
  transition: .3s all ease-in-out;
  transform: scale(1);
}


.labels .first figure:hover{
  box-shadow: 0px 1px 1px rgba(0,0,0,.1);
  transform: scale(.99);
}

.services .classic .card{
  box-shadow: 0px 4px 4px rgba(0,0,0,.25);
  transition: .3s all ease-in-out;
  transform: scale(1);
}

.services .classic .card:hover{
  box-shadow: 0px 1px 1px rgba(0,0,0,.1);
  transform: scale(.99);
}

.static figure img,
.premium figure img{
  object-fit: cover;
  object-position: center;
}

.labels .ligne{
  position: absolute;
  width: 98.5%;
  left: 15px;
  height: 1px;
  border-bottom: 3px dashed #333333;
}

.labels .ligne::before{
  content: '°';
  position: absolute;
  left: -9px;
  top: -16px;
  font-size: 30px;
}
.labels .ligne::after{
  content: '°';
  position: absolute;
  right: -9px;
  top: -16px;
  font-size: 30px;
}

.labels .premium img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.labels .premium figure{
  height: 150px;
  width: 150px;
}

body{
  background: #cecece;
}

.modal-card{
  width: 800px;
  margin: auto;
  border-radius: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: none;
  z-index: 10;
}

.modal-card .row{
  height: 100%;
}

.modal-card .fond-rond{
  height: 100%;
  width: 400px;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 0;
}

.modal-card figure{
  position:absolute;
  z-index: 1;
  margin-left: 200px;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.modal-card .content{
  padding-left: 250px;
  padding-right: 50px;
  padding-top: 50px;
}

.modal-card .content .title{
  font-size: 25px;
}

.modal-card .btn-close{
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 25px;
}

/* ENGAGEMENTS */

.engagements .presentation{
  border: 1px solid #707070;
  font-size: 20px;
}

.engagements .intro{
  font-size: 22px;
}

.engagements .fond{
  width: 95%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  transition: 0.8s all ease-in-out;
}
.engagements .fond.close{
  height: 10%;
}

.engagements .fond.open{
  height: 100%;
}
/* CONTACT */
#contact{
  position: relative;
}

#map.position-sticky{
  z-index: 0;
  top: 54px;
}

#map iframe{
  width: 100%;
  height: 500px;
}

.bg-contact{
  background-color: #CDCDCD;
}

#header .barre-infos .btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#header .barre-infos .btn .libelle{
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}

#contact-image{
  background-position: center;
  background-size: cover;
  color: white;
}

#contact-image .fill{
  transition: 0.4s all ease-in-out;
}

#contact-image h2{
  transition: 0.4s ease-in-out all;
  left: 0px;
}

#contact-image .fill.close{
  height: 30%;
}
#contact-image .fill.open{
  height: 100%;
}
#contact-image .fill.libelle{
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px #00000078;
}

#contact-image .form-control{
  border-radius: 0;
}
/* CONTACT :  TABLEAUX  */

#contact table#infos .dashicons{
  transform: rotateY(180deg);
}

#contact table thead th{
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}

table#infos tbody th{
  vertical-align: middle;
  text-align: right;
  width: 25%;
}
table#infos tbody td{
  text-align: left;
}
/* #contact-image-infos .row{
  width: 100%;
} */

#contact-image-infos table#infos img{
  width: 25px;
}

#contact-image-infos table{
  font-size: 14px;
  table-layout: fixed;
  word-wrap: break-word;
}
#contact-image-infos table#infos th{
  width: 10%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#contact-image-infos table#infos td{
  width: 90%;
}


/* FORMULAIRE */

/* #contact-image input, #contact-image textarea, #contact-image select,
#contact-image-infos .infos, #contact-image-infos input, #contact-image-infos textarea, #contact-image-infos select,
#contact-image-infos .libelle{ 
  background: rgba(255,255,255, 0.85) !important;
} */

.r-s{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 30px;
}

.r-s a, .r-s .dashicons{
  color: #333333;
}
.r-s .dashicons-facebook:hover{
  color: blue;
}
.r-s .dashicons-instagram:hover{
  color: orangered;
}
.r-s .dashicons-youtube:hover{
  color: red;
}
.r-s .dashicons-twitter:hover{
  color: rgb(0, 255, 234);
}

.r-s a:hover, .r-s a{
  text-decoration: none;
}

.overflow-no{
  overflow: initial !important;
}

.form-check-label.is-valid{
  color: #28a745;
}

.form-check-label{
  font-size: 15px;
}

/* FOOTER */

footer#footer{
  background-color: #1A1A1A;
}

.footer-top a, .footer-top span, .footer-top p{
  color: rgba(249,249,249, 0.8);
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.comp-ligne .card-img{
 object-fit: cover;
 height: 100%;
}

.comp-ligne h3{
  font-size: 28px;
  font-weight: 500;
}
.fill{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-fill{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fill-bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1; 
}

.fill-relative {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.return-top{
  width: 50px;
  height: 50px;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s all ease-in-out;
  z-index: -1;
  opacity: 0;
  display: flex;
}

.return-top:hover{
  text-decoration: none !important;
}

.return-top span{
  font-size: 30px;
  width: 30px;
  height: 30px;
  font-weight: 600;
}

.logoGdhcom{
  transition: 0.2s all ease-in-out;
  position: relative;
}

.logoGdh{
  transition: 0.2s all ease-in-out;
}

.logoGdh:hover, .logoGdhcom:hover{
  transform: scale(1.1);
}


/* BANDEAU */ 

.bandeau .content-dark{
  border: 1px solid #f9f9f9;
  padding: 8px 16px;
  background: rgba(51,51,51,0.4);
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
}
.bandeau .content-light{
  padding: 8px 16px;
  background: #f9f9f9;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}

/* SLICKJS */
.slick-track, .slick-track .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.labels-slider .slick-track{
  height: 200px;
}

/* Shine */
.presentation figure {
  position: relative;
  overflow: hidden;
}
.presentation figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,.3) 100%);
	background: linear-gradient(to right, rgba(249,249,249,0) 0%, rgba(249,249,249,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.presentation figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
/** GALERIE **/
.galerie-prem-b {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 1.42fr 1fr;
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  }
  
  .galerie-prem-b .div1 { grid-area: 1 / 1 / 3 / 2; }
  .galerie-prem-b .div2 { grid-area: 3 / 1 / 6 / 2; }
  .galerie-prem-b .div3 { grid-area: 1 / 2 / 4 / 3; }
  .galerie-prem-b .div4 { grid-area: 4 / 2 / 6 / 3; }
  .galerie-prem-b .div5 { grid-area: 1 / 3 / 3 / 4; }
  .galerie-prem-b .div6 { grid-area: 3 / 3 / 6 / 4; }
  .galerie-prem-b .div7 { grid-area: 1 / 4 / 4 / 5; }
  .galerie-prem-b .div8 { grid-area: 4 / 4 / 6 / 5; }
  
  .galerie-prem-b img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
  }

.galerie .classic .img-popup figure{
  width: 100%;
  overflow: hidden;
}

.galerie .classic .img-popup figure img{
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.galerie .classic button{
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.galerie .classic .btn-selected {
  background: #1A1A1A;
  color: white !important;
}

.galerie .premium .img-popup figure{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.galerie .premium .img-popup figure img{
  transition: 0.4s all ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galerie .premium .hide{
  display: none;
}

.galerie .premium .seeMore span.open{
  text-decoration: underline;
  float: right;
}

.galerie .premium .seeMore span.close{
  float: none;
}
.galerie .premium .seeMore span.close svg{
  width: 50px;
  height: 50px;
}

.galerie .premium .seeMore span:hover{
  cursor: pointer;
}

.galerie .premium .parent {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}

.galerie-name{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease-in-out;
  opacity: 1;
  background: rgba(0,0,0,0.3);
}

.galerie-name h3{
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
}

.galerie span.dashicons,
.avant-apres span.dashicons{
  margin-right: 4px;
}

.img-popup figure:hover img{
  transform: scale(1.15);
}

.mfp-title {
  line-height: 30px !important;
  font-size: 20px;
  text-align: center !important;
}

.card.service{
  padding-top: 25px;
}


.card.service img{
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.reassurance .premium img.picto{
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  top: 22px;
  position: relative;
  z-index: 1;
}
.reassurance .premium h3{
  position: absolute;
  margin: auto;
  right: 0;
  left: 10px;
  transform: rotate(4deg);
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
}

.reassurance .premium .content ul li{
  margin-bottom: 8px;
}

.btn-reassurance{
  width: 50px;
  height: 50px;
  margin: auto;
  background: #EAEBEE !important;
  border-radius: 50% !important;
  font-size: 3rem !important;
  line-height: 25px !important;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.reassurance .premium .content{
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  overflow-y: auto;
}
}

.reassurance .premium .opened, 
.reassurance .premium .closed{
  position: absolute;
  top: 100px;
  z-index: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

/*=========================  AVIS  ===========================*/
.glsr-default :not(.glsr-review-avatar)+.glsr-review-author:before {
  content: '' !important;
}
.last-reviews .reviews-slider{
  overflow-x: auto;
  cursor: col-resize;
  scroll-behavior: smooth;
}

.last-reviews .dashicons-arrow-left:before,
.last-reviews .dashicons-arrow-right:before {
  position: absolute;
  left: 0;
  right: 0px;
  top: 5px;
  bottom: 0;
}
.last-reviews .scrollLeft,
.last-reviews .scrollRight{
  border-radius: 50%;
  font-size: 30px;
  padding: 20px;
  position: absolute;
  transition: .2s all ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.last-reviews .scrollLeft:hover,
.last-reviews .scrollRight:hover{
  cursor: pointer;
  transform: scale(1.15);
}

.glsr-reviews{
  display: flex !important;
  flex-direction: row;
  padding: 32px;
} 
.glsr-review{
  min-width: 300px;
  min-height: 300px !important;
  border: 4px solid grey;
  position: relative;
}

.glsr-review-rating{
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 200px;
  padding-left: 8px;
  padding-right: 8px;
  background: white;
  transform: scale(1.3);
}

.glsr-review-content{
  text-align: center;
}
.glsr-review-author{
  z-index: 0;
  position: absolute;
  top: -17px;
  left: 46px;
  background: #ffffff;
  font-size: 20px;
}
.glsr-review-author span{
  padding: 0 8px;
}

.guillemet-fin{
  position: absolute;
  bottom: 16px;
  right: 16px;
  transform: rotateY(180deg);
}

.guillemet-debut{
  position: absolute;
  top: 24px;
  left: 60px;
}

.avatar{
  position: absolute;
  top: -20px;
  left: -40px;
  background: white;
  z-index: 1;
  padding-bottom: 20px;
}

.last-reviews .slick-list{
    padding: 32px 0px !important;
}
.last-reviews .slick-slide {
  margin: 0 64px;
}

.last-reviews .slick-list {
  margin: 0 -64px;
} 

.last-reviews .slick-prev{
  left: -75px;
}
.last-reviews .slick-next{
  right: -75px;
}

/*=========================  IBF NOS COMPETENCES  ===========================*/

.ibf-skills h3{
  font-size: 2rem !important;
  font-weight: 400;
}

.cahier{
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cahier > img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.cahier .back-paper{
  width: 75%;
  z-index: 0;
}

.cahier .illustration{
  width: 65%;
  z-index: 1;
}

.barre{
  position: absolute;
}

.legende{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}

.legende div{
  display: flex;
  margin-bottom: 48px;
}

.legende span{
  font-size: 18px;
  margin-left: 24px;
  font-weight: 500;
}


/* IBF REASSURANCES CHIFFRES CLEF */

.chiffresClef .nombre{
  font-size: 45px;
  text-align: center;
  letter-spacing: 5px;
  line-height: 50px;
}

.chiffresClef .contexte{
  text-align: center;
  font-size: 25px;
}
.chiffresClef .temporalite{
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}

.chiffresClef .precisions{
  font-size: 22px;
  font-weight: 500;
  color: #32383E;
  text-align: center;
}

.chiffresClef .texte{
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.chiffresClef .compteur{
  position: absolute;
  top: 100px;
  right: -15px;
}

.chiffresClef .illustration{
  opacity: 0;
  position: relative;
  top: -50px;
  transition: 2s ease-in-out all;
}

.slideDown{
  animation: slideDown 2s;
  opacity: 1 !important;
  top: 0;
  transition: 2s all ease-in-out;
}

.chiffresClef .overlay{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: 3s all ease-out;
}

.slideOverlayDown{
  animation: overlayDown 3s;
}

/* CERTIFICATS */

.certificats figure{
  min-height: 250px;
  height: 100%;
}

.certificats img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.certificats img.noir-blanc{
  opacity: 0.8;
  filter: grayscale(1);
}

.certificats .background{
  height: 100%;
  width: 85%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.certificats h3{
  font-size: 27px !important;
  font-weight: 400;
}

.certificats .white-overlay{
  height: 100%;
  background-color: rgba(249,249,249, 0.5);
  z-index: 1;
}

/* PHOTOS EN AVANT */


.slider-images  .slider-images-selected img.slick-slide{
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.slider-images  .slider-images-nav img.slick-slide{
  height: 200px;
  object-fit: cover;
  object-position: center;
}

/* CARTES */
.carte .list-items .item{
  border-bottom: 1px dotted #333333;
}

.carte .list-items small{
  font-family: 'Open Sans';
}

.horaires .table thead th {
  font-size: 20px;
}
/*=========================  MOYENS TECHNIQUES  ===========================*/

.colonne-descrp > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.colonne-descrp .texte p{
  font-size: 20px;
  line-height: 20px;
}
.colonne-descrp .texte em{
  font-size: 16px;
}

 .images{
  margin-bottom: -16px;
}

 .images img{
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.images .dark-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: 0.4s all ease-in-out;
  color: transparent;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images .dark-overlay:hover{
  background: rgba(0,0,0,0.8);
  color: white;
}

.schema{
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-white-50{
  background-color: rgba(255,255,255,0.5);
}
.bg-black-50{
  background-color: rgba(0,0,0,0.5);
}

.pt-10{
  padding-top: 8rem;
}

.horaires{
  font-size: 14px;
}

.z-index-texte .bloc-texte{
 z-index: 1;
}

input#rgpd{
  width: 30px !important;
  height: 30px;
  font-size: 15px;
  padding-left: 1px;
  position: absolute;
}

.z-index-0{
  z-index: 0 !important;
}

.z-index-1{
  z-index: 1 !important;
}


.z-index-2{
  z-index: 2 !important;
}

.bg-dark-op{
  background-color: rgba(31,31,31,0.8);
}
.bg-light-op{
  background-color: rgba(226, 226, 226, 0.8);
}

/* TEMOIGNAGES :  NE PAS AFFICHER LES ÉTOILES */
/* .star-rating, .glsr-field-rating
{ 
  display: none !important; 
} */

.c-compare {
  --h: 9;
  --m: 0;
  --w: 16;
  --thumb-w: 1rem;
  margin: var(--m);
  position: relative;
}
.c-compare::after {
  content: "";
  display: block;
  padding-bottom: calc((var(--h) / var(--w)) * 100%);
}
.c-compare__left,
.c-compare__right {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.c-compare__left {
  clip-path: polygon(0% 0%, var(--value) 0%, var(--value) 100%, 0% 100%);
}
.c-compare__right {
  clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}
.c-compare__range {
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  height: 100%;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-compare__range::-moz-range-thumb {
  background-color: var(--thumb-bgc);
  cursor: ew-resize;
  height: 100%;  
  width: var(--thumb-w);
}
.c-compare__range::-webkit-slider-thumb {
  background-color: var(--thumb-bgc);
  cursor: ew-resize;
  height: 100%;  
  width: var(--thumb-w);
}
.c-compare__range:focus::-webkit-slider-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 3px var(--thumb-bgc);
}
.c-compare__range:focus::-moz-range-thumb {
  background-color: var(--thumb-bgc-focus);
  box-shadow: 0 0 0 3px var(--thumb-bgc);
}
.c-compare__range::-moz-range-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
}
.c-compare__range::-webkit-slider-runnable-track {
  background: transparent;
  background-size: 100%;
  box-sizing: border-box;
  height: 100%;
}
.c-compare__range,
.c-compare__range::-webkit-slider-runnable-track,
.c-compare__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.comp-ligne .card .row{
  transition: 0.2s ease-in-out all;
}
.btn-show-more{
  font-size: 25px;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.btn-show-more.button{
  width: 40px;
  height: 40px;
  border-radius: 0 0 5px 5px;
  bottom: -40px;
  border: 1px solid rgba(0,0,0,.125);
  border-top: 0;
}

.btn-show-more.button.left{
  left: 340px;
}
.btn-show-more.button.right{
  right: 340px;
}

.btn-show-more.bar{
  left: 0px;
  width: 100%;
  height: 40px;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid rgba(0,0,0,.125);
}
.btn-show-more:hover{
  cursor: pointer;
}

.btn-show-more span{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
}
.mfp-bottom-bar{
  width: 100vw !important;
  position: fixed !important;
}

.w-90{
  width: 90%;
}

.w-80{
  width: 80%;
}

.opacity-0{
 opacity: 0; 
}
.opacity-100{
  opacity: 1; 
}
.menu-jour .prices{
  top: 100px;
}

/*=========================  MEDIA QUERIES  ===========================*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .banniere.modele-image {
    height: 600px;
}

  .return-top.gauche {
    left: 26px;
  }
  .return-top.droite {
    right: 26px;
  }
  div[class^='galerie-item-']{
    height: 250px;
  }
  .reassurance .premium h3 {
    top: 140px;
    font-size: 15px !important;
  }
  .reassurance .premium .content {
    top: 220px;
    height: 260px;
  }
  .return-top {
    bottom: 106px;
  } 
  .btn-7jrs{
    bottom: 36px;
  }
  .btn-7jrs.right{
    right: 102px;
  }
  .btn-7jrs.left{
    left: 102px;
  }
  .btn-tel{
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
  
  .btn-tel svg{
    font-size: 35px;
  }
  
  .video-content{
    height: 300px;
  }
  .chiffresClef .overlay{
    height: 75%;
  }
  
  .barre.rouge-gauche{
    top: 117px;
    left: 104px;
  }
  .barre.rouge-droite{
    top: 116px;
    right: 101px;
  }
  
  .barre.jaune-gauche{
    left: 132px;
    top: 191px;
  }
  
  .barre.jaune-droite{
    right: 129px;
    top: 191px;
  }
  
  .barre.bleu{
    bottom: 127px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .barre.grise{
    bottom: 103px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .carousel-inner{
    height: 100%; 
  } 
  .presentation .bg-img-parallax, .presentation .modele-1 {
    text-align: left;
  }

}
@media (max-width: 576px) {
  .banniere.modele-image {
    height: 700px;
  }
.last-reviews .scrollLeft,
.last-reviews .scrollRight{
  display: none;
}
  .return-top.gauche{
    left: 21px;
  }
  .return-top.droite{
    right: 21px;
  }
  .compteur{
    display: none;
  }
  
  div[class^='galerie-item-']{
    height: 200px;
  }
  .reassurance .premium h3{
    top: 140px;
    font-size: 15px !important;
  }
  .reassurance .premium .content {
    top: 200px;
    height: 280px;
  }
  .btn-tel svg{
    font-size: 30px;
  }
  .macaron{
    width: 25vw;
    bottom: 32px;
  }
  .macaron.droite{
    right: 8px;
  }
  .macaron.gauche{
    left: 8px;
  }
  .return-top {
    bottom: 108px;
  }
  .btn-tel{
    width: 60px;
    height: 60px;
    bottom: 32px;
  }

  .logoGdhcom{
    margin-bottom: 8px !important;
  }

  .btn-7jrs{
    bottom: 43px;
  }
  .btn-7jrs.right{
    right: 91px;
  }
  .btn-7jrs.left{
    left: 91px;
  }

  .video-content{
    height: 330px;
  }
  .chiffresClef .compteur{
    top: 0;
  }
  footer#footer{
    padding-top: 16px;
  }
  .banniere .presentation.premium{
    height: auto;
  }
  .chiffresClef .overlay{
    height: 75%;
  }
  .ligne{
    display: none;
  }
  .carousel-inner{
    height: 100%;
  }
  .presentation .modele-1 > div { 
    height: auto;
    text-align: center;
  }
  .checkbox-group{
    flex-direction: column;
  }
  .checkbox-group .form-check{
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
    .prestations .img-col{
        display: none;
    }
  .banniere.modele-carrousel3d .carrousel-title{
    margin-top: 300px;
  }
  .sous-menu li:first-child{
    display: none;
  }
.prestations .base .order-1{
  margin-bottom: 1rem;
}

  .footer-top > .row{
    flex-direction: column;
  }
  .footer-top > .row > div{
    margin-bottom: 16px;
  }

  .footer-top .text-gdhcom{
    text-align: left;
  }
  .footer-top .text-gdh{
    text-align: right;
  }
  .galerie .classic figure{
    height: 300px;
  }
  .menu-milieu ul#menu-menu-1 .menu-libelle > span{
    display: none;
  }

  .specialite h3{
    margin: 30px 0 !important;
  }
  .banniere .carousel3d img {
    width: 300px;
    height: 300px;
  }
  .qsn .variante .border{
    margin-top: 32px;
  }
  .qsn .premium img{
    height: 250px;
    left: 0;
  }
  
  .qsn .premium .text-content{
    right: 0;
  }
  .qsn .premium .text-content::before{
    bottom: 0;
    right: 0;
  }
  .partenaires #carousel div .card-part{
    width: 300px;
  }
  .service img, .service .content{
    width: 100%;
  }
  .qsn .premium img, .qsn .premium .text-content{
    position: relative;
    width: 100%;
  }
  .r-s .dashicons{
    font-size: 50px;
  }
  .r-s{
    height: 50px;
  }
  .macaron{
    display: none;
  }
  
  .menu-lateral ul#menu-menu-1 li.dropdown{
    margin-bottom: 0;
  }
  .menu-lateral ul.dropdown-menu > li{
    margin-bottom: 16px;
  }
  .menu-lateral .barre-infos .btn {
    font-size: 30px;
  }
  .menu-lateral .barre-infos{
    display: flex;
    flex-direction: row;
  }
  .menu-lateral .barre-infos span{
    display: none;
  }
  .dashicons.dropdown-icon{
    display: none;
  }
  
  .menu-lateral ul.dropdown-menu{
    display: flex !important;
    flex-direction: column;
  }

  ul.sous-menu{
    border: none;
    padding: 0;
    width: 100%;
    background: transparent !important;
    width: 100%;
    display: block !important;
    list-style: none;
  }

  ul.sous-menu > li{
    padding: 8px 0 !important;
  }

  li.menu-libelle{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }

  li.menu-libelle > a > span{
    display: none;
  }
  .navbar{
    transition: 0.5s all ease-in-out;
    position: fixed !important;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 90vh !important;
  }
  .presentation .carre{
    height: 80vh;
  }

  .presentation .carre .row{
    height: 50%;
  }
  .galerie .premium .parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .galerie-item-0{
    grid-area: 1 / 1 / 1 / 1; 
  }
  
  .menu-milieu .custom-logo {
    float: left;
  }
  
  .menu-milieu #nav-menu{
    height: 50px;
  }
  .colonne-descrp{
    margin-bottom: 15px;
  }
  .certificats .background{
    width: 100%;
  }
  ul[id*="menu-menu-"]{
    text-align: center;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  
  ul[id*="menu-menu-"] > li:not(.menu-libelle){
    padding: 8px 0 !important;
  }
  ul[id*="menu-menu-"] li{
    width: 100%;
    justify-content: center;
  } 
  .menu-milieu ul[id*="menu-menu-"] > li:not(.menu-libelle)::before,
  .menu-milieu  ul.sous-menu > li::before{
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  ul[id*="menu-menu-"] li span{
    padding: 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
  }
  .menu-milieu ul#menu-menu-1  span {
    font-size: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  ul[id*="menu-menu-"] li.active:not(:last-child) span{
    font-weight: 700;
  }
  .barre{
    transform: scale(0.8);
  }
  .banniere .btn-gauche{
    left: 16px;
  }
  .banniere .btn-droite{
    right: 16px;
  }
  .banniere .slogan{
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
  }
 
  .fondu-gauche, .fondu-centre, .fondu-droite{
    background-color: rgba(51,51,51,0.2);
  }
  
  div#mobile-menu{
    display: block;
  }
  .banniere h1{
    font-size: 2rem !important;
  }
  .menu-milieu #menu-toggle{
    display: block;
  }
  #header.menu-milieu .barre-infos,
  #mobile-menu .barre-infos{
    position: fixed;
    width: 100vw;
    bottom: -100px;
    display: flex;
    justify-content: space-around;
    transition: 0.4s all ease-in-out;
  }
  #mobile-menu .barre-infos a,
  #header.menu-milieu .barre-infos a
  {
    height: 60px;
    width: 60px;
  }

  #mobile-menu .barre-infos svg,
  #header.menu-milieu .barre-infos svg
  {
    margin-right: 0;
    height: 60px;
    width: 60px;
  }

  #header.menu-milieu .barre-infos .libelle,
  #mobile-menu .barre-infos .libelle{
    display: none;
  }
  #header.menu-milieu .barre-infos svg,
  #mobile-menu .barre-infos svg{
    font-size: 35px;
    height: 100%;
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  footer p{
    text-align: center;
  }
  .banniere .carousel3d .left {
    left: -20%;
  }
  .banniere .carousel3d .right {
    left: 60%;
  }
  .galerie .classic button {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .banniere .carousel3d .left {
    left: -4%;
  }
  .banniere .carousel3d .right {
    left: 65%;
  }
  .galerie .classic button {
    width: auto;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .slider-prestation{
        display: none !important;
    }
    .prestations .img-col{
        display: flex;
    }
    .prestations .txt-col .border{
        height: 100%;
    }
    .prestations .base img:first-child{
        margin-bottom: 24px;
    }
    .prestations .base img{
        height: 300px;
    }
  .banniere.modele-carrousel3d .carrousel-title{
    margin-top: 350px;
  }
  .footer-top .text-gdhcom{
    text-align: left;
  }
  .footer-top .text-gdh{
    text-align: right;
  }
  .specialite h3 {
    margin: 90px 0 !important;
    position: relative;
    left: 70px;
    width: 93%;
  }
  .banniere .carousel3d img {
    width: 400px;
    height: 350px;
  }

  .menu-milieu #menu-menu-1 > li[class^='menu-item']{
    margin: 8px;
    padding: 0 8px;
    height: 52px;
  }
  li.menu-libelle > span{
    display: flex;
    align-items: baseline;
  }

  li.menu-libelle > span > svg{
    transition: .4s all ease-in-out;
  }
  .menu-milieu .sous-menu li:not(:first-child){
    margin-bottom: 8px;
  }
  .menu-milieu .sous-menu li:first-child{
    margin-bottom: 13px;
  }
  ul.sous-menu{
    padding: 0;
    list-style: none;
    line-height: 20px;
    height: 100%;
  }

  ul.sous-menu li:not(:first-child){
    pointer-events: none;
  }

  .open ul.sous-menu li{
    pointer-events: all;
  }

  .specialite .content::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    left: 25px;
    border: 1px solid black;
    border-radius: 5px;
    z-index: -1;
  }
  
  .specialite .picto::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 5px;
    bottom: 20px;
    right: 20px;
  }
  .specialite .content{
    top: -170px;
    left: -40px;
  }
  .qsn .premium img, .qsn .premium .text-content{
    position: relative;
    width: 450px;
  }
  .qsn .premium .text-content{
    bottom: 150px;
  }
  .barre-infos svg{
    display: none;
  }
  .r-s .dashicons{
    font-size: 30px;
  }
  #header.menu-milieu .barre-infos .btn{
    width: auto;
  }
  .menu-milieu ul#menu-menu-1 li a span,
  .menu-milieu ul#menu-menu-1 li a
  {
    height: 100%;
    width: 100%;
  }
  .menu-milieu li{
    padding: 0 8px;
    border-radius: 10px;
    height: 52px;
  }
  ul#menu-menu-1 a span{
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .sous-menu li:not(:first-child){
    width: 50px;
    opacity: 0;
    z-index: -10;
  }
  
  .menu-libelle.open .sous-menu li:not(:first-child){
    width: 100%;
    opacity: 1;
    z-index: 10;
  }

  ul#menu-menu-1 li.dropdown > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul#menu-menu-1 ul.dropdown-menu li{
    padding: 8px !important;
  }
  
  ul.dropdown-menu{
    padding: 0;
    margin-top: 0 ;
    backdrop-filter: blur(5px);
    border-radius: 0 0 5px 5px;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    z-index: -1;
    display: none;
  }
  .menu-milieu ul#menu-menu-1 ul.dropdown-menu{
    top: 100px;
    left: 0;
  }
  .menu-milieu .custom-logo {
    padding-top: 4px;
    float: left;
  }

  .reassurance .premium .content{
    top: 200px;
  }
  .reassurance .premium h3{
    top: 140px;
  }
  .btn-tel svg{
    font-size: 35px;
  }
  
  .macaron{
    bottom: 20px;
    width: 15vw;
  }

  .macaron.gauche{
    left: 16px;
  }  
  .macaron.droite{
    right: 16px;
  }
  .logo-col{
    justify-content: flex-end;
  }
  .comp-ligne .card > .row, .comp-col > .card-body{
    height: 300px;
    padding-top: 0;
  }
  .menu-milieu nav{
    height: 65px;
  }
  .menu-milieu #nav-menu{
    height: 65px;
  }
  .galerie .premium .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    }

  .galerie-item-0{
    height: 100% !important;
  }

  div[class^='galerie-item-']{
    height: 250px;
  }
  #menu-toggle{
    display: none;
  }
  .fondu-gauche{
    background: linear-gradient(to right, rgba(51,51,51,0.2) 30%, transparent);
  }
  .fondu-droite{
    background: linear-gradient(to left, rgba(51,51,51,0.2) 30%, transparent);
  }
  .fondu-centre{
    background: radial-gradient(circle, rgba(51,51,51,0.2) 0%, transparent 100%);;
  }
  
  #logo-left img, .menu-lateral header img{
    width: 70%;
    height: auto;
  }
  .presentation .bg-img-parallax, .presentation .modele-1 > div { 
    height: 300px;
  }

  #header.menu-milieu .barre-infos, #mobile-menu .barre-infos{
    justify-content: space-between;
  }
  
  #mobile-menu .barre-infos svg,
  #header.menu-milieu .barre-infos svg
  {
    margin-right: 8px;
  }
  .menu-milieu #menu-toggle{
    display: none;
  }
  div#mobile-menu{
    display: none;
  }

  #header.menu-lateral .barre-infos{
    height: 200px;
  }
 }


@media (max-width: 992px) {
  .galerie .classic .img-popup figure{
    height: 250px;
  }
  .service .content{
    height: 100%;
  }
  .partenaires .barre{
    display: none;
  }
  .glsr-review-content{
    padding: 0 16px;
  }
  .menu-milieu #menu-menu-1 li[class^='menu-item']{
    margin-left: 0px;
  }
  .menu-milieu .barre-infos{
    padding-left: 8px;
    padding-right: 8px;
  }
  #contact table#infos .dashicons{
    font-size: 35px;
  }
  #contact table{
    font-size: 20px;
    text-align: center;
  }

}

 /* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banniere.modele-carrousel3d .carrousel-title{
    margin-top: 500px;
  }
  .specialite h3 {
    margin: 90px 0 !important;
    position: relative;
    left: 0;
    width: 100%;
  }
  .galerie .classic .img-popup figure{
    height: 300px;
  }
  .banniere.modele-image {
    height: 700px;
  }
  .banniere .carousel3d img {
    width: 500px;
    height: 500px;
  }
  .service .content{
    position: absolute;
  }

  .service > .col{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specialite .content{
    top: -60px;
    left: -70px;
  }
  .partenaires .barre{
    display: block;
  }
  .images-highlight .important img {
    padding: 16px 0;
}
.images-highlight img.first {
  height: 300px;
  top: 16px;
}
.images-highlight img.second {
  height: 300px;
  bottom: 16px;
}
  .two-blocs .bloc-texte h2{
    font-size: 1.25rem;
  }
  .glsr-review-content{
    padding: 0 32px;
  }
  .reassurance .premium .content{
    top: 180px;
    height: 220px;
  }
  .reassurance .premium h3{
    top: 140px;
    font-size: 14px !important;
  }
  .reassurance .premium .element{
    height: 500px;
  }
  .btn-tel svg{
    font-size: 35px;
  }
  .macaron{
    width: 15vw;
    bottom: 16px;
  }
  .macaron.gauche{
    left: 16px;
  }  
  .macaron.droite{
    right: 16px;
  }
  .border-right-grey{
    border-right: 1px solid #707070 !important;
  }
  .galerie .premium .parent {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    }
  
  .galerie .premium .galerie-item-0{ grid-area: 1 / 1 / 3 / 3; }
  .galerie .premium .galerie-item-1{ grid-area: 1 / 3 / 2 / 4; }
  .galerie .premium .galerie-item-2{ grid-area: 1 / 4 / 2 / 5; }
  .galerie .premium .galerie-item-3{ grid-area: 2 / 3 / 3 / 4; }
  .galerie .premium .galerie-item-4{ grid-area: 2 / 4 / 3 / 5; }


  .menu-milieu .barre-infos{
    padding-left: 16px;
    padding-right: 16px;
  }
  .carousel-inner{
    height: 100%;
  }
  #contact table#infos .dashicons{
    font-size: 24px;
  }
 }


@media (max-width: 1200px) { 

}

@media (min-width: 1200px) {
  .banniere.modele-carrousel3d .carrousel-title{
    margin-top: 600px;
  }
  .specialite h3{
    margin: 90px 0 !important;
    left: 110px;
    position: relative;
    width: 86%;
  }
  
  .banniere .carousel3d img {
    width: 45vw;
    height: 600px;
  }
  .galerie .classic .img-popup figure{
    height: 400px;
  }
  .specialite .content{
    top: -120px;
    left: -90px;
  }
  div[class^='galerie-item-']{
    height:300px;
  }
  .reassurance .premium .content {
    top: 230px;
    height: 300px;
  }
  .reassurance .premium .content ul{
    padding-left: 16px;
  }
  .reassurance .premium .element{
    height: 800px;
  }
  .reassurance .premium h3 {
    top: 160px;
    font-size: 20px !important;
  }
  .btn-7jrs{
    bottom: 32px;
    font-size: 1.4rem;
  }
  .return-top {
    bottom: 95px;
}
  .video-content{
    height: 320px;
  }
  .btn-7jrs.right{
    right: 26px;
  }
  .btn-7jrs.left{
    left: 26px;
  }
  .btn-tel{
    bottom: 88px;
    right: 32px;
    width: 70px;
    height: 70px;
  }
  .macaron{
    width: 9.5vw;
  }

  .menu-milieu .barre-infos{
    padding-left: 64px;
    padding-right: 64px;
  }

 }

/*=========================  KEYFRAMES  ===========================*/


@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes slideDown{
  0%{
    opacity: 0;
    top: -50px;
  }
  100%{
    opacity: 1;
    top: 0;
  }
}

@keyframes overlayDown{
  0%{
    bottom: 0;
  }
  100%{
    bottom: -60%;
  }
}