 @import url('https://fonts.cdnfonts.com/css/inter');

 html,
 body {
   overflow-x: hidden !important;
 }

 body {
   position: relative !important;
   font-family: 'Inter', sans-serif;

 }

 /* css header */

 .logo-image {
   height: 60px;
 }

 .nav-link {
   color: #000;
   font-weight: 600;
   font-size: 18px;
 }

 .nav-link:hover {
   color: #002f86;
 }

 /* fin css header */


 /* css for 1 section  */
 .section-bg {
   background-color: #eaefff;
   border-radius: 40px;
   padding: 40px;
   max-width: 85%;
   margin: 10px auto;
 }

 .rounded-img {
   border-radius: 20px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
 }

 .cta-button {
   background-color: #c71f25;
   color: white;
   font-weight: 600;
   border-radius: 30px;
   padding: 12px 24px;
   border: none;
   text-decoration: none;
 }

 .cta-button:hover {
   background-color: #a5181d;
 }

 .icon-arrow {
   margin-left: 8px;
 }

 .p-section1 {
   font-size: 17px;
 }

 .text-lg {
   font-size: 40px;
   font-weight: 700;
 }

 .left-column {
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 20px;
 }

 .small-content {
   flex: 1;
   /* Takes remaining space */
 }

 .blue-box-section1 {
   background-color: #002b9a;
   color: white;
   border-radius: 20px;
   padding: 20px;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

 .floating-img {
   position: absolute;
   top: -40px;
   right: -40px;
   width: 100px;
   height: auto;
   border-radius: 15px;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 }

 .blue-text-content {
   max-width: 70%;
 }

 .blue-box-img {
   width: 100px;
   height: auto;
   border-radius: 15px;
   object-fit: cover;
   flex-shrink: 0;
 }

 .blue-box h4 {
   font-size: 20px;
   font-weight: bold;
 }

 .blue-box p {
   font-size: 14px;
   margin-top: 10px;
 }



 /* fin css for 1 section */


 /* css section 2 */
 .section-light {
   background-color: #f7f8fc;
   border-radius: 1rem;
   padding: 2rem;
 }

 .icon-wrapper {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #b3001b;
   font-size: 18px;
   margin-right: 23px;
 }

 .icons {
   margin-left: 15px;
 }

 .title-line {
   width: 130px;
   height: 6px;
   background-color: #b3001b;
   margin-top: 0.25rem;
   margin-bottom: 1rem;
 }

 .card-text {
   font-size: 18px;
 }

 .highlight {
   font-weight: 700;
 }

 .stats-block {
   background-color: #EAEFFF;
   border-radius: 2rem;
   padding: 2rem 1rem;
   color: white;
   position: relative;
   overflow: hidden;
 }

 .stat-title {
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 1px;
   opacity: 0.85;
   font-weight: 500;
 }

 .stat-number {
   font-size: 45px;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .stats-container {
   max-width: 83%;
   margin: 50px auto;
   padding: 40px 0px;
   background-image: url("../image/tt.png") !important;
   color: white;
   border-radius: 30px;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   gap: 5px;
   text-align: center;
   background-image: url('background.png');
   /* Remplacer si besoin */
   background-size: cover;
   background-position: center;
 }

 .stat-item {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .blocs-formation {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin: 0 108px;
 }

 p.card-text {
   margin-top: 20px;
   margin-bottom: 20px !important;
 }

 .yellow-block {
   background-color: #EAEFFF;
   color: #333;
   padding: 20px;
   box-sizing: border-box;
   height: auto;
   width: 46%;
   margin-bottom: 20px;
   border-radius: 30px;
 }

 /* fin css section 2 */

 /* css section 3 */
 .section-title {
   font-size: 1.25rem;
   background-color: #BECCEF;
   color: #fdfdfd;
   border-radius: 25px;
   padding: 10px 20px;
   display: inline-block;
   font-weight: 500;
   margin-top: 25px;
 }

 /* .section3-bg {
   border-radius: 40px;
   padding: 40px;
   max-width: 85%;
   height: 935px;
   margin: 30px auto;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 } */








 .section3-bg {
   border-radius: 40px;
   padding: 40px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   height: auto;

 }







 .main-heading {
   font-size: 45px;
   font-weight: 800;
   margin-bottom: 45px;
 }

 .job-btn {
   background-color: #052896;
   color: white;
   border-radius: 25px;
   padding: 15px 25px;
   font-weight: 600;
   margin: 5px;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   border: 0;
 }

 .job-btn i {
   font-size: 1rem;
 }

 .accordion-button::after {
   transform: scale(1.2);
 }

 .accordion-button:not(.collapsed) {
   color: #000000;
   background-color: #f8f9fa;
 }

 .accordion-body ul {
   padding-left: 1rem;
 }

 .accordion-body ul li {
   margin-bottom: 2px;
 }

 .accordion-icon {
   color: #d71920;
   font-size: 1.25rem;
   margin-right: 10px;
 }

 .accordion-body {
   border-radius: 20px;
   border: 1px solid #9BACE2;
   padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
   margin-bottom: 10px;

 }

 button.accordion-button {
   color: #171717;
   font-family: Inter;
   font-size: 22px;
   font-style: normal;
   font-weight: 800;
 }

 li {
   color: #171717;
   font-family: Inter;
   font-size: 17px;
   font-style: normal;
   font-weight: 400;
 }

 .accordion-item {

   border: none;
 }

 button.accordion-button {
   border-radius: 20px;
   border: 1px solid #9BACE2;
   background: linear-gradient(90deg, #F0F4FF 0%, rgba(240, 244, 255, 0.45) 100%);
   margin-bottom: 10px;
 }

 .accordion .accordion-item:first-child {
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   overflow: hidden;
 }

 .accordion .accordion-item:first-child .accordion-button {
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
 }

 .accordion .accordion-item:last-child {
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   overflow: hidden;
 }

 .accordion .accordion-item:last-child .accordion-button.collapsed {
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
 }

 /* fin css section 3 */

 /* popup */
 .custom-modal .modal-content {
   border: none;
   border-radius: 20px;
   max-width: 100%;
   margin: auto;
   background-color: transparent;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
 }

 .custom-modal .modal-body {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   background-image: url('../image/Group 98.png');
   padding: 40px 20px;
   border-radius: 20px;
   position: relative;
 }

 .modal-left {
   flex: 1;
   background-size: contain;
   padding: 20px;
   min-width: 300px;
 }

 .modal-left h2 {
   font-weight: 900;
   font-size: 40px;
   color: #002f86;
 }

 .modal-right {
   flex: 2;
   display: flex;
   flex-direction: column;
   gap: 20px;
   min-width: 300px;
 }

 .text-box {
   background-color: #edf1ff;
   border-radius: 16px;
   padding: 20px;
   font-size: 16px;
   color: #000;
 }

 .text-box strong {
   font-weight: bold;
 }

 .blue-box {
   background-color: #002f86;
   color: white;
   border-radius: 20px;
   padding: 40px;
   display: flex;
   flex-wrap: wrap;
   gap: 90px;
 }

 .blue-box .left {
   flex: 1;
   font-weight: 700;
   font-size: 20px;
   display: flex;
   flex-direction: column;
   gap: 20px;
 }

 .blue-box .left span:first-child {
   color: #ff3f3f;
   border-bottom: 4px solid #ff3f3f;
   width: fit-content;
 }

 .blue-box .right {
   flex: 2;
   font-size: 16px;
 }

 .blue-box ul {
   padding-left: 20px;
 }

 .custom-close {
   position: absolute;
   top: 1px;
   right: 15px;
   background: none;
   border: none;
   font-size: 28px;
   color: #000;
   cursor: pointer;
 }

 .right-li {
   color: white;
 }

 /* fin pop up  */


 /* section 5 */
 .section-partners {
   padding: 80px 0;
   background-color: #fff;
   text-align: center;
 }

 .section-partners h2 {
   font-weight: 700;
   font-size: 2.5rem;
   margin-bottom: 20px;
 }

 .section-partners .subtitle {
   background-color: #d3d9fd;
   color: #3c4fe0;
   padding: 6px 20px;
   border-radius: 9999px;
   display: inline-block;
   margin-bottom: 20px;
   font-weight: 500;
 }

 .swiper-slide img {
   max-height: 170px;
   object-fit: contain;
   width: auto;
   margin: auto;
   transition: transform 0.5s ease;
   height: auto;
 }

 .swiper-slide img:hover {
   transform: scale(1.05);
 }

 .swiper-wrapper {
   transition-timing-function: linear !important;
 }

 /* section 5 */

 /* section formulaire  */

 .form-wrapper {
   background-color: #fff;
   border-radius: 30px;
   padding: 40px 40px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
 }

 .section-formulaire {
   font-size: 1.25rem;
   background-color: #B82128;
   color: #ffffff;
   border-radius: 25px;
   padding: 10px 20px;
   display: inline-block;
   font-weight: 500;
   /* margin-top: 25px; */
 }

 .section-formulaire2 {
   font-size: 1.25rem;
   background-color: #ededed;
   color: #777474;
   border-radius: 25px;
   padding: 10px 20px;
   display: inline-block;
   font-weight: 500;
   /* margin-top: 25px; */
 }

 .form-title {
   font-weight: 700;
   font-size: 1.8rem;
   margin-top: 1rem;
 }

 .form-subtitle {
   font-size: 0.9rem;
   margin-bottom: 30px;
 }

 .blue-form {
   background: linear-gradient(152deg, #23409A 17.48%, #052896 104.7%);
   color: white;
 }

 .blue-form input,
 .blue-form textarea {
   background-color: transparent !important;
   border: none;
   border-bottom: 1px solid white;
   color: white;
   border-radius: 0;
 }

 .blue-form input::placeholder,
 .blue-form textarea::placeholder {
   color: #cfd9ff;
 }

 .blue-form .form-text {
   color: #cfd9ff;
   font-size: 0.8rem;
 }

 .blue-form input:active {
   background: linear-gradient(152deg, #23409A 17.48%, #052896 104.7%) !important;
 }

 .blue-form input:hover {
   background: linear-gradient(152deg, #23409A 17.48%, #052896 104.7%);
 }

 .white-form input,
 .white-form textarea {
   background-color: transparent;
   border: none;
   border-bottom: 1px solid rgb(0, 0, 0);
   color: rgb(0, 0, 0);
   border-radius: 0;
 }

 .white-form input::placeholder,
 .white-form textarea::placeholder {
   color: #000000;
 }

 .white-form .form-text {
   color: #cfd9ff;
   font-size: 0.8rem;
 }

 .btn-rounded {
   border-radius: 30px;
   padding: 10px 30px;
   font-weight: 500;
 }

 .badge-top {
   border-radius: 9999px;
   padding: 6px 16px;
   font-size: 0.85rem;
   display: inline-block;
   margin-bottom: 15px;
 }

 .form-link-icon {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   color: #555;
 }

 .form-control:focus {
   color: #fafcff;
 }

 .white-form input.form-control:focus {
   color: #000000;
 }

 .white-form textarea.form-control {
   color: #000000;
 }

 .white-form input::placeholder,
.white-form textarea::placeholder {
  color: #999; 
}





  .file-upload-wrapper {
    position: relative;
  }

  .custom-file-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding: 8px 0;
    font-size: 14px;
    color: #999;
    cursor: pointer;
  }

  .custom-file-label span {
    color: #999;
  }

  .file-upload-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
  }

 /* fin section formulaire  */

 /* css section 6 */

 .slider-container {
   max-width: 1200px;
   margin: auto;
   padding: 20px;
   overflow: hidden;
   background-image: url('../image/Section4.png');
 }

 .slider-wrapper {
   overflow: hidden;
   position: relative;
 }

 .slider {
   display: flex;
   transition: transform 0.5s ease-in-out;
 }

 .slide {
   display: flex;
   min-width: 100%;
   box-sizing: border-box;
 }

 .left-panel {
   position: relative;
   width: 50%;
 }

 .left-panel img {
   width: 100%;
   height: 600px;
   object-fit: cover;
   border-radius: 10px;
 }

 .overlay-text {
   position: absolute;
   top: 20%;
   left: 20px;
   color: white;
   text-shadow: 0 0 15px #000;
 }

 .right-panel {
   width: 50%;
   padding: 20px 0px 20px 50px;
 }

 .top-info {
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
 }

 .tabs {
   font-weight: bold;
   margin-bottom: 10px;
 }

 .tab {
   margin-right: 20px;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.25);
   font-weight: 500;
   font-size: 23px;
 }



 .tab.inactive {
   color: #bbb;
 }

 .mission-list text-tabs {
   padding-left: 20px;
 }







 .header-slider {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   /* pour mobile */
   gap: 20px;
   margin-bottom: 1rem;
 }

 .header-slider .titles {
   /* display: flex; */
   flex-direction: column;
 }

 .section-title2 {
   font-size: 1.25rem;
   background-color: #BECCEF;
   color: #fdfdfd;
   border-radius: 25px;
   padding: 10px 20px;
   display: inline-block;
   font-weight: 500;
   margin-top: 50px;
 }

 .section-title1 {
   font-size: 36px;
   font-weight: 700;
   color: #1a1a1a;
   margin-top: 10px;
 }









 .section-title1 {
   font-size: 36px;
   font-weight: 700;
   color: #1a1a1a;
   margin-top: 1rem;
 }

 .navigation {
   display: flex;
   justify-content: flex-end;
   gap: 15px;
   /* margin-top: 10px; */
 }

 .nav-btn {
   border: none;
   color: white;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   font-size: 22px;
   cursor: pointer;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
   transition: transform 0.2s ease, background-color 0.3s ease, opacity 0.3s ease;
 }

 .nav-btn.active {
   background-color: #B82128;
   /* Rouge vif */
   opacity: 1;
 }

 .nav-btn:hover {
   transform: scale(1.05);
 }


 .nav-btn.disabled {
   background-color: #B82128;
   opacity: 0.4;
   cursor: not-allowed;
 }

 /* fin test  */

 .tab-panel {
   display: none;
 }

 .tab-panel.active {
   display: block;
 }

 .tab {
   cursor: pointer;
   border-bottom: 2px solid transparent;
 }

 .tab.active {

   font-weight: bold;
   color: black;

 }

 .containerS {
   display: flex;
   align-items: center;
   gap: 40px;
   margin-bottom: 5%;
 }

 /* .item {
   text-align: center;
 } */

 .label {
   color: #666;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 1px;
 }

 .value {
   font-weight: 500;
   font-size: 16px;
   margin-top: 4px;
 }

 .divider {
   width: 1px;
   height: 40px;
   background-color: #ccc;
 }

 .text-tabs {
   padding-top: 3.5%;
   line-height: 28px;
 }

 .tab {
   position: relative;
   padding-bottom: 5px;
 }

 .tab.active::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 50%;
   /* largeur du soulignement */
   height: 3px;
   background-color: black;
   transition: width 0.3s ease;
 }

 /* fin css section 6 */




 /* footer */
 footer {
   padding: 35px 81px 40px 80px;
   background-color: #11276C;
   color: #fff;
   text-align: center;
 }

 .btn-group {
   padding: 10px;
 }

 .fa-brands {
   padding: 0px 15px;
   font-size: 30px;
   color: white;
 }

 /* fin css footer */