.logo-tmdepannages {
    width: 160px;
}

.text-hero-tmdepannages {
    color: transparent;
}

.contact_link2 {
    background-color: rgb(110,190,70);
    border: 2px solid rgb(251,222,61);
    padding-left: 20px;
    padding-right: 20px;
}

.contact_link2 > span {
    font-size: 20px;
    margin-left: 10px;
}

.enlevement-img-gratuit {
    width: 71px;
}

.enlevement-img-vehicule {
    width: 105px;
}

.enlevement-img-recyclage {
    width: 78px;
}

.appointment {
    background: linear-gradient(to bottom, rgb(110, 190, 70) 0%, rgb(110, 190, 70) 75%, rgba(110, 190, 70, 0) 100%);
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
}

.title-appointment {
    margin-bottom: 10px;
}

.div-appointment {
    margin-bottom: 10px;
}

.div-input-appointment {
    display: flex;
    justify-content: space-between;
}

.input-appointment {
    border: none;
    outline: none;
    color: #000000;
    height: 45px;
    width: 30%;
    margin: 15px 0;
    padding-left: 15px;
    background-color: #ffffff;
}

.retails-appointment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.div-retails-appointement {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.depannage-express {
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 275px;
}

.input-depannage-express {
    height: 15px;
    width: 10%;
    margin-bottom: 5px;
    margin-right: 7px;
}

.word-express {
    margin-left: 3px;
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    color: #ff5733;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 10px #ff5733, 0 0 20px #ff5733; /* Ombres et lueur */
    letter-spacing: 0.1em; /* Espacement des lettres */
    background: linear-gradient(45deg, #ff5733, #ffbd33); /* Dégradé de fond */
    -webkit-background-clip: text;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 10px #ff5733, 0 0 20px #ff5733, 0 0 30px #ff5733;
    }
    to {
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), 0 0 10px #ffbd33, 0 0 20px #ffbd33, 0 0 30px #ffbd33;
    }
}

.warning-appointment {
    display: flex;
}

.warning-appointment > p {
    margin-bottom: 3px;
}

.img-warning {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
}

.div-informations-complementary {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-submit-appointment {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 60px;
    background-color: rgb(21, 38, 12);
    color: #ffffff;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
}

.link-rgpd {
    text-decoration: underline;
    color: inherit;
}

.link-rgpd:hover {
    text-decoration: underline;
    color: inherit;
}

@media screen and (max-width: 992px) {
    .retails-appointment {
        flex-direction: column;
        gap: 0px;
    } 

    .input-location-appointment {
        width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .div-appointment {
        margin-bottom: 20px;
    }

    .div-input-appointment {
        flex-direction: column;
        gap: 0;
    }

    .input-appointment {
        width: 100%;
        margin: 5px 0;
    }

    .btn-submit-appointment {
        margin-top: 0;
    }

    .input-location-appointment {
        width: 171px;
    }
}


/* LEGAL NOTICE AND PRIVACY POLICY  */

.legal {
    color: white;
    background-color: #101010;
}

.title-main-legal {
    margin-bottom: 30px;
}

.main-legal {
    margin-top: 40px;
}

.subtitle-first-slide {
    margin-top: 20px;
}

.hero_area {
    height: 100vh;
}

@media screen and (max-width: 1000px) {
    .img-hero-responsive {
        width: 100%;
        object-fit: cover;
        object-position: center; 
    }
}

@media screen and (max-width: 991px) {
    .link-phone-absolute {
        display: flex !important ;
        justify-content: center;
        align-items: center;
        position: fixed !important;
        position: absolute;
        bottom: 60px;
        right: 15px;
        color: white;
        background-color: rgb(110, 190, 70);
        width: 55px;
        height: 55px;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    }   
}