@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
    font-family: "Open-Sans-Bold";
    src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Medium";
    src: url("../font/OpenSans-Medium.woff2") format("woff2"), url("../font/OpenSans-Medium_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Regular";
    src: url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular_1.woff") format("woff");
}
@font-face {
    font-family: "Open-Sans-Semi-bold";
    src: url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold_1.woff") format("woff");
}

@font-face {
    font-family: "inter";
    src: url("../font/inter/Inter-Regular.woff2") format("woff2"), url("../font/inter/Inter-Regular.woff") format("woff");
}
@font-face {
    font-family: "inter-bold";
    src: url("../font/inter/Inter-Bold.woff2") format("woff2"), url("../font/inter/Inter-Bold.woff") format("woff");
}
@font-face {
    font-family: "inter-medium";
    src: url("../font/inter/Inter-Medium.woff2") format("woff2"), url("../font/inter/Inter-Medium.woff") format("woff");
}
@font-face {
    font-family: "inter-semi-bold";
    src: url("../font/inter/Inter-SemiBold.woff2") format("woff2"), url("../font/inter/Inter-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "inter-light";
    src: url("../font/inter/Inter-Light.woff2") format("woff2"), url("../font/inter/Inter-Light.woff") format("woff");
}
body{
    font-family: "inter";
}


a,
button {
    cursor: pointer;
}

.fw-bold {
    font-weight: 700;
}

:root {
    --green-dark: #007f4f;
    --green-bg: #06663e;
    --green-lighter: #0d6b44;
    --green-light: #e9f6f0;
    --green-main: #007f4f;
    --yellow-main: #fcb415;
    --gray-light: #F4FBF7;
    --gray-lighter: #ecfff799;
    --gray-border: #e9ecef;
    --text-dark: #212529;
    --text-muted: Gray;
}

body {
    font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.5;
}

header {
    border-bottom: 1px solid #e9ecef;
}

header .navbar-nav .nav-link {
    font-size: 16px !important;
    color: #212529;
    font-weight: 500;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.navbar {
    padding: .5rem 0 !important;
}
.nav-item {
    padding: 0 15px;
}
    
header .navbar-nav .nav-link:hover {
    color: var(--green-main);
}

.navbar-light .navbar-nav .nav-link {
    color: #1F2026 !important;
}

header img.logo-crsaf{
    height: 56px;
}

footer img.logo-crsaf {
    height: 56px;
}

header .mita-logo, footer .mita-logo {
    font-weight: 700;
    font-size: 1.875rem;
    color: var(--green-main);
    letter-spacing: 3.5px;
    margin-left: 0.5rem;
    user-select: none;
    font-family: 'Poppins', sans-serif;
}
hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-left: 2px solid #FBB900 !important;
    width: 5px;
    height: 30px;
}
footer hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-left: 1px solid #ffffff !important;
    width: 5px;
    height: 52px !important;
    margin-right: 13px;
}

footer .navbar-brand {
    width: 34%;
}

.hero {
    min-height: 600px;
}

.hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-text {
    width: 50%;
    position: absolute;
    bottom: 125px;
    left: 10%;
}

.hero-info p {
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 0;
}
.hero-info p i {
    margin-right: 10px;
    color: #B9BAC3;
}
.hr-modife{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-left: 2px solid #FBB900;
    width: 5px;
    height: 30px;
}
.pill {
    background: #ffffff66;
    color: white;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    border-radius: 15px;
    margin-bottom: 1rem;
    user-select: none;
    width: fit-content;

}

.pill i.fa-circle {
    font-size: 6px;
    margin-right: 0.4rem;
}

.hero-text h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 30px;
    color: white;
}

.hero-info {
    display: flex;
    font-size: 14px;
    color: rgba(255 255 255 / 0.7);
    font-weight: 600;
    justify-content: normal;
    width: 50%;
}

