@import "vendor/bootstrap.min-1SXq9KF.css";
@import "config/_public_variables-fc-BjN8.css";
@import "front/_tac_override-UhWiqmh.css";
@import "front/_navbar-jiOr3pE.css";
@import "front/_header-home-mX_mKh_.css";
@import "front/_nos-offres-tPff1wL.css";
@import "front/_qeqof-dmqbp0A.css";
@import "front/_realisations-sfrhvts.css";
@import "front/_contact-fe_RpAF.css";
@import "front/_footer-JA9paVH.css";
body {
    background-image: url("../images/header_bg-u9eWsqR.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: relative;
    padding-top: 80px;
    font-family: var(--font);
    .contenu {
        color: #FFF;
        padding: 80px 0;
        h1 {
            color: var(--primary-color);
            text-transform: uppercase;
            font-weight: 200;
        }
        img {
            margin-bottom: 15px;
        }
    }
    .dropdown-item {
        &:active {
            background-color: var(--primary-color) !important;
            color: #FFF !important;
        }
    }
    strong {
        color: var(--primary-color);
    }
    p {
        color: #FFF;
        font-size: 20px;
    }
    main {
        ul {
            padding-left: 0;
            list-style: none;
            li {
                position: relative;
                padding-left: 35px;
                font-size: 20px;
                margin-bottom: 8px;
                background-image: url("../images/arrow-neYdr6x.webp");
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 22px 16px;
                color: #FFF;
            }
        }
    }
}
.alert-success {
    background-color: var(--primary-color);
    color: #FFF;
    border: none;
}
h2 {
    color: var(--primary-color);
    font-weight: 200;
    margin-bottom: 35px;
}
.dropdown-toggle::after {
    content: none;
}
.custom-btn {
    position: relative;
    clip-path: inset(0 round 50px);
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(
            120deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent
        );
        transform: skewX(-25deg);
        transition: left 0.6s ease;
        pointer-events: none;
    }

    &:hover::before {
        left: 125%;
    }

    &.primary {
        color: var(--light-color);
        background-color: var(--primary-color)
    }
    &.secondary {
        border: 2px solid #FFF;
        color: #FFF;
    }
    &:disabled {
        background-color: rgba(48, 215, 154, 0.5);
    }
    &.contact {
        padding: 8px 15px;
    }
}
@media screen and (min-width: 1440px) {
    body {
        .contenu {
            h1 {
                font-size: 50px;
            }
        }
        main {
            ul {
                li {
                    font-size: 20px;
                    background-size: 32px 22px;
                    padding-left: 50px;
                    margin-bottom: 25px;
                }
            }
        }
    }
}
@media screen and (min-width: 1600px) {
    body {
        padding-top: 200px;
        .container {
            max-width: 1500px;
        }
        .custom-btn {
            padding: 25px 65px;
            border-radius: 45px;
            font-size: 22px;
            margin: 15px 15px;
            &.contact {
                padding: 15px 30px;
                font-size: 17px;
                margin: 15px 0;
            }
        }
    }
}
@media screen and (min-width: 1800px) {
    body {
        .container {
            max-width: 1650px;
        }
    }
}

