html{
    margin: 0;
    padding: 0;
}
#menu{
    display: none;
}
.menuburger{
    display: none;
}
.span{
    width: 35px;
    height: 5px;
    background-color: #FAF2E6;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.menuburger.open .span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 17px;
}

.menuburger.open .span:nth-child(2) {
    opacity: 0;  /* Masquer la deuxième ligne */
}

.menuburger.open .span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}


header a{
    color: white;
    font-weight: bold;
    text-decoration: none;
 }
header a:hover{
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 15px;
}

.page{
    text-decoration:underline;
}
.page:hover{
    text-decoration:underline;
}

body{
    background-color: #FAF2E6;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 66px;
    font-family: "Cutive", serif;
    font-weight: 400;
    font-style: normal;
    color: #CC261A;
    margin: 0;
}

h2{
    font-size: 31px;
    font-family: "Cutive", serif;
    font-weight: 400;
    font-style: normal;
    color: #CC261A;
    padding: 0px;
    margin: 0px;
    margin-bottom: 45px;
}

header{
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 250px;
    padding-right: 250px;
    background-image: url(Images/header.svg);
    background-size: cover;
    height: 220px;
}

.bouton{
    width: 233px;
    height: 44px;
    border-radius: 10px;
    border: solid;
    border-color: #CC261A;
    display: flex;
    justify-content: center;
    align-items: center;
    color:  #CC261A;
    text-decoration: none;
}

.bouton:hover{
    background-color: #CC261A;
    color: white;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(Images/header.svg);
    background-size: cover;
    height: 150px;
    color: white;
    flex-direction: column;
}


footer a{
    text-decoration: none;
    color: white;
}

.paragraphe, .paragraphe2{
    display: flex;
    margin-bottom: 80px;
    justify-content: space-evenly;
}

.image img{
    width:430px;
    height: 300px;
}


.image{
    font-size: 10px;
}

img{
    border-radius: 10px;
}

.Intro{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-evenly;
}

.Intro .texte{
    width: 50%;
}

.lien{
    display: flex;
    flex-wrap: wrap;
}

.lien a{
    margin-right: 20px;
}

section{
    padding: 20px;
    padding-top: 90px;
    padding-bottom: 77px;
}

.date{
    font-size: 30px;
}

.paragraphe .texte, .paragraphe2 .texte{
    width: 50%;
}

.video{
    width: 600px;
    height: 360px;
}

.logo:hover{
    cursor: pointer;
}


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

    .menuburger{
        display:block;
        position: absolute;
        left: 0;
        z-index: 1000;
        margin-left: 30px;
        margin-top: 5px;
    }
    #menu a{
        color: white;
        font-weight: bold;
        text-decoration: none;
        margin: 8px;
        margin-left: 30px;
    }

    #menu{
        flex-direction: column;
        background-color: #631413;
        padding: 10px;
    }
    .menuburger{
        background: none;
        border: none;
        height: 50px;
        width: 50px;
    }
    header a{
        display: none;
    }
    
    header{
        height: 70px;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: 5px;
    }

    footer{
        height: 70px;
        padding-bottom: 5px;
    }

    section{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .Intro{
        display: flex;
        justify-content: flex-start;
    }
    .Intro .texte{
        width: 100%;
    }
    .lien{
        margin-bottom: 30px;
    }
    .paragraphe{
        display: flex;
        margin-bottom: 35px;
        margin-top: 30px;
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
    .paragraphe2{
        display: flex;
        margin-bottom: 50px;
        flex-direction: column-reverse;
        margin-left: 0px;
        margin-right: 0px;
    }
    .image img{
        width: 100%;
        height: 100%;
    }
    body{
        font-size: 12px;
    }
    h1{
        font-size: 35px;
    }
    
    h2{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .date{
        font-size: 18px;
    }
    .bouton{
        width: 100%;
        height: 30px;
        margin: 5px;
    }

    .video{
        width: 100%;
        height: 200px;
    }
    .paragraphe .texte{
        width: 100%;
        margin-bottom: 20px;
    }
    .paragraphe2 .texte{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .logo{
        width: 45px;
        margin: 0px;
        padding: 0px;
        padding-bottom: 18px;
    }
}
