.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(22,33,51,0.8);
    width: 100%;
    height: 100%;
}

.titres-garage {
    font-size: 50px !important;
    font-family: 'AssistantBold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 0 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: white;
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #d02626;
}

.sous-titre-bandeau-header{
    color: white;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 20% 40px 20%;
    font-family: 'AssistantLight', sans-serif;
    font-weight: lighter !important;
}

.decoration-titre {
    width: 120px;
    height: 1px;
    background-color: #d02626;
    position: relative;
}

.decoration-titres-actualite {
    width: 100px;
    height: 2px;
    background-color: #d02626;
    margin-top: 5px;
}

.img-actualites {
    background-color: #222;
    border: 2px solid #222;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-duration: 0.5s;
}

.img-actualites:hover {
    transform: rotate(-3deg);
    transition-duration: 0.5s;
}

.img-article {
    text-align: center;
}

.contenu-article {
    margin-top: 20px;
}

.img-article-actualite {
    width: 500px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
    box-shadow: 0 0 10px -2px black;
}

.p-actualites {
    text-align: justify;
    font-size: 18px;
    opacity: 0;
    animation: fadeFromBottom 1s ease-in-out;
    animation-fill-mode: forwards;
    color: #888;
    padding: 0 6%;
    font-family: 'AssistantRegular', sans-serif;
}

.article-div-left{
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    left: 0;
}

.article-div-left:hover{
    transform: translateX(10px);
}

.contenu-article h4 {
    color: #44606c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px !important;
    animation: fadeFromLeft 1s ease-in-out;
    animation-fill-mode: forwards;
}

.text-date-article {
    font-family: 'AssistantLight', sans-serif;
    color: #888;
    font-size: 16px !important;
    padding: 0 20px;
}

.contenu-article p {
    color: #44606c;
    font-size: 16px !important;
    animation: fadeFromLeft 1s ease-in-out;
    animation-fill-mode: forwards;
}

.article-youtube-video{
    position: relative;
    width: 70%;
    padding-top: 40%;
}

.article-youtube-video iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide-carousel-actu {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.slide-carousel-img {
    height: 300px;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.carre-slide-actu {
    height: 100%;
    width: 50%;
    background-color: #222226;
    z-index: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-carousel-background {
    width: 50%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    ;
}

.carre-trans-fade-slide {
    position: absolute;
    height: 100%;
    width: 50px;
    left: -1px;
    background-image: linear-gradient(to right, rgba(22,33,51, 1), rgba(22,33,51, 0));
}

.slide1 {
    background-image: url(/assets/img/mosaique-1.jpg);
}

.slide2 {
    background-image: url(/assets/img/mosaique-2.jpg);
}

.slide3 {
    background-image: url(/assets/img/mosaique-3.jpg);
}

.slide4 {
    background-image: url(/assets/img/mosaique-4.jpg);
}

.owl-nav {
    display: none;
}

.text-titre-actualite {
    font-family: 'AssistantRegular', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.text-description-actualite {
    font-family: 'AssistantExtraLight', sans-serif;
    font-size: 14px !important;
    margin: 0;
}

.text-date-actualite {
    font-family: 'AssistantExtraLight', sans-serif;
    font-size: 15px !important;
    text-transform: capitalize;
    margin: 0;
}

.trait-separation-actu {
    width: 100%;
    height: 1px;
    background-color: #d02626;
    margin-top: 8px;
    margin-bottom: 5px;
}

.btn-article-actu {
    color: #d02626;
    font-size: 16px;
    font-family: 'AssistantRegular', sans-serif;
    text-align: right;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
}

.btn-article-actu:hover {
    background-color: transparent;
    border-bottom: 1px solid #d02626;
}

.overlay-slide-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.titreright {
    font-family: 'PlayFairDisplayRegular', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px !important;
    text-align: center;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    background-color: transparent;
}

.modal-open .modal {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.modal {
    position: relative;
    overflow: auto !important;
    z-index: 0;
}

.modal-open {
    overflow: auto !important;
}

.modal-dialog {
    max-width: none !important;
    margin: 0 !important;
}

.modal-dialog-centered {
    min-height: inherit !important;
}

.modal-content {
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.article-titre-modal {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'PlayFairDisplayRegular', sans-serif;
    font-size: 26px !important;
}

#exampleModalCenterTitle {
    margin-top: 80px;
}

.modal-body {
    overflow: auto;
}

#texteModal {
    font-family: 'AssistantRegular', sans-serif;
    font-size: 18px !important;
}

.owl-carousel .owl-stage-outer:hover {
    cursor: grab;
}

.owl-carousel .owl-stage-outer:active {
    cursor: grabbing;
}

.fond-article-actu {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
    height: 300px;
}

.show .container-anciens-articles {
    height: 100%;
}

.container-anciens-articles {
    min-height: 800px;
    height: 500px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.container-anciens-articles::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa
}

.container-anciens-articles::-webkit-scrollbar-thumb {
    background: #222226;
}

.overlay-article-actu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.btn-ancien-article {
    color: #d02626;
    font-family: 'AssistantLight', sans-serif;
    text-align: right;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0 0;
    border: none;
    border-bottom: 1px solid transparent;
}

.btn-ancien-article:hover {
    color: #d02626;
    background-color: transparent;
    border-bottom: 1px solid #d02626;
}

.img-anciennes-actus {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.div-contact {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    opacity: 0;
    animation: fadeFromBottom 1s ease-in-out;
    animation-fill-mode: forwards;
}

.contact-garage {
    padding: 10px;
    border: 2px #d02626 solid;
    color: #d02626;
    font-family: 'AssistantRegular', sans-serif;
    font-size: 20px !important;
    transition-duration: 0.3s;
}

.contact-garage:hover {
    padding: 10px;
    color: #d02626;
    box-shadow: 0 0 20px 0 #aaa;
}

/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/
@media (max-width: 1300px) {
    .text-description-actualite {
        display: none;
    }
}

@media (max-width: 991px) {
    .resp-flex-left-articles {
        flex-direction: column-reverse;
    }

    .text-description-actualite {
        display: block;
    }
}

@media (max-width: 767px) {

    .container-fluid-actualites {
        padding-bottom: 20px;
    }
}
