/*
Theme Name: Meolia
Author: KubiWeb
Author URI: kubiweb.fr
*/

/* style ici */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body{
    overflow-x: hidden;
}
body {
    font-family: 'Poppins';
    font-size: 21px;
    color:#212121;
    font-weight: 300;
    line-height: 24px;
}
a {
    text-decoration: none;
    color: #f28e3c;
    transition: all .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
    color:#212121;
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}
h1 {
    font-size: 64px;
    color: #212121;
    line-height: 72px;
    font-weight: 900;
    text-transform: uppercase;
}
h1 span,h2 span,h3 span{
    color: #132434;
}
h2 {
    font-size: 41px;
    color: #292929;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h3 {
    font-size: 41px;
    color: #292929;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    color: #84156F;
    line-height: 30px;
    font-weight: bold;
}
.btn-custom{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    background: #f28e3c;
    border-radius: 30px;
    padding: 17px 20px;
}
#wpsl-search-btn{
    color: #292929 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    background: #c2d8e0 !important;
    border-radius: 30px !important;
    padding: 17px 20px !important;
    transition: all .5s ease-in-out;
    border: none !important;
    margin-left: 10px !important;
}
#wpsl-search-btn:hover{
    color: #fff !important;
    background: #292929 !important;
}
#wpsl-search-input{
    background: #f9f9fb !important;
    border: 1px solid #292929 !important;
    width: 300px !important;
    padding: 9.4px 15px !important;
    color: #292929 !important;
    border-radius: 30px !important;
}
#wpsl-search-wrap .wpsl-input label {
    margin-right: 0;
    float: inherit !important;
    width: 230px;
}
#wpsl-search-btn, #wpsl-search-wrap div{
    float: inherit !important;
    display: flex !important;
    align-items: center;
}
.btn-custom img{
    margin-right: 15px;
}
.btn-custom:hover{
    color: #fff;
    background: #132434;
}
.btn-custom2{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 17px 30px;
}
.btn-custom2:hover{
    background: #fff;
    color: #132434;
}

/* Upline */
#upline{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #48b0cd;
    padding: 15px 0;
    z-index: 10;
}
#upline .loca,#upline a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
#upline a{
    display: inline-block;
}
#upline a img{
    margin-right: 15px;
}
#upline .loca img{
    margin: -4px 10px 0 0;
}

/* Header */
header{
    position: fixed;
    width: 100%;
    background: #fff;
    top: 55.5px;
    left: 0;
    z-index: 10;
}
header .navbar-brand{
    padding: 0;
    margin: 0;
}
header .navbar-brand img{
    height: auto!important;
	width: 100px!important;
    object-fit: contain;
    margin-bottom: 10px;
}
header .navbar-nav li a{
    color: #212121;
    font-size: 18px;
    line-height: 20px;
    transition: all .5s ease-in-out;
}
header .navbar-nav li a:hover,header .navbar-nav li.current-menu-item a{
    color: #48b0cd !important;
}
header .navbar-expand-xl .navbar-collapse {
    justify-content: flex-end;
}
header .navbar-nav{
    margin-right: 30px;
}
header .navbar-nav > li{
    position: relative;
    margin: 0 60px 0 30px;
    position: relative;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .navbar-nav li::after{
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background: #48b0cd;
    position: absolute;
    bottom: -2px;
    left: 0;
}
header .navbar{
    padding-bottom: 0;
}
header .btn-custom{
    background: #f28e3c;
}

/* Banniere */
#banniere{
    height: calc(100vh - 172px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    margin-top: 172px;
    position: relative;
}
#banniere::after{
    content: "";
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#banniere .video-wrapper{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banniere .video-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banniere .container{
    position: relative;
    z-index: 1;
}
#banniere h1{
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
#banniere p{
    color: #fff;
    font-size: 39px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
}

/* Témoignages */
#temoignages{
    padding-bottom: 60Px;
    background: #fff url(assets/img/dog.png) no-repeat bottom right;
    background-size: 244px 370px;
}
#temoignages p{
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
}
#temoignages .liste-temoin{
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
}
#temoignages .liste-temoin li{
    list-style: none;
    width: calc(50% - 7.5px);
    margin-right: 15px;
}
#temoignages .liste-temoin li:last-child{
    margin-right: 0;
}
#temoignages .liste-temoin li .content{
    background: #f2f2f285;
    padding: 25px 15px;
    text-align: center;
}
#temoignages .liste-temoin li .content .titre,#temoignages .liste-temoin li .content h3{
    color: #292929;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
