/**
* Template Name: Medicio - v4.7.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #3fbbc0;
    text-decoration: none;
}

a:hover {
    color: #3fbbc0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #3fbbc0;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3fbbc0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #5ec6ca;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #3fbbc0;
    color: #fff;
    height: 80px;
    font-size: 30px;
    font-weight: 900;
    z-index: 996;
    transition: all 0.5s;
    text-align: center!important;
    padding-top: 20px;
}

#topbar i {
    padding-right: 6px;
    line-height: 0;

}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .navbar{
    display:block;
}
@media (max-width: 992px) {
    #header {
        padding: 15px 0;
    }
}
#header.header-scrolled {
    top: 0;
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#header .logo a {
    color: #555555;
}
#header .logo img {
    max-height: 55px;
    text-align: center;
}

/**
* Appointment Button
*/
.appointment-btn {
    margin-left: 10px;
    background: #3fbbc0;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    /*white-space: nowrap;*/
    transition: 0.3s;
    /*font-size: 18px;*/
    font-weight: 600;
    display: inline-block;
    width:100%;
}
.appointment-btn:hover {
    background: #3fbbc0;
    color: #fff;
}
@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }
}



.about .appointment-btn {
    margin-top: 25px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3fbbc0;
    bottom: 0;
    left: calc(50% - 25px);
}
.section-title p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/


.icone-im {
    max-width: 140px;
}


.featured-services .row {

    padding-top:50px;

}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center;
}
.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #F9F9F9;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
.featured-services .icon-box:hover::before {
    background: #F9F9F9;
    top: 0;
    border-radius: 0px;
}
.featured-services .icon {
    margin-bottom: 15px;
}
.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #3fbbc0;
    transition: all 0.3s ease-in-out;
}
.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services .title a {
    color: #3fbbc0;
}
.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}





.featured-services2 H2 {

    color: #3fbbc0;

}


.featured-services2 .row {

    padding-top:50px;

}

.featured-services2 .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
}
.featured-services2 .icon-box::before {
    content: "";
    position: absolute;
    background: #F9F9F9;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services2 .icon {
    margin-bottom: 15px;
}
.featured-services2 .icon i {
    font-size: 48px;
    line-height: 1;
    color: #3fbbc0;
    transition: all 0.3s ease-in-out;
}
.featured-services2 .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.featured-services2 .title a {
    color: #3fbbc0;
}
.featured-services2 .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(/img/loading2.gif) no-repeat center center;
    z-index: 10000;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #3fbbc0;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
}
.cta h3 {
    font-size: 28px;
    font-weight: 700;
}
.cta .cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.cta .cta-btn:hover {
    background: #fff;
    color: #3fbbc0;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/


.cta-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 20px;
    background: #f75c2e;
    color: #fff;
}
.cta-btn:hover {
    background: #3fbbc0;
    color: #FFF;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h3 {
    font-weight: 600;
    font-size: 26px;
    color: #3fbbc0;
    text-align: left;
}


.about h2 {
    color: #3fbbc0;
}

.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-bottom: 10px;
}
.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #3fbbc0;
}
.about .content p:last-child {
    margin-bottom: 0;
    text-align: left;
}

.bloc-img {
    padding-right: 50px!important;

}

.about .fst-italic {

    text-align: left;

}

.about2 {
    background: #f9f9f9;
}



.about2 .content {
    padding: 50px;
}


.about2 h3 {
    font-weight: 600;
    font-size: 26px;
    color: #3fbbc0;
    text-align: left;
}


.about2 h2 {
    color: #3fbbc0;
}

.about2 ul {

    list-style: none;
    text-align:left;
}

.about2 ul li::before {
    content: ">";
    color: #3fbbc0;
    font-weight: 900;
    display: inline-block;
    width: 1em;
    margin-left: -1em;

}

.about2  ul li {
    padding-bottom: 10px;


}
.about2  ul i {
    color: #3fbbc0;
}
.about2  p:last-child {
    margin-bottom: 0;
}




/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3fbbc0;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3fbbc0;
}
.gallery .swiper-slide-active {
    text-align: center;
}
@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }
    .gallery .swiper-slide-active {
        border: 6px solid #3fbbc0;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
    }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.bloc_form{
    background-color:#FFFFFF;
    padding:15px;
    text-align: center;
    box-shadow: #000 1px 0 10px;
    background-color: #FFFFFF;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 10px;
}

#btn_submit{
    background-color: #009a00;
    border-radius: 4px;
    color: #fff;
    line-height: 140%;
    width: 100%;

    padding: 10px 20px;
    border: 0 solid transparent;
    font-size: 22px;
}

.service_title{
    color: #FFFFFF;
    direction: ltr;
    font-family: inherit;
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    background-color: #3fbbc0;
    padding:5px;
    margin:0 -15px 15px -15px;
}
.service_title strong{
    color: #ed002f;
}

.form_title{
    font-size: 1.2rem;
    padding: 15px;
    margin: -15px -15px 15px -15px;
    background-color: #3fbbc0;
    color: #FFFFFF;
    text-align: center;
    font-variant: small-caps;
    font-weight: bolder;
    font-size: 1.5rem;
}

#arrow {
    content: '';
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 45px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #3fbbc0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.contact {

    background-image: url(/img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 93vh;

}



.contact .php-email-form {
    box-shadow: #000 1px 0 10px;
    background-color: #FFFFFF;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 10%;
}


#contact H1 {
    margin-top: 2%;
    margin-bottom: 0;
    text-shadow: #000 1px 0 10px;
    color:#FFF;
    font-size: 45px;
    text-transform: uppercase;
}


.accroche_left h1 {
    margin: 2%;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color:#3fbbc0;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .accroche_left h1 {
        font-size:30px;
    }
}

#contact H2 {
    margin: 0;
    text-shadow: #000 1px 0 10px;
    color:#FFF;
    font-size: 40px;
}

#contact p {
    margin-top: 2%;
    text-shadow: #000 1px 0 10px;
    font-size: 20px;
    color:#FFF;
}
.accroche_left p{
    margin: 3%;
    font-size: 18px;
    font-weight: 400;
    text-shadow: #fff 1px 0 10px;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.accroche_left{

    margin-top: 2%;
    margin-bottom: 20%;
    padding-right:5%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ml {
    background: #f9f9f9;
    text-align: left;
    padding: 30px;
    font-size: 12px;
}



#footer {
    background: #eeeeee;
    padding: 0 0 30px 0;
    color: #555555;
    font-size: 14px;
}
#footer .copyr {
    text-align: center;
    padding-top: 30px;
}


#footer .cc {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}


#footer .footer-top {
    background: #3fbbc0;
    padding: 30px;
    vertical-align: center;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top  p  {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #FFF;
}

#footer .footer-top a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #F9F9F9;
}


#footer .footer-top a:hover {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #3fbbc0;
}


#footer .logo {
    text-align: center;
}

#cgu_form{
    text-align:justify;
    font-size:0.8em;
    line-height: 1;
}
