body,html{
    height: 100%;
    margin: 0;
    padding: 0;
}

a{
    background-color: rgba(255, 0, 0, 0);
}

.divTitre{
    text-align: center;
}

.titre{
    color: white;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 1px;
}

.hrTitre{
    color: white;
    border: 2px;
    width: 100%;
}

button{
    background-color: rgba(255, 0, 0, 0);
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 16px;
    padding: 10px 10px;
    margin: auto;
}

.aButton{
    margin: auto;
}

.container{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

.bouton{
    display: flex;
    justify-content: center;
    flex: 1; 
}

.backArrow{
    width: 30px;
    margin-left: 10px;
}

.bandeNoir{
    width: 100%;
    background-color: #000000;
    height: 25px;
    margin-top: 5px;
}



.bandeOrange{
    width: 100%;
    background-color: #F09000;
    height: 25px;
    margin-top: 5px;
}

.description{
    text-align: justify;
    margin: 0%;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.imageNormal{
    max-width: 100%;
    width: 100%;
}

.imageRow{
    display: inline-block;
    
}

.imageText{
    flex: 1;
    max-width: 100%;
}

.divImageText{
    display: flex;
    flex-direction: row;
}

.textImage{
    font-size: 17px;
    margin-left: 5px;
}

.burgerMenu{
    width: 60px;
}

.burgerDiv{
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.modalImplent{
   
}

.buttonMenu{
    margin-top: 25px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    height: min-content;
    margin-bottom: 0;
}

.menuModal{
    margin-top: 5px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

hr{
    border: none;
    height: 2px;
    background-color: #ffffff;
    width: 300px;
    margin: 0;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width:1024px){
    .backArrow{
        width: 50px;
        margin-left: 10px;
    }

    button{
        font-size: 32px;
    }

    .titre{
        font-size: 55px;
    }

    .description{
        font-size: 40px;
    }

    .textImage{
        font-size: 30px;
        margin-left: 5px;
    }
}