/**************************/
/*     GENERIC             */
/**************************/
* {
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

/**************************/
/*     NAVBAR             */
/**************************/
.navbar .container {
    padding-top: 30px;
    -webkit-transition: padding 300ms ease-out;
    -moz-transition: padding 300ms ease-out;
    -o-transition: padding 300ms ease-out;
    transition: padding 300ms ease-out;
}

.navbar .navbar-brand {
    background: url(../picture/foot-print.svg) center / contain no-repeat;
    width: 100px;
}

.icon-bar {
    background-color: white;
}

.nav.navbar-nav li a {
    color: white;
    font-size: 18px;
}

.nav.navbar-nav li a:hover {
    background-color: transparent;
    color: #00b4d9;
}

.navbar-fixed-top.scrolled {
    background-color: #113448;
}

.navbar .container.scrolled {
    -webkit-transition: padding 300ms ease-out;
    -moz-transition: padding 300ms ease-out;
    -o-transition: padding 300ms ease-out;
    transition: padding 300ms ease-out;
    padding-top: 0px;
}

li.active a {
    color: #00b4d9 !important;
}

/**************************/
/*     HEADER             */
/**************************/
.no-webp .header-area-bg {
    background: url(../picture/alexandra_chayette_pedicure_podologue_photo_introduction_cabinet.jpg) no-repeat;
    background-size: cover;
    transition: background 2s linear;
}

.webp .header-area-bg {
    background: url(../picture/alexandra_chayette_pedicure_podologue_photo_introduction_cabinet.webp) no-repeat;
    background-size: cover;
    transition: background 2s linear;
}

#header-area {
    color: #fff;
    overflow: hidden;
    position: relative;
}

#header-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.3;
}

#header-area .contents {
    padding: 200px 0px 350px;
}

.btn-common {
    background-color: #00b4d9;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    margin-top: 20px;
    border: 0.125rem solid #00b4d9;
    border-radius: 0.25rem;
    padding: 10px 15px;
    border-radius: 2px;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
}

.btn-header-rdv:hover {
    background-color: transparent;
    color: #00b4d9;
    text-decoration: none;
}

/**********************************************/
/*     CONTACT FORM AND PODO DESCRIPTION      */
/**********************************************/
.contact-block {
    overflow: hidden;
    padding: 30px;
    height: auto;
    color: white;
    color: gray;
    background-color: white;
    border-radius: 1px;
    transform: translate(0, -20%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.btn-submit:hover {
    color: #fff !important;
    background-color: #21cff3;
    border: 0.125rem solid #21cff3;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.contact-title {
    color: #484a46;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    margin-bottom: 20px;
}

.podologue-section-description {
    height: 393px;
    margin-top: 25px;
    padding: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}

#podopicture {
    width: 280px;
    height: 280px;
    border-radius: 2px;
}

.podologue-section-name {
    font-weight: bold;
    color: #484a46;
    font-size: 26px;
}

.podologue-section-name-description {
    padding-top: 15px;
    font-size: 16px;
    color: #787976;
    text-align: justify;
}

/**********************************************/
/*     RECOMMANDATIONS                        */
/**********************************************/
/* #recommandations{
    padding-top: 50px;
} */
.reco-title {
    color: #484a46;
    font-weight: bold;
    font-size: 22px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    color: #00b4d9;
}

#myCarousel .item {
    padding: 40px 80px;
}

.testimonial-text {
    font-size: 16px;
    color: #787976;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    color: #484A46;
    margin-top: 10px;
    font-weight: bold;
    font: "Montserrat", sans-serif;
}

.rating-stars {
    margin-top: 30px;
}

.checked {
    color: orange;
}

/**************************/
/*     SERVICES           */
/**************************/
#services-area {
    margin-top: 55px;
}

#serviceAreaAnchor {
    visibility: collapse;
}

.services-title {
    font-weight: bold;
}

.services-item {
    margin-top: 50px;
}

.item-description {
    margin-top: 10px;
    text-align: justify;
    width: 50%;
    font-size: 14px;
}

.item-show-more {
    margin-top: 20px;
    width: 30%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #00b4d9;
    cursor: pointer;
    margin-bottom: 70px;

}

/**********************************************/
/*     MOTIFS DETAILS SECTION                 */
/**********************************************/
.motifs-section {
    margin-top: 60px;
}

#motifs-container {
    height: 700px;
    width: 100%;
    padding-top: 50px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.textParaph {
    padding-right: 40px;
}

