/* general */
.bgGrey{
    background-color:#F4F8FB;
}
.mt-3{
    margin-top:30px;
}
.pt-30{
    padding-top:30px;
}
.pb-30{
    padding-bottom:30px;
}
.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}
.pt-60{
    padding-top:60px;
}
.pb-60{
    padding-bottom:60px;
}
.pt-90{
    padding-top:90px;
}
.pb-90{
    padding-bottom:140px;
}
.pt-140{
    padding-top:140px;
}
.pb-140{
    padding-bottom:140px;
}
header{
    position:relative;
}
header .logo img {
    height: 60px;
    margin: 7px 0;
    width: auto;
}

.swiper-slide i{
    font-size: 12px;
}
#menu-top{
    background-color:rgba(255, 255, 255, 1);
    transition: all 0.5 ease;
    -webkit-transition: all 0.5 ease;

}

.fluid-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-circle-timer{
    display:none!important;/*retrait slider sur hp*/
}
/* sticky */
#menu-top.sticky{
    position:fixed;
    width:100%;top:0;left:0;
    background-color:rgba(255, 255, 255, .9);
}


#menu-top.sticky .logo img {
    height: 50px;
    margin: -2px 0;
    width: auto;
}
#menu-top.sticky .main-menu > li,
#menu-top.sticky .main-menu > li > a:not(.btn){
    height:45px;
    line-height:45px;
}
#menu-top.sticky .menu-wrapper{
    height:60px;
    display: flex;
    align-items: center;
}

.logoImage{
  display:block;
}

.logoImageMobile{
  display:none;
}
/* fin sticky */
/* couleur lien et texte */
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
a:hover b.light-color,
.colored-text,
.contact-info .left-area i,
.hoverEffect{
    color:#2ba6d6;
}
.hoverEffect{
    font-size:19px;
}
/* couleur menu */
header .main-menu > li > a:after,
header .main-menu ul.drop-down li > a:after,
.main-slider .slider-btn,
.btn,
#back-to-top{
    background-color:#2ba6d6;;
}

.btn-call{
    margin-top:20px;
}
.btn:not(.slider-btn, .btn-rdv){
    padding:10px 30px;
}

.btn-secondary,
.main-slider .slider-btn-2{
    background:#1F3A5F;
}
.btn:hover{
    transform: none;
    box-shadow: none;
}

.icon-list-menu {
    padding:0 10px;
}

.main-menu .rdv-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu .rdv-menu .btn-rdv{
  height:auto;
  line-height: normal;
  padding:20px;
  letter-spacing: normal
};

.homepage .counter-section{
    color:#fff;
    /* background-image: url("../images_contrib/skills.jpg"); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.homepage .counter-section:after{
    background: rgba(0, 0, 0, .0);
}
.homepage .counter-section.section .heading:before,
.homepage .counter-section.section .heading:after{
    display:none;
}
.homepage .about-area h3{
    font-size:12px;
}
.homepage h2{
    padding-bottom:40px;
    font-size:2.8em;
}
.homepage .bgGrey{
    padding:60px 0;
}
.contact-info .title{
    display: block;
    font-weight: bold;
}
.review_bar,
.review_bar .google-review{
    display: flex;
    flex-direction: column;
    color:white;
    font-size:18px;
}

.review_bar>div{
    display: flex;
    flex-direction: row;
    margin-top:5Px;
}
.google-review::after{
    background: url("../img/google.svg") no-repeat;
    content: "";
    height: 40px;
    display:block;
    width: 40px;
    margin-top:5px;
}
.review-mid-star:before, 
.review-star:before {
    background: url("../img/review-star.svg") no-repeat;
    content: "";
    display: block;
    height: 12px;
    margin-right: 1px;
    width: 12px;
}
.review-mid-star:before {
    background: url("../img/review-mid-star.svg") no-repeat;
}
.review_bar>span:last-of-type {
    font-size: 15px;
    margin-top: 10px;
}
/*about */
.about-section{
    padding-bottom:60px;
}
.photo-swipper-container{
    background: #1c2531;
    padding:90px 0;
}
.swiper-cabinet::after,
.swiper-cabinet::before{
    width: 60px;
    height: 100%;
    content: "";
    background: #1d2631;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    bottom: 100px;
    left:0;
}
.swiper-cabinet::after{
    right:0;
    left:auto;
}
.swiper-container.swiper-cabinet .swiper-button-prev{
    left:10px!important;
}
.swiper-container.swiper-cabinet .swiper-button-next{
    right:10px!important;
}
.quoto-section{
    border-top:1px solid #eee;
}
.lesSoinsListe li{
    padding:10px 0;
}
/* map */
#map {
    height: 500px;
    width: 100%;
}
/* main slider */
.main-slider{
    margin-top:0;
}
#slider{
    height:70vh;
}

