/*blue : #14baec*/

body {  
    color: #313131;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.45;
    text-align: left;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    position: relative;
    padding-top: 0;
    margin: 0;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #525252;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;   
    font-weight: 700;
/*    -webkit-transition: .5s;
    transition: .5s;*/
    font-size:36px;
}
a {
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    text-decoration: none;
    color: #00bcd4;
}
a:hover {
    color: #059fb3;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
.blue-text {
    color: #14baec;
}
.header-top {
    background: #434343;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 300;
}
.header-top i {
    font-size: 22px;
    color: #c7c7c7;
}
.header-logo {
    max-width: 190px;
    margin: 15px 0 0 20px;
}

.home-slider {
    width: 100%;
    height: 590px;
    overflow: hidden;
    background-image: url(../images/home_slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.home-slider-text {
    position: absolute;
    right: 8%;
    width: 40%;
    text-align: right;
}
.home-slider-text h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.home-slider-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
.home-slider-text h2 span {
    font-weight: 600;
}

section.home-services {
    padding: 40px 0;
    background: #f2f2f2;
}

section.home-services .service {
    width: 100%;
    margin: 10px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}
section.home-services .service:hover {
    /*background: #00bcd4;*/
    /*color: rgba(255, 255, 255, 0.9);*/
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}
section.home-services .service-box:nth-child(odd) .icon {
    background: #595959;
}
section.home-services .service-box .icon {
    width: 100px;
    height: 100px;
    background: #00bcd4;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
    line-height: 120px;
}

section.home-services .service .icon i {
    font-size: 60px;
    color: #fff;
    font-size: 52px;
    color: #fff;
    vertical-align: middle;
}
section.home-services .service .text {
    text-align: left;
    margin-left: 20px;
}
section.home-services .service h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.home-boutique {
    width: 100%;
    height: 460px;
    position: relative; 
}
.home-boutique-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/home_shop_02.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
section.home-boutique .boutique-text {
    width: auto;
    max-width: 470px;
    background: #313131e8;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 30px 45px;
    font-size: 16px;
}
section.home-boutique .boutique-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}
section.home-boutique .boutique-text .adress {
    margin: 18px 28px 10px 28px;
    padding-left: 15px;
    border-left: 2px solid #14baec;
    font-size: 16px;
    line-height: 1.5;
}
section.home-boutique .boutique-text .adress p {
    margin-bottom: 8px;
}


section.home-prestations {
    padding: 50px 0 40px 0;
}
section.home-prestations h3 {
    color: #00bcd4;
    text-transform: uppercase;
    font-size: 21px;
    max-width: 200px;
    margin-bottom: 20px;
}
.box-with-humber {
    position: relative;
    padding-left: 50px;
    padding-top: 50px;
}
.box-with-humber .number-behind {
    font-size: 8rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    color: #f2f4f5;
}
.ul-check li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
    line-height: 1.35;
}
.ul-check li.no-check {
    margin-bottom: 6px;
    margin-top: 2px;
    padding-left: 0px;
}
.ul-check li:not(.no-check):before {
    left: 0;
    font-size: 14px;
    top: 0;
    font-family: "Font Awesome 6 Free";
    content: '\f00c';
    position: absolute;
    color: #00bcd4;
    font-weight: 900;
}

.partners {
    padding: 30px 0;
    background: #fff;
}
.partners-carousel img {
    height: 45px;
    opacity: .5 !important;
}
.partners-carousel img:hover {
    opacity: 1 !important;
}


section.contact {
    padding: 80px 0 0 0;
    background: #f1f1f154;
}

section.contact h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #00bcd4;
    margin-top: 0;
}

#mail-control {
    display: none;
}
.contact-us-area {
    padding-top: 10px;
}
.contact-us-single-box {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    background: #f6f6f6;
    padding: 25px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    margin: 0 20px 10px 35px;
}
.contact-us-icon {
    margin-right: 30px;
    margin-top: 0;
    width: 45px;
    height: 45px;
}
.contact-us-icon i {
    font-size: 45px;
    color: #00bcd4;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title a {
    font-weight: 500;
}

.contact-us-title p {
    padding: 0;
    margin: 9px 0 0 0;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}
.contact-us-title p:first-child {
    margin-top: 0;
}

.legal-contact-txt {
    font-size: 11px;
    line-height: 14px;
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
    color: #53656e;
    font-weight: 400;
    
}