#temoignages .liste-temoin li .content .titre img{
    margin-bottom: 15px;
}
#temoignages .liste-temoin li .content p{
    color: #292929;
    font-size: 21Px;
    line-height: 34px;
    font-weight: 300;
    min-height: 238px;
}
#temoignages .liste-temoin li .content .nom{
    margin-top: 25px;
    color: #292929;
    font-size: 22Px;
    line-height: 34px;
    font-weight: 500;
}
#temoignages .liste-temoin li .box-img{
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
}
#temoignages .liste-temoin li .box-img h3,#temoignages .liste-temoin li .box-img .titre{
    color: #fff;
    width: 100%;
    padding: 0 25px;
    font-size: 52px;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
#temoignages .liste-temoin li .box-img h3 span,#temoignages .liste-temoin li .box-img .titre span{
    font-weight: 800;
    color: #fff;
}
#temoignages.services .liste-temoin li .box-img .titre{
    text-align: center;
}

/* Services */
#services{
    background: #f2f2f2;
    padding: 70px 0;
}
#services p{
    font-size: 27px;
    line-height: 37px;
}
#services .tabs-content{
    margin-top: 30px;
    background: #ffffff;
    width: 100%;
    margin-left: 0px;
    padding: 20px 5px;
}
#services .nav-tabs{
    flex-direction: column;
    border: none;
}
#services .nav-tabs li{
    border: none;
}
#services .nav-tabs li button{
    color: #292929;
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    border: none;
    background: #f2f2f2;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border-right: 5px solid #48b0cd;
    margin-bottom: 15px;
    padding: 40px 25px;
    transition: all .1s ease-in-out;
}
#services .nav-tabs li:last-child button{
    margin-bottom: 0;
}
#services .nav-tabs li button.active{
    color: #48b0cd;
    background: #fff;
    border-right: none;
    border-left: 5px solid #48b0cd;
}
#services .content{
    display: flex;
}
#services .content > div{
    width: 50%;
}
#services .content > div:nth-child(1){
    padding: 0 2rem 0 1rem;
}
#services .content p{
    color: #292929;
    font-size: 21Px;
    line-height: 31px;
}
#services .content p span{
    color: #48b0cd;
}
#services .content .box{
    min-height: 360px;
}
#services .content .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Équipe */
#equipe{
    background: #48b0cd;
    position: relative;
    margin-bottom: 50px;
    padding: 70px 0 50px 0;
}
#equipe.page-team{
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#equipe.page-team .container{
    position: relative;
    z-index: 1;
}
#equipe.page-team::after{
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#equipe .container{
    text-align: center;
}
#equipe h3{
    color: #ffffff;
    font-size: 41px;
    line-height: 49px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#equipe p{
    color: #fff;
    font-size: 27px;
    line-height: 37px;
}
#equipe .btn-custom2{
    margin-top: 10px;
}

/* Actus */
#actus{
    background: #f9f9f9 url(assets/img/chat.png) no-repeat 90% 100%;
    background-size: 311px 188px;
    padding: 50px 0 60px 0;
}
#actus p{
    font-size: 27px;
    line-height: 37px; 
}
#actus .liste-actus{
    display: flex;
    margin: 40px 0 70px 0;
    padding: 0;
    flex-wrap: wrap;
}
#actus .liste-actus li{
    list-style: none;
    width: calc(33.33% - 30px);
    margin-right: 30px;
}
#actus .liste-actus li .box-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    margin-bottom: 20px;
}
#actus .liste-actus li .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#actus .liste-actus li .content p{
    font-size: 21Px;
    line-height: 34px;
}
#actus .liste-actus li .content{
    font-size: 20Px;
    line-height: 33px;
}
#actus .liste-actus li .content .titre{
    font-weight: bold;
}
#actus .liste-actus li .content{
    border-bottom: 4px solid #f28e3c;
    padding-bottom: 25px;
}
#actus .menus-cat{
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#actus .menus-cat li{
    list-style: none;
    margin: 0 10px;
}
#actus .menus-cat li a{
    display: inline-block;
    color: #48b0cd;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #48b0cd;
    padding: 15px 25px;
    border-radius: 40px;
    transition: all .5s ease-in-out;
    font-weight: bold;
}
#actus .menus-cat li a:hover,.category-le-journal-de-la-clinique #actus .menus-cat li:first-child a,.category-nos-belles-histoires #actus .menus-cat li:last-child a{
    color: #fff;
    background: #48b0cd;
}

