@media screen and  (max-width:1024px){
    .contenu .rechauff{
        display: block;
    }

    .contenu .rechauff article{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .contenu .rechauff article:nth-of-type(1){
        margin: 0;
    }
    .contenu .rechauff article:nth-of-type(1){
        padding: 0.5em;
    }

    .contenu .rechauff article:nth-of-type(2){
        padding: 0;
    }
    .contenu .rechauff img{
        margin-left: 15%;
        width: 70%;
        height: auto;
    }
    .contenu .consequences{
        padding: 0.5em;
    }

    .contenu .equipe li{
        margin: 0.5em;
    }

}

@media screen and (max-width:500px){

    .entete{
        position: fixed;
        z-index: 10000;
        width: 100%;
    }

    .entete .menu-principal{
        display: none;
    }

    .entete .logo{
        width: 15%;
    }

    .entete .menu-principal{
        display: none;
    }

    .entete .mobile-trigger{
        display: block;
        margin-right: 1.5em;
        cursor: pointer;

    }
    .entete .mobile-trigger img{
        width: 10%;
        height: auto;
        float: right;
        
        
    }
    .entete .mobile-trigger input[type="checkbox"]{
        display: none;
    }
    
    .entete .mobile-trigger input[type="checkbox"]:checked+nav{
        display: block;
    }

    .contenu{
        padding-top: 4em;
    }

    .contenu .consequences img{
        max-width: 100px;
        max-height: 100px;
    }
   
    .contenu .rechauff article:nth-of-type(1){
        margin: 0;
    }

    .parallax{
        background-attachment: scroll !important;
    }
    .contenu .equipe ul{
        padding: 0;
    }
   
 
}
