/*
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 */

@media (min-width: 768px) {
    #mobile-nav {
        display: none;
    }
}

#mobile-nav {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100vw;
}



#mobile-nav .icons {
    background: #333;
    display: flex;
    padding: 8px 0;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 5;
}

#mobile-nav .icons a {
    color: white;
    text-decoration: none;
}

#mobile-nav .icons li {
    list-style: none;
    outline: 13px solid #333;
    border-radius: 50%;
    bottom: 0;
    position: relative;
    transition: .3s all ease-in-out;
}

#mobile-nav .icons li:not(.active) {
    width: 30px;
    height: 30px;
}

#mobile-nav .icons li.active {
    bottom: 5px;
    border-radius: 50%;
    background: red;
    width: 40px;
    height: 40px;
}

#mobile-nav .icons li:not(.active):hover,
#mobile-nav .icons li:not(.active):active {
    bottom: 5px;
}

#mobile-nav .icons div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#mobile-nav .icons svg {
    font-size: 30px;
}

#mobile-nav .menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50px;
    background: #333;
    padding-left: 0;
    transition: 0.4s all ease-in-out;
    z-index: 0;
    overflow-y: scroll;
}


#mobile-nav.nav-light .icons {
    background-color: rgb(250, 250, 250);
}

#mobile-nav.nav-light .icons li {
    outline: 13px solid rgb(250, 250, 250);
}

#mobile-nav.nav-light .icons li a {
    color: #333;
}

#mobile-nav.nav-light .icons .menu-trigger svg g {
    stroke: #333;
}

#mobile-nav.nav-light .menu {
    background-color: rgba(249, 249, 249, 0.9);
}

#mobile-nav.nav-light .menu li a {
    color: #333;
}

.menu li {
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 15px 0;
}

.menu a,
.menu .menu-link {
    color: #fefefe;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.menu .dropdown-item {
    margin: 8px 0;
    font-size: 16px;
}

.menu a:hover {
    color: white;
}

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

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

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

.partenaires .barre {
    position: absolute;
    width: 100%;
    height: 1px;
    background: black;
    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: 25px;
}

.subservices .variante .text-content,
.subservices .variante img,
.subservices .variante .col-lg-4 {
    transition: 0.4s all ease;
}

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

.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);
}

.bandeau-contact-alter .bg-white-alpha {
    font-size: 20px;
    background-color: rgba(255, 255, 255, .6);
}

.bandeau-contact-alter img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.actualite img {
    position: absolute;
    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 {
    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;
}

.specialite .content {
    position: relative;
    z-index: -1;
}

.specialite h3 {
    margin: 90px 0 !important;
}

.qsn p {
    margin-bottom: 0;
}

.qsn .variante-1 .img-2 {
    position: relative;
    top: 50px;
    right: 50px;
}

.qsn .variante-1 .img-3 {
    position: relative;
}

.qsn .base img {
    position: relative;
    top: 50px;
    height: 80%;
    object-fit: cover;
    object-position: center;
}

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


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

.qsn .premium .text-content {
    float: right;
    height: auto;
}

.qsn .premium .text-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid black;
    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;
}

.dashicons-arrow-down::before {
    font-size: 40px;
    bottom: 10px;
    right: 8px;
    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);
}

.carrousel-defilant {
    top: 0;
}

.sliding-carrousel .bloc-mail,
.sliding-carrousel .bloc-tel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    padding: 8px 0;
    transform: scale(1);
    transition: .3s all ease-in-out;
}

.sliding-carrousel .bloc-mail:hover,
.sliding-carrousel .bloc-tel:hover {
    transform: scale(1.15);
}

.sliding-carrousel .bloc-mail span.dashicons,
.sliding-carrousel .bloc-tel span.dashicons {
    font-size: 30px;
    line-height: 35px;
    width: 35px;
    height: 30px;
}
}

.banniere .iframe-yt {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.banniere .full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
}

.banniere .iframe-yt::before,
.banniere .iframe-yt::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 280px;
    z-index: 1;
}

.banniere .iframe-yt::before {
    left: -60px;
    transform: rotate(15deg);
}

.banniere .iframe-yt::after {
    right: -60px;
    transform: rotate(165deg);

}