.btn-yellow {
    background-color: var(--yellow-main) !important;
    color: #060606 !important;
    font-weight: 700 !important;
    padding: 11px 1.5rem !important;
    border-radius: 3px !important;
    border: none !important;
    transition: background-color 0.3s ease !important;
    letter-spacing: 0.8px;
    float: left;
    margin-top: 3px;
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #e0a70f !important;
    color: #054720 !important;

}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    width: 40px !important;
    height: 40px !important;
    border-radius: 99px;
    background: #54545a !important;
    opacity: 10 !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.btn-green {
    background: #f4fbf742 !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 11px 1.5rem !important;
    border-radius: 3px !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.6px;
    margin: 3px 20px 0;
}

.btn-outline-light-green:hover,
.btn-outline-light-green:focus {
    background-color: rgba(255 255 255 / 0.15) !important;
    border-color: white !important;
    color: white !important;
}

.hero-image {
    width: 43%;
    position: absolute;
    right: 0;
}

.hero-image img {
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-events: none;
    object-fit: cover;
}

#about {
    margin: 6rem auto 3rem auto;
    position: relative;
}
#about .absolute-element{
    position: absolute;
    top: -164px;
    left: 0;
}
#about .container {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

#about .illustration, .section-nature-aide .illustration{
    flex: 0 0 45%;
    max-width: 45%;
    user-select: none;
}

#about .illustration img, .section-nature-aide .illustration img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 45px;
}

#about .content, .section-nature-aide .content {
    flex: 0 0 50%;
    max-width: 50%;
}

#about h2, .section-nature-aide h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 35px;
    user-select: none;
}

#about p{
    font-size: 15px;
    color: var(--text-muted);
    line-height: 32px;
    margin-bottom: 5px;
}
.section-nature-aide p {
    font-size: 15px;
    color: black;
    line-height: 32px;
    margin-bottom: 5px;
}
.absolut-element{
    background-color: #07764D;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    width: fit-content;
    margin-top: -62px;
    max-width: 141px;
}
.absolut-element h3{
    color: white;
    margin-bottom: 2px;
}
.absolut-element p{
    color: white !important;
    line-height: 20px !important;
    margin-top: 8px;
    margin-bottom: 7px !important;
}
.section-infos{
    background: url("../img/bg-section.png") no-repeat;
    background-size: contain;
    padding: 220px 100px;
}

.quote-box {
    background-color: #f3f7f7;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    max-width: 100%;
}
.carousel-element{
    display: flex;
    align-items: center;
    user-select: none;
    position: relative;
    gap: 1rem;
}

.card-infos .head {
    height: 236px;
}

.card-infos .head img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-infos {
    display: flex;
    justify-content: space-between;
    background: white;
    width: 100%;
    padding: 12px 10px 10px;
}
.footer-infos p{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
}
.footer-infos a{
    color: #07764D !important;
}

.quote-box .img-about{
    flex-shrink: 0;
    width: 135px !important;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
    border: 3px solid #8ac549;
}

.quote-box .tem-img{
    margin-bottom: 12px;
    width: 35px !important;
}

.quote-text {
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px !important;
    margin-bottom: 15px !important;
    max-width: 90%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel-about .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: column;
    display: flex;
}
.owl-carousel-about .owl-nav [class*=owl-] {
    color: #DC9E03 !important;
    font-size: 25px !important;
    margin: 5px;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    padding-bottom: 5px !important;
}

.quote-author {
    font-size: 12px !important;
    font-weight: 700;
    color: black !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 19px !important;
}
.quote-author small {
    color: #999 !important;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(1);
}

#programme {
    background-color: #ffffff;
    padding: 58px 0 50px;
}

#programme .container {
    max-width: 1140px;
}

#programme h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 2rem;
    user-select: none;
}
.sub-title-programe{
    font-size: 17px;
    font-weight: 400;
}

.programme-tabs {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 35px;
    user-select: none;
}

.programme-tabs button {
    font-size: 13px;
    background: #F4FBF7;
    border: 1px solid #E3E3E7;
    border-radius: 6px;
    padding: 7px 12px;
    color: #59595d;
    cursor: pointer;
    transition: all 0.3s ease;
}