/* footer*/

footer .copyright-section{
    padding:5px 0;
}
footer .footer-section{
    margin-bottom:0;
}
footer .logo{
    max-width:inherit;
}
footer>.container:first-of-type{
    padding-bottom:30px;
}
.imgList div{
    padding:15px;
}
/* ---------------------------------
5. TEAM SECTION STYLING
--------------------------------- */

.team-section {
    background: #F4F4F4;
}
.team-section .h2{
    padding-bottom:30px;
}
.team-section .team {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
    min-height:800px;
    cursor: auto;
}
.team-section .team .imgTeam{
    height:220px;
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}
.team .desc {
    padding: 25px 30px 30px;
}
.team .desc ul{
    padding:0 0 15px;
}
.team .desc .designation {
    font-size:1.2em;
    margin: 10px 0 15px; color: #777;
}
.team .desc .icons > li {
    margin-right: 15px;
}
.team li{
    display:block;
    font-size:14px;
}
.services-area{
    border-top:none;
    margin-top: 0px;
    padding-top:0;
}
.service .left-area i{
    color:#2ba6d6;
}
.about-section .section{
    margin:20px 0;
}
/* ---------------------------------
6. FEATURE SECTION STYLING
--------------------------------- */
.cabinet .feature-area{
    padding-top:50px;
}
.cabinet .feature-area h2{
    font-size:2.5em;
    padding-bottom:30px;
}
.feature-area .feature {
    position: relative;
    margin-bottom: 30px;
}
.feature .left-area {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    font-size: 30px;
}
.feature .left-area i {
    color: #2ba6d6;
}
.feature .right-area {
    margin-left: 50px;
}
.feature .title {
    margin-bottom: 15px;
}
/* hp picture */
.headerPicture{
    height:65vh;
    position:relative;

}
.headerPicture img{
    animation:apparitionimggauche 3.5s ease forwards;
    width:50%;
    margin:auto;
    display:block;
    position:relative;
    clip-path: polygon(0% 0%, 30% 0, 30% 54%, 30% 100%, 0 100%);
    opacity: 0.1;

}
.swiper-button-next{
    color:white;
    right:-40px!important;
}
.swiper-button-prev{
    color:white;
    left:-60px!important;
}
.swiper-container .swiper-button-next{
    right:20px!important;
    color:white;
}
.swiper-container .swiper-button-prev{
    left:20px!important;
    color:white;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    background-image:none!important;
    font-size:50px;
}
.contactPage h2{
    font-size:16px;
    padding-bottom:40px;
}
.contactPage .contact-section.section{
    padding-top:40px;
    padding-bottom:40px;
}
.horaires-inline {
  max-width: 400px;
}

.horaires-inline h3 {
  margin-bottom: 10px;
}

.horaires-inline .ligne {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}

.horaires-inline .ligne:last-child {
  border-bottom: none;
}

.horaires-inline span:first-child {
  font-weight: 600;
}

.horaires-inline span:last-child {
  color: #2BA6D6;
}
.horaires-inline .ligne:nth-last-of-type(1) span,
.horaires-inline .ligne:nth-last-of-type(2) span{
  color: #2F2F2F;
}
@media only screen and (max-width: 1024px) {
    .btn{
        width:100%;
        margin:5px auto;
    }
}
@media only screen and (max-width:1024px){
    .cabinet .about-section .btn-secondary{
        margin:30px auto;
    }
    .homepage .about-section .btn-secondary{
        margin:20px auto 10px;
    }
    .homepage h2{
        padding-bottom:20px;
    }
    .swiper-cabinet::after,
    .swiper-cabinet::before{
        width: 30px;
    }
    .slider-control i{
        font-size:35px;
    }
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev{
        top:45px;
    }
}
@media only screen and (min-width: 767px) {
    .btn:hover{
        transform: translatey(1px) translatex(1px);
        box-shadow: inset 0px -2px 1px rgba(0, 0, 0, .2), 3px 3px 5px rgba(0, 0, 0, .15);
    }
    .btn+.btn{
        margin-left:10px;
    }
    .main-menu .rdv-menu .btn-rdv{
        padding:15px;
    }
    .review_bar, .review_bar .google-review{
        align-items: center;
        text-align: center;
        
    }
    .review_bar{
        margin-top:40px;
    }

}
@media only screen and (min-width: 1024px) {
    .avisGoogle .heading{
        flex-direction: row;
        align-items: center;
    }
    .avisGoogle .btn{
        margin:0 20px;
    }
    .team .desc .designation {
        font-size:1em;
    }
    .about-section,
    .equipe .section,
    .contact-section{
        padding-top:60px;
        padding-bottom:60px;
    }
    .equipe .section{
        padding:30px 0;
    }
}