/** FORMULAIRE **/
.contact-form-box {
    background: #f6f6f6;
    padding:55px 40px 30px 40px;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    border: 1px solid #e7e7e7;
}
.contact-form-box input,
.contact-form-box textarea {
    height: 40px;
    transition: none;
    padding: 7px 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
    outline: none;
}
.contact-form-box textarea {
    height: 165px;
}
.message-confirmation-container {
    color: #000;
    margin-top: 25px;
    margin-bottom: 0px;
    position: relative;
    line-height: 15px;
    border-radius: 2px;
    border: 2px solid #00bcd4;
    padding: 20px 25px;
    background: #fbfbfb;
    border-radius: 2px;
}
.message-confirmation-container .close-btn {
    cursor: pointer;
}
.message-confirmation-container .close-btn:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    color: #00bcd4;
    position: absolute;
    top: 10px;
    right: 15px;
}
.contact-form-box input:focus,
.contact-form-box textarea:focus{
    border: 1px solid #00bcd4 !important;
}

::placeholder {
    color: #acb0b5;
    font-weight: 300;
    font-size: 15px;
}
::-webkit-input-placeholder {
    color: #acb0b5;
}
::-moz-placeholder {
    color: #acb0b5;
}
:-ms-input-placeholder {
    color: #acb0b5;
}
:-moz-placeholder {
    color: #acb0b5;
}

.contact-form-personnal {
    padding-top: 10px;
}
.contact-form-legend {
    margin-bottom: 18px;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: 700;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
}
.contact-local-img {
    min-height: 460px;
    width: auto;
    height: auto;
    max-height: 450px;
}


.btn {
    border: 1px solid #00bcd4;
    background: #00bcd4;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    letter-spacing: 0.65px;
    border-radius: 3px;
}
.btn:hover {
    color: #00bcd4;
    background: #fff;
    border-color: #00bcd4;
}

.footer-copyright-section {
    background: #313131;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}





@media (max-width: 1100px) {
    .home-slider-text {
        width: 65%;
    }
}
@media (max-width: 990px) {
    .contact-us-single-box {
        flex-direction: column;
        text-align: center;
        margin: 0;
        height: 100%;
    }
    .contact-us-icon {
        margin: 0 0 15px 0;
    }

}
@media (max-width: 768px) {
    .header-top {
        font-size: 13px;
    }
    .home-slider {
        height: 450px;
    }
    .home-slider-text h1 {
        font-size: 40px;
    }
    section.home-prestations h3 {
        font-size:20px
    }
    .contact-us-single-box {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    section.home-slider:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000069;
        z-index: 1;
    }
    .header-logo {
        z-index: 2;
        position: relative;
    }
    .home-slider-text {
        width: 100%;
        padding: 20px;
        right: auto;
        z-index: 2;
    }
    .home-slider-text h1 {
        font-size: 35px;
    }
    .home-slider-text h2 {
        font-size: 18px;
        line-height: 22px;
    }
    section.home-boutique .boutique-text {
        background: #434343;
        left: 0;
        right: 0;
        bottom: auto;
        bottom: 0;
        max-width: none;
    }
    section.home-boutique {
        height: 665px;
    }
    .home-boutique-bg {
        height: 400px;
    }
    section.home-boutique .boutique-text .adress {
        margin: 18px 0 10px 0;
    }
}
@media (max-width: 390px) {
    .home-slider {
        text-align: center;
    }
    .header-logo {
        margin: 5px auto 0 auto;
    }
    .home-slider-text h1 {
        font-size: 32px;
    }
    .home-slider-text {
        text-align: center;
        padding-top: 10px;
    }
    .home-slider-text h1 {
        margin-bottom: 15px;
    }
    .home-slider-text h2 {
        font-weight: 500;
        font-size: 17px;
        line-height: 18px;
    }
    section.home-services .service > div {
        display: block !important;
    }
    section.home-services .service .text {
        text-align: center;
        margin-left: 0;
    }
    .home-boutique-bg {
        height: 370px;
    }
    .boutique-text .adress a {
        display: block;
    }
    
    .contact-us-single-box {
        flex-direction: column;
        text-align: center;
        margin: 0 auto 30px auto;
        /*width: 280px;*/
    }
    .contact-us-icon {
        margin: 0 0 15px 0;
    }
}
