@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 100px;
}
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white; 
    z-index: 1000; 
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
}
.custom-menu {
    position: fixed;
    top: 70px; 
    left: 0;
    width: 100%;
    background: white;
    z-index: 999; 
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.custom-banner {
    height: 120px; 
    width: 100%;
    background-color: #D34C49;
    padding-top: 20px;
    color: #fff;
    display: flex;
    align-items: center; 
}
.icon-hover{
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
    color: white;
}
.icon-hover:hover {
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
}
.phone, .email {
    float: left;
    margin-right: 15px;
}
#top-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#top-menu li {
    position: relative;
}
#top-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
#top-menu li.current-menu-item a {
    color: #D34C49;
    border-bottom: 3px solid #D34C49;
}
#top-menu li a:hover {
    color: #D34C49;
}
.sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    width: 250px;
    min-width: 200px;
    list-style-type: none;
}
.sub-menu li {
    list-style-type: none; 
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.active .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.active .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.dipi-cta-button {
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    border: solid 2px #D34C49;
}
.mobile-menu.active {
    display: flex;
}
.mobile-menu ul {
    list-style: none;
    padding: 0;
}
.mobile-menu a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
}
.mobile-menu-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #D34C49;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 22px;
}
.mobile-menu {
    display: none;
    flex-direction: column;
    background: white;
    position: fixed; 
    width: 100%;
    top: 70px;
    left: 0;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; 
}
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #D34C49;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none; 
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex; 
}
.scroll-to-top-btn:hover {
    background-color: #B33A3A;
}
.scroll-to-top-btn i {
    margin-top: 3px;
}
.logo-cls{
    width: 70%;
}
#mobileMenu ul li a.active {
    background-color: #D34C49; 
    font-weight: bold;
    color: white;
}
.tarification{
    margin-top: 30px;
}
.cls-tarification-p{
    background: linear-gradient(to right, #8054fc, #d34c49);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;    
    font-weight:900;
    font-size: 52px;
}
.cls-trafication-bloc{
    padding: 50px;
}
.cls-tarification-d-p{
    font-weight:700;
    font-size: 24px;
    color: #000;
}
.btn-outline-primary-up {
    background-color: #fff;
    border: 2px solid; 
    border-image: linear-gradient(to right, #8054fc, #d34c49) 1; 
    color: #d34c49; 
    font-weight: 700; 
    font-size: 18px;
    margin-top: 5px;
}
.btn-outline-primary-up i {
    margin-left: 8px; 
}
.our-offers{
    background-color: #FAFAFA;
    padding-bottom: 20px;
}
.our-lots{
    background-color: #FAFAFA;
    padding-bottom: 20px;
}
.our-retraits{
    background-color: #FFF;
    padding-bottom: 20px;
}
.cls-footer{
    background-color: #231916;
    padding-bottom: 20px;
}
.our-initiale{
    background-color: #FAFAFA;
    padding-bottom: 20px;
}

.our-tariff{
    background-color: #FFF;
    padding-bottom: 20px;
}
.cls-our-offers-d{
    width: 80%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.cls-our-offres-p{
    color: #2A3147; 
    font-weight: 900; 
    font-size: 40px;
    line-height: 48.76px;
}
.cls-our-offers-d-d{
    width: 70%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.cls-our-offres-d-p{
    color: #000000; 
    font-weight: 600; 
    font-size: 24px;
    text-justify: initial;
}
.pd-cls{
    padding: 2px;
    margin: 0;
}
.offre-img{
    width: 100%;
}
.our-offre-ul{
    list-style-type: disc; 
    padding-left: 20px; 
}
.our-offre-li{
    font-size: 18px;
}
.tariff-btn{
    border: 1px solid #8054FD;
    background: #EEE7FF;
    color: #2A3147;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    border-radius: 40px;
}
.team-btn{
    border: 1px solid #8054FD;
    background: #EEE7FF;
    color: #2A3147;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
.img-focus{
    width: 236px;
}
.cls-p-t{
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.bi-arrow-down-short{
    font-size: 18px;
}
.mr-t{
    margin-top: 30px;
}

.custom-card {
    background: #FFFFFF;
    box-shadow: 0px 11px 25px 0px #0000001F;
    padding: 20px;
}

.custom-card-ssp {
    background: #EEE7FF;
    padding: 20px;
    border: solid 1px #8054FD;
    flex-direction: column;
    height: 100%;
}

.custom-card-l {
    background: #FFFFFF;
    box-shadow: 0px 11px 25px 0px #0000001F;
    padding: 20px;
}
.row-gap{
    margin-top: 60px;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.custom-table th, .custom-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #C4C4C4;
    font-size: 14px;
}
.custom-table th {
    font-weight: bold;
}
.bg-th-t{
    background-color: #EEE7FF;

}
.custom-input {
    width: 64px;
    height: 36px;
    border: 1px solid #9E9E9E;
    background: #EDEDED;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
}
.custom-output{
    width: 64px;
    height: 36px;
    border: 1px solid #9E9E9E;
    background: #EDEDED;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
}
.custom-output-focus {
    width: 64px;
    height: 36px;
    border: 1px solid #9E9E9E;
    background: #EEE7FF;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
}
.custom-input-focus {
    width: 64px;
    height: 36px;
    border: 1px solid #9E9E9E;
    background: #EEE7FF;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
}
.input-label {
    margin-bottom: 0;
    font-weight: 400;
}

.align-items-center {
    display: flex;
    align-items: center;
}
.custom-input:focus {
    background: #EDEDED;
}
.pd-r{
    padding: 10px;
}
.custom-bar {
    width: 100%;
    background: #EDEDED;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #373F41;
    align-items: center;
    border-radius: 8px;
}
.custom-bar-focus{
    width: 100%;
    background: #EEE7FF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #373F41;
    align-items: center;
    border-radius: 8px;
}
.cls-total{
    margin-left: 10px;
    font-weight: 800;
    font-size: 28px;
}
.cls-total-focus{
    margin-left: 10px;
    font-weight: 800;
    font-size: 28px;
    color: #8054FD;
}
.centered-box {
    width: 70%; 
    background: #EEE7FF; 
    border: 1px solid #8054FD; 
    text-align: left; 
    padding: 20px; 
    margin: 0 auto; 
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
}
.pd-cls-f{
    padding: 100px;
}
.cls-p-f{
    font-weight: 700;
    font-size: 22px;
}
.cls-p-f-d{
    font-weight: 500;
    font-size: 22px;
}
.min-h{
    min-height: 250px;
}
.mt-60{
    margin-top: 60px;
}
.mh{
    min-height: 395px;
}
.w-all{
    width: 100%;
}
.cls-exclusive-p{
    font-weight: 700;
    font-size: 16px;
    color: #D34C49;
}
.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-card {
    flex-direction: column;
    height: 100%;
}
.mh { 
    min-height: 100%; 
}
.row {
    align-items: stretch; 
}
.img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.cls-link-footer {
    color: white; 
    text-decoration: none; 
    font-weight: 600;
    font-size: 14px;
}
.cls-link-footer-ex {
    color: white; 
    text-decoration: none; 
    font-weight: 700;
    font-size: 20px;
}
.cls-p-href{
    color: #f2f3f3;
    text-decoration: none; 
    
}
.cls-link-footer-menu{
    color: #f2f3f3;
    text-decoration: none; 
    font-weight: 700;
    font-size: 14px;
}
.cls-link-footer-menu:hover {
    color: #bf2d0d !important;
}
.cls-link-footer:hover {
    text-decoration: none; 
    color: #ddd; 
    
}
.cls-email-header{
    color: white; 
    text-decoration: none; 
    font-weight: 400;
    font-size: 14px;
}
.footer-linkin{
    font-size: 35px;
}
.b-fl-d{
    display: none;
}
@media (max-width: 768px) {
    .logo-cls{
        width: 150px;
    }
    .custom-menu {
        top: 0;
    }
    img{
        width: 100%;
    }
    .pd-cls-f{
        padding: 10px;
    }
    .cls-our-offers-d{
        width: 100% !important;
        padding: 0 !important;
    }
    .container{
        padding-left: 10px !important;
        padding-right: 0 !important;
    }
    .m-cls{
        width: 100%;
    }
    .cl-m-i-l{
        width: 50%;
    }
    .cl-m-i{
        width: 50%;
    }
    .cl-m-b{
        text-align: center !important;
    }
    .c-b-f{
        text-align: center !important;
    }
    .b-fl{
        display: none;
    }
    .img-bottom{
        position: relative !important;
    }
    .btn-outline-primary-up{
        width: 100%;
    }
    .cls-logo-footer{
        width: 50%;
    }
    .cls-tarification-p{
        font-size: 38px;
    }
    .b-fl-d{
        display: block;
    }
    a{
        text-decoration: none;
    }
    .img-focus{
        width: 100%;
    }
}
@media (min-width: 768px) {
    .mobile-menu-icon {
        display: none;
    }
    .mobile-menu  {
        display: none;
    }
    .mr-bloc-menu{
        margin-top: 20px;
    }
    
}