
.bandeau-header{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.bandeau-header-overlay{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}

.titres-garage {
    font-size: 50px !important;
    font-family: 'AssistantBold';
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 0px 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: #162133;
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #1ececb;
}

#content_page {
    font-family: 'Assistantlight';
    overflow: hidden;
}

#content_page img {
    padding: 10px;
}



/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .titres-garage {
        font-size: 25px !important;
    }
}

@media (max-width: 767px) {
    .titres-garage {
        font-size: 25px !important;
    }
}