/* CTA */
#cta{
    background: #48b0cd;
    padding: 50px 0;
    margin: 50px 0 100px 0;
    position: relative;
}
#cta .box{
    width: 50vw;
    height: calc(100% + 100Px);
    position: absolute;
    top: -50px;
    right: 0;
}
#cta .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cta .box iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#cta h3{
    color: #fff;
}
#cta p{
    font-size: 27px;
    line-height: 34px;
    color: #fff;
}
#cta .phone{
    color: #f9f9f9;
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-top: 1rem;
}
#cta .phone img{
    margin-right: 1rem;
}
#cta .btn-custom2{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    border-color: transparent;
    font-weight: 300;
    padding: 15px 20px;
    border: 1px solid #fff;
    margin-top: 20px;
}
#cta .btn-custom2 img{
    margin-right: 10px;
}
#cta .btn-custom2:hover{
    background: #f28e3c;
    border-color: #f28e3c;
}

/* Footer */
footer{
    padding: 50px 0;
}
footer .logos{
    width: 70%;
    object-fit: contain;
}
footer .titre{
    color: #292929;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
}
footer .menus{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
footer .menus li{
    list-style: none;
    width: 50%;
}
footer .menus li a{
    color: #292929;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    transition: all .5s ease-in-out;
}
footer .menus li a:hover{
    color: #f48f00;
}
footer,footer .mail{
    color: #292929;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
}
footer address,footer .mail{
    display: inline-flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
footer .icn{
    width: 17px;
    margin-right: 10Px;
    text-align: center;
}
footer .btn-custom2{
    color: #132434;
    border-color: #132434;
    padding: 17px 15px;
}
footer .btn-custom2 img{
    margin-right: 10px;
}
footer .social{
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social li{
    list-style: none;
    margin: 0 15Px;
}
footer .social li a img{
    transition: all .5s ease-in-out;
}
footer .social li:hover a img{
    transform: scale(1.09);
}
#copyright{
    background: #48b0cd;
    padding: 20px 0;
}
#copyright .content{
    display: flex;
    justify-content: space-between;
}
#copyright .content p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/* Services */
#banniere.page{
    height: 340px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 172px;
    background-position: center;
    background-size: cover;
}
#banniere.page::after{
    content: "";
    background: rgba(0, 0, 0, .4);
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#banniere.page .container{
    position: relative;
    z-index: 1;
}
#temoignages.services .liste-temoin li .content {
    padding: 60px 15px 35px 15px;
}
#temoignages.services .liste-temoin li .box-img h3{
    text-align: center;
}

/* Valeur */
#valeur{
    padding-bottom: 70px;
    background: #fff url(assets/img/dog.png) no-repeat 3% 100%;
    background-size: 244px 370px;
}
#valeur p{
    font-size: 27px;
    line-height: 49px;
}
#valeur .box{
    background: #48b0cd;
}
#valeur .top{
    margin-bottom: 40px;
}
#valeur .num{
    height: 138px;
    width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto -40px auto;
    position: relative;
    top: -69px;
    background: #fff;
    color: #292929;
    font-size: 87px;
    font-weight: 900;
}
#valeur .box{
    padding: 0 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 50px 50px 0 0;
}
#valeur .box .titre{
    color: #292929;
    font-size: 34px;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
