.entete{
    width: auto;
    height: 100px;
    background-color: rgba(42,42,42);
    border: 5px solid white;
    color: #FFFFFF;
    font-family: stencil;
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
}

.presentation{
    background-color: rgba(42,42,42,.9);
    color: #FFFFFF;
    font-family: MS PGothic;
    text-align: left;
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.pres-un,
.pres-deux,
.pres-trois,
.pres-quatre{
    margin-bottom: 24px;
    margin-left: 20px;
    margin-right: 20px;
}

.section-accueil {
    width: 100%;
    background-color: rgba(242, 167, 102, 0.2);
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.section-accueil .debut,
.section-accueil .fin {
    display: flex;
    flex-direction: row;    
}

.section-accueil .fin {
    padding-bottom: 20px; 
}

.section-accueil .milieu{
    display: flex;
    flex-direction: row-reverse; 
}

.section-accueil img {
    max-width: 70%;
    height: auto;    
}

.section-accueil p.msg_un,
.section-accueil p.msg_deux,
.section-accueil p.msg_trois {
    font-family: "MS PGothic";
    font-size: 48px;
    width: 500px;  
    margin-left: auto;
    margin-right: auto; 
    text-align: center;   
}

.section-accueil p.msg_un,
.section-accueil p.msg_deux {
    margin-top: 250px;
}

.section-accueil p.msg_trois{
    margin-top: 150px; 
}

.btn-accueil button{
    font-family: stencil;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #2A2A2A;
    border: 10px solid #2A2A2A;
    cursor: pointer;
    font-size: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 42%;
}

.btn-accueil button:hover{
    background-color: black;
    color: white;
}
