.site #fh5co-hero, .site #fh5co-hero .flexslider .slider-text, .site #fh5co-hero .flexslider .slider-text > .slider-text-inner, .site #fh5co-hero .flexslider .slides li, .site .js-fullheight{
    min-height: 0;
    height: 240px !important;
    width: 100%;
}

.poste-2{
    display: block;
    margin-top: 7px;
    font-size: 15px;
}

.profile-pic{
    display: inline-block;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #0ED4CD;
}

#fh5co-hero.header-agence .flexslider .slides li{
    background-position: center center;
}

.welcome-agency p{
    min-height: 150px;
}

.intro-agency{
    margin-top: 40px;
    color: #0ED4CD;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
}

.guillemet-first{
    font-size: 60px;
}

.guillemet-last{
    font-size: 60px;
}

/* Clients */
.row-customers{
    margin-top: 60px;
    margin-bottom: 60px;
}

.customer-item{
    margin-bottom: 50px;
}

.customer-logo{
    height: 100px;
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.customer-name a{
    font-weight: 700;
    font-size: 20px;
}

.customer-description{
    font-weight: 500;
    font-size: 12px;
}

.fh5co-staff h4{
    color: #0ED4CD !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 992px){
    .row-team div p{
        padding-right: 30px;
    }
}

@media screen and (max-width: 992px){
    .profile-pic{
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px){
    #fh5co-hero.header-agence .flexslider .slides li{
        background-position: center center;
    }
}