/* .container {
    width: 100%;
    gap: 25px;
    justify-content: center;
    align-items: center;
} */

.maintenanceDiv {
    width: auto;
    height: auto;
    margin-top: 45vh;
}

.maintenanceDiv a {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    /* backdrop-filter: blur(60px);  */
    /* AAA */
    backdrop-filter: brightness(40%);
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}

.pageContainer {
    display: flex;
    justify-content: center;
    transition: 0.7s;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.pageContainer2 {
    display: flex;
    justify-content: center;
    /* margin-bottom: 20px; */
    flex-direction: column;
    align-items: center;
}

.titreContainer {
    width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
}

.centerTitre {
    width: 350px;
    display: inline-block;
}

.centerTitreSlogan {
    /* margin-left: 50px; */
    width: 1050px;
    /* width: auto; */
    /* max-width: 80%; */
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
}

.titreIndex {
    width: 350px;
    text-align: center;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    backdrop-filter: brightness(40%);
    border-radius: 10px;
    margin-top: 25px;
}

.titreIndexSlogan {
    width: 1050px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 28px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    backdrop-filter: brightness(40%);
    padding: 0 20px 2px 20px;
    box-sizing: border-box;
    text-align: center;
}

.evenement {
    display: flex;
    /* margin-left: 25px; */
    flex-wrap: wrap;
    width: auto;
    height: auto;
}

.evenement a {
    /* width: 512px; */
    width: 517px;
    height: 650px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    /* backdrop-filter: blur(60px);  */
    /* AAA */
    backdrop-filter: brightness(40%);
    /* transition: 0.5s; */
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
}

.evenement a:hover {
    /* transform:scale(101%); */
    border: 2px solid rgb(255, 255, 255);
}

.divPlusGrande div a {
    /* height: 312px; */
    height: 650px;
    padding: auto 0;
}

.evenement a table {
    font-size: 16px;
}

.evenement a table#grandTableau {
    width: 100%;
    height: 100%;
}

.evenement a p {
    width: 100%;

    /* padding: 10px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    border-radius: 10px; */
}

.evenement a td {
    padding: 10px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    border-radius: 10px;
}

.evenement a th  {
    padding: 10px;
    
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-radius: 10px;
}

.evenement a tr:not(:first-child) th:first-child  {
    margin-top: 8px;
}

.evenement a tr:not(:first-child) th {
    margin-top: 4px;
}

.evenement a tr td[data-title]::before {
    content: attr(data-title);
}

.evenement a tr td#mareeHoraire {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}


/* CALENDRIER */
.contour {
    /* max-width: 512px; */
    max-width: 517px;
    height: 650px;
    font-family: "Quicksand", sans-serif;
    font-size: 62.5%;
    box-sizing: border-box;
}

.container-cal {
    /* max-width: 512px; */
    max-width: 517px;
    height: 650px;
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

.calendrier {
    color: #fff;
    /* width: 512px; */
    width: 517px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    box-sizing: border-box;
    /* backdrop-filter: blur(60px); */
    /* backdrop-filter: hue-rotate(180deg); */
    /* IMAGE SYMPA */

    /* backdrop-filter: grayscale(50%); */
    /* FUN */

    /* backdrop-filter: contrast(50%); */
    /* POSSIBLE */

    backdrop-filter: brightness(40%); 
    /* POSSIBLE AAA*/
  }

.month {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 2.5rem;
}

.month i {
    font-size: 2.5rem;
    cursor: pointer;
}

.month h1 {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.month p {
    font-size: 1.4rem;
    margin-top: 0rem;
    text-align: center;
}

.weekdays {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    height: 48px;
    margin-top: 8px;
}

.weekdays div {
    /* text-align: center; */

    display: flex;
    justify-content: center;
    align-items: center;


    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    width: 100%;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}
.weekdays div.petit {
    display: none;
}

.container-days {
    overflow: hidden;
    padding: 4px;
}

.days {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.days div {
    width: 100%;
    aspect-ratio: 1 / 1;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
}

.days-link {
    text-decoration: none;
    color: #fff;
}

.days div:hover:not(.today) {
    outline: 0.2rem solid #777;
    border-radius: 10px;
    cursor: pointer;
}

.prev-date, .next-date {
    opacity: 0.5;
}

.today {
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
}

.today:hover {
    outline: 0.2rem solid #777;
    cursor: pointer;
}


.evenementFavoris {
    width: 1050px;
    height: auto;
    margin-left: 50px;
}

.evenementFavoris a {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    /* backdrop-filter: blur(60px);  */
    /* AAA */
    backdrop-filter: brightness(40%);
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}

.divContour {
    width: 1050px;
    height: auto;
    /* margin: 25px 0 25px 50px; */
    margin: 0;
    padding: 25px 0;
    /* display: flex; */
    /* justify-content: space-around; */
    /* text-align: center;
    align-items: center; */
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 45px rgba(0,0,0,0.1);
    /* backdrop-filter: blur(60px);  */
    /* AAA */
    backdrop-filter: brightness(40%);
    transition: 0.5s;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;

}

.Pinformation {
    font-family: "Quicksand", sans-serif;
    font-size: 1.3rem;
    list-style-type: none;
    padding: 0;
    margin: 0 3rem 0 3rem;
}

.PinformationDecalage {
    font-family: "Quicksand", sans-serif;
    font-size: 1.3rem;
    list-style-type: none;
    padding: 0;
    margin: 0 3rem 0 4.5rem;
}

.titreContour {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .divContour, .centerTitreSlogan, .titreIndexSlogan {
        margin: 0;
        width: 100%;
    }

    .Pinformation {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .contour, .evenement {
        margin-left: 0;
        /* margin-top: 25px; */
    }

    .evenementFavoris {
        margin-left: 0px;
    }

    .centerTitreSlogan {
        margin-left: 0px;
    }
    
}

@media screen and (max-width: 550px) {

    .container {
        gap: 8px;
        padding: 8px;
    }

    .pageContainer {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }

    .divContour {
        padding: 16px 0;
    }

    .centerTitre {
        width: 270px;
        display: inline-block;
    }
    
    .centerTitreSlogan {
        width: 270px;
        max-width: 270px;
        display: inline-block;
    }
    
    .titreIndex {
        font-size: 24px;
        width: 100%;
        margin-top: 8px;
    }

    .titreIndexSlogan {
        font-size: 18px;
        padding: 16px;
    }

    .evenement a {
        height: fit-content;
        padding: 4px;
    }

    /* CALENDRIER */
    .contour {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .evenement {
        width: 100%;
        margin-left: 0;
    }

    .container-cal {
        width: 100%;
        height: fit-content;
    }

    .calendrier {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
    }

    .month {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .month i {
        font-size: 30px;
    }

    .month h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .month p {
        font-size: 16px;
    }

    .weekdays {
        padding: 4px;
        box-sizing: border-box;
    }

    .weekdays div {
        font-size: 16px;
        
    }

    .container-days {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    /* .days {

    } */

    .days div {
        font-size: 16px;
    }
    
    .Pinformation {
        font-size: 1rem;
        margin: 0 1rem 0 1rem;
    }
    
    .PinformationDecalage {
        font-size: 1rem;
        margin: 0 1rem 0 2rem;
    }
}

@media screen and (max-width: 350px) {
    .weekdays div.petit {
        display: flex;
    }
    .weekdays div.grand {
        display: none;
    }
}