<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    min-width: 300px;
    text-align: center;

    a{
        color: black;
        text-decoration: none;
        display: block;
        padding: 20px;
        font-size: large;
        img{
            width: 150px;
            height: auto;
        }
    }
    a:hover{
        color:coral;
        text-decoration: none;

    }
}

.div-texte-image .div-texte,
.div-texte-image #carouselExample {
    width: 40vw;
    padding: 10px;
}



.div-texte-image .carousel img {
    width: 55vw;
}




#chauffage #carouselIrisium,
#chauffage #carouselIrisium img,
#chauffage #carouselDivali,
#chauffage #carouselDivali img {
    width: 45vw !important;
    padding: 10px;
}

a {
    display: block;
    line-height: 50px;
}

@media(max-width : 600px) {

    #chauffage #carouselIrisium,
    #chauffage #carouselIrisium img,
    #chauffage #carouselDivali,
    #chauffage #carouselDivali img {
        width: 85vw !important;
        padding: 0px;
    }



}


a {
    color: rgb(49, 72, 105);
}

.div-texte-image #carouselExample,
.div-texte-image .carousel-control-next span,
.div-texte-image .carousel-control-prev span {
    background-color: #bbbcbd;
    border-radius: 50%;
}


.electricite .img-elec {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}

.div-une-prestation {
    min-height: 70vh;
    width: 70vw;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}


.div-une-prestation p,
.div-une-prestation li {
    margin-top: 15px;
    line-height: 35px;

}


@media(max-width:900px) {
    .div-texte-image {
        margin: 25px auto;
        width: 100vw;
        height: fit-content !important;
        flex-direction: column !important;
    }

    .electricite .img-elec {
        width: 35vw;
        height: 35vw;
        object-fit: cover;

    }

    /*  .div-texte-image img,
        .div-texte-image .div-texte,
        .div-texte-image #carouselExample {
            width: 80vw;
        }
        
        .div-texte-image #liste-marques img{
            width: 80vw !important;
        }*/
}


@media only screen and (max-width: 600px) {
    .div-texte-image {
        margin: 10px auto;
        width: 95vw;
    }

    .div-texte-image img,
    .div-texte-image .div-texte,
    .div-texte-image #carouselExample {
        width: 100%;
    }

    /*  .div-texte-image #liste-marques img{
            width: 150px;
            height: 100px;
        }
    */
    .div-une-prestation {
        min-height: 100vh;
        width: 100vw;
        padding: 15px;
    }


    .div-texte-image .img-elec {
        width: 45vw;
        height: 45vw;
        object-fit: cover;
    }

}</pre></body></html>