
    .container-offers {
        background-color: #FEE5E8; /* Couleur de fond rose pâle ajustée selon l'image */
        padding: 40px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .offer-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .offer-title span {
        color: #E53935; /* Couleur rouge vif */
        font-weight: 900; /* Pour rendre le texte encore plus gras */
    }

    .offer-subtitle {
        font-size: 20px;
        margin-bottom: 10px;
        text-decoration: line-through;
        color: #a5a5a5;
    }

    .offer-promo {
        font-size: 38px; /* Augmenter la taille pour mettre en avant */
        color: #000;
        font-weight: 700;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .offer-promo span {
        color: #E53935; /* Couleur rouge vif */
        font-weight: 900; /* Pour rendre le texte encore plus gras */
    }

    .btn {
        padding: 15px 40px;
        border: none;
        border-radius: 5px;
        font-size:16px;
        font-weight: bold;
        cursor: pointer;
        margin: 10px;
    }

    .btn-red {
        background-color: #E53935;
        color: white;
    }

    .btn-gray {
        background-color: #555;
        color: white;
    }

    .btn:after {
        content: '→'; /* Flèche */
        margin-left: 10px;
    }



.copyright-area {
    border-top: 1px solid #d8ebfd;
    text-align: center;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fonc {
    height: 300px;

}
.co-fonc {
    display: flex;
    padding: 40px;
    justify-content: center;
    color: #fff;
    
}
.text {
    font-size: 12px;
    padding-bottom: 24px;
}
.co-fonc-1 {
    display: flex;
    padding: 0px 70px;
    justify-content: center;
}
.content {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 24px;
    display: inline-flex;
}
.element {
    padding: 0 20px;
    text-align: center;
}
.box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    flex-basis: 100%;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px;
    box-shadow: 0 4px 40px -8px rgb(0 0 0 / 20%);
}
.form-card{
    display: grid;
    margin: 10px 0px;
    padding: 20px;
    grid-template-columns: auto auto;
    background: #e1e1e166;
}
.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: 200px;
    width: 350px;
}
.service-area-two .single-service .service-content a {
    color: #a14d25;
    line-height: 1;
    z-index: 1;
    display: inline-block;
     width: auto;
    height: auto;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 0%;
}
.footer-top {
    background-color: #f4f4f4;
    padding: 21px 15px 20px;
    position: static;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    /* Assure que la largeur inclut la bordure et le rembourrage */
}

.theme-link {
    color: #007BFF;
    text-decoration: none;
    transition: color 0.3s;
}

.theme-link:hover {
    color: #0056b3;
}
.single-widget ul li a {
    color: #c0cade;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 13px;
}
.about {
   font-size: 12px;
}





@media only screen and (max-width: 767px){
    .header-area .top-header-area .header-content-left p {
        display: none;
    }
    .main-banner-area-two .banner-text span {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px;
        display: block;
        font-weight: 600;
        text-align: center;
    }
    .main-banner-area-two .banner-text h1 {
        font-size: 35px;
        margin-bottom: 25px;
        color: #ff6633;
        text-align: center;
    }
    .main-banner-area-two .banner-text p {
        display: none;
    }
    .fonc {
        height: 160px;
        margin-top: -35px;
    }
}

@media only screen and (max-width: 991px){
    .header-area .top-header-area .header-content-left p {
        display: none;
    }
    .header-area .top-header-area {
        background-color: #272727 !important;
    }
    .mobile-nav .logo {
        width: 95px !important;
        top: 14px !important;
    }
    .mean-container .mean-bar {
        background-color: #ffffff !important;
    }
    .mobile-nav nav .navbar-nav {
        height: 275px;
        overflow-y: scroll; 
    }
    .about {
        display: none;
    }
    .single-widget {
        margin-bottom: 15px;
    }
    .single-widget ul li {
        color: #c0cade;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .single-widget h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 5px;
    }
    
    .copyright-area {
        border-top: 1px solid #d8ebfd;
        text-align: center;
        margin-top: 10px;
        padding: 10px 0px;
    }
    .copyright {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px){
    
}
    