body {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Ajouter le style pour le menu déroulant au survol */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

#topButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}


.espace_40 {
    height: 40px;
}

/* Sélectionnez l'élément input avec la classe input_search */
.input_search::placeholder {
    color: white; /* Changez la couleur du texte ici */
}


.espace_60 {
    height: 60px;
}

.espace_80 {
    height: 80px;
}

.espace_100 {
    height: 100px;
}

.espace_15 {
    height: 15px;
}

.espace_7 {
    height: 7px;
}

.input_search {
    background: #bb4200c2;
}

.cadre_article {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 20px;
}

/* Ajouter le style pour le menu déroulant au survol */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.dropdown-menu {
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 500;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    letter-spacing: 0.8px;
}



.nav-link:focus,
.nav-link:hover {
    color: rgb(255 255 255);
}

.cadre_header {
    border: solid 1px #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}


   
@media only screen and (max-width: 2560px) {
    .texte_top {
        color: #009734;
        font-size: 16px;
    }

    ul{
        margin-left: 15px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    label {
        display: inline-block;
        margin-bottom: 5px;
        letter-spacing: 0.8px;
        font-weight: 600;
    }

    .label_form{
        color: #0c0c0c;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 5px;
        letter-spacing: 0.8px;
    }

    .form_devis{
        background: white;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
        border-radius: 20px;
        padding: 50px;
    }

    .title_auto{
        text-align: center;
        color: #23A455;
        font-size: 30px;
        font-weight: 300;
    }

    .title_sub_part{
        color: #003478;
        font-size: 30px;
        font-weight: 300;
    }

    .title_rc_famille {
        color: #003478;
        font-size: 30px;
        font-weight: 300;
    }

    .texte_form{
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        color: #003478;
        transition: all ease 500ms;
        text-decoration: none; 
    }

    .mini_texte{
        color: #ef821f;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-transform: none;
    }

    .title_offre{
        color: #003478;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 800;
    }

    .title_chiffre{
        font-size: 69px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: #ea703d;
    }

    .texte_nous_connaitre{
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.42em;
        letter-spacing: 0.8px;
        color: #666666;
        text-align: justify; 
    }
    .texte_nous_connaitre_c{
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.42em;
        letter-spacing: 0.8px;
        color: #666666;  
        text-align: center; 
    }
 
    .title__sui_sommes_nous{
        font-size: 25px;
        font-weight: 600;  
        line-height: 28px;
        color: #666666;
        letter-spacing: 0.8px;
    }
   
    .title_content_qui_somme_nous{
        color: #009734;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.42em;
    }

    .texte_mini_footer{
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
    }

    .lien_footer{
        font-size: 15px;
        line-height: 1.42em;
        letter-spacing: 0.8px;
        color: #666666; 
        transition: color 0.3s;
        font-weight: var(--e-global-typography-text-font-weight ); 
    } 

    .title_footer{
        color: #23a455;
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .css_back {
        background-image: url("../images/Contact-Us.jpg");
        background-size: cover;
        background-position: center;
        position: relative;
        border-radius: 18px;
    }

    .texte_contact_simple {
        text-align: left;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.8px;
    }

    .texte_droite_contact {
        font-size: 28px;
        font-weight: 800;
        text-align: end;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(236 117 52 / 85%);
        /* Couleur orange avec transparence */
        border-radius: 18px;
    }

    .cadre_contact {
        padding: 20px;
        color: white;
        position: relative;
        /* Ajout de cette ligne */
        z-index: 1;
        /* Ajout de cette ligne */
        border-radius: 18px;
    }

    .img_bl_2 {
        position: relative;
        top: -60px;
    }

    .block_orange {
        background-color: #ec7534;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .btn_bl_1 {
        padding: 14px 18px 14px 18px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #ef821f;
        border-style: none;
        color: #ffffff;
    }

    .image_bl_1 {
        width: 100%;
        border-radius: 23px;
    }

    .texte_bl_1_1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    .texte_bl_1 {
        color: #009835;
        font-size: 36px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 44px;
        letter-spacing: -1.08px;
    }

    .texte_bl_2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 44px;
        letter-spacing: -1.08px;
    }

    .title_article {
        font-size: 20px;
    color: #878787;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .bl_date {
            background: #ec7534;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50px;
        line-height: 12px;
        padding-top: 6px;
        color: #ffffff;
        position: relative;
        top: -24px;
        left: 27px;
        font-size: 12px;
    }

    /* === HEADING STYLE #3 === */
    .three h1 {
        letter-spacing: 0;
        padding-bottom: 15px;
        position: relative;
        color: #009734;
        margin: 0px 0px 0px 0px;
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1em;
    }

    .three h1:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 5px;
        width: 55px;
        background-color: #ec7534;
    }

    .three h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        width: 95%;
        max-width: 255px;
        background-color: #ec7534;
    }

    .top_assurance {
        margin-top: -126px;
    }

    .cadre_assurance {
        background: white;
        border-radius: 23px;
        border: solid 1px #d7d7d7;
    }

    .icon_assurance {
        text-align: center;
        background-color: #ec7534;
        width: 100px;
        height: 100px;
        border-radius: 120px;
        padding: 19px;
    }

    .ts-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.72px;
        text-transform: uppercase;
        font-weight: 800;
        color: #009835;
        text-align: center;
    }

    video {
        width: 100%;
        /* Par exemple, redimensionner à la largeur de son conteneur */
    }

    .video {
        margin-top: -40px;
        border-radius: 10px;
    }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 18px;
        font-weight: var(--bs-nav-link-font-weight);
        color: rgb(255 255 255);
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .cadre_menu {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ec7534 !important;
        border-radius: 10px;
        margin-left: 70px;
        margin-right: 70px;
    }
}

@media only screen and (max-width: 1399px) {
    .cadre_menu {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .texte_top {
        color: #009734;
        font-size: 13px;
    }

    .nav-link {
        display: block;
        font-size: 16px;
    }

    .cadre_menu {
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media only screen and (max-width: 991px) {
    .texte_top {
        color: #009734;
        font-size: 9px;
    }

    .icon_top {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .texte_top {
        color: #009734;
        font-size: 18px;
    }

    .icon_top {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 15px;
        letter-spacing: 0.8px;
    }
}


/*DEBUT TESTI*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    /*border: 1px solid #ECECEC;*/
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    margin: 0 0 17px 0;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.8px;
    font-weight: 500;
    position: relative;
}

.texte_mini_testi{
    color: #23a455;
    font-size: 13px !important;
    font-weight: 400 !important; 
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #009734;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 45px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item .img-circle {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ec7534; 
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #009734; 
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.img-circle{
    border-radius: 50px;
}

/*FIN TESTI*/