#valeur .box p{
    font-size: 21px;
    line-height: 34px;
    text-align: center;
}
#valeur .box-img{
    height: 275px;
    width: calc(100% + 40px);
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    position: relative;
    left: -20px;
}
#valeur .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Offres */
#offres p{
    font-size: 27px;
    line-height: 49px;
    text-align: center;
}
#offres.pole{
    margin-top: 3rem;
}
#offres{
    margin-bottom: 60px;
}
#offres .box{
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
#offres .box a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#offres .box .imgs{
    width: 100%;
    height: 340px;
    overflow: hidden;
}
#offres .box .imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
#offres .box:hover .imgs img{
    transform: scale(1.1);
}
#offres .box .titre{
    text-align: center;
    color: #f9f9fb;
    font-size: 23px;
    line-height: 34px;
    font-weight: bold;
    background: rgba(0, 0, 0, .5);
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Formulaire */
#formulaire{
    background: #48b0cd;
    padding: 60px 0 10px 0;
}
#formulaire h3,
#satformcode h3{
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
}
#formulaire p,
#satformcode p{
    font-size: 27px;
    line-height: 49px;
    color: #fff;
}
#formulaire form,
#satformcode form{
    width: 600px;
    margin: 1rem auto 0 auto;
}
#formulaire form .row > div,
#satformcode form .row > div{
    margin-bottom: 15px;
}
#formulaire form .form-control,
#satformcode form .form-control{
    font-size: 21Px;
    color: #292929;
    line-height: 31px;
    font-weight: 300;
    border: none;
    border-radius: 50px;
    background: #fff;
    height: auto;
    padding: 12px 30px;
}
#formulaire form .form-control::placeholder,
#satformcode form .form-control::placeholder{
    opacity: 1;
    color: #292929;
}
#formulaire.contact form .form-control,
#satformcode.contact form .form-control{
    background: #48b0cd;
    color: #fff;
}
#formulaire.contact form .form-control::placeholder,
#satformcode.contact form .form-control::placeholder{
    color: #fff;
}
#formulaire form .form-control:focus,
#satformcode form .form-control:focus{
    outline: none;
    box-shadow: none;
}
#formulaire form .file-input__input ,
#satformcode form .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}  
#formulaire form .file-input__label ,
#satformcode form .file-input__label {
    cursor: pointer;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    display: block;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    line-height: 21px;
}  
#formulaire form .file-input__label svg ,
#satformcode form .file-input__label svg {
    height: 16px;
    margin-right: 4px;
}
#formulaire form .btn-custom2,
#satformcode form .btn-custom2{
    color: #292929;
    font-size: 21px;
    background: #fff;
    border: none;
    padding: 15px 50px;
    font-weight: 300;
}
#formulaire form .path,
#satformcode form .path{
    color: #ffffff;
    font-size: 21px;
}
#formulaire form .path > div,
#satformcode form .path > div{
    margin-bottom: 20px;
}
#formulaire form .file-input,
#satformcode form .file-input{
    margin-bottom: 1rem;
}

/* Équipe */
#offres.equipe{
    background: url(assets/img/lapin.png) no-repeat 4% 100%;
    background-size: 264px 217px;
    margin-bottom: 0;
    padding-bottom: 60Px;
}
#offres.equipe .liste-equipe{
    margin: 1.5rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#offres.equipe .liste-equipe li{
    list-style: none;
    width: 31.3%;
    margin: 0 25px 20px 0;
    position: relative;
}
#offres.equipe .liste-equipe .boxs{
    width: 100%;
    position: relative;
    z-index: 0;
}
#offres.equipe .liste-equipe .boxs img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
#offres.equipe .liste-equipe .nom{
    background: #48b0cd;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all .5s ease-in-out;
    line-height: 33px;
    margin: -40px auto 0 auto;
    padding: 30px 0 20px 0;
    z-index: 1;
    position: relative;
}
#offres.equipe .liste-equipe li:hover .nom{
    background: #f28e3c;
}
#offres.equipe .liste-equipe .nom p{
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
    line-height: 30px;
    padding: 0 5px;
    margin-top: 3px;
}
#offres.equipe .liste-equipe a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#offres.equipe .liste-equipe li:nth-child(3n){
    margin-right: 0;
}
#offres.equipe .liste-equipe .bot{
    width: 66.3%;
    margin-right: 0;
}
#offres.equipe .bot {
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
}
#offres.equipe .bot .box-img{
    width: 40%;
    height: 429px;
}
#offres.equipe .bot .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#offres h3{
    font-weight: bold;
    text-align: center;
}
#offres.equipe .bot .box2{
    background: #48b0cd;
    height: 429px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60%;
}
#offres.equipe .bot .box2 .titres{
    text-align: center;
    color: #ffffff;
    font-size: 41px;
    line-height: 51Px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}