.icon-motifs {
    margin-top: 15px;
    font-size: 33px;
    color: #00b4d9;
}

.paraph {
    margin-top: 30px;
}

.motifblock {
    margin-top: 30px;
}

.close-icon {
    font-size: 30px;
    margin-top: 30px;
    right: 30px;
    color: #00b4d9;
    cursor: pointer;
}

#definitionparaph {
    font-size: 15px;
}

.paraph{
    font-size: 14px;
}
.textParaph {
    font-size: 14px;
}

/**********************************************/
/*     CONTACT                                */
/**********************************************/
#mymap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    margin-top: 20px;
    border: 0
}

.contact-title {
    color: #484a46;
    font-weight: bold;
    font-size: 22px;
}

.footer-right-contact {
    padding: 4px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    margin-bottom: 50px;
}

.footer-right-contact .single-contact {
    margin: 20px 22px;
    padding: 3px 55px;
    position: relative;
    color: #666;
}

.footer-right-contact .single-contact p {
    margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
    color: #666;
}

#contact-section {
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 100px;
    padding: 20px;
    padding-bottom: 80px;
    padding-top: 80px;
    height: auto;
    color: white;
    color: gray;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#contact-section:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.footer-right-contact .contact-icon {
    background: #00b4d9;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}



/**********************************************/
/*     BACK-TO-TOP                            */
/**********************************************/
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00b4d9;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
}


/**************************/
/*     FOOTER         */
/**************************/
.footer-area {
    background: #113448;
}

.footer-area .footer-text p {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 30px;
    color: #fff;
}

.footer-area .footer-text p a {
    color: #00b4d9;
}

.footer-area .footer-text .nav-inline .nav-link {
    padding: 11px 7px;
    color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
    color: #00b4d9;
}

#copyright {
    background: #333;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #00b4d9;
}


/**************************/
/*     RESPONSIVE         */
/**************************/

/*     MOBILE          */
@media (max-width: 767px) {
    /**********************************************/
    /*    FLOATIN COLOR                          */
    /**********************************************/
    .float {
        left: 40px;
        right: 0px;
    }

    /*     NAVBAR          */
    .navbar .container {
        padding-top: 0px;
    }

    .navbar-fixed-top {
        background-color: #113448 !important;
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    }

    .nav.navbar-nav li a {
        color: white;
    }

    /*     HEADER          */
    .no-webp .header-area-bg {
        background: url(../picture/mobile_alexandra_chayette_pedicure_podologue_photo_introduction_cabinet.jpg) no-repeat;
        margin-top: 50px;
        background-size: cover;
        transition: background 2s linear;
    }

    .webp .header-area-bg {
        background: url(../picture/mobile_alexandra_chayette_pedicure_podologue_photo_introduction_cabinet.webp) no-repeat;
        margin-top: 50px;
        background-size: cover;
        transition: background 2s linear;
    }

    #header-area .contents {
        padding: 0px 0px 50px 0px;
    }

      #header-area .contents h2,#header-area .contents h4  {
            font-size: 14px;
      }

    .btn-header-rdv {
        padding: 8px 8px;
        font-size: 10px;
        text-transform: capitalize;
    }

    /*    RECOMMANDATIONS                  */
    #recommandations {
        margin-top: 250px;
    }

    /*    CONTACT FORM AND PODO DESCRIPTION*/
    .contact-block {
        transform: translate(0, -8%);
    }

    .btn-submit {
        width: 100%;
    }

    .podologue-section-description {
        border-bottom: none;
    }

    .podologue-section-picture {
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 20px;
        border-bottom: 1px solid #F2F2F2;
    }
  /**************************/
  /*     SERVICES           */
  /**************************/
  .item-description {
    width: 80%;
  }

  .item-show-more {
    width: 60%;
  }
  /**********************************************/
  /*     MOTIFS DETAILS SECTION                 */
  /**********************************************/
  .section-title > h2 {
    font-size: 22px;

  }

  #div-no-margin {
    margin-top: 60px !important;
  }

  #motifs-container {
    height: fit-content;
  }

}

/*     TABLET          */
@media (min-width: 767.1px) and (max-width: 1199px) {
    /*     HEADER          */
    #header-area .contents {
        padding: 300px 0px 50px;
    }

    .contents {
        transform: translate(0, -20%);
    }

 /*     MOTIFS CONSULT          */
  #div-no-margin {
    margin-top: 60px !important;
  }

  #motifs-container {
    height: fit-content;
  }
}