@keyframes apparitionimggauche {
    0% {
        transform: scale(4) translateX(-100vw);

    }

    50%{
        transform: translateX(auto);
        opacity: 0.5;
        transform:scale(0.95) translateY(10vh);
    }
    75%{
        clip-path: polygon(0% 0%, 30% 0, 30% 54%, 30% 100%, 0 100%);
        transform:scale(1.2);
        transform: translateY(15vh);
        opacity: 1;
        transform: translateX(auto);
    }

    100% {
        opacity: 1;
        clip-path: polygon(0% 0%, 100% 0, 100% 54%, 100% 100%, 0 100%);
        transform:scale(1.2);
        transform: translateY(10vh);
        transform: translateX(auto);

    }
}

.headerPicture .imgHP:before{
    background-color:rgba(255, 255, 255, 0.4);
    content:'';
    position:relative;
    height:100%;
    width:100%;
    left:0;
    top:0;
    position:absolute;
}
.imgHP{
    background-image:url("../images_contrib/cabinet-Kineo-Castries_hp.JPG");
    background-size:cover;
    height:100%;
    width:100%;
    position:relative;
    background-position: center 30% ;
    /* evo*/
    height:30vh;

}
.headerPicture .imgHP{
    height:65vh;
}
@media only screen and (max-width: 1024px) {
    .menu-button {
        align-items: center;
        bottom: 0;
        color: var(--black1);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        font-family: var(--fontfam1);
        font-size: 10px;
        justify-content: center;
        left: 0;
        padding: 5px 10px 3px;
        top: 20px;
        z-index: 1
    }
    .button-lines {
        margin: 10px 0
    }

    .button-lines,.button-lines:after,.button-lines:before {
        background: black;
        height: 2px;
        position: relative;
        transition: top .2s ease,transform .2s ease;
        width: 27px
    }

    .button-lines:after,.button-lines:before {
        content: "";
        left: 0;
        position: absolute;
        top: -7px;
        transform-origin: 50% 50%
    }

    .button-lines:after {
        top: 7px
    }
    .menu-nav-icon{
        display:flex;
        width: 60px;
        right:0;
    }
    .menu-nav-icon.shown .button-lines:before {
        top: 0;
        width: 20px;
    }
    .menu-nav-icon.shown .button-lines:after {
        top: 0;
        transform: rotate(-90deg);
        width: 20px;
    }
    .menu-nav-icon.shown .button-lines {
        transform: rotate(45deg);
        width: 20px;
    }
}
/**** HP UL ****/
.listHP{
    text-align:left;
    display:flex;
    flex-direction: column;
}
.listHP li{
    font-weight: normal;
    position:relative;
    margin-bottom: 20px;
}
.homepage .listHP li,
.Page_soins .listHP li{
    padding-left:27px;
}
.Page_soins .listHP li{
    font-size:20.8px;
    margin:20px 0;
}
body:not(.cabinet) .listHP li:before{
    background-image: url("../img/puce.svg");
    width:20px;
    height:20px;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}
.cabinet .listHP li{
    font-weight: bold;
}
.cabinet .listHP .tiretLI{
    font-weight: normal;
}
.listHP .tiretLI:before{
    background-image: none;
    content:"- ";
}
.equipementlistbottom{
    margin: 50px auto 0px;
    padding-bottom: 50px;
    padding-top: 60px;
}
/* ---------------------------------
7. COUNTER SECTION STYLING
--------------------------------- */