.banniere.modele-image {
    height: 75vh;
}

.banniere.modele-slider {
    height: 55vh;
}

.banniere-logo {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banniere-logo img {
    width: 300px !important;
    height: auto !important;
}




.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 h1.simple {
    color: #f9f9f9;
    text-align: center;
    position: relative;
    margin-bottom: 0 !important;
    padding: 16px;
    text-shadow: 1px 1px 2px #333333;
}

.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;
}

.banniere.sliding-carrousel img {
    height: 630px;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.banniere.sliding-carrousel .title-bloc {
    position: relative;
}

.container-fluid {
    position: relative;
}

.opacity-0 {
    opacity: 0;
}

.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;
}

/* 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;
}

ul.sous-menu {
    padding: 0;
}

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;
}

.menu-lateral .collapse {
    display: flex !important;
}

.menu-lateral .barre-infos {
    width: 100%;
    bottom: 0;
    padding-top: 16px;
}

.menu-lateral .barre-infos .btn {
    margin: auto;
}


.menu-milieu .sous-menu li {
    margin-bottom: 4px;
}

#header.nav-light .barre-infos {
    background-color: rgb(250, 250, 250);
}

#header.nav-light #nav-menu {
    background-color: rgba(249, 249, 249, 0.9);
}

#header.nav-light #nav-menu .nav .menu-item .menu-link span,
#header.nav-light #nav-menu .nav .menu-item span {
    color: #333333;
}

#header.nav-light #nav-menu .nav .menu-item:hover,
#header.nav-light #nav-menu .nav .menu-item.active,
#header.nav-light #nav-menu .nav .menu-item .dropdown-menu {
    background-color: rgba(249, 249, 249, 0.9);
    color: #333333;
}

#header.nav-light #nav-menu .nav .menu-item .dropdown-menu li a {
    color: #333333;
}

#header.nav-light #nav-menu .nav .menu-item .dropdown-menu li:hover {
    background-color: rgb(250, 250, 250);
}

#header.nav-light #nav-menu .nav .menu-item:hover a span,
#header.nav-light #nav-menu .nav .menu-item.active .menu-link,
#header.nav-light #nav-menu .nav .menu-item.active a span {
    color: #333333;
}

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

.bandeau-cookies {
    position: fixed;
    z-index: 50;
    width: 100%;
    bottom: 0;
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.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-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);
}

.menu-lateral ul#menu-menu-1 {
    flex-direction: column;
}

.menu-lateral ul#menu-menu-1 li {
    position: relative;
    text-align: center;
    font-size: 20px;
    padding: 8px 0;
    transition: 0.4s all ease-in-out;
}

.menu-lateral ul#menu-menu-1>li:not(:last-child) {
    margin-bottom: 16px;
}

.menu-lateral ul#menu-menu-1 li::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 0px;
    transition: 0.4s all ease-in-out;
}

.menu-lateral.gauche ul#menu-menu-1 li::before {
    left: 0;
}

.menu-lateral.droite ul#menu-menu-1 li::before {
    right: 0;
}

.menu-lateral ul#menu-menu-1 li:hover::before {
    width: 100%;
}

.menu-lateral ul#menu-menu-1 li:not(.dropdown) span {
    display: block;
    margin: auto;
    width: 100%;
}

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


.menu-milieu #nav-menu ul#menu-menu-1 a {}

.menu-milieu ul#menu-menu-1 li[id^='menu-item'] {
    display: flex;
    align-items: center;
    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;
}

.prestations .colonne .card-body,
.prestations .ligne .card-body {
    transition: 0.3s all ease-in-out;
    height: 350px;
    padding-top: 0;
}

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

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

/* 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;
}



/* 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 */

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

.service .content {
    background: linear-gradient(to right, transparent, white 75%);
}

.service,
.service .service-description {
    height: auto;
}

.service .service-description a {
    text-decoration: none;
    color: black;
}


.service .service-description .service-description-text {
    width: 80%;
}

.service span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    margin: auto;
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.services .arrondie a,
.services .arrondie a:hover {
    text-decoration: none;
    color: #333333;
}

.services .rounded-pill {
    background: #f9f9f9;
    padding: 16px 8px;
    position: relative;
}

