.garage-full {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.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;
}

.sous-titre-bandeau-header{
    color: #162133;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 5% 40px 5%;
    font-family: 'AssistantLight';
    font-weight: lighter !important;
}

.garage-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.titres-garage-2 {
    font-size: 35px !important;
    font-family: 'AssistantBold';
    text-transform: uppercase;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: #162133;
}

.decoration-titres-garage-2 {
    width: 100px;
    height: 4px;
    background-color: #1ececb;
    z-index: 5;
}

.title-garage {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.p-garage {
    text-align: justify;
    font-size: 18px;
    opacity: 0;
    animation: fadeFromBottom 1s ease-in-out;
    animation-fill-mode: forwards;
}

.img-garage {
    background-position: center;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 350px;
    animation: fade 1s ease-in-out;
    animation-fill-mode: forwards;
    transition-duration: 0.5s;
}

.description-adresse {
    margin-top: auto;
    margin-bottom: auto;
}

.h2-title {
    color: #162133;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px !important;
    animation: fadeFromLeft 1s ease-in-out;
    animation-fill-mode: forwards;
    font-family: 'AssistantRegular';
}

.p-horaires-adresse {
    color: #44606c;
    font-size: 18px !important;
    opacity: 0;
    margin: 0;
    animation: fadeFromRight 1s ease-in-out;
    animation-fill-mode: forwards;
    font-family: 'AssistantRegular';
}

form {
    margin: 40px 0px;
    z-index: 2;
}

.form-name {
    margin-bottom: 1rem;
}

#file_uploaded_name{
    color: #1ececb;
}

.sous-titre-bandeau-header strong{
    font-weight: bold;
}

#spam{
    width: 30px;
    height: 30px;
    display: block !important;
}

.spam-label{
    margin: 0;
    padding-left: 10px;
}

.bouton-formulaire,
.bouton-formulaire:hover,
.bouton-formulaire:active {
    background-color: #162133 !important;
    border: none;
    box-shadow: none !important;
    width: 120px;
    color: white !important;
    font-family: 'AssistantRegular';
}

.form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 20px !important;
    font-family: 'AssistantLight';
    border-top: none;
    border-left: 2px #1ececb solid;
    border-bottom: 2px solid #ccc;
    background-color: rgba(255, 255, 255, 0.8);
}

.form-control:focus{
    border-top: none !important;
    border-left: 2px #1ececb solid !important;
    border-bottom: 2px solid #ccc !important;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 380px;
}

.bouton-contact-garage {
    padding: 10px;
    border: 1px #1ececb solid;
    color: #1ececb;
    font-family: 'AssistantRegular';
    background-color: white;
    transition-duration: 0.3s;
}

.bouton-contact-garage:hover, .bouton-contact-garage:active {
    padding: 10px !important;
    border: 1px #1ececb solid !important;
    color: #1ececb !important;
    box-shadow: 0px 0px 20px 0px #aaa !important;
    background-color: white !important;
}

.video-youtube-garage{
    width: 100%;
    height: 600px;
}

/*-----------------------------------------*/
/*                 CAROUSEL                */
/*-----------------------------------------*/

/* Slider */

.slick-slide {
    margin: 0px 50px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 50px 0px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.h2-equipe-titre {
    padding-top: 50px;
}

.img-equipe-garage {
    border-radius: 50%;
    padding: 3px;
    width: 140px !important;
    height: 140px !important;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.nom-equipe-garage {
    padding-top: 10px;
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: 'AssistantRegular';
    color: #162133;
    margin: 0;
}

.role-equipe-garage {
    position: relative;
    font-size: 18px !important;
    font-family: 'AssistantLight';
    color: #888;
    font-weight: lighter !important;
}

.btn-maps {
    text-align: left !important;
    padding: 6px 0px;
}

/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/

@media screen and (max-width: 1200px) {
    .slick-slide img {
        width: 120%;
    }
}

@media screen and (max-width: 1002px) {
    .slick-slide img {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .title-garage-articles {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .garage-articles {
        display: flex;
        flex-direction: column-reverse;
    }

    .description-garage-articles {
        margin-bottom: -40px;
    }

    .titres-garage {
        font-size: 25px !important;
    }

}

@media (max-width: 767px) {

    .title-garage,
    .title-garage-articles {
        margin-top: 15px;
        margin-bottom: 05px;
        margin-left: auto;
        margin-right: auto;
        font-size: 2rem;
    }

    .h1-garage,
    .h1-garage-articles {
        font-size: 2rem;
    }

    .h2-equipe-titre {
        padding-top: 0;
    }

    .row-garage-adresse-horaires {
        padding-top: 0;
    }

    .form-control {
        font-size: 15px !important;
    }

    .garage-articles {
        display: flex;
        flex-direction: column-reverse;
    }

    .description-garage-articles {
        margin-bottom: -40px;
    }

    .titres-garage {
        font-size: 25px !important;
    }

}

@media (max-width: 660px) {
    .video-youtube-garage {
        height: 400px;
    }
}
