    ::root {
        /*#f5f7fa blue claire claire*/
        /*#6c7c94 blue */
        --color-font: #272727;
    }

    #presentation-entreprise {
        width: 100vw;
        height: auto;
        padding: 25px 50px;
        text-align: center;
    }

    #presentation-entreprise h1 {
        text-align: center;
        padding-bottom: 20px;
        margin: 20px auto;
        border-radius: 10px;
        font-size: 50px;
        font: 'Nunito', Helvetica, Arial, Lucida, sans-serif !important;

        color: #050505;
        width: 70vw;
        font-size: xx-large;
    }

    #presentation-entreprise p {
        margin: 20px auto;
        width: 70vw;
        line-height: 30px;
    }

    #presentation-entreprise button {
        width: fit-content;
        border: none;
        padding: 10px 15px;
        border-radius: 10px;
        background-color: aliceblue;
        font-size: 1.0rem;
        margin: 20px 0;
        transition: transform .5s ease;
    }

    #presentation-entreprise button:hover {
        transform: scale(1.06);
        background-color: black;
        color: #e6e6e6;
        font-weight: 700;
    }


    @media(max-width:800px) {

        #presentation-entreprise {

            flex-direction: column-reverse !important;
            padding: 10px;
        }

        #presentation-entreprise h1,
        #presentation-entreprise p {
            width: 85vw;
        }


    }

    @media(max-width:500px) {

        #presentation-entreprise h1,
        #presentation-entreprise p {
            width: 95vw;
        }
    }



    h2 {
        color: #050505;
        text-align: center;
        font-weight: bolder;
        font-size: x-large;
        margin: 25px auto;
    }

    h3,
    h4 {
        color: #050505;
        text-align: center;
        font-weight: bolder;
        font-size: x-large;
        margin: 45px auto;
    }

    h4 {
        text-align: left;
        font-size: large;

    }

    #sommaire-prestation {

        width: 100vw;
        padding: 25px 50px;
        background-color: #f2f4f7;


        #prestation-card {
            background-color: white;
            padding: 25px;
            border-radius: 10px;
            margin: 30px;
            width: 300px;
            height: fit-content;
            /* box-shadow: #c6d4da 4px 4px 20px;*/
            transition: transform .9s ease;

            p {
                margin: 2rem 0 1rem 0;
                text-align: center;
                font-size: 16px;
            }

            .prestation-card-image {
                width: 250px;
                height: 250px;
                object-fit: cover;

            }

            a {
                text-decoration: none;
            }


            ul {
                list-style-type: circle;
                /*square; */
            }

            li {
                line-height: 35px;
                /* font-size: 18px;
            color: rgba(94, 117, 151, 0.92);*/
            }

            a {
                color: black;
            }


            li::marker {
                /* color: rgba(96, 113, 139, 0.92);*/
                font-size: 30px;
            }


        }

        #prestation-card:hover {
            transform: scale(1.029);
            box-shadow: #bdbbbb 4px 4px 20px;

        }

        @media(max-width:900px) {


            align-items: center !important;
            padding: 20px 0;

            #prestation-card {
                margin: 10px;
            }



        }


    }

    /* Ils parlent de nous  */
    #carouselExampleFade {
        background-image: url("https://laconstruction.fr/app/uploads/2023/01/electricien-2.png");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* very important this line */
        min-height: 50vh;
        width: 100vw;
        text-align: center;
        padding: 50px 100px;

        h2 {
            padding: 30px;
            background-color: white;
            width: 60vw;
        }

        .carousel-inner {
            padding: 30px;
            font-size: large;
            width: 60vw;
            margin: 0 auto;
            background-color: white;
        }

        .carousel-control-next,
        .carousel-control-prev {
            span {
                background-color: #a6c0cf;
                background-color: white !important;
                border-radius: 50%;
            }
        }

        @media(max-width:600px) {


            padding: 15px;
            text-align: center;

            h2 {
                padding: 10px;
            }

            .carousel-inner {
                padding: 40px;
                width: 90vw;
            }

        }
    }

    .div-texte-image .carousel img {
        width: 25vw !important;
    }

    #liste-marques img {
        width: 100px;
        height: auto;
    }

    @media(max-width:600px) {

        .div-texte-image .carousel img,
        .div-texte-image img {
            width: 95vw !important;
        }
    }


    #horaire {
        margin: 25px auto;
        padding: 0px 60px;
        padding-bottom: 60px;
        width: 70vw;
        font-size: medium;
        line-height: 45px;
        transition: transform .5s ease;

        h2 {
            border-bottom: 2px solid #050505;
            padding: 20px;
        }

        @media(max-width:600px) {

            width: 100%;
            width: 100vw;
            padding: 40px 20px;
            margin: 0;
        }
    }