.programme-tabs button.active,
.programme-tabs button:hover {
    font-weight: 700;
    background: var(--green-main);
    color: white;
}

.shedule-elemnt {
    background-color: white;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #D4E8E0;
}
.sub-shedule{
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}
.description{
    font-weight: 300;
    font-size: 15px;
}
.video{
    background-color: #FAFAFA;
    padding: 65px 0;
}
.video h2{
    text-align: center;
    margin-bottom: 30px;
}
.video-block{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .4);
    border-radius: 20px;
  }
  .video-block iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
  }
  .group-flex{
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .sub-group-flex{
    width: 30%;
    gap: 4;
  }
  .group-flex p{
    font-weight: 600;
    margin-bottom: 0;
  }
  .group-flex hr{
    font-weight: 600;
    height: 29px;
    width: 2px;
    border-left: 2px solid #FBB900 !important;
  }
  .btn-inscription {
    background: #FBB900 !important;
    padding: 9px 19px !important;
    font-weight: 500 !important;
}

#prix {
    background: url("../img/pattern.png") no-repeat center center;
    color: white;
    padding: 100px 0;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 8px;
}

#prix .container{
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    user-select: none;
    justify-content: space-between;
}

#prix-text {
    flex: 1 1 50%;
    max-width: 50%;
}

#prix-text h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
    user-select: none;
}

#prix-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #d8e0d6;
    margin-bottom: 2.2rem;
    user-select: text;
}

#prix-text .btn-yellow {
    margin-right: 1rem;
    text-transform: none;
    font-weight: 700;
    border-radius: 3px;
    padding: 0.5rem 1.7rem;
}

#prix-image {
    width: 45%;
    overflow: hidden;
    position: relative;
    user-select: none;
}

#prix-image img {
    width: 100%;
    height: auto;
    display: block;
}

#partenaires {
    user-select: none;
    background-color: var(--gray-light);
    padding: 3rem 1rem 6rem 1rem;
}

#partenaires h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2rem;
    user-select: none;
}

.partner-carousel {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
}

.partner-carousel::-webkit-scrollbar {
    height: 5px;
}

.partner-carousel::-webkit-scrollbar-thumb {
    background: var(--green-main);
    border-radius: 2px;
}
.card-partenaire{
    background: white;
    position: relative;
    padding: 10px;
    border-radius: 5px;
}
.card-partenaire img{
    width: auto !important;
    height: 49px;
    margin: 0 auto 10px;
}
.card-partenaire a{
    position: absolute;
    right: 10px;
    top: 0px;
}
.card-partenaire a img{
    width: 25px !important;
}
.card-partenaire .title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}
.card-partenaire .description{
    color: #616269;
    line-height: 23px;
    margin-bottom: 0;
}
.partner-logo {
    flex: 0 0 auto;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    padding: 0.7rem 1.3rem;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    max-height: 32px;
    object-fit: contain;
    user-select: none;
}

#documents {
    padding: 70px 0;
}

#documents h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 2rem;
    user-select: none;
}

.document-item {
    background: #FDFDFF;
    padding: 20px 15px;
    margin-bottom: 1rem;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #F0F0F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    user-select: none;
}

.document-item .doc-text {
    max-width: 75%;
    color: var(--text-dark);
    font-weight: 600;
    overflow-wrap: break-word;
    user-select: text;
}

.doc-actions {
    display: flex;
    gap: 1.4rem;
}

.doc-actions a {
    font-size: 13px;
    font-weight: 600;
    color: #2e7d32;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.3s ease;
    user-select: none;
}

.doc-actions a:hover {
    color: var(--green-main);
    text-decoration: underline;
}

.doc-actions a:last-child {
    color: #1a2da0;
    border-left: 3px solid #cacaca;
    padding-left: 16px;
}

