
@media screen and (max-width:1024px){
    .container .titre-page{
        text-align: center;
        font-family: roboto;
        color: #494949;
        font-size: 2rem;
        text-transform: uppercase;
    }
    .container .services .service{
        height: 60vh;
        
    }
    .container .services .img-service{
        margin-top: 0;
        width: 30%;
        height: 60%;
    }
    .container .services .desc-service{
        width: 60%;
        font-size: 1rem;
    }
    .container .services .desc-service h2{
        font-size: 2.3rem;
    }
}
@media screen and (width:1024px) and (height:1366px){
    .container .titre-page{
        text-align: center;
        font-family: roboto;
        color: #494949;
        font-size: 2.5rem;
        text-transform: uppercase;
    }
    .container .services .service{
        width: 100%;
        height: 50vh;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    .container .services .img-service{
        margin-top: 0;
        width: 30%;
        height: 30%;
    }
    .container .services .desc-service{
        width: 60%;
        font-size: 0.8rem;
    }
}



@media screen and (max-width:768px){
    .container .titre-page{
        font-size: 2.3rem;
     }
     .container .services .service{
         font-size: 1rem;
         width: 100%;
         height: 80vh;
     }
     .container .services .desc-service{
         width: 100%;
         font-size: 1.3rem;
     }
    .img-service{
        display: none;
    }
}


@media screen and (max-width:600px){
    .container .titre-page{
        font-size: 2rem;
     }
     .container .services .service{
         font-size: 0.8rem;
         width: 100%;
         height: 80vh; 
     }
     
     .container .services .desc-service{
         width: 100%;
         font-size: 1rem;
     }
    .img-service{
        display: none;
    }
}


@media screen and (max-width:375px){
    .container .titre-page{
        font-size: 2rem;
        margin: 0;
     }

     .container .services .service{
        width: 100%;
        height: 80vh;

        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 30px;
    }
    .container .services .desc-service h2{
        text-transform: uppercase;
        border: 1px solid #abcf47;
        padding: 5px;
        color: #abcf47;
        text-align: center;
        margin: 0;
        font-size: 1rem;
    }
     
     .container .services .desc-service{
         width: 100%;
     }
    .img-service{
        display: none;
    }



}
@media screen and (width:375px) and (height:667px){
    .container .titre-page{
        font-size: 1.5rem;
     }

     .container .services .service{
        width: 100%;
        height: 80vh;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 30px;
    }
    .container .services .desc-service h2{
        text-transform: uppercase;
        border: 1px solid #abcf47;
        padding: 5px;
        color: #abcf47;
        text-align: center;
        margin: 0;
    }
     
     .container .services .desc-service{
         width: 100%;
     }
    .img-service{
        display: none;
    }
}


@media screen and (width:320px) and (height:568px){
    .container .titre-page{
       font-size: 1.3rem;
    }
    .container .services .service{
        width: 100%;
        height: 100vh; 
    }
    .container .services .desc-service{
        width: 100%;
        font-size: 0.6rem;
    }
   .img-service{
       display: none;
   }
    
    
}
@media screen and (max-width:320px){
    .container .titre-page{
       font-size: 1.8rem;
    }
    .container .services .service{
        font-size: 0.9rem;
        width: 100%;
        height: 60vh; 
    }
    .container .services .desc-service{
        width: 100%;
    }
   .img-service{
       display: none;
   }
    
    
}