@media (min-width:800px){
    body{
        background-color: #F79256;
        margin: 150px;
    }
    .prux{
        font-size: 30px;
        color: #301200 ;
    }
    .menu__toggle{
        position: fixed;
        top: 20px;
        justify-self: flex-end;
        cursor: pointer; /* ne pas oublier*/
        z-index: 20;
        background-color: #ffffff00;
        border-color: #ffffff00;
        display: block;

    }
    .menu__list{
        display: flex;
        list-style: none;
        justify-self: flex-end;
        transform: translateY(60px);
    }
    .menu__el a{
        text-decoration: none;
        padding: 26px;
        font-size: 30px;
        color: #301200 ;
    }
    .menu__el a:hover{
        color: #fff6da;
        background-color: #301200;
        border-radius: 10px;
        border:#301200 solid 2px;
        transition: ease-in-out 0.3s;
    }
    .menu__el--act a{
        color: #fff6da;
        background-color: #301200;
        border-radius: 10px;
        border:#301200 solid 2px;
    }
    
    .svg__bat{
        display: flex;
        transform: translateY(100px);
        justify-self: flex-end;
        width: 340px;
        
    }
    h1{
        color: #fff6da;
        width: 700px;
        transform: translateY(-200px);
        font-size: 100px;
    }
    h2{
        color: #301200;
        font-size: 30px;
    }
    p{
        color: #301200;
        font-size: 20px;
    }
    .cadre{
        border: #301200 solid 3px;
        border-radius: 30px;
        height: 600px;
        transform: translateY(-120px);
        padding-inline: 20px;
    }
    .cadre2{
        border: #301200 solid 3px;
        border-radius: 30px;
        transform: translateY(-120px);
        padding-inline: 20px;
    }
    .hublot{
        display: flex;
        justify-content: space-between;

    }
    .hublot__perso img{
        display: flex;
        justify-self: center;
    }
    .hublot__perso .pdp{
        width: 149px;
    }


    .orange{
        height: 800px;
    }
    .papyrus{
        transform: rotateZ(90deg)scale(1.2)translateY(-100px);

    }
    .txt{
        z-index: 100;
        transform: translateX(70px)translateY(-430px);
        width: 500px;
    }
    .salle{
        width: 400px;
        padding: 20px;
        display: flex;
        justify-self: flex-end;
        transform: translateY(-800px);
    }

    
    .besoin{
        background-color: #FBD1A2;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
    }
    .papier1{
        transform: rotateZ(90deg)scale(1.1)translateY(-260px);

    }
    .besoin .txt{
        z-index: 100;
        transform: translateX(180px)translateY(-510px);
        width: 600px;
    }
    .lamp{
        width: 400px;
        padding: 20px;
        display: flex;
        transform: translateY(-500px)translateX(500px);
    }
    .besoin2{
        background-color: #FBD1A2;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
        margin-top: 100px;
        padding-bottom: 200px;
    }
    .bat{
        display: flex;
        justify-self: center;
    }
    .bat img{
        width: 400px;
        padding: 50px;
    }
    .bat__txt{
        width: 600px;
        padding: 50px;
        align-self: center;
    }
    .tarte{
        display: flex;
        justify-self: center;
    }
    .tarte img{
        width: 400px;
        padding: 50px;
    }
    .tarte__txt{
        width: 600px;
        padding: 50px;
        align-self: center;
    }
    


    .demarche{
        background-color: #7DCFB6;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
        padding-bottom: 150px;
    }
    .papier2{
        transform: rotateZ(90deg)scale(1.3);
        display: flex;
        justify-self: center;

    }
    .demarche .txt{
        display: flex;
        justify-self: center;
        flex-direction: column;
        z-index: 100;
        width: 650px;
    }
    .demarche2{
        background-color: #7DCFB6;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
        padding-bottom: 350px;
    }
    .papier4{
        display: flex;
        justify-self: center;
        transform: scaleX(3)scaleY(1.7)translateY(200px);
    }
    .change{
        height: 1500px;
    }
    .change__1{
        transform: translateY(-900px);

    }
    .change__1 img{
        display: flex;
        width: 400px;
        justify-self: center;


    }
    .change__1 .arrow{
        width: 80px;
    }
    .change__1 p{
        font-size: 20px;
        width: 600px; 
        justify-self: center;
    }
    
    


    .evolution{
        background-color: #00B2CA;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
        padding-bottom: 150px;
    }
    .papier3{
        transform: rotateZ(90deg)scale(1.4);
        display: flex;
        justify-self: center;

    }
    .evolution .txt{
        display: flex;
        justify-self: center;
        flex-direction: column;
        z-index: 100;
        width: 650px;
    }
    

    footer{
        background-color: #1D4E89;
        width: 100vw;
        margin: -150px;
        transform: translateY(30px);
    }
    footer h2{
        color: #fff6da;
        justify-self: center;
    }
    .footer2 h2{
        color: #fff6da;
        justify-self: center;
    }
    .footer3{
        margin-left: -150px;
        transform: translateY(500px);
    }
    
    
    .svg__pc{
        margin: -5px;
        transform: translateY(-110px);
    }
}