#offres.equipe .bot .box2 p{
    color: #ffffff;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
}
#offres.equipe .bot .box2 .btn-custom2 img{
    margin-left: 15px;
}
#offres.equipe .bot .box2 .btn-custom2:hover{
    background: transparent;
    color: #fff;
}
#offres.team h3{
    margin-bottom: 0;
}
#offres.team{
    background: transparent;
}
#offres.team .liste-equipe .boxs img{
    height: 412Px;
}
#offres.team .liste-equipe{
    margin-top: 2rem;
}

/* Decouvrir */
#decouvrir{
    background: #f4f4f4;
    padding-top: 55px;
}
#decouvrir p{
    font-size: 27px;
}
#decouvrir .content{
    position: relative;
    margin-top: 35px;
    height: 630px;
    display: flex;
    align-items: center;
}
#decouvrir .content::after{
    content: "";
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#decouvrir .content h3{
    color: #fff;
    margin-bottom: 23px;
}
#decouvrir .content h3 span{
    font-weight: 300;
    color: #fff;
}
#decouvrir .content .container{
    position: relative;
    z-index: 1;
}
#decouvrir .content .img1{
    width: 50vw;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
}
#decouvrir .content .img2{
    width: 50vw;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    right: 0;
}
#decouvrir .content .img1 img,#decouvrir .content .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#decouvrir .btn-custom{
    background: #fff;
    color: #292929;
    padding: 17px 30px;
}
#decouvrir .btn-custom:hover{
    background: #292929;
    color: #fff;
}
#decouvrir .content .row > div{
    padding: 0 80px;
}

/* Détail équipe */
#detail-equipe{
    padding-bottom: 50px;
    background: url(assets/img/lapin.png) no-repeat 100% 100%;
    background-size: 264px 217px;
}
#detail-equipe .box-img{
    width: 100%;
    height: 570px;
    margin-top: .7rem;
    position: relative;
    z-index: 1;
}
#detail-equipe .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#detail-equipe .titre{
    color: #f28e3c;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
#detail-equipe .sous-titres{
    color: #f28e3c;
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 20px;
}
#detail-equipe .sous-titre,#detail-equipe h3{
    color: #292929;
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 20px;
}
#detail-equipe p{
    font-size: 21px;
    line-height: 29px;
}
#detail-equipe .content{
    padding-left: 1rem;
}
#detail-equipe .linkedin{
    margin: 70px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: #48b0cd;
    position: relative;
}
#detail-equipe .linkedin::after{
    content: "";
    background: #48b0cd;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 0;
}
#detail-equipe .linkedin li{
    list-style: none;
    font-size: 27px;
    color: #fff;
}
#detail-equipe .linkedin .btn-custom{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 17px 20px 15px 20px;
    margin-left: 40px;
}
#detail-equipe .linkedin .btn-custom img{
    top: -3px;
    position: relative;
}

/* Similaire */
#similaire h3,#similaire p{
    color: #fff;
}
#similaire{
    background: #48b0cd;
    padding: 60px 0 50Px 0 ;
}
#similaire p{
    font-size: 27px;
    line-height: 37px;
}
#similaire .liste-equipe{
    margin: 30px 0 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#similaire .liste-equipe li{
    list-style: none;
    width: 31.7%;
    margin: 0 12px 10px 12px;
}
#similaire .liste-equipe .boxs{
    width: 100%;
    position: relative;
}
#similaire .liste-equipe .boxs img{
    width: 100%;
    height: 412px;
    object-fit: cover;
}
#similaire .liste-equipe .boxs .nom{
    background: #48b0cd;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all .5s ease-in-out;
    line-height: 33px;
    margin: -40px auto 0 auto;
    padding: 30px 0 20px 0;
    z-index: 1;
    position: relative;
}
#similaire .liste-equipe li:hover .boxs .nom {
    background: #f28e3c;
}
#similaire .liste-equipe .boxs .nom p{
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
}
#similaire .liste-equipe .boxs a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#similaire .liste-equipe li:nth-child(3n){
    margin-right: 0;
}
#actus.page {
    background: #f9f9fb;
    padding: 50px 0 0 0;
}
#actus.page .liste-actus{
    margin-bottom: 30px;
    margin-top: 25px;
}
#actus.page .liste-actus li{
    margin-bottom: 50px;
}
#image-contenu .titre{
    color: #292929;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
