/** button **/
.btn {
    padding: 7px 30px 7px 30px;
    border-radius: unset;
}

.btn span {
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 100;
}

/**btn border**/
button.btn-border {
    background: transparent;
    border: solid #707070 1px;
    font-size: 14px;
    color: #767779;
}

.btn-border-white {
    background: transparent;
    border: solid white 1px;
    font-size: 16px;
    color: white;
}

button.btn-border:hover {
    background: #3E3E3E;
    color: white;
    transition: 0.5s;
}

/** btn avec icon**/
img.icon-btn {
    width: 23px;
    max-width: 23px;
    min-width: 23px;
    vertical-align: sub;
}


.btn-hover-border:hover {
    background: transparent !important;
    color: white;
    transition: 0.5s;
}

.btn-border-white:hover {
    background: white !important;
    color: #333333;
    transition: 0.5s;
}
.btn-hover-grey:hover{
    background-color: #3E3E3E !important;
    color:#FFFFFF !important;
}
.btn-border-white {
    border: white solid 1px;
}

.btn-hover-border-white:hover {
    background: white !important;
    color: #3e3e3e !important;
    transition: 0.5s;
    border: solid 1px;
}

.btn-hover-border-grey:hover {
    background: none;
    border: solid #3E3E3E 1px;
    color: #3E3E3E !important;
}

.btn-hover-border-green:hover {
    border: 1px solid #8AC232;
    color: #8AC232 !important;
    background-color: transparent;
}

.btn-vignette {
    width: 160px;
    color: #E4EDEB;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.btn-vignette:hover {
    background-color: #FFFFFF;
    border: 1px solid #8AC232;
    color: #8AC232 !important;
}

.titre_baniere {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-weight: 400;
    /*margin-top: 125px;*/
}

.description_baniere {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    padding-top: 20px;
}
.btn_dark{
    background-color: #3E3E3E;
    color:#FFFFFF;
    border:1px solid #ffffff;
    font-size:16px;
    padding: 10px 0px;
    width: 179px;
}
.btn_white {
    width: 179px;
    background-color: #FFFFFF;
    color: #767779;
    border: 1px solid #707070;
    font-size: 16px;
    padding: 10px 0px;
}
@media screen and (max-width: 990px) {

    .slider_famille {
        height: auto;
        background-size: 100% 100%;
        padding: 15px 0;
    }

    .titre_baniere {
        font-size: 35px;
        text-align: center;
    }

    .description_baniere {
        padding: 20px 10px;
        font-size: 16px;
    }
}