.owl-carousel-partenaires .owl-item {
    min-height: 1px;
    float: left;
    background: white;
    padding: 20px !important;
}
.owl-carousel-partenaires .owl-prev {
    position: absolute;
    background: #FBB900 !important;
    color: black !important;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    left: -50px;
    top: 40%;
}
.owl-carousel-partenaires .owl-next {
    position: absolute;
    background: #FBB900 !important;
    color: black !important;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    right: -50px;
    top: 40%;
}

#faq {
    background-color: var(--gray-light);
    padding: 3rem 1rem 6rem 1rem;
}

#faq h3 {
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 2rem;
    user-select: none;
    text-align: center;
}

#accordion .card {
    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: none !important;
    border-radius: .25rem;
    padding: 5px 0;
    margin-bottom: 10px;
}
.card-header {
    background: white !important;
    border-radius: 6px;
    padding: 1rem 1.4rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-dark) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: text;
    border: none !important;
}
.card-header .h5, .card-header h5 {
    font-size: 19px;
    width: 100%;
    color: #464039 !important;
}

#accordion {
    width: 72%;
    margin: 0 auto;
}

#accordion .btn-link {
    color: var(--text-dark) !important;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 16px;
}

#accordion .btn-link:hover,
#accordion .btn-link:focus {
    text-decoration: none;
    color: var(--green-main);
    outline: none;
}

#accordion .card-body {
    font-size: 13px;
    color: var(--text-muted);
    padding: 1rem 1.4rem 1.2rem 1.4rem;
    user-select: text;
    border: none !important;
}

#accordion .icon {
    font-size: 1.1rem;
    color: gray;
    user-select: none;
}

footer {
    position: relative;
    background: url("../img/footer-element.png") no-repeat center center;
    background-size: cover;
    color: white;
    text-align: left;
    padding: 4rem 1rem 3rem 1rem;
    font-size: 14px;
    font-weight: 600;
    user-select: none;
}

footer > * {
    position: relative;
    z-index: 1;
}

footer .logo-mita{
    height: 48px;
    margin-bottom: 18px;
}

footer .footer-subtitle {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 25px;
    color: #1F2026;
    text-align: left;
    margin-top: 15px;
}

footer .btn-yellow {
    margin-bottom: 3rem;
}

footer .social-icons {
    margin-bottom: 0;
    user-select: none;
}

footer .social-icons a {
    color: white;
    font-size: 20px;
    margin: 0 0.75rem;
    transition: color 0.3s ease;
    user-select: none;
}

footer .social-icons a:hover {
    color: var(--yellow-main);
    text-decoration: none;
}
.flex-element{
    width: fit-content;
}
footer .hrModifeElement {
    height: 19px !important;
    margin-right: 9px;
    margin-left: 12px;
}

footer small {
    font-weight: 400;
    color: rgba(255 255 255 / 0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    user-select: none;
}
.sub-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.sub-footer a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
    margin: 0 10px 0 0;
}


.testimonial-section {
    background: url("../img/pattern.png") no-repeat center center;
    padding: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 17px;
    margin-bottom: 120px;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="30" cy="30" r="2"/></g></svg>');
    pointer-events: none;
}

.testimonial-section .carousel {
    position: relative;
}

.testimonial-section .carousel-inner {
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-section .carousel-item {
    padding: 0px 40px;
    text-align: center;
    position: relative;
}

.testimonial-section .testimonial-content {
    position: relative;
    z-index: 2;
}

.quote-icon {
    margin-bottom: 30px;
}

.quote-icon i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    transform: rotate(-10deg);
}