@media (max-width:800px){
    body{
        background-color: #F79256;
        margin: 25px;
    }
    .prux{
        font-size: 18px;
        padding: 10px;
        width: 50px;
        color: #301200;
        border: #301200 solid 2px;
        border-radius: 10px;
    }
    .menu__toggle{
        position: fixed;
        top: 20px;
        justify-self: flex-end;
        cursor: pointer; /* ne pas oublier*/
        z-index: 20;
        background-color: #ffffff00;
        border-color: #ffffff00;
        display: block;

    }
    .bar{
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background-color: #301200;
    }
    .menu__list{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(6px);
        background-color: rgba(245, 245, 245, 0.404);
        margin: 0;
        z-index: 10;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        justify-items: center;
        align-content: center;
        list-style-type: none;

    }
    .menu--open .menu__list{
        display: block;
        transform: translateY(0);
        justify-items: center;
        align-content: center;
        list-style-type: none;
    }
    .menu__el{
        padding: 20px;
        font-size: 20px;
    }
    .menu__el a{
        text-decoration: none;
        color: #301200;
        font-size: 20px;
    }
    .svg__bat{
        display: flex;
        transform: translateY(-30px);
        justify-self: flex-end;
        
    }
    h1{
        color: #fff6da;
        width: 240px;
        transform: translateY(-100px);
    }
    h2{
        color: #301200;
        font-size: 20px;
    }
    p{
        color: #301200;
        font-size: 16px;
    }
    .grp{
        color: #fff6da;
        width: 10px;
        transform: translateY(-135px);
    }
    .hublot{
        display: flex;
        flex-direction: column;
        justify-self: center;
    }
    .hublot__perso{
        display: flex;
        flex-direction: column;
        text-align: center;
    }


    .pres{
        display: flex;
        justify-content: center;
        margin-bottom: -300px;
    }
    .txt{
        display: flex;
        flex-direction: column;
        justify-self: center;
        transform: translateY(-160px);
        color: #301200;
    }
    .txt p{
        width: 260px;
    }
    .txt h2{
        text-align: center;
    }
    .salle{
        display: flex;
        width: 300px;
        height: auto;
        justify-self: center;
        padding: 30px;
        transform: translateY(-100px);
    }


    .besoin{
        background-color: #FBD1A2;
        width: 100vw;
        margin: -25px;
        transform: translateY(30px);
        margin-bottom: -600px;
    }
    .besoin .papier1{
        display: flex;
        justify-self: center;
        transform: translateY(-100px);
    }
    .besoin .txt{
        display: flex;
        flex-direction: column;
        justify-self: center;
        transform: translateY(-670px);
    }
    .besoin .txt p{
        width: 260px;
    }
    .besoin .txt h2{
        text-align: center;
    }
    .lamp{
        display: flex;
        justify-self: center;
        width: 300px;
        transform: translateY(-650px);
        padding: 50px;
    }
    .besoin2{
        background-color: #FBD1A2;
        width: 100vw;
        margin: -25px;
        transform: translateY(30px);
        margin-top: 100px;
        padding-bottom: 100px;
    }


    .demarche{
        background-color: #7DCFB6;
        width: 100vw;
        margin: -25px;
        transform: translateY(30px);
        margin-bottom: -500px;
    }
    .demarche .papier2{
        display: flex;
        justify-self: center;
        transform: translateY(-100px);
    }
    .demarche .txt{
        display: flex;
        flex-direction: column;
        justify-self: center;
        transform: translateY(-700px);
    }
    .demarche .txt p{
        width: 260px;
    }
    .demarche .txt h2{
        text-align: center;
    }
    .demarche2{
        background-color: #7dcfb6;
        width: 100vw;
        margin: -25px;
        transform: translateY(30px);
        margin-bottom: -120px;
    }



    .evolution{
        background-color: #00B2CA;
        width: 100vw;
        margin: -25px;
        transform: translateY(30px);
        margin-bottom: -300px;
    }
    .evolution .papier3{
        display: flex;
        justify-self: center;
        transform: translateY(-100px);
    }
    .evolution .txt{
        display: flex;
        flex-direction: column;
        justify-self: center;
        transform: translateY(-600px);
    }
    .evolution .txt p{
        width: 260px;
    }
    .evolution .txt h2{
        text-align: center;
    }
    

    .bat{
        transform: translateY(-110px);
    }
    .tarte{
        transform: translateY(-50px);
    }
    .tarte img{
        display: flex;
        width: 300px;
        justify-self: center;
    }
    .bat img{
        display: flex;
        width: 300px;
        justify-self: center;
    }
    .tarte h2{
        display: flex;
        justify-self: center;
    }
    .bat h2{
        display: flex;
        justify-self: center;
    }
    .bat p{
        display: flex;
        width: 400px;
        justify-self: center;
    }
    .tarte p{
        display: flex;
        width: 400px;
        justify-self: center;
    }



    .change{
        height: 1500px;
    }
    .change__1{
        transform: translateY(-900px);
    }
    .change img{
        display: flex;
        justify-self: center;
    }
    .change__1 img{
        width: 300px;
    }
    .change__1 .arrow{
        width: 80px;
    }
    .change__1 p{
       width: 300px; 
       justify-self: center;
    }
    .papier4{
        transform: scaleY(1.5)translateY(100px);
    }


    footer{
        background-color: #1D4E89;
        width: 100vw;
        margin: -25px;
        transform: translateY(150px);
    }
    footer h2{
        z-index: 90;
        color: #fff6da;
        transform: translateY(-100px);
        display: flex;
        justify-self: center;
    }
    .footer2{
        background-color: #1D4E89;
        width: 100vw;
        margin: -25px;
    }
    
    
    .svg__pc{
        margin: -5px;
        transform: translateY(-150px);
    }

}