@media screen and (min-width:1100px) and (max-width:1339px){
body{
    background-color: #DFE0E7;
}

#blocPage{
    width: 85%;
    margin: auto;
    background-color: white;
    border-radius: 30px;
}

/*--------HEADER--------------*/
header {
    background-color: #e1d2b8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#imgHaut{
    /*height: 300px;
    background-color: aqua;*/
}

#imageHaut{
    max-width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#menuHaut {
    width: 90%;
    margin: auto;
    height: 60px;
    padding-top: 1px;
}

.LiMenu {
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}
    
    #MenuAccueil {
        margin-left: 5%;
        display: inline-block;
    vertical-align: top;
    }
    
    .boutonMenuHaut{
        background-color: #00A4D6;
        border-radius: 20px;
        color: white;
        font-size: 0.92em;
        width: 150px;
    }
    
    #BoutonHaut{
        background-color: #CA78A5;
        border-radius: 20px;
        color: white;
        font-size: 0.92em;
        width: 150px;
    }




/*--------SECTION 1--------------*/

#section1{
    
}

h1{
    text-align: center;
}

/*--------SECTION 2--------------*/

#section2{
    padding-left: 5%;
}

#bloc1{
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}

#text1{
    background-color: #CA78A5;
    color: white;
    border-radius: 20px;
    padding-top: 10px;
}

#text1 p{
    margin-left: 10px;
    margin-right: 20px;
}

.titre{
    margin-top: 0px;
}

#blocImg1{
    /*border-radius: 20px;
    border: 3px solid #CA78A5;*/
}

#img1{
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #CA78A5;
}

#bloc2{
    width: 52%;
    display: inline-block;
    vertical-align: top;
}

#blocImg2{
    /*border-radius: 20px;
    border: 3px solid #CA78A5;*/
}

#img2{
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #00A4D6;
}

#text2{
    background-color: #00A4D6;
    color: white;
    border-radius: 10px;
}

#text2 p{
    margin-left: 10px;
    margin-right: 20px;
}

/*--------SECTION 3--------------*/

#section3{
    /*background-color: #0000007E;*/
    background-image: url(../images/fond12.jpg);
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#bloc3{
    
}

#blocImg3{
    /*border-radius: 20px;
    border: 3px solid #CA78A5;*/
    width: 55%;
    display: inline-block;
    vertical-align: top;
    /*background-color: white;*/
    margin-right: 2%;
}

#img3{
    max-width: 100%;
    border-radius: 20px;
    border: 3px solid #5979E3;
}

#text3{
    background-color: #5979E3;
    color: white;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-top: 10px;
}

#text3 p{
    margin-left: 10px;
    margin-right: 20px;
}


/*--------FOOTER--------------*/

footer{
    background-color: #3C3C3C;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

footer p {
    margin-top: 0px;
}

footer p strong a {
    color: white;
    font-size: 0.8em;
}
}