
.titre-page{
    background : url("/img/lit_redim.png");
}

/* descripion générale du service  */

.services .img-service{
    background-image: url("/img/interieur.jpg");
}


/* nos services  */

.nos-services .service .detail i{
    border-radius: 100;
    size : 50px;
    width : 50px;
    height: 50px;
    margin-right: 10px;
}

.nos-services .service .detail p{
    line-height: 1.3;
}




@media screen and (max-width : 780px){

    h1{
        margin : 20px 8%;
    }

    header nav{
        height : 13%;
    }

    header nav .onglet {
        padding-top :0px;
        margin-top : 0px;
        padding-left : 0px;
        display: none;
    }

    header .titre-page{
        margin-top : 45%;
    }

    .titre p{
        width : 80%;
    }

    .services{
        flex-wrap : wrap; 
    }

    .services .img-service{
        width : 90%;
        margin : auto;
    }

    .services .explication{
        width : 90%;
        margin : auto;
        margin : 5%;
    }

    .services .img-service{
        width : 90%;
        height : 30vh;
        margin-bottom : 10px;
    }

    .nos-services{
        padding-bottom: 10px;
    }

    .nos-services .service{
        width : 90%;
    }
    
}