#image-contenu .sous-titre{
    color: #292929;
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 20px;
}
#image-contenu{
    margin-bottom: 70px;
    margin-top: 70px;
}
#image-contenu p{
    font-size: 21px;
    line-height: 29px;
}
#image-contenu .content{
    padding-right: 3rem;
}
#image-contenu .fond{
    max-height: 550Px;
}
#image-contenu .liste-img{
    margin: 0;
    padding: 0;
}
#image-contenu .liste-img li{
    list-style: none;
}
#image-contenu .liste-img li img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
#image-contenu .liste-img .slick-prev{
    background: url(assets/img/arrow-single.png) no-repeat center;
    border: none;
    font-size: 0;
    width: 30px;
    height: 25px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%) rotate(180deg);
    background-size: contain;
}
#image-contenu .liste-img .slick-next{
    background: url(assets/img/arrow-single.png) no-repeat center;
    border: none;
    font-size: 0;
    width: 30px;
    height: 25px;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-size: contain;
}
#image-contenu.color{
    background: #f9f9fb;
    padding: 60px 0 50px 0;
}   
#image-contenu.inverse .row{
    flex-direction: row-reverse;
}
#image-contenu.inverse .content{
    padding-left: 3rem;
    padding-right: 0;
}

/* Contact */
#formulaire.contact{
    background: #f9f9fb;
    padding-bottom: 40px;
}
#formulaire.contact form,
#satformcode form{
    margin-top: 0;
}
#formulaire.contact form .form-control,
#satformcode form .form-control{
    border: 1px solid #48b0cd;
}
#formulaire.contact form .btn-custom2,
#satformcode form .btn-custom2{
    border: 1px solid #48b0cd;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    background: #48b0cd;
    color: #fff;
}
#formulaire.contact form .btn-custom2:hover,
#satformcode form .btn-custom2:hover{
    background: #fff;
    color: #48b0cd;
}
#formulaire form textarea.form-control,
#satformcode form textarea.form-control{
    height: 170px;
    border-radius: 30px;
}
#formulaire .right-content p,
#satformcode .right-content p{
    color: #292929;
    font-size: 27px;
    line-height: 30px;
}
#formulaire .right-content h2,
#satformcode .right-content h2{
    margin-bottom: 5Px;
}
#formulaire .right-content .tel,
#satformcode .right-content .tel{
    margin-top: 50px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    color: #292929;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 49px;
}
#formulaire .right-content .tel img,
#satformcode .right-content .tel img{
    margin-right: 15px;
}
#formulaire .right-content .mail,
#satformcode .right-content .mail{
    display: inline-flex;
    align-items: center;
    color: #292929;
    font-size: 27px;
    line-height: 37px;
}
#formulaire .right-content .mail img,
#satformcode .right-content .mail img{
    margin-right: 20px;
}
#formulaire .wpcf7-list-item-label,
#satformcode .wpcf7-list-item-label{
    font-size: 18px;
    line-height: 25px;
    color: #212121;
    display: block;
}
#formulaire [type="checkbox"]:not(:checked), #formulaire [type="checkbox"]:checked ,
#satformcode [type="checkbox"]:not(:checked), #satformcode [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#formulaire [type="checkbox"]:not(:checked) + .wpcf7-list-item-label, #formulaire [type="checkbox"]:checked + .wpcf7-list-item-label ,
#satformcode [type="checkbox"]:not(:checked) + .wpcf7-list-item-label, #satformcode [type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
#formulaire [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before, #formulaire [type="checkbox"]:checked + .wpcf7-list-item-label:before ,
#satformcode [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before, #satformcode [type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #002226;
  background: transparent;
  box-shadow: none;
}
#formulaire [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after, #formulaire [type="checkbox"]:checked + .wpcf7-list-item-label::after ,
#satformcode [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after, #satformcode [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 4px;
  font-weight: 700;
  font-size: 17px;
  color: #002226;
  transition: all 0.2s ease 0s;
}
#formulaire [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after ,
#satformcode [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}
#formulaire .form-check,
#satformcode .form-check{
    padding: 0;
}
#formulaire .form-check .wpcf7-list-item,
#satformcode .form-check .wpcf7-list-item{
    margin: 0;
}
.single-post figure{
    width: 100%;
    height: 100%;
}
.single-post figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#image-contenu{
    min-height: 400px;
}
#image-contenu .row > div .is-layout-flex:last-child{
    position: relative;
    padding: 70px 0 50px 0;
    margin: 0;
}
#image-contenu .row > div .is-layout-flex:last-child::after{
    content: "";
    background: #f9f9f9;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
