header{
    background:url(../../../images/front/fonds/accueil.jpg) no-repeat; 
    background-position: center; 
    background-size: cover;
    min-height: 800px;
    height: 100%;
    text-align: left;
}
.container{ 
    text-align: center;
}
#accueil a{
    /*color: #000;*/
    padding-left: 0px;
}
#accueil a:hover{ 
    color: #ffffff;
    padding-left: 0px;
    transition: all ease 0.3s;
}

p{
    font-size : 20px;
}

.reliefgauche:hover{
    text-shadow: -4px 3px 4px #000000;
}

.reliefdroite:hover{
    text-shadow: 4px 3px 4px #000000;


}
article{
    position: relative;
    font-size: 35px; 
    text-align: center;
}
#art1{
    display: none;
    font-weight: 400;
    margin: 25px auto;
    text-align: justify;
    line-height: 30px;
    width: 100%;
    max-width: 1240px;
    padding: 25px 40px;
    font-size: 24px;
}
#art2{
    display: none;
    margin-top: 30px;
    font-weight: 400;
}
#art3{
    display: none;
    margin-top: 30px;
    padding-bottom: 40px;
}
/*Avec tous nos remerciement...*/
#art3 p:nth-child(2){
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 1px;
}
section a{
    color: #ffffff;
    text-decoration: none;
}

section a:hover{
    text-decoration: none;
}
span{
    text-transform: uppercase;
}

.theatre{
    font-size: 24px;
}
@media only screen and (max-width:1800px){/* en dessous de 1800 */

    #art1{
        display: none;
        margin-top: 150px;
    }
}
@media only screen and (max-width:1300px){
    header{
        height: auto;
    }
    #art1{
        margin-top: 50px;
    }
}
@media only screen and (max-width:973px){
    
    header{
        min-height: 580px;
    } 
    article{
        font-size: 35px; 
    }
    #art1{
        margin-top: 80px;
    }
}
@media only screen and (max-width:760px){
    
    article{
        font-size: 32px; 
    }
    #art1{
        margin-top: 60px;
    }
}
@media only screen and (max-width:680px){
    
    article{
        font-size: 32px; 
    }
}
@media only screen and (max-width:410px){
    header{
        /*height: 750px;*/
    } 
        article{
        font-size: 30px; 
    }
}
@media only screen and (max-width:380px){
    
    article{
        font-size: 26px; 
    }
}
