 /* General FAQ Styles */
 .avisdoc-faq {
    background-color: #f1f7fd;
    padding: 60px 0;
}

.avisdoc-section-title {
    text-align: center;
    padding-bottom: 30px;
}

.avisdoc-section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.avisdoc-section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.avisdoc-section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #14abe2;
    bottom: 0;
    left: calc(50% - 20px);
}

/* FAQ List Styles */
.avisdoc-faq-list {
    padding: 0 100px;
}

.avisdoc-faq-list ul {
    padding: 0;
    list-style: none;
}

.avisdoc-faq-item {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-top: 15px;
}

.avisdoc-faq-item .avisdoc-icon-help {
    font-size: 24px;
    position: absolute;
    left: 20px;
    color: #14abe2;
}

.avisdoc-faq-item a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.avisdoc-faq-item .avisdoc-icon-show, .avisdoc-faq-item .avisdoc-icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline; /* Ensure the icons are shown */
}

/* Initially, hide the "up" icon (icon-close) and show the "down" icon (icon-show) */
.avisdoc-faq-item .avisdoc-icon-show {
    display: inline;
}

.avisdoc-faq-item .avisdoc-icon-close {
    display: none;
}

/* Override Bootstrap's collapse behavior to allow transition on height */
.avisdoc-faq-item .collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out; /* Smooth transition for height */
}

.avisdoc-faq-item .collapse.show {
    height: auto;
    overflow: visible;
}

.avisdoc-faq-item p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

/* Font Awesome Icons */
.fa {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

/* Adjustments for responsive */
@media (max-width: 992px) {
    .avisdoc-faq-list {
        padding: 0 30px;
    }
}


#v-pills-tab .nav-link {
    flex: 1; /* This makes the tabs fill the container evenly */
    text-align: center; /* Keeps the text centered */
    font-size: 16px; /* Optional: Adjust font size */
}
.icon-impact .fa {
    color:white!important;
    border:none!important;
}
.icon-impact{
       border:none!important;
}
.impact-title {
    color:white;

}
.impact-txt {
    color: rgba(255, 255, 255, 0.829);
}

.icon-benef {
    display: inline-flex; /* Ensures the icon is inline */
    justify-content: center;
    align-items: center;
    width: 60px; /* Set width for the circle */
    height: 60px; /* Set height for the circle */
    background-color: white; /* Background color of the circle */
    border-radius: 50%; /* Makes the icon inside a circle */
    color: #0ba4e0; /* Blue color for the icon */
    font-size: 2em; /* Double size icon (fa-2x) */
    border: 2px solid #0ba4e0; /* Optional: Adds a border around the circle */
    margin-bottom: 20px; /* Adds space below the icon */
}
.nav-menu-right {
    
        margin-right: 0px !important;
        margin: 0 auto;
    
}
.ftco-impact {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 1;
    /*background: #ef7534;*/
    background-image: url(../images/bg_3.jpg);
  

}
.ftco-impact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #ef7534
}

/* test s2 */
section2 {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
.wrap2 {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap2:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap2 {
    margin: auto;
}

.mbr-iconfont2 {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter2 {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
.h2-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5-2 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold2 {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6-2 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}

    /* back */
    /* Custom button style similar to submit button */
.btn-footer {
    color: #fff;
    font-size: 16px;
    background: #0ba4e0 ;
    border: none !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    height: 52px;
    text-align: center;
    padding: 0 15px;
}

.btn-footer:hover {
    cursor: pointer;
   
    background: #0ba4e0c5;
}
.btn-footer2 {
    color: #fff;
    font-size: 16px;
    background: #ef7534 ;
    border: none !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    height: 52px;
    text-align: center;
    padding: 0 15px;
}

.btn-footer2:hover {
    cursor: pointer;
    background: #ef7534c4;
}


.btn-footer:focus {
    outline: none;
    box-shadow: none;
}

/* Adjusting font awesome icon spacing */
.btn-footer .fa {
    margin-right: 8px;
}
.span-btn {padding-top: 8px;}
.signup-ico {

}
.logo-img {max-width: 55px;}
.logo-footer {
    font-weight: 400!important;}
.btn.btn-head {
        background: #ef7534;
        border: 2px solid #ef7534;
        color: #fff;
        transition: all 0.5s;
    }
    .btn.btn-head:hover {
        background: #ef7534ef;
        border: 2px solid #2f89fc;
       
    }
    .team-job {
        padding-top: 1em;
        margin-bottom: 0px;
        color: #29a3d4ba;
    }
    .team-faded {
        padding-bottom: 0.5em;
    border-bottom-left-radius: 10px;
    background-color: #8a888821;
    border-bottom-right-radius: 10px;
    }
.overlay-f319 {
    background-color: #ef7534!important;
}
.btn-f319 {
    
        background: #fafafa !important;
        color: #ef7534 !important;
    
}
.btn-f319:hover {
    background: #ffffffc5!important;
    border: 2px solid #ef7534!important;
    color: #0ba4e0 !important;
   
}
.f125 {
    font-size: 1.25em!important;
}
.btn-inscris {
   
        background: #ffffff!important;
        border: 1px solid #0ba4e0!important;
        color: #32addf!important;
    
}
.btn-inscris:hover {
   
    background: #0ba4e0!important;
    border: 1px solid #0ba4e0!important;
    color: #fff!important;

}
.f319 {
    width: 250px;
}
.comite {
    border-radius: 10px 10px 0 0;
}

.map2 {padding-top:40px;}