.services .arrondie img {
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}

.services .arrondie h3 {
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    z-index: 0;
    margin-top: 8px;
}

.services .carre .presentation::before,
.outline-custom::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.services .carre img {
    position: relative;
    z-index: 0;
}

/*  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 */

.static figure,
.premium figure {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    height: 200px;
}

.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;
}


.label-container:hover {
    cursor: pointer;
}

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 .content .presentation {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: clip;
}

.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: #333333;
}

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

.prestations .ligne {
    height: 100%;
}

.prestations .ligne img,
.prestations .colonne img {
    object-fit: cover;
    object-position: center;
    max-height: 500px;
    width: 100%;
}

.prestations .ligne h2 {
    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;
    left: 3px;
}

.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;
}

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

.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::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
}

.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);
}

.premium-b .parent {
    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;
}

.premium-b .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.premium-b .div2 {
    grid-area: 3 / 1 / 6 / 2;
}

.premium-b .div3 {
    grid-area: 1 / 2 / 4 / 3;
}

.premium-b .div4 {
    grid-area: 4 / 2 / 6 / 3;
}

.premium-b .div5 {
    grid-area: 1 / 3 / 3 / 4;
}

.premium-b .div6 {
    grid-area: 3 / 3 / 6 / 4;
}

.premium-b .div7 {
    grid-area: 1 / 4 / 4 / 5;
}

.premium-b .div8 {
    grid-area: 4 / 4 / 6 / 5;
}

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

.card.reassurance {
    padding-top: 40px;
    border-radius: 10px;
    border-color: transparent;
}

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

.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;
}

.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.bar {
    left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 5px 5px;
}

.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%;
}

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


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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .banniere.sliding-carrousel .title-bloc {
        bottom: 50px;
    }

    .return-top.gauche {
        left: 26px;
    }

    .return-top.droite {
        right: 26px;
    }

    .banniere .iframe-yt iframe {
        width: 250%;
    }

    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.sliding-carrousel .title-bloc {
        bottom: 150px;
    }

    .sliding-carrousel .bloc-mail,
    .sliding-carrousel .bloc-tel {
        left: 0;
        right: 0;
        margin: auto;
    }

    .sliding-carrousel .bloc-tel {
        bottom: -140px !important;
    }

    .sliding-carrousel .bloc-mail {
        bottom: -70px;
    }

    .last-reviews .scrollLeft,
    .last-reviews .scrollRight {
        display: none;
    }

    .return-top.gauche {
        left: 21px;
    }

    .return-top.droite {
        right: 21px;
    }

    .compteur {
        display: none;
    }

    .banniere .iframe-yt iframe {
        width: 500%;
    }

    .banniere .iframe-yt {
        top: -60px;
        width: auto;
    }

    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%;
    }

    .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) {
    .btn-tel {
        display: none !important;
    }

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

    .actualite .barre-titre .pli {
        display: none;
    }

    .actualite .row {
        padding-bottom: 8rem;
        padding-top: 2rem;
    }

    .actualite img {
        height: 200px;
        width: 200px;
    }

    .banniere.modele-carrousel3d .carrousel-title {
        margin-top: 300px;
    }

    .banniere .carousel3d img {
        width: 300px;
        height: 300px;
    }

    .partenaires #carousel div .card-part {
        width: 300px;
    }

    .service a {
        text-decoration: none;
        color: unset;
    }

    .service {
        flex-direction: column-reverse;
        padding: 0;
    }

    .service .service-description,
    .service .service-picture {
        height: 50%;
    }


    .service span {
        right: 8px;
        top: 8px;
    }

    .service .service-description {
        background: white;
        padding: 8px;
    }

    .service .service-description h3 {
        margin: 0;
    }

    .service .service-description,
    .service .service-picture img {
        left: 0;
        right: 0;
    }

    .service .service-picture {
        height: 100px
    }

    .service .service-picture img {
        height: 100%;
        object-fit: cover;
    }

    .service .service-description .service-description-text {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .service .service-description .dashicons-arrow-right-alt {
        margin: 0;
        top: 24px;
    }

    .service .service-description .service-description-text {
        width: 100%;
        font-size: 12px;
    }

    .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;
    }

    .dashicons.dropdown-icon {
        display: none;
    }

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

    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;
    }

    #header {
        display: none;
    }

    .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%;
    }

    #logo-mobile {
        top: 16px;
    }

    #logo-centre .barre-infos {
        display: flex;
    }

    #logo-mobile {
        display: block;
    }

    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(:last-child)::before,
    .menu-milieu ul.sous-menu>li:not(:last-child)::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;
    }

    .menu-lateral ul#menu-menu-1 span {
        font-size: 25px;
    }


    ul[id*="menu-menu-"] li.active:not(:last-child) span {
        font-weight: 700;
    }

    #logo-centre,
    #logo-centre:hover {
        padding: 0;
    }

    .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;
    }

    .banniere h1 {
        font-size: 2rem !important;
    }

    .modal-card {
        width: 100%;

    }

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

    .modal-card .bg-custom-dark {
        display: none !important;
    }

    .modal-card figure {
        display: none;
    }

    .modal-card .content {
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .galerie .classic button {
        width: 100%;
    }

    .banniere .carousel3d .left {
        left: -20%;
    }

    .banniere .carousel3d .right {
        left: 60%;
    }
}