#image-contenu .is-layout-flow{
    position: relative;
    z-index: 1;
}
#actus .liste-actus li .content a{
    display: block;
    margin-top: 13px;
}
.page-template-default #image-contenu{
    min-height: 400px;
}
#formulaire form p,
#satformcode form p{
    margin: 0;
    padding: 0;
}
#formulaire form .file-input label br,#formulaire form .file-input p br,
#satformcode form .file-input label br,#satformcode form .file-input p br{
    display: none;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
    line-height: 20px;
}
.wpcf7-spinner {
    display: block;
    margin: 1rem 24px 0 auto;
}

.sc-404{
    margin-bottom: 60px;
    margin-top: 113px;
    min-height: 400px;
    padding-top: 100Px;
}
.sc-404 .wp-txt-center{
    text-align: center;
}
.sc-404 .wp-txt-center h1{
    font-size: 200px;
    line-height: 220px;
}
.page-id-49 #image-contenu{
    background: #f9f9fb;
    padding-top: 60px;
}
.page-id-49 #banniere.page{
    margin-bottom: 0;
}
.wpsl-search{
    background: #fff;
    padding: 40px 30px !important;
    margin-bottom: 25px !important;
}
#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0 !important;
}
#wpsl-search-wrap form {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
#wpsl-wrap #wpsl-result-list li{
    border: none !important;
}
#maps{
    margin-bottom: 50px;
}
#maps .wpsl-search{
    background: #f9f9f9 !important;
}
#wpsl-wrap #wpsl-result-list ul li{
    background: #fff !important;
    border-radius: 50px 0 0 50px;
    margin-bottom: 15px !important;
    padding: 30px 20px 20px 30px !important;
}
#wpsl-wrap #wpsl-result-list ul li:first-child{
    border-radius: 0 0 0 50px;
}
#maps #wpsl-wrap #wpsl-result-list ul li{
    background: #f9f9f9 !important;
}
#wpsl-gmap {
    width: 64.5% !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}
header .sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 205px;
}
header .sub-menu li{
    list-style: none;
    margin: 5px 10px;
}
header .sub-menu li::after{
    display: none;
}
header li:hover .sub-menu{
    display: block;
}
header .sub-menu li a{
    font-size: 15px;
    line-height: 18px;
}

/* specialite */
#specialite{
    margin-bottom: 50Px;
}
#specialite p{
    font-size: 27px;
}
#specialite ul{
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#specialite ul li{
    list-style: none;
    width: 18.8%;
    margin-right: 18px;
    margin-bottom: 18px;
    background: #48b0cd;
    position: relative;
    transition: all .5s ease-in-out;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
#specialite ul li:hover{
    background: #f28e3c;
}
#specialite ul li a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
#specialite ul li:nth-child(5n){
    margin-right: 0;
}
#specialite .icn{
    width: 120px;
    height: 125px;
    margin: 0 auto 20px auto;
}
#specialite .icn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#specialite .nom{
    margin-bottom: 20px;
    text-align: center;
    font-size: 21Px;
    font-weight: bold;
    color: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Équipement */
#image-contenu.page{
    background: #f9f9fb;
    margin: 0;  
    padding: 70px 0;
}
#equipement{
    background: #fff;
    padding: 50px 0 60px 0;
}
#equipement.cacher{
    display: none !important;
}
#equipement .titre{
    color: #292929;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}