.testimonial-text {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.author-info {
    margin-top: 30px;
}

.author-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.author-title {
    font-size: 1rem;
    font-weight: 300;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next {
    display: none !important;
}

.testimonial-section .carousel-control-prev {
    left: -25px;
}

.testimonial-section .carousel-control-next {
    right: -25px;
}

.testimonial-section .carousel-indicators {
    bottom: -60px;
    margin-bottom: 0;
}

.testimonial-section .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.testimonial-section .carousel-indicators li.active {
    background: var(--text-white);
    transform: scale(1.2);
}

.testimonial-avatars {
    margin-top: 80px;
    padding: 0 20px;
}

.avatar-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.avatar:hover::before {
    opacity: 1;
}

.avatar.active {
    border-color: white;
    transform: scale(1.15);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}
 
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.avatar:hover img {
    transform: scale(1.1);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item.active .testimonial-text {
    animation: slideInUp 0.8s ease-out;
}

.carousel-item.active .author-info {
    animation: slideInUp 0.8s ease-out 0.2s both;
}
.timer {
    font-size: 20px;
    font-weight: 300;
    padding: 20px 25px;
    border-radius: 9px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: fit-content;
    margin: -35px auto 0;
    background: #07764d;
    color: white;
    z-index: 999;
    position: relative;
}
.section-nature-aide {
    background: #F4FBF7;
    padding: 80px 0;
}

.section-nature-aide .illustration img {
    height: 88% !important;
    border-radius: 8px;
}
.sub-title{
    text-align: center;
    font-size: 20px !important;
    color: black !important;
    width: 622px;
    margin: 30px auto 30px !important;
    font-weight: 300;
}
.group-element{
    display: flex;
    flex-wrap: wrap;
    gap: 15px !important
}
.group-element p{
    font-size: 15px;
    background: white;
    margin-bottom: O;
    padding: 13px 15px;
    width: 95%;
    color: black;
    line-height: 22px;
}
.tab-block {
    margin: 60px 0 0;
}
.tab-block .nav-tabs {
    border-bottom: 0;
    justify-content: center;
}
.tab-block .nav-tabs .nav-link {
    color: black;
    font-weight: 700;
}
.tab-block .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #07764D !important;
    border-color: unset !important;
    border-radius: 6px;
    padding: 10px 16px;
    font-weight: 700;
}

.photos-section {
    background: url("../img/pattern.png") no-repeat center center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.photos-title {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    z-index: 2;
    border-bottom: 0;
}

.photos-carousel-container {
    position: relative;
}
.photos-section .owl-carousel {
    position: relative;
}
.photos-section .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px !important;
}
.photos-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.photos-section .owl-carousel .owl-item {
    opacity: 0.7;
    transform: scale(0.95);
    transition: var(--transition);
}

.photos-section .owl-carousel .owl-item.active {
    opacity: 1;
    transform: scale(1);
}

.photos-section .carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

.photos-section .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: var(--primary-green);
    font-size: 18px;
    cursor: pointer;
    transition: var(--transition);
    pointer-events: auto;
    box-shadow: var(--shadow);
    z-index: 15;
}

.photos-section .nav-btn:hover {
    background: var(--white);
    transform: translateY(-50%) scale(1.1);
    box-shadow: var(--shadow-hover);
    color: var(--dark-green);
}

.photos-section .nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.photos-section .prev-btn {
    left: -75px;
}

.photos-section .next-btn {
    right: -75px;
}

.photos-section .photos-grid {
    display: flex;
    gap: 15px;
    height: 400px;
    align-items: stretch;
}

.photos-section .photo-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    cursor: pointer;
}

.photos-section .photo-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-hover);
}

.photos-section .photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    border-radius: 10px;
}

.photos-section .photo-item:hover img {
    transform: scale(1.1);
}

.photos-section .photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 159, 71, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.photos-section .photo-overlay i {
    color: var(--white);
    font-size: 2rem;
    transform: scale(0.8);
    transition: var(--transition);
}

.photo-item:hover .photo-overlay {
    opacity: 1;
}

.photo-item:hover .photo-overlay i {
    transform: scale(1);
}

/* Tailles des photos */
.large-photo {
    flex: 2;
    min-width: 300px;
}

.medium-photo {
    flex: 1.5;
    min-width: 200px;
}

.small-photo {
    flex: 1;
    height: calc(50% - 7.5px);
}