@media (min-width: 576px) {
    .banniere .carousel3d .left {
        left: -1%;
    }

    .banniere .carousel3d .right {
        left: 65%;
    }

    .galerie .classic button {
        width: auto;
    }

    .galerie .classic .img-popup figure {
        height: 250px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .btn-show-more.button.left {
        left: 150px;
    }

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

    .qsn .variante-1 p {
        padding-right: 60px;
    }

    .qsn .variante-1 .img-3 {
        right: -30px;
        bottom: -30px;
    }

    .actualite .barre-titre .pli {
        display: inline-block;
    }

    .actualite .row {
        padding-bottom: 6rem;
        padding-top: 3rem;
    }

    .actualite img {
        height: 200px;
        width: 200px;
    }

    .banniere.modele-carrousel3d .carrousel-title {
        margin-top: 350px;
    }

    .banniere .carousel3d img {
        width: 350px;
        height: 350px;
    }

    .service {
        height: 350px;
    }

    .service img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .service img,
    .service .content {
        width: 50%;
    }

    .galerie .classic .img-popup figure {
        height: 300px;
    }

    .specialite .content::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 25px;
        left: 25px;
        border: 1px solid black;
    }

    .specialite .picto::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid white;
        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;
    }

    .qsn img {
        position: relative;
        z-index: 0;
        transform: scale(1);
        transition: 0.3s all ease-in-out;
    }

    .qsn img:hover {
        z-index: 1;
        transform: scale(1.15);
        box-shadow: 0 .1rem .12rem rgba(0, 0, 0, .075) !important;
    }

    .barre-infos svg {
        display: none;
    }

    .menu-milieu .sous-menu {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        padding-left: 0;
    }

    .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 ul#menu-menu-1>li.active>a>span:hover,
    .menu-milieu ul#menu-menu-1>li.active>a>span {
        color: rgba(255, 255, 255, 0.8);
    }

    .menu-milieu li,
    .menu-milieu .menu-item {
        padding: 16px;
        border-radius: 10px;
    }

    .menu-milieu li,
    .menu-milieu .menu-item {
        padding: 16px;
        border-radius: 10px;
    }

    .menu-milieu .menu-item .menu-link,
    .menu-milieu .menu-item a {
        color: rgba(255, 255, 255, 0.8);
    }

    .menu-milieu .menu-item .dropdown-menu {
        background-color: rgba(51, 51, 51, 1);
        top: 0;
    }

    ul#menu-menu-1 a span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .menu-lateral .barre-infos .btn {
        width: 90%;
    }

    .menu-lateral .barre-infos {
        display: flex;
        flex-direction: column;
    }

    ul#menu-menu-1 ul.dropdown-menu li {
        padding: 8px !important;
    }

    ul.dropdown-menu {
        padding: 8px;
        margin-top: 0;
        backdrop-filter: blur(5px);
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
    }

    ul.dropdown-menu .menu-item:hover {
        color: rgba(255, 255, 255, 0.3);
    }

    .dropdown:hover ul.dropdown-menu {
        display: block;
    }

    .menu-milieu ul#menu-menu-1 ul.dropdown-menu {
        top: 50px;
        left: 0;
        margin-top: 0;
    }

    .menu-milieu .custom-logo {
        padding-top: 4px;
        float: left;
    }

    .banniere .iframe-yt iframe {
        width: 170%;
    }

    .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;
    }

    .video-content {
        height: 270px;
    }

    .logo-col {
        justify-content: flex-end;
    }

    .menu-milieu nav {
        height: 100%;
    }

    .menu-milieu #nav-menu {
        max-height: 130px;
    }

    .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;
    }


    .chiffresClef .overlay {
        height: 60%;
    }

    #logo-centre .barre-infos {
        display: none;
    }

    #logo-mobile {
        top: 72px;
    }

    #logo-centre a:not(.custom-logo-link)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: transparent;
        width: 100%;
        height: 3px;
        transition: 0.4s all ease-in-out;
    }

    .barre.rouge-gauche {
        top: 128px;
        left: 121px;
    }

    .barre.rouge-droite {
        top: 127px;
        right: 119px;
    }

    .barre.jaune-gauche {
        left: 142px;
        top: 220px;
    }

    .barre.jaune-droite {
        right: 139px;
        top: 220px;
    }

    .barre.bleu {
        bottom: 139px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .barre.grise {
        bottom: 113px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .services .carre .order-1 img {
        left: 75px;
        bottom: 91px;
    }

    .services .carre .presentation.order-2 {
        right: 75px;
    }

    .services .carre .order-2 img {
        bottom: -50px;
    }

    .services .carre .presentation.order-1 {
        left: 75px;
    }

    #menu-toggle {
        display: none;
    }

    .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;
    }

}


