/* @import url("uikit.css");
@import url("page.css"); */

@font-face {
    font-family: 'Hero';
    src: url('../fonts/Hero-Light.woff2') format('woff2'),
         url('../fonts/Hero-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero';
    src: url('../fonts/Hero-Regular.woff2') format('woff2'),
         url('../fonts/Hero-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hero';
    src: url('../fonts/Hero-Bold.woff2') format('woff2'),
         url('../fonts/Hero-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Hero';
    font-size: 16px;
    color: #8f8f8f;
}

a{
    transition: all ease 0.5s;
}

h2 > p{color: #8f8f8f;}
h1 > strong{font-weight: normal;}
.lb-p{ font-size: 18px; line-height: 36px; color: #8f8f8f; text-transform: initial; letter-spacing: initial; }
.lb-p a{ color: #8f8f8f; }
.lb-p .uk-text strong{font-weight: normal;}
span[class^="uk-h"]{display: block;}
span[class^="uk-h"]::first-letter{text-transform: uppercase; }
.text-transform-r{ text-transform: none; }
.f-weight-normal{ font-weight: normal; }
.f-weight-semi{ font-weight: 600; }
.f-weight-semi-child *{ font-weight: 600; }
.text-primary{color: #74bac6;;}
.text-secondary{color: #ec182a;}

/**** **** **** **** **** **** **** **** 
Header 
**** **** **** **** **** **** **** ****/
header{}
header .uk-navbar-container{}
header .uk-navbar-container .uk-navbar-nav{}
header .uk-navbar-container .uk-navbar-nav li{}
header .uk-navbar-container .uk-navbar-nav li a{
    font-size: 18px;
    text-transform: initial;
    font-family: 'Hero';
    color: #74bac6;
}
header .uk-navbar-container .uk-navbar-nav li a:hover{
    color: #ec182a;
}
header .uk-navbar-container .uk-navbar-nav li a.uk-button{
    color: #fff;
    min-height: auto;
    margin-top: 17px;
    padding: 13px 30px;
}
header .uk-navbar-container .uk-navbar-nav li a.lang{
    font-weight: bold;
}

header .uk-navbar-container .uk-navbar-nav li .uk-navbar-dropdown{
    width: 230px; 
    padding: 10px;
}
header .uk-navbar-container .uk-navbar-nav li .uk-navbar-dropdown li{
    margin: 5px 0;
}

@media screen and (max-width: 1599px) {}
@media screen and (max-width: 1500px) {
    header .uk-navbar-container .uk-navbar-nav li a{
        padding: 0 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1325px) {
    header .uk-navbar-container .uk-navbar-nav li a{
        line-height: 1em;
        text-align: center;
        padding: 0 8px;
    }
}
@media screen and (max-width: 1295px) {
    header .uk-navbar-container .uk-navbar-nav li a{
        padding: 0px 5px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 639px) {
    header{max-height: 80px; overflow: hidden;}
    header .uk-logo img{max-height: 70px; width: auto;}
    header .uk-navbar-container{padding: 0;}
    .uk-padding-large {padding-left: 20px; padding-right: 20px;}
}

@media screen and (min-width: 1199px) {
    .bouton_tel {
        display: none;
    }
}
/**** **** **** **** **** **** **** **** 
Mobile Nav 
**** **** **** **** **** **** **** ****/
.uk-mobile-nav{}
.uk-mobile-nav li{}
.uk-mobile-nav li a{
    color: #fff;
    font-size: 18px;
}
.uk-mobile-nav li a:hover{
    color: #ec182a;
}
.uk-mobile-nav li a.uk-button{
    margin: 10px 0;
    font-size: 18px;
    padding: 10px 0;
}

/**** **** **** **** **** **** **** **** 
Main Content 
**** **** **** **** **** **** **** ****/
.main-content{
    min-height: 500px;
}


/**** **** **** **** **** **** **** **** 
Footer 
**** **** **** **** **** **** **** ****/
footer{}
footer section{
    background: #f7f7f7;
}
footer section .uk-h4{
    text-transform: initial;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
footer section ul{
    margin-top: 10px;
    padding-left: 0;
}
footer section ul li{
    list-style: none;
    margin-bottom: 5px;
}
footer section ul li a{
    color: #8f8f8f;
}
footer .footer-contact{
    border-radius: 5px;
}
footer .footer-contact .uk-grid{
    padding: 40px 20px;
    border-radius: 10px;
}
footer .footer-contact .content{}
footer .footer-contact .content img{
    max-height: 50px;
    margin-bottom: 10px;
}
footer .footer-contact .content p{
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 639px) {
    footer{
        text-align: center;
    }
}
.copyrightWrapper{}
.copyrightWrapper .copyright .uk-h4{
    color:#fff; 
    letter-spacing: 1px;
    text-transform: initial;
}
.copyrightWrapper .social a{
    color: #fff;
    margin-left: 10px;
}
.copyrightWrapper .social a:hover{
    color: #ec182a;
}
@media screen and (max-width: 959px) {
    .copyrightWrapper .social{
        text-align: center;
        margin-top: 10px !important;
    }
}
/**** **** **** **** **** **** **** **** 
Page Accueil 
**** **** **** **** **** **** **** ****/
.home-blog-wrapper .uk-slider-container { padding-bottom: 5px; }
.home-hero-wrapper{width: 100%; background: url(../images/webp/jma_hero-homepage_.webp)no-repeat bottom center/cover;}
.home-hero-wrapper .uk-container{
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: bottom center;
    position: relative;
    z-index: 2;
    display: flex; justify-content: flex-end; align-items: center;
    color: #fff;
}

@media screen and (max-width: 1200px) { .home-hero-wrapper .uk-height-large{ background-position: 44%;} }
.home-hero-wrapper .uk-h1{
    text-shadow: 1px 1px 20px #00000094;
    line-height: 1em;
}
.home-hero-wrapper .uk-text{
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 20px #00000094;
}
/* Home intro */
.home-intro-wrapper{}
.home-intro-wrapper .video { position: relative;}
.home-intro-wrapper .video iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.home-intro-wrapper .content{}
.home-intro-wrapper .content .uk-padding{ padding-left: 25%; }
.home-intro-wrapper .content .uk-h4{
    margin-bottom: 0;
    text-transform: uppercase;
}
.home-intro-wrapper .content .uk-h2{
    margin-top: 0;
}
.home-intro-wrapper .content .uk-text{
    font-size: 18px;
    line-height: 2em;
}
.home-intro-wrapper .content .uk-button{
    padding-left: 0;
}
.home-intro-wrapper .content .uk-button .uk-icon svg{
    margin-left: 0;
    color: #ec182a;
    transition: all ease 0.5s;
}
.home-intro-wrapper .content .uk-button:hover .uk-icon svg{
    transform: translateX(10px);
}
@media screen and (max-width: 959px) {
    /* .home-intro-wrapper .video {padding-bottom: 56.25%; } */
    .home-hero-wrapper .uk-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home-hero-wrapper .uk-container .uk-text{
        display: none;
    }
    .home-intro-wrapper .content .uk-padding{
        padding-left: 30px;
    }
}
.lb-hidden{display: none;}
.lb-mobile-visible-only{display: none;}
@media screen and (max-width: 639px) {
    .lb-mobile-hidden{display: none !important;}
    .lb-mobile-visible-only{display: block;}
    .home-hero-wrapper{background: url(../images/webp/jma_hero-homepage_mobile.webp)no-repeat bottom center/cover; min-height: 232px;}
    .home-hero-wrapper .uk-container{padding-bottom: 50px;}
    .home-hero-wrapper .uk-h1{font-size: 20px; }
    .home-hero-wrapper .uk-button{font-size: 18px; padding: 5px 10px;}
    .home-hero-wrapper .uk-button .uk-icon svg{width: 30px;}

    .home-intro-wrapper .content .uk-padding{padding: 20px 20px 0 20px;}
    .home-intro-wrapper .uk-margin-large-top{margin-top: 0 !important;}
    .home-intro-wrapper .content .uk-h4{font-size: 0.8rem;}
    .home-intro-wrapper .content .uk-h2{font-size: 1.5rem;}
    .home-intro-wrapper .content .uk-text{line-height: 1.3em; font-size: 1rem;}
    .home-intro-wrapper .content .lb-p{margin-top: 0;}
    .home-intro-wrapper .content .uk-button{font-size: 18px; padding: 0;}
    .home-intro-wrapper .content .uk-button .uk-icon svg{width: 30px;}
    .home-intro-wrapper .video{display: none;}
}

/*home service*/
.home-service-wrapper{}
.home-service-wrapper .content{
    position: relative;
    padding-top: 150px;
    overflow: hidden;
}
.home-service-wrapper .content-left:before{
    position: absolute;
    background: #fff;
    width: 110%;
    height: 150px;
    display: block;
    content: "";
    top: -70px;
    left: 0;
    transform: rotateZ(8deg);
}
.home-service-wrapper .content-right:before{
    position: absolute;
    background: #fff;
    width: 110%;
    height: 150px;
    display: block;
    content: "";
    top: -70px;
    right: 0;
    transform: rotateZ(-8deg);
}
@media screen and (max-width: 959px) { .home-service-wrapper .content-right:before{ content: none;} }
.home-service-wrapper .content .uk-h4{
    margin-bottom: 0;
}
.home-service-wrapper .content .uk-h2, .home-service-wrapper .content .uk-h3{
    margin-top: 10px;
    line-height: 1.2em;
}
.home-service-wrapper .content .uk-text{
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-service-wrapper .content-left{
    background: #e9e9e9;
}
.home-service-wrapper .content-left .uk-padding-large{
    padding-left: 20%;
}
.home-service-wrapper .content-right{
    background: #f1f1f1;
}
.home-service-wrapper .content-right .uk-padding-large{
    padding-right: 20%;
}
@media screen and (max-width: 1450px) { 
    .home-service-wrapper .content-left .uk-padding-large{
        padding-left: 3%;
    }
    .home-service-wrapper .content-right .uk-padding-large{
        padding-right: 3%;
    }
}

@media screen and (max-width: 1200px) {
    .home-service-wrapper .content .uk-padding-large .uk-h4{
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 959px) {
    .home-service-wrapper .content .uk-padding-large .uk-h4{
        font-size: 1.4rem;
    }
    .home-service-wrapper .content-left .uk-padding-large{
        padding-left: 30px;
    }
    .home-service-wrapper .content-right .uk-padding-large{
        padding-right: 30px;
    }
}
@media screen and (max-width: 639px) {
    .home-service-wrapper .uk-margin-large-top{margin-top: 0 !important;}
    .home-service-wrapper .content .uk-padding-large .uk-h4{font-size: 0.8rem;}
    .home-service-wrapper .content .uk-padding-large .uk-h3{font-size: 1.5rem;}
    .home-service-wrapper .uk-button{font-size: 18px; padding: 5px 10px;}
    .home-service-wrapper .uk-button .uk-icon svg{width: 30px;}
    .home-service-wrapper .content-left .uk-padding-large{padding-left: 20px;}
    .home-service-wrapper .content-right .uk-padding-large{padding-top: 0; padding-right: 20px;}
    
}

/*home team*/
.home-team-wrapper{}
.home-team-wrapper .content{}
.home-team-wrapper .content .uk-padding{
    padding-right: 25%;
}
.home-team-wrapper .content .uk-h4{
    margin-bottom: 0;
    text-transform: uppercase;
}
.home-team-wrapper .content .uk-h2{
    margin-top: 0;
}
.home-team-wrapper .content .uk-text{
    font-size: 18px;
    line-height: 2em;
}
.home-team-wrapper .content .uk-button{
    padding-left: 0;
}
.home-team-wrapper .content .uk-button .uk-icon svg{
    margin-left: 0;
    color: #ec182a;
    transition: all ease 0.5s;
}
.home-team-wrapper .content .uk-button:hover .uk-icon svg{
    transform: translateX(10px);
}
@media screen and (max-width: 959px) {
    .home-team-wrapper .content .uk-padding{
        padding-right: 30px;
    }
}
@media screen and (max-width: 639px) {
    .home-team-wrapper .content .uk-h4{font-size: 0.8rem;}
    .home-team-wrapper .content .uk-h2{font-size: 1.5rem;}
    .home-team-wrapper .content .uk-text{font-size: 16px; line-height: 1.4em;}
}

/*home activities*/
.home-activities-wrapper{}
.home-activities-wrapper .uk-text{
    font-size: 22px;
    color: #413a3a;
    line-height: 1.1em;
    text-transform: none;
    margin-top: 15px;
}
.home-activities-wrapper a:hover{
    color: #ec182a;
    text-decoration: none;
}
.home-activities-wrapper a:hover .uk-text{
    color: #ec182a;
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .pop_crawl {
        flex: auto!important;
    }
}

/*home testimonials*/
.home-testimonials-wrapper.page-accueil{background-image: url(../images/webp/testimonials-bg.webp);}
.home-testimonials-wrapper.uk-section{
    position: relative;
    padding-bottom: 0;
}
.home-testimonials-wrapper.uk-section:before{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    content: "";
    width: 100%;
    height: 25%;
    display: block;
    z-index: 0;
}
.home-testimonials-wrapper.uk-section.page-accueil:before{ content: none; }
.home-testimonials-wrapper.page-accueil .block-right{ margin-bottom: -55px; }
.home-testimonials-wrapper .uk-container{
    z-index: 1;
    position: relative;
}
.home-testimonials-wrapper .content-left{}
.home-testimonials-wrapper .content-left .uk-text{
    font-size: 20px;
}
.home-testimonials-wrapper .uk-slider{
    /* margin-top: 25%; 
    box-shadow:1px 1px 11px 1px #666;*/
}
.home-testimonials-wrapper .testimonial-item{}
.home-testimonials-wrapper .testimonial-item .testimonial-item-top{
    margin-bottom: 10px;
}
.home-testimonials-wrapper .testimonial-item .testimonial-item-top .uk-h4{
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: initial;
}
.home-testimonials-wrapper .testimonial-item .testimonial-item-top p{
    margin-top: 0;
}
.home-testimonials-wrapper .testimonial-item .testimonial-item-top .uk-icon{}
.home-testimonials-wrapper .testimonial-item .testimonial-item-top .uk-icon svg polygon{
    fill: #ec182a;
    color: #ec182a;
}
.home-testimonials-wrapper .testimonial-item .testimonial-item-text{}
.home-testimonials-wrapper .uk-slider-nav{
    right: -100px;
}
.home-testimonials-wrapper .uk-slider-nav li{}
.home-testimonials-wrapper .uk-slider-nav li a{
    background: rgba(255,255,255,0.4);
    border: none;
    width: 15px;
    height: 15px;
}
.home-testimonials-wrapper .uk-slider-nav li.uk-active{}
.home-testimonials-wrapper .uk-slider-nav li.uk-active a{
    background: #fff;
}

@media screen and (max-width: 1500px) {
    .home-testimonials-wrapper .uk-slider-nav{
        right: 10px;
    }
}
@media screen and (max-width: 959px) {
    .home-testimonials-wrapper .uk-slider-nav{
        right: 5px;
    }

}
@media screen and (max-width: 639px) {
    .home-testimonials-wrapper .uk-slider{
        margin-top: 0;
    }
    .home-testimonials-wrapper .uk-slider-nav{
        display: none;
    }
}

/*home info*/
.home-info-wrapper{}
.home-info-wrapper .content{
    border: 2px solid #eaeaea;
    border-radius: 5px;
}
.home-info-wrapper .content .uk-h4{
    letter-spacing: 1px;
    text-transform: initial;
    color: #575757;
}
.home-info-wrapper .content .uk-text{
    font-size: 18px;
}

/*home contact*/
.home-contact-wrapper.page-accueil{ padding-top: 115px; background-image: url(../images/webp/background-contact.webp); }
.home-contact-wrapper .uk-h3{
    line-height: 1.1em;
    font-size: 27px;
}
.home-contact-wrapper iframe{
    /* height: 100% !important; */
    /* min-height: 440px; */
}
@media screen and (max-width: 959px) {
    .home-contact-wrapper iframe{
        min-height: 400px;
    }
}/*S*/

@media only screen and (min-width: 1200px) {
    .titre_special {
        margin-left: auto;
        margin-right: auto;
        width: 93%;
    }
}

/*home blog*/
.home-blog-wrapper{}
.home-blog-wrapper > .uk-container > .uk-h4{
    margin-bottom: 0;
}
.home-blog-wrapper > .uk-container > .uk-h2{
    margin-top: 0;
    margin-bottom: 50px;
}
.home-blog-wrapper .col{
    border-radius: 5px;
    border: 2px solid #efeded;
    height: 100%;
}
.home-blog-wrapper.page-blogue .col{ height: 100%; }
.home-blog-wrapper .col > .uk-padding-small, .home-blog-wrapper .col > a{
    text-decoration: none;
}
.home-blog-wrapper .col > .uk-padding-small, .home-blog-wrapper .col > a .uk-text{
    color: #8f8f8f;
}
.home-blog-wrapper .col > .uk-padding-small, .home-blog-wrapper .col > a > .uk-padding-small{
    padding: 25px 10px;
}
.home-blog-wrapper .col .uk-background-cover{
    min-height: 220px;
    border-radius: 5px 5px 0 0;
}
.home-blog-wrapper .col .uk-h4{
    text-transform: initial;
    letter-spacing: 1px;
    color: #575757;
    line-height: 1.1em;
}
.home-blog-wrapper .col .uk-text{}
.home-blog-wrapper .image-wrapper{
    position: relative;
    overflow: hidden;
    min-height: 220px;
}
.home-blog-wrapper .image-wrapper div{
    transition: all ease 0.5s;
}
.home-blog-wrapper a:hover .image-wrapper div{
    transform: scale(1.1);
}


/**** **** **** **** **** **** **** **** 
Autres Pages 
**** **** **** **** **** **** **** ****/
/*points de services*/
#map_wrapper {
    height: 600px;
    width: 100%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

/* pages services */

/* correction de list */
.page-services [class*='uk-list'] > ::before { height: 1.4em; }

@media screen and (max-width: 1599px) {}/*xl*/
@media screen and (max-width: 1199px) {}/*l*/
@media screen and (max-width: 959px) {}/*m*/
@media screen and (max-width: 639px) {}/*S*/

/*page villes*/

/* menu dropdown */
header .uk-navbar-container .uk-navbar-nav li .uk-navbar-dropdown.ye-ville {
    width: 165px;
}

header .uk-navbar-container .uk-navbar-nav li .uk-navbar-dropdown.ye-ville li a{
    text-align: left;
}

.ye-menu-droite-par{
    position: relative;
}

.uk-navbar-dropdown.ye-menu-droite{
    left: 158px!important; 
    top: -30px!important;
}

.ye-ville .uk-icon:hover svg{
    margin-left: 20px;
    transition: margin-left 0.5s ease-in-out;    
}

/* section temoignages */
.ye-temoignages{
    position: relative;
}

.ye-temoignages .uk-container{
    position: relative;
}

.ye-temoignages::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 62%;
    top: 0;
    background-image: url(../images/webp/testimonials-bg.webp);
    background-repeat: no-repeat;    
    background-size: cover;
}

.ye-temoignages .uk-card{
    height: 100%;
}

.ye-temoignages .uk-card-title{
    font-size: 18px;
    margin-bottom: 10px;
}

.ye-temoignages .uk-icon[uk-icon="star"] svg polygon{
    fill: #ec182a;
    color: #ec182a;
}

.ye-temoignages .uk-card-header{
    border: none;
}

.ye-temoignages .uk-card-body{
    padding-top: 0;
}

.ye-temoignages .uk-dotnav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.ye-temoignages .uk-dotnav > * > * {
    width: 15px;
    height: 15px;
    border: none;
    background-color: #fff;
}

.uk-dotnav > .uk-active > *,
.ye-temoignages .uk-dotnav li a:hover{
    background-color: #74bac6;
}

.ye-temoignages .uk-dotnav li{
    margin-bottom: 12px;
}

.ye-temoignages .uk-slider-nav { display: none; }

/* section formulaire */
.ye-formulaire-contacts{
    position: relative;
    padding-left: 150px;
}

.ye-formulaire-contacts img{
    position: absolute;
    left: 45px;    
    top: 20px;
}

.ye-formulaire-contacts p{
    margin: 0 0 10px 0;
}



@media screen and (max-width: 1199px) {
    .ye-temoignages .uk-card-title {
        font-size: 16px;
    }

    .ye-formulaire-contacts h3{
        font-size: 1.6rem;
        line-height: 1.2;
    }

}


@media screen and (max-width: 959px) {

    .ye-temoignages .uk-container {
        overflow: hidden;
    }

    .section-standard-wrapper .uk-text .uk-button {
        font-size: 15px!important;
    }

    .uk-button .uk-icon svg {
        margin-left: 0;
    }

}

/* page carriere */
.page-carriere .ye-banner-top-wrapper{
    padding: 100px 0 160px 0;
}

.page-carriere .ye-image-top{
    padding: 285px 0;
    margin-top: -170px;
}

.page-carriere .page-title-wrapper .uk-h1{
    font-size: 50px;
    font-weight: 500;
}

.page-carriere .home-activities-wrapper .uk-h3{
    font-size: 22px;
    color: #413a3a;
    line-height: 1.1em;
    margin-bottom: 0;
}

.page-carriere .home-activities-wrapper .uk-text{
    font-size: 15px;
    color: #8f8f8f;
    margin-top: 7px;
}

.page-carriere .home-activities-wrapper .ye-column-droite{
    padding-left: 15px;
    padding-right: 30px;
}

.page-carriere .home-activities-wrapper a:hover .uk-h3 {
    color: #ec182a;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    /* general */
    .uk-button { line-height: 1em; font-size: 20px; }

    .home-activities-wrapper .uk-margin-large-top{ margin-top: 0!important; }
    .pt-remove-mobile{ padding-top: 0!important; }
    .pb-remove-mobile{ padding-bottom: 0!important; }
    .uk-h3 { font-size: 1.3rem!important; }
    .uk-h4{ font-size: 1rem; }
    .home-service-wrapper .content {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .uk-margin-xlarge-top.margin-top-remove-mobile{ margin-top: 0!important;}
    .mb-1\@s{ margin-bottom: 10px; }
    .mb-2\@s{ margin-bottom: 20px; }
    .mb-3\@s{ margin-bottom: 30px; }
    
    .page-carriere .ye-banner-top-wrapper {
        padding: 60px 0 160px 0;
    }

    .page-carriere .page-title-wrapper .uk-h1 {
        font-size: 21px;
    }
    
    .page-carriere .section-standard-wrapper .uk-h2 {
        font-size: 24px;
    }
    
    .page-carriere .section-standard-wrapper .uk-h4 {
        font-size: 14px;
    }
    
    .page-carriere .ye-image-top {
        padding: 195px 0 0 0;
    }

}

@media screen and (max-width: 414px) {

    /* general */
    .uk-button { font-size: 1rem; }
    
    .page-carriere .ye-banner-top-wrapper .uk-button {
        font-size: 19px;
    }
    
    .page-carriere .page-title-wrapper .uk-h1 {
        font-size: 20px;
    }
    
    .page-carriere .section-standard-wrapper .uk-h2 {
        font-size: 22px;
    }
    
    .page-carriere .section-standard-wrapper .uk-h4 {
        font-size: 12px;
    }
    
    .section-standard-wrapper .uk-text .uk-button {
        font-size: 14px!important;
    }
    
    
}

/*Page Service à domicile*/
.service-domicile-wrapper .service-card{}
.service-domicile-wrapper .service-card .service-card-image{position: relative; padding: 30px; margin-top: -60px; border-radius: 50%; display: inline-block;} 
.service-domicile-wrapper .service-card .card-text-underline:after{width: 100px; height: 4px; background-color: #74bac6; content: ''; display: block; margin: 0 auto; margin-top: 5px; border-radius: 5px;}
.service-domicile-footer > div{background-position: top center;}

@media screen and (max-width: 1199px) {
    .service-domicile-wrapper .service-card .service-card-image{margin-top: -40px;}
    .service-domicile-footer img{max-width: 250px;}
}


@media screen and (max-width: 640px) {
    .service-domicile-hero-wrapper > .uk-height-large{min-height: 600px;}
    .service-domicile-footer > div{max-height: 300px !important;}
    .service-domicile-footer img{max-width: 200px;}
}

#moreText {
    display: none;
    transition: .3s;
}

#toggleButton {
    display: block;
    padding: 0;
    border: 0;
    background: white;
    font-family: 'Hero';
    font-size: 18px;
    line-height: 2em;
    color: #000;
    font-style: italic;
    cursor: pointer;
    transition: .3s;
}

#toggleButton:hover {
    text-shadow: 0 0 black;
}

.div_read_more {
    padding: 10px 0;
}