/* *********IMAGE PRINCIPALE Poêle */
.imagePrincipale2 {
    padding-top: 10px;
    background-image: url(imageprincipale2.png);
    background-size: cover;
    height: 799px;
    width: 100%;
}


.premierTrait {
    height: 1px;
    width: 25%;
    margin: -3px auto;
    background-color: #fffae1;
    box-shadow: 1px 3px 2px black;
}
.premierTrait h3 {
    text-align: center;
    color: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    text-shadow: 1px 3px 2px black;
    padding-top: 80px;
}

#presentation{
    background-color: #fffae1;
    padding: 10px 0px 100px 0;
}

.textIntro,.text {
    margin: 10px;
}
.textIntro> h2 , text>h2{
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
}
.textIntro>p , .text>p{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.poele {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 30%;
    margin: 20px;

}
.imagePoele {
    display: flex;
    flex-direction: column;
}
.imagePoele a {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: 1.8em;
    margin: -5px;
    font-weight: 300;
    padding: 50px;
}
.imagePoele img {
    height: 226px;
    width: 250px;
    max-width: 250px;
    float: left;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 5px 8px 5px 4px rgba(0, 0, 0, 0.5);
}
.imagePoele img:hover {
    opacity: 0.5;
    transform: scale(1.05);
    transition: 0.8s ease-in-out;
}




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

    .imagePrincipale 
    {
        padding-top: 5px;
        height: 500px;
        width: 100%;
    }
    .premierTrait h3 {
        font-size: 2em;
    }
    nav {
        width: 100%;
    }
    .imagePoele img
    {
        height: 150px;
        width: 174px;
    }

}

@media screen and (max-width: 350px) {
    .imagePoele img
    {
        height: 75px;
        width: 90px;
    }
    .imagePoele > h4
    {
        font-size: 1em;
    }
}


