html {
    height: 85%;
}

body {
    background-image: url(image/background.jpg);
    position : relative;
    min-height: 100%;
}

/*------------------------------------------------------------------------------------------------------------
Css pour accueil.html */

.title {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family:'Times New Roman', Times, serif;
    vertical-align: middle;
    margin-top: 12%;
    font-size: 60px;
    max-width: 680px;
    width: 100%;
    margin: 100px auto;
}

.description {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family:'Times New Roman', Times, serif;
    vertical-align: middle;
    margin-top: 12%;
    font-size: 20px;
    max-width: 680px;
    width: 100%;
    margin: 100px auto;
    background: rgba(44, 59, 78, 0.45);
    border-radius: 16px;
    padding: 15px ;
}

.footermain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    border-radius: 16px;
    position: absolute;
    bottom : 0;
    left : 0;
    right: 0;
}

.social-media {
    display: flex;
    align-items: center;
    margin: 0 15px;
    text-decoration: none;
}

.facebook-icon, .instagram-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.account-name {
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.mail {
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    margin: 0 15px;
    padding: 10px;
}



/*------------------------------------------------------------------------------------------------------------
Css pour horaire.html */
.joursH, .infoH {
    display:flex;
    justify-content: space-around;
}

.jour, .info {
background-color: rgba(44, 59, 78, 0.45);
display: flex;
justify-content: center;
font-family: 'Times New Roman', Times, serif;
font-size: larger;
color: rgb(255, 255, 255);
width: auto;
border-radius: 14px;
padding: 10px 20px;
}

.info {
min-height: 200px;
}



/*------------------------------------------------------------------------------------------------------------
Css pour actualite.html */

.actualite {
    background-color: rgba(44, 59, 78, 0.45);
    display: flex;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    color: rgb(255, 255, 255);
    width: auto;
    border-radius: 14px;
    padding: 15px;
    margin-left: 200px;
    margin-right: 150px;
}



/*------------------------------------------------------------------------------------------------------------
Css pour adresse.html */

.map{
    display: block;
    border-radius: 10px;
    margin: auto;
}

.adress {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
}


/*------------------------------------------------------------------------------------------------------------
Css pour formulaire.html */

.form-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: transparent;
    width: auto;
    margin: auto 185px;
    padding: 15px ;
} 

.formulaire {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    width: 100%;
    border-radius: 10px;
}

.inputformulaire {
    padding: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(44, 59, 78, 0.45);
    color: white;
    outline: none;
    width: 100%;
    text-align: left;
    font-size: 1em;
    align-items: center;
}

.commentaire {
display: flex;
justify-content: center;
margin-top: 25px;
flex-direction: column;
align-items: center;
width: 100%;
}

.textareaformulaire {
    background-color: rgba(44, 59, 78, 0.45);
    border-radius: 10px;
    width: 100%;
    min-height: 200px;
    color: white;
    outline: none;
    border: none;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}

.formulairebutton {
background-color: rgba(44, 59, 78, 0.45);
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 8px;
}

.formulairebutton:hover {
background-color:rgba(22, 32, 44, 0.45);
}



/*------------------------------------------------------------------------------------------------------------
Css pour contact.html */

.contact {
    background-color: rgba(44, 59, 78, 0.45);
    display: flex;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    color: rgb(255, 255, 255);
    width: auto;
    border-radius: 14px;
    padding: 15px;
    margin-left: 200px;
    margin-right: 150px;
}



/*------------------------------------------------------------------------------------------------------------
Css pour calendrier.html */

.calendar {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    padding: 20px;
    margin-left: 200px;
    margin-right: 150px;
}

.month {
    background-color: rgba(44, 59, 78, 0.45);
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}

.important-date {
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: bold;
}



/*------------------------------------------------------------------------------------------------------------
Css pour soutien.html */

.soutien {
    background-color: rgba(44, 59, 78, 0.45);
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    color: rgb(255, 255, 255);
    width: auto;
    border-radius: 14px;
    padding: 15px;
    margin-left: 200px;
    margin-right: 150px;
    gap: 20px; 
}

.soutien div {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center;
    width: 50%; 
    min-width: 200px; 
}

.soutien img {
    max-width: 150px; 
    height: auto;
    border-radius: 10px;
}

.soutien h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.soutien p {
    font-size: 16px;
    line-height: 1.4;
}


/*------------------------------------------------------------------------------------------------------------
Css pour la nav bar */

#menuToggle {
    display: block;
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
text-decoration: none;
color: #ffffff;
transition: color 0.3s ease;
}

#menuToggle a:hover {
color: tomato;
}

#menuToggle input {
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}

#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #cdcdcd;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #949090;
}

#menuToggle input:checked~span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
transform: rotate(-45deg) translate(0, -1px);
}

#menu {
position: absolute;
max-width: 400px;
max-height: 100vh;
height: 100vh;
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
box-sizing: border-box;
overflow-y: auto;
background: rgba(32, 42, 56, 0.45);
list-style-type: none;
-webkit-font-smoothing: antialiased;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
padding: 10px 0;
font-size: 22px;
}

#menu li label {
cursor: pointer;
}

#menuToggle input:checked~ul {
transform: none;
}