.counter-section {
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(../../images/slider-2-1920x800.jpg);
    background-size: cover;
    background-position: center;
}
.counter-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .6);
}
.counter-section .counter {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #fff;
}
.counter .icon {
    font-size: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counter .desc {
    margin: 5px 0;
}
.counter .right-area {
    display: inline-block;
    margin-left: 70px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}
/* Header section page */
.header-section-page{
    text-align:center;
    position: relative;
    z-index: 1;
    background-image: url("http://via.placeholder.com/1800x300");
    background-size: cover;
    color: #fff;
}
.cabinet .header-section-page{
    background-image:url("../images_contrib/accueil_2.jpg");
    background-position: center 53%;
    background-repeat: no-repeat;
}
.cabinet .counter-section{
    background-image:url("../images_contrib/kineo-castries-tapis.jpg");
}
.Page_soins .header-section-page{
    background-image:url("../images_contrib/banc.jpg");
    background-position: center 53%;
    background-repeat: no-repeat;
}
.equipe .header-section-page{
    background-image:url("../images_contrib/kineo-castries-equipe.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
}
.equipe .header-section-page .fluid-container{
    height:400px;
}
.contactPage .header-section-page{
    background-image:url("../images_contrib/cabinet-Kineo-Castries_batiment.webp");
    background-position: center 45%;
    background-repeat: no-repeat;
}
.header-section-page .fluid-container{
    height:300px;
}
.header-section-page .fluid-container h2{
    justify-content: flex-end;
    align-items: flex-end;
}
.Page_soins .title i{
    padding-right:10px;
}
.copyrightWatermark{
  font-size:11px;
}
.about-area .title{
    font-size:2.5em;
    line-height: 50px;
}
.h2{
    font-size:3em;
    display:block;
}
.h5{
    font-size:1.3em;
    display:block;
    font-weight:normal;
}
.h4 {
    font-size: 1.5em;
    display:block;
    font-weight: normal;
}
.h3 {
    font-size: 2em;
    display:block;
}
.avisGoogle h2{
    font-size: 2em;
}

#menu-top .rdv-menu .btn-rdv{
    background-color: #2ba6d6;
    line-height: normal;
}
#menu-top .rdv-menu .btn-rdv-2,
.btn-rdv-2{
    background-color: #1F3A5F;
}
header .menu-left-area{
    display: flex;
}
/* rwd */
@media only screen and (max-width: 1024px) {
    .contactPage .header-section-page{
        background-position: center 65%;
    }
    .about-area .title{
        font-size:2em;
    }
    .logoImage{
      display:none;
    }

    .logoImageMobile{
      display:block;
    }

    .services-area .service h5{
        font-size:19.2px;
    }
    .Page_soins .listHP li{
        font-size:19.2px;
    }
    header .menu-left-area{

      padding-right:0;
    }

    #menu-top .rdv-menu .btn-rdv{
        font-size:12px;
    }

    .h2{
        font-size:3em;
    }
    .h5{
        font-size:1.3em;
        display:block;
    }
    .h4 {
        font-size: 1.5em;
        display:block;
        font-weight: normal;
    }
    .h3 {
        font-size: 2em;
        display:block;
    }
}
@media only screen and (max-width: 768px) {
    .h2{
        font-size:2em;
        display:block;
    }
    .h5{
        font-size:1.2em;
        display:block;
    }
    .h4 {
        font-size: 1.5em;
        display:block;
    }
    .h3 {
        font-size: 1.8em;
        display:block;
    }
    .top-menu{
        font-size:12px;
    }
    .footer-section{
        margin-top:10px;
    }

    .services-area .service h5{
        font-size:15px;
    }
    .Page_soins .listHP li{
        font-size:15px;
    }

}
@media only screen and (max-width: 1024px) {
    .logoImage{
      display:block;
    }

    .logoImageMobile{
      display:none;
    }
    #menu-top .rdv-menu{
        margin:10px;
    }
    .top-menu{
        display:none;
    }
    #menu-top.sticky,
    #menu-top{
        height:65px;
    }
    header .menu-left-area{
        height:65px;
        display: flex;
        align-items: center;
    }
    #menu-top.sticky .main-menu > li,
    #menu-top .main-menu > li,
    #menu-top.sticky .main-menu > li > a:not(.btn),
    #menu-top .main-menu > li > a{
        height:auto;
        line-height:45px;
    }
    .team-section .team{
        min-height: auto;
    }
    .footer-section{
        margin-top:30px;
    }
    .slider-btn{
        padding:0 50px;
    }
    .equipe .header-section-page .fluid-container{
        height:200px;
    }
    #menu-top .container{
        width:100%;
    }
}
@media only screen and (max-width: 1199px) {
    header .menu-left-area{
        padding-right:0;
    }
    header .main-menu > li > a{
        padding: 0 5px;
    }

}
@media only screen and (min-width: 1199px) {
    #menu-top .rdv-menu .btn-rdv-2{
        margin-left:15px!important;
    }
}