/* ************IMAGE PRINCIPALE******************/
.imagePrincipale {
    padding-top: 10px;
    background-image: url(ip.jpg);
    background-size: cover;
    height: 799px;
}

h1 {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: antiquewhite;
    font-size: 6em;
    margin-top: 100px;
    text-shadow: 1px 3px 2px black;
}
.premierTrait {
    height: 1px;
    width: 25%;
    margin: -3px auto;
    background-color: #fffae1;
    box-shadow: 1px 3px 2px black;
}
.premierTrait h3 {
    text-align: center;
    color: antiquewhite;

    font-size: 3em;
    text-shadow: 1px 3px 2px black;
}
/* **************Présentation tarifaires************* */
#presentation1 {

    background-color: #fffae1;
    padding: 10px 0px 0px 0;
    width: fit-content;
    margin: auto;
    text-align: center;
}
.textIntro1 {
    padding: 0px 20%;
}
.text2 {
    padding: 0px 31%;
}
.text3 {
    padding: 0px 40%;
}
#presentation2 {
    background-color: #fffae1;
    padding: 10px 0px 0px 0;
    width: fit-content;
    border: 2px solid #f1f2f6;
    margin: auto;
    text-align: center;
}
.textIntro2 {
    padding: 0px;
}


@media screen and (max-width: 500px) {
    
    .imagePrincipale 
    {
        padding-top: 5px;
        height: 500px;
        width: 100%;
    }
    
    h1 {
        font-size: 3em;
        margin-top: 200px;
    }
    .premierTrait h3 {
        font-size: 2em;
    }

}