@media (max-width: 992px) {
    .service .content {
        height: 100%;
    }

    .partenaires .barre {
        display: none;
    }

    .services .carre .row {
        margin-top: 2rem;
    }

    .glsr-review-content {
        padding: 0 16px;
    }

    .banniere .iframe-yt iframe {
        height: 100%;
    }

    .schema {
        display: none;
    }

    .cahier {
        width: 100%;
    }

    .two-blocs img {
        margin-top: 32px;
    }

    .menu-milieu #menu-menu-1 li[id^='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) {
    .btn-show-more.button.left {
        left: 340px;
    }

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

    .qsn .variante-1 p {
        padding-right: 180px;
    }

    .qsn .variante-1 .img-3 {
        right: 150px;
        bottom: 30px;
    }

    .actualite img {
        height: 300px;
        width: 300px;
    }

    .banniere.modele-carrousel3d .carrousel-title {
        margin-top: 500px;
    }

    .qsn .base img {
        position: relative;
        top: 50px;
    }

    .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;
    }

    .banniere h1.simple {
        max-width: 75vw;
    }

    .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;
    }

    div[class^='galerie-item-'] {
        height: 250px;
    }

    .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;
    }

    .banniere .iframe-yt iframe {
        width: 140%;
        height: 100%;
    }

    .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 #menu-menu-1>li[id^='menu-item'] {
        margin-left: 16px;
    }

    .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) {
    .sliding-carrousel .left {
        position: absolute;
        top: -70px;
        left: 0;
    }

    .sliding-carrousel .right {
        position: absolute;
        top: -70px;
        right: 0;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

}

@media (min-width: 1200px) {
    .banniere.sliding-carrousel .title-bloc {
        overflow: hidden;
    }

    .actualite img {
        height: 350px;
        width: 350px;
    }

    .banniere.modele-carrousel3d .carrousel-title {
        margin-top: 550px;
    }

    .banniere .carousel3d img {
        width: 600px;
        height: 550px;
    }

    .galerie .classic .img-popup figure {
        height: 400px;
    }

    .specialite .content {
        top: -120px;
        left: -90px;
    }

    .banniere .iframe-yt iframe {
        width: 110%;
        height: 100%;
    }

    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 {
        display: none !important;
    }

    .macaron {
        width: 9.5vw;
    }

    .two-blocs.z-index-image .order-1 .text-prez {
        padding-right: 150px;
    }

    .cahier-premium .texte {
        overflow: auto;
        height: 100%;
    }

    .cahier-premium .content {
        top: 0;
        position: relative;
    }

    .barre.rouge {
        top: 151px;
        right: 136px;
    }

    .barre.orange {
        top: 148px;
        left: 273px;
    }

    .barre.verte {
        top: 251px;
        left: 181px;
    }

    .barre.jaune-gauche {
        left: 175px;
        top: 251px;
    }

    .barre.jaune-droite {
        right: 171px;
        top: 251px;
    }

    .barre.bleu {
        bottom: 218px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .barre.grise {
        bottom: 201px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .barre.croix {
        bottom: 181px;
        right: 173px;
    }

    .two-blocs .order-1 .bg-white {
        left: 70px;
        top: 35px;
    }

    .two-blocs .order-2 .bg-white,
    .two-blocs .order-2 img {
        right: 70px;
        bottom: 35px;
    }

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

}

@media (min-width: 1600px) {
    .banniere .iframe-yt iframe {
        height: 150%;
        width: 120%;
    }

    .menu-lateral.droite.slideInMenuToLeft {
        right: 0 !important;
        animation: slideInMenuToLeft 0.7s;
    }

    .menu-lateral.droite.slideOutMenuToRight {
        right: -300px !important;
        animation: slideOutMenuToRight 0.7s;
    }

    .menu-lateral.gauche.slideInMenuToRight {
        left: 0 !important;
        animation: slideInMenuToRight 0.7s;
    }

    .menu-lateral.gauche.slideOutMenuToLeft {
        left: -300px !important;
        animation: slideOutMenuToLeft 0.7s;
    }

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


    @keyframes logoPushedOut {
        0% {
            left: 32px
        }

        100% {
            left: -150px
        }
    }


    @keyframes slideOutMenuToRight {
        0% {
            right: 0
        }

        100% {
            right: -300px
        }
    }

    @keyframes slideInMenuToLeft {
        0% {
            right: -300px
        }

        100% {
            right: 0
        }
    }

    @keyframes slideOutMenuToLeft {
        0% {
            left: 0
        }

        100% {
            left: -300px
        }
    }

    @keyframes slideInMenuToRight {
        0% {
            left: -300px
        }

        100% {
            left: 0
        }
    }


    @-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%;
        }
    }
}

.swiper.service-swiper {
    height: 900px;
}

.service {
    display: flex;
    align-items: center;
}

.service-description {
    background: linear-gradient(to left, #FFF, rgba(255, 255, 255, 0));
    margin: 0 auto;
    height: 200px;
    position: relative;
    left: 100px;
    z-index: 1;
    padding: 24px;
}

.service-description h3 {
    margin-left: 24px;
}

.service-description .dashicons {
    font-size: 30px;
    height: 30px;
}

.service-picture img {
    position: relative;
    right: 100px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.grid-gallery {
    column-width: 20em;
    column-gap: 0.5em;
}

.grid-gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
}

.grid-gallery-item img {
    width: 100%;
}

.partenaires-swiper {
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0 100px;
    overflow: visible !important;
}




.partenaires-swiper .swiper-slide {
    width: 700px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
}

.partenaires-swiper .swiper-slide figure,
.partenaires-swiper .swiper-slide figure img {
    object-fit: contain;
    width: 100%;
    height: 100px;
}

.partenaires-swiper .partner-slide {
    background-color: white;
    padding: 32px;
    border-radius: 6px;
}

.partenaires-swiper .partner-slide p {
    margin-top: 12px;
    text-align: center;
}

.partenaires-swiper .partner-slide .swiper-buttons {
    display: flex;
    justify-content: space-evenly;
}

.partenaires-swiper .partner-slide .swiper-button-prev,
.partenaires-swiper .partner-slide .swiper-button-next {
    display: none;
    position: relative;
    color: black;
    margin-top: unset;
}

.partenaires-swiper .swiper-slide-active.partner-slide .swiper-button-prev,
.partenaires-swiper .swiper-slide-active.partner-slide .swiper-button-next {
    display: flex;
}

.partenaires-swiper .partner-slide .swiper-button-prev::after,
.partenaires-swiper .partner-slide .swiper-button-next::after {
    font-size: 16px;
    bottom: 10%;
}

.title-bloc {
    z-index: 10;
}