#equipement .sous-titre{
    color: #292929;
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 10px;
}
#equipement p{
    font-size: 21px;
    line-height: 29px;
}
#equipement ul{
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#equipement ul li{
    list-style: none;
    width: 32%;
    margin-right: 25px;
    margin-bottom: 25px;
}
#equipement ul li:nth-child(3n){
    margin-right: 0;
}
#equipement .img-box{
    width: 100%;
    height: 267px;
    margin-bottom: 15px;
}
#equipement .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#equipement .nom{
    font-weight: bold;
    line-height: 27px;
}
#equipement ul::after{
    content: "";
    background: url(assets/img/chat.png) no-repeat 90% 100%;
    width: 286px;
    height: 181px;
    background-size: contain;
    position: absolute;
    right: -180Px;
    top: 86px;
}
#cta.pole{
    padding: 100px 0;
}
#cta.pole a{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}
#cta.pole a:hover{
    color: #000;
}
#cta.pole .btn-custom2{
    margin-top: 10px;
}
#offres.recrute .liste-offres{
    margin-top: 30px;
}
#formulaire.contact .right-content .tel,
#satformcode .right-content .tel{
    color: #48b0cd;
}
.mobile{
    display: none !important;
}
#offres.equipe .btn-custom{
    margin-top: 2rem;
    background: #48b0cd;
}
#offres.equipe .btn-custom:hover{
    background: #292929;
}
#specialite.referer ul li{
    background: #F19000 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 15px #00000029;
}
#specialite.referer .icn {
    width: 100px;
    height: 80px;
    margin: 0 auto 5px auto;
}
#specialite.referer ul li:hover{
    background: #48b0cd;
}
#banniere-cas{
    margin-bottom: 60px;
    margin-top: 240px;
}
#banniere-cas h1{
    color: #F19000;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-transform: initial;
}
#cas{
    margin-bottom: 50px;
}
#cas .img{
    width: 304px;
    height: 304px;
    border-radius: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
}
#cas .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cas .title{
    color: #F19000;
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
}
#cas .team > div{
    margin-bottom: 60Px;
}
#cas .call-cta{
    margin: 0 auto 60px auto;
    width: 85%;
    background: #F6F6F6;
    box-shadow: 0px 3px 13px #00000029;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    color: #2C2C2C;
    font-size: 28px;
}
#cas .call-cta a{
    color: #2C2C2C;
    font-size: 28px;
}
#cas .btns{
    text-align: center;
}
#cas .btns a{
    background: #48B0CD;
    font-weight: normal;
    font-size: 25px;
    display: inline-block;
    margin: 0 .9rem;
    padding: 18px 30px 15px 30px;
}
#cas .btns a:hover{
    background: #F19000;
}
#cas .btns a img{
    margin-top: -4px;
}

/* Horaires */
#horaires{
    background: #48b0cd;
    padding: 40px 0;
    margin-bottom: 50px;
}
#horaires .titre{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
}
#horaires p{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

#slk-liste-temoin .slick-prev, 
#slk-liste-temoin .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
#slk-liste-temoin .slick-prev {
    left: -35px;
}
#slk-liste-temoin .slick-next {
    right: -25px;
}

#slk-liste-temoin .slick-prev:before, 
#slk-liste-temoin .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#slk-liste-temoin .slick-prev.slick-disabled:before, 
#slk-liste-temoin .slick-next.slick-disabled:before {
    opacity: .25;
}

#slk-liste-temoin .slick-prev:before {
    /*content: '←';*/
	content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-chevron-left fa-w-10" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="chevron-left" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
}
#slk-liste-temoin .slick-next:before {
    /*content: '→';*/
	content: url('data:image/svg+xml; utf8, <svg class="svg-inline--fa fa-chevron-right fa-w-10" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="chevron-right" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}

#horaires iframe{
	width: 100%;
	border-radius: 15px;
	min-height: 358px;
}
.bn-pole{
	text-align: center;
}
.bn-pole p{
    margin: 15px auto 0;
    padding: 25px 40px;
    font-family: 'Poppins';
    font-size: 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    background: #d4902f;
    display: inline-block;
    box-shadow: 8px 8px 5px 2px #000000ab;
}
.menu-item-rdv {
    background: #48b0cd;
    padding-left: 15px;
    padding-right: 15px;
	transition: all .5s ease-in-out
}
.menu-item-rdv:hover{
	background:#d89431
}
.menu-item-rdv a{
	color:#fff !important;
	font-weight: 600;
}
.menu-item-rdv a span{
	font-weight: 400;
}
header .navbar-nav li.menu-item-rdv a:hover {
    color: #fff !important;
}