/* ************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 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: antiquewhite;
    font-size: 3em;
    text-shadow: 1px 3px 2px black;
}

/*********Prestations*********/

.prestations {
    height: auto;
    margin-bottom: 5px;
    background-color: #f1f2f6;
    padding: 1px 2%;

}
.prestations h2 {
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
}
.prestations>p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prestations>p>a {
    text-decoration: none;
    color: black;
    margin-top: 25px;

}
.prestations>p>a:hover {
    background-color: #c4c4c4;
}


/* ***********Presentation************ */
#presentation {
    background-color: #fffae1;
    padding: 10px 0px 100px 0;
}
.textIntro {
    padding: 0px 20%;
}
.text {
    padding: 0px 20%;
}


@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;
    }

}


