
html,body{
    width: 100%;
    height: 100%;
}

.container{
    padding: 75px 0;
    margin: 0 auto;
    width: 1140px;
}

h1{
    position: relative;
    margin-bottom: 45px;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    color: #424242;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;

&:hover{
     flex: 7;
 }
}

.social{
    position: absolute;
    right: 35px;
    bottom: 0;

img{
    display: block;
    width: 32px;
}
}

/* Transition effect for navbar*/
#navbar {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9999;
}

.my-carousel-progress {
    background: #ccc;
}


.my-carousel-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

.splide__arrow svg {
    fill: #ffffff !important;
    height: 2.5em !important;
    width: 2.5em !important;
}

.bg-y-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}

.bg-bt {
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-text-opacity)) ;
    color: black !important;
}

.hover\:bg-btn:hover {
    --tw-bg-opacity: 1;
    background-color: #cc9f05;
}

.hover\:bg-y-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}

.splide__slide img {
    width: 75vw;
    height: auto;
    max-height: 75vh;
    align-self: center;
    align-content: center;
    border-radius: 10px;
    object-fit: cover;
}

.splide__arrow {
    background: transparent !important;
}

.dispo {
    position: relative;
}

.juillet {
    position: relative;
}

.aout {
    position: relative;
}

.septembre {
    position: relative;
}

.novembre {
    position: relative;
}


.dispo::before {
    content: "Libre";
    position: absolute;
    text-align: center;
    top: 30%;
    transform: translateY(-200%);
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}

.juillet::before {
    content: "Libre au 1er juillet";
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}

.aout::before {
    content: "Libre au 13 aout";
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}


.septembre::before {
    content: "Libre au 1er septembre";
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}

.novembre::before {
    content: "Libre au 5 novembre";
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}


.loue {
    position: relative;
}

.loue::before {
    content: "Louée";
    position: absolute;
    text-align: center;
    top: 10%;
    left: 50%;
    width: 75vw;
    margin-left: -37.5vw; /* Demi-largeur du bandeau pour le centrer */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
    color: white; /* Couleur du texte */
    font-size: 50px; /* Taille du texte */
    font-weight: bold;
    border-bottom: #EAB308 2px solid;
    border-top: #EAB308 2px solid;
}

@media (max-width: 768px) {
    .splide__slide img {
        width: 100vw;
        height: auto;
        max-height: 90vh;
        align-self: center;
        align-content: center;
        border-radius: 10px;
        object-fit: cover;
    }

    .loue::before {
        content: "Louée";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .dispo::before {
        content: "Libre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .juillet::before {
        content: "Libre au 1er juillet";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .aout::before {
        content: "Libre au 13 aout";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .septembre::before {
        content: "Libre au 1er septembre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .novembre::before {
        content: "Libre au 5 novembre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -48vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 40px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }
}

@media (max-width: 600px){
    .loue::before {
        content: "Louée";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .dispo::before {
        content: "Libre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .juillet::before {
        content: "Libre au 1er juillet";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .aout::before {
        content: "Libre au 13 aout";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .septembre::before {
        content: "Libre au 1er septembre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }

    .novembre::before {
        content: "Libre au 5 novembre";
        position: absolute;
        text-align: center;
        top: 10%;
        left: 50%;
        width: 100vw;
        max-width: 100%; /* Ajustement de la largeur maximale du bandeau pour s'adapter à l'image à 100vw */
        margin-left: -47vw; /* Demi-largeur du bandeau pour le centrer */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6); /* Couleur du fond du bandeau */
        color: white; /* Couleur du texte */
        font-size: 30px; /* Taille du texte */
        font-weight: bold;
        border-bottom: #EAB308 2px solid;
        border-top: #EAB308 2px solid;
    }
}


.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.banner a {
    display: flex;
    width: 230px;
    font-size: 15px;
    color: #c8c8c8;
    word-spacing: 2px;
    text-decoration: none;
    padding: 5px 15px 5px 25px;
    position: relative;
    left: 20px;
    top: -37px;
    text-align: center;
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(45deg);
    -moz-box-shadow: 1px 1px 5px 1px #ae1111;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(45deg);
    -webkit-box-shadow: 1px 1px 5px 1px #ae1111;
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(45deg);
    -ms-box-shadow: 1px 1px 5px 1px #ae1111;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: 1px 1px 5px 1px #ae1111;
    background: #ae1111;
}


.banner {
    height: 149px;
    width: 149px;
    overflow: hidden;
    padding: 0;
}