.photo-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    min-width: 150px;
}
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-slide-up {
    animation: slideInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-fade-scale {
    animation: fadeInScale 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.title-newsletter{
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0px;
}
.description-letter{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}
.search-input{
    background: white;
    border: 1px solid #8ECBB5;
    padding: 10px 10px 10px 41px;
    min-height: 50px;
    min-width: 330px;
    border-radius: 8px;
    margin-right: 15px;
}
.fa-envelope {
    color: #07764D;
    position: absolute;
    font-size: 20px !important;
    top: 15px;
    left: 14px;
}
.btn-abonne {
    background: #07764D !important;
    color: white !important;
    border-radius: 8px !important;
}
.description-theme{
    font-size: 23px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #fff !important;
}

.line1 {
  animation: typing1 3s steps(60, end) forwards, blink 0.8s infinite;
  margin-bottom: 1px;
}

.line2 {
  animation: typing2 3s steps(70, end) forwards, blink 0.8s infinite;
  animation-delay: 3.2s; 
  margin-bottom: 38px;
}

@keyframes typing1 {
  from { width: 0 }
  to { width: 100% }
}

@keyframes typing2 {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent }
}
.hero-mita{
    height: 700px;
}
.hero-mita img{
    height: 100%;
    object-fit: cover;
}
.absolute-filter{
    background: #00000066;
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-visite-site-carousel h2{
    color: #181818;
    font-weight: 700;
    font-size: 24px;
}
.section-visite-site-carousel{
    background: #F4FBF7;
    padding: 35px 0 30px;
}
.section-visite-site-carousel .description-block{
    color: #4C4C4C;
    font-size: 17px;
    width: 38%;
    line-height: 27px;
    margin-bottom: 50px;
}
.section-visite-site-carousel .carousel-control-next {
    margin-left: 20px;
}
.section-visite-site-carousel .content-btn-carousel a {
    width: 35px !important;
    position: relative;
    top: unset;
    left: 0;
    bottom: unset;
    right: 0;
}
.section-visite-site-carousel .content-btn-carousel a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-btn-carousel{
    padding: 15px;
    position: absolute;
    left: 55px;
    top: 96px;
    bottom: unset;
    display: none;
}
.section-visite-site-carousel .carousel-item .container{
    padding-top: 50px;
    text-align: left;
}
.section-visite-site-carousel h5{
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 25px;
}
.section-visite-site-carousel .carousel-caption p {
    color: #ffffff;
    font-size: 20px;
    line-height: 37px;
    text-align: left;
    margin-bottom: 13px;
    width: 60%;
    font-family: "inter-light";
}
.section-visite-site-carousel .btn-reserver-place {
    color: #000000 !important;
    background-color: #FBB900 !important;
    font-family: "inter-semi-bold";
}
.section-visite-site-carousel .carousel-inner .carousel-item {
    height: 580px;
}
.section-visite-site-carousel .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-overlay {
    position: absolute;
    background: #0000006e;
    width: 100%;
    height: 100%;
  }
.slide .carousel-control-prev-icon,
.slide .carousel-control-next-icon {
    display: none !important; 
}

.custom-arrow{
    display: none !important;
}

.slide .carousel-control-prev,
.slide .carousel-control-next {
    background: none !important; 
    opacity: 1 !important; 
}

.slide .img-gauche {
    position: absolute;
    bottom: 46%;
    left: 6%;
}
.slide .img-droite {
    position: absolute;
    bottom: 46%;
    right: 6%;
}
#photosCarousel {
    overflow: hidden;
}

@media (max-width: 992px) {
    #about {
        flex-wrap: wrap;
    }

    #about .illustration,
    #about .content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #prix {
        flex-wrap: wrap;
    }

    #prix-text,
    #prix-image {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }

    #prix-image {
        border-width: 3px;
        margin-top: -125px;
        max-width: 344px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-image {
        margin-top: 2.5rem;
        width: 100%;
        max-width: 350px;
    }

    #programme .schedule-speaker .name-role {
        font-size: 11px;
        max-width: 100px;
        white-space: normal;
        word-break: break-word;
    }


    .testimonial-section {
        padding: 40px 0;
    }
    
    .carousel-item {
        padding: 40px 20px;
    }
    
    .testimonial-text {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    
    .author-name {
        font-size: 1.2rem;
    }
    
    .quote-icon i {
        font-size: 36px;
    }
    
    .testimonial-section .carousel-control-prev,
    .testimonial-section .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .testimonial-section .carousel-control-prev {
        left: -20px;
    }
    
    .testimonial-section .carousel-control-next {
        right: -20px;
    }
    
    .avatar {
        width: 60px;
        height: 60px;
    }
    
    .avatar-group {
        gap: 15px;
    }
    .testimonial-text {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    
    .carousel-item {
        padding: 30px 15px;
    }
    
    .testimonial-section .carousel-control-prev,
    .testimonial-section .carousel-control-next {
        display: none;
    }
    
    .avatar {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-avatars {
        margin-top: 60px;
    }


    .testimonial-section .carousel-control-prev:focus,
    .testimonial-section .carousel-control-next:focus,
    .avatar:focus {
        outline: 2px solid var(--text-white);
        outline-offset: 2px;
    }

    .testimonial-section .carousel-indicators li:focus {
        outline: 2px solid var(--text-white);
    }
    .photos-carousel-container {
        padding: 0 40px;
    }
    
    .photos-grid {
        height: 350px;
        gap: 12px;
    }
    
    .large-photo {
        min-width: 250px;
    }
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        padding: 0;
    }
    .hero-text {
        width: 100%;
        position: absolute;
        bottom: 125px;
        left: 3%;
    }
    .slide .img-droite, .slide .img-gauche {
        display: none;
    }
    .description-theme {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        width: 321px !important;
        color: #fff !important;
        display: flex;
        flex-wrap: wrap;
    }
    .hero-info {
        width: 100%;
    }
    .hr-modife {
        display: none;
    }
    #about .illustration img, .section-nature-aide .illustration img {
        margin-left: 0px;
    }
    #prix-text h2 {
        font-weight: 700;
        font-size: 25px;
    }
    #prix {
        background: url("../img/pattern.png") no-repeat !important;
        background-size: cover;
        color: white;
        padding: 20px 0;
        position: relative;
        margin: 0 auto 0 auto;
        border-radius: 8px;
    } 
    .section-nature-aide .container {
        display: flex;
        flex-wrap: wrap;
    }
    .section-nature-aide .container .containe,  .section-nature-aide .container .tab-block{
        width: 100%;
        flex-wrap: wrap;
    }
    #about .content, .section-nature-aide .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #about .illustration, .section-nature-aide .illustration {
        flex: 0 0 100%;
        max-width: 100%;
        user-select: none;
    }
    .tab-content {
        width: 100%;
    }
    .sub-title {
        width: 100%;
    }
    .programme-tabs {
        flex-wrap: wrap;
        user-select: none;
    }
    #accordion {
        width: 100%;
        margin: 0 auto;
    }
    .sub-group-flex {
        width: 100%;
    }
    .group-flex {
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    
}

@media (max-width: 768px) {
    .photos-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .photos-title::after {
        margin: 20px auto 0;
    }
    
    .photos-carousel-container {
        padding: 0 20px;
    }
    
    .photos-grid {
        height: 300px;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .large-photo,
    .medium-photo {
        min-width: 200px;
        flex: 1;
    }
    
    .photo-column {
        min-width: 120px;
        gap: 10px;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .prev-btn {
        left: 5px;
    }
    
    .next-btn {
        right: 5px;
    }
}

@media (max-width: 576px) {
    header .mita-logo {
        font-size: 1.5rem;
        letter-spacing: 2.5px;
    }

    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-info {
        flex-direction: column;
        font-size: 12px;
        gap: 0.5rem;
    }

    #programme .schedule-info .title {
        font-size: 13px;
    }
}