/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #000000;
  
  --color-primary: #0000ff;
  --color-secondary: #0F58C9;
  --color-troisieme: #0D04D6;

}
.iti.iti--allow-dropdown {
    width: 100% !important;
}
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
.them{
      font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}
.infoss h3 {
    color: #2e2e86;
    text-align: center;
    font-size: 33px;
    font-weight: 800;
}
.leftclk{
  text-align: left !important;
}
.pr{

    text-align: center !important;
    color: #2e2e86;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    padding-bottom: 1em !important;


}
.infoss p {
    color: #2e2e86;
    padding: 0;
    margin: 0;
}
.arab{
  text-align: right !important;
  direction:rtl !important;
}
.infoss {
    padding: 1em 5em;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #0A3E46;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
#main{
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.form-flx {
    display: flex
;
    width: 100%;
    gap: 1em;
    padding-bottom: 1em;
}
.topbar {
    background: #2e2e86;
    height: 80px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    margin-bottom: 2.5%;
    display: flex
;
    justify-content: space-between;

    padding: 45px;
}
.header {
  position: absolute;
  top: 2em;
}

section {
  overflow: hidden;
  padding: 4% 0 0 0;
}

.section-header {
  text-align: center;
}

.bloc-right-slider {
  padding-left: 5%;
  place-self: center;
}

.navbar a {
  color: var(--color-secondary);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
}

.bloc-right-slider h3 {
  color: #2e2e86 !important;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
  .bloc-right-slider p {
    color: #3E3E3E;
    font-size: 31px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;

  }

  .bloc-right-slider ul li {
    color: #0A3E46 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;


  }

#one-clock {
    color: #2e2e86;
    text-align: justify;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
p#one-clock a {
    color: #2e2e86;
}
  .section-header h2 {
    color: var(--color-secondary);
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 45px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0.05em;
    text-align: center;
    

  }

  /* The dots/bullets/indicators */
  .dot-container {
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 100%;
  }

  .dot {
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #EE8733;
    display: inline-block;
    transition: background-color 0.6s ease, width 0.6s ease;
    cursor: pointer;
    border-radius: 50%;
}

.active-dot {
    width: 33px;
    background-color: #EE8733;
}


  .section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .titre-cont {
    padding: 0em 4em;
}
.btn-incrire {
    display: flex !important
;
    padding: 20px 75px !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fab51f;
    color: #2e2e86 !important;
    text-align: center !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    border: none;
    border-radius: 5px;
}
  /* Apply animation to the button */
.btn-get-started {
    padding: 15px 30px;
    padding: 19px 34px;
    background-color: #2e2e86;
    color: #0A0A0A;
    text-align: center;
    font-size: 15.63px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 30% !important;
    border-radius: 12px;
}
  /* Modify hover effect */
  .btn-get-started:hover {
    background-color:#f6c83d;
  

  }

  .carousel {
    padding-left: auto;
  }

  .carousel-control-next {
    right: -5em !important;
  }

  .carousel-control-prev {
    right: 3em !important;

  }

  #event {
    color: #9E9E9E;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.01em;
    text-align: center !important;

  }
img#uni {
    width: 200px;
}

  /* Define keyframes */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  #event-about {
    color: #9E9E9E;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.01em;
    text-align: justify;
    
  }

  #title-event {
    color: var(--color-secondary);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: justified;

  }

  #titre-two-event {
    font-size: 30px;
    font-weight: 700;
    line-height: 89px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #3E3E3E;
  }

  .fst-p {
    color: var(--color-troisieme);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: left;
    
  }

  .carousel-inner {
    position: relative;
    width: 88%;
    margin: auto;
  }

  a.carousel-control-prev {
    margin-left: -18px !important;
  }

  .carousel-control-next {
    right: -2.5em !important;
  }

  a.carousel-control-prev {
    margin-left: -36px !important;
  }

  .section-header span {
    color: #FCB900;
    font-weight: 700;
    line-height: 0;
  }

  .section-header p {
    font-size: 25px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: justify;    
    color: #000000;
  }

  /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
  .breadcrumbs .page-header {
    padding: 140px 0 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .breadcrumbs .page-header:before {
    content: "";
    background-color: rgba(14, 29, 52, 0.8);
    position: absolute;
    inset: 0;
  }

  .breadcrumbs .page-header h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
  }

  .breadcrumbs .page-header p {
    color: rgba(255, 255, 255, 0.8);
  }

  .breadcrumbs nav {
    background-color: #f3f6fc;
    padding: 20px 0;
  }

  .breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondary);
  }

  .breadcrumbs nav ol a {
    color: var(--color-primary);
    transition: 0.3s;
  }

  .breadcrumbs nav ol a:hover {
    text-decoration: underline;
  }

  .breadcrumbs nav ol li+li {
    padding-left: 10px;
  }

  .breadcrumbs nav ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4278cc;
    content: "/";
  }

  /*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
section#topbar a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #2e2e86;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid white;
}
.formul h3 {
    color: #2e2e86;
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 0.7em;
}
  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .scroll-top:hover {
    background: #0A3E46;
    color: #fff;
  }

  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

  /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
  #preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
  }

  #preloader:before,
  #preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

  #preloader:after {
    animation-delay: -0.5s;
  }

  @keyframes animate-preloader {
    0% {
      width: 10px;
      height: 10px;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      opacity: 1;
    }

    100% {
      width: 72px;
      height: 72px;
      top: calc(50% - 36px);
      left: calc(50% - 36px);
      opacity: 0;
    }
  }


  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    padding: 30px 0;
  }

  .header.sticked {
    background: rgba(14, 29, 52, 0.9);
    padding: 15px 0;
    box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
  }

  .header .logo img {
    max-height: 30px;
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-primary);
  }


  /*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
  .featured-services .service-item {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
  }

  .featured-services .service-item .icon {
    margin-right: 20px;
  }

  .featured-services .service-item .icon i {
    color: #001f8d;
    font-size: 48px;
    transition: 0.3s;
  }

  .featured-services .service-item:hover .icon {
    background: #fff;
  }

  .featured-services .service-item:hover .icon i {
    color: var(--color-primary);
  }

  .featured-services .service-item .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color-secondary);
    transition: 0.3s;
  }

  .featured-services .service-item .description {
    font-size: 15px;
    color: #132848;
    margin-bottom: 10px;
  }

  .featured-services .service-item .readmore {
    display: flex;
    align-items: center;
    color: var(--color-secondary);
    transition: 0.3s;
    font-weight: 700;
    font-size: 14px;
  }

  .featured-services .service-item .readmore i {
    margin-left: 8px;
  }

  .featured-services .service-item:hover .title,
  .featured-services .service-item:hover .readmore,
  .featured-services .service-item:hover .icon i {
    color: var(--color-primary);
  }

  /*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

  .about .content h3 {
    font-weight: 700;
    font-size: 32px;
    font-family: var(--font-secondary);
    color: #001f8d;
  }

  .about .content ul {
    list-style: none;
    padding: 0;
  }

  .about .content ul li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #3E3E3E;

  }

  .about .content ul i {
    flex-shrink: 0;
    font-size: 18px;
    color: var(--color-secondary);
    margin-right: 20px;
    line-height: 0;
    margin-top: 2.5%;
  }

  .about .content ul h5 {
    font-size: 18px;
    font-weight: 700;
    color: #19335c;
  }

  .about .content ul p {
    font-size: 15px;
  }

  .about .content p:last-child {
    margin-bottom: 0;
  }

  /* Define keyframes */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  /* Apply animation to the button */
  .btn-submit {
    display: flex !important;
    padding: 30px 75px !important;
    justify-content: center !important;
    align-items: center !important;
    background: #E04130 !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 16px !important; /* 80% */
    border: none;

  }



  .btn-submit-explore {
    position: relative;
    top: 2%;
    background: var(--color-troisieme) !important;
    color: #fff !important;
    /* White text */
    transition: background-color 0.3s ease-in-out;
    /* Smooth transition */
    text-align: center;
    border-radius: 25px;
    padding: 1% 10%;
    text-align: center;
    border: 1px solid transparent;
  }

  .btn-submit-explore a {
    color: #fff !important;

  }

  .btn-submit-explore:hover {

    background: var(--color-primary) !important;
    color: #fff !important;

  }

  .about-event .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }

  .about-event .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #0e1d34;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

  .about-event .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .about-event .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }

  .about-event .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
  }
.licence h1 {
    text-align: center;
    font-size: 38px;
    color: #2e2e86;
    font-weight: 700;
}
.licence h2 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0em;
    color: #2e2e86;
}
.lic1 {
    width: 30%;
    padding: 2em 0.5em;
    box-shadow: 0 3px 10px rgb(181 181 181 / 20%);
    border-radius: 15px;
    border-left: 10px solid #ffc107;
}
.second-licence {
    padding-top: 2em;
}
.licence-container {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}
.lic1 h3 {
    font-size: 21px;
    color: #2e2e86;
    font-weight: 500;
}
.lic1 p {
    font-size: 17px;
    color: #2e2e86;
}
div#mastere {
    padding-top: 3em;
}
section#programmes {
    padding-bottom: 2em;
}
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }

    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
  .services .card {
    border: 1px solid rgba(14, 29, 52, 0.15);
    background: #fff;
    position: relative;
    border-radius: 0;
    height: 100%;
  }

  .services .card .card-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 0;
  }

  .services .card .card-img img {
    transition: 0.3s ease-in-out;
  }

  .services .card h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 10px 30px;
  }

  .services .card a {
    color: #001973;
    transition: 0.3;
  }

  .services .card a:hover {
    color: var(--color-primary);
  }

  .services .card p {
    padding: 0 30px;
    margin-bottom: 30px;
    color: var(--color-secondary);
    font-size: 15px;
  }

  .services .card:hover .card-img img {
    transform: scale(1.1);
  }

  /*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
  .call-to-action {
    background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center;
    background-size: cover;
    padding: 100px 0;
  }

  .call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  .call-to-action p {
    color: #fff;
  }

  .call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }

  .call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
  }
  @media only screen and (max-device-width : 720px){
    .them {
    font-size: 17px !important;
    }
    .infoss {
    padding: 1em 1em;
}
    .bloc-right-slider h3 {
        color: #2e2e86 !important;
        font-size: 27px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: left;
    }
    .footer{
        display: none;
    }
    #main{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
    .inscrip{
        font-size: 28px !important;
    }
.hero p {
    color: #2e2e86;
    text-align: justify;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
}
#one-clock {
    color: #2e2e86;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
    
    .row.gy-5.aos-init.aos-animate {
        display: flex;
        flex-direction: column-reverse;
    }
    .carousel {
        text-align: --webkit-center;
        text-align: center;

    }
    .carousel-control-next {
        right: -1.2em !important;
    }
    a.carousel-control-prev {
        margin-left: -17px !important;
    }
    .w-100 {
        width: 93%!important;
    }
    .carousel.pointer-event {
        touch-action: pan-y;
        text-align: -webkit-center;
    }
.btn-get-started {
    padding: 15px 30px;
    padding: 19px 34px;
    background-color: #2e2e86;
    color: #0A0A0A;
    text-align: center;
    font-size: 15.63px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    width: 50% !important;
    border-radius: 12px;
}
 .button-center {
    text-align: center;
}
    .btn-get-started {
        padding: 5% 10% !important;
        margin-left: 0px !important;
    }
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        display: flex;
        flex-direction: column-reverse;
    }
  }
  /*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
  .features {
    padding-top: 80px;
  }

  .features .features-item+.features-item {
    margin-top: 100px;
  }



  .features .features-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #001973;
  }

  .features .features-item ul {
    list-style: none;
    padding: 0;
  }

  .features .features-item ul li {
    padding-bottom: 10px;
  }

  .features .features-item ul li:last-child {
    padding-bottom: 0;
  }

  .features .features-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--color-primary);
  }

  .features .features-item p:last-child {
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
  .pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
  }

  .pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--color-secondary);
  }

  .pricing h4 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 25px;
  }

  .pricing h4 sup {
    font-size: 28px;
  }

  .pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
  }

  .pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
  }

  .pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  .pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
  }

  .pricing ul .na {
    color: rgba(108, 117, 125, 0.5);
  }

  .pricing ul .na i {
    color: rgba(108, 117, 125, 0.5);
  }

  .pricing ul .na span {
    text-decoration: line-through;
  }

  .pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    color: var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-primary);
    transition: 0.3s;
    border: 1px solid var(--color-primary);
  }

  .pricing .buy-btn:hover {
    background: var(--color-primary);
    color: #fff;
  }

  .pricing .featured {
    border-top-color: var(--color-primary);
  }

  .pricing .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
  }

  /*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
  .faq {
    padding-top: 80px;
  }

  .faq .accordion-item {
    border: 0;
    margin-bottom: 10px;
  }

  .faq .accordion-collapse {
    border: 0;
  }

  .faq .accordion-button {
    padding: 15px 30px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: var(--color-default);
    text-align: left;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
  }

  .faq .accordion-button:focus {
    box-shadow: none;
  }

  .faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none;
  }

  .faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: var(--color-primary);
  }

  .faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    background: rgba(14, 29, 52, 0.03);
    border-radius: 5px;
  }

  /*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
  .testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }

  .testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 29, 52, 0.7);
  }

  .testimonials .section-header {
    margin-bottom: 40px;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    text-align: center;
    color: #fff;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
  }

  .testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
  }

  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 15px 0;
  }

  .testimonials .testimonial-item .stars {
    margin-bottom: 15px;
  }

  .testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
  }

  .testimonials .testimonial-item .quote-icon-left,
  .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    line-height: 0;
  }

  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }

  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
  }

  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
  }

  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
  }

  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }



  /*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
  .stats-counter .stats-item {
    padding: 30px;
    width: 100%;
  }

  .stats-counter .stats-item span {
    font-size: 48px;
    display: block;
    color: var(--color-secondary);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .stats-counter .stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-secondary);
  }
  /*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
  .team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(14, 29, 52, 0.15);
  }

  .team .member img {
    margin: -1px -1px 30px -1px;
  }

  .team .member .member-content {
    padding: 0 20px 30px 20px;
  }

  .team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
  }

  .team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #6c757d;
  }

  .team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
  }

  .team .member .social {
    margin-top: 15px;
  }

  .team .member .social a {
    color: rgba(14, 29, 52, 0.5);
    transition: 0.3s;
  }

  .team .member .social a:hover {
    color: var(--color-primary);
  }

  .team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }

  /*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
  .horizontal-pricing .pricing-item {
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    padding-bottom: 30px;
    background: #fff;
    height: 100%;
    position: relative;
  }

  .horizontal-pricing h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 24px;
    color: var(--color-secondary);
  }

  .horizontal-pricing h4 {
    font-size: 48px;
    color: var(--color-primary);
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 25px;
    text-align: center;
  }

  .horizontal-pricing h4 sup {
    font-size: 28px;
  }

  .horizontal-pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
  }

  .horizontal-pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
  }

  .horizontal-pricing ul li {
    padding-top: 15px;
    display: flex;
    align-items: center;
  }

  .horizontal-pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
  }

  .horizontal-pricing ul .na {
    color: rgba(108, 117, 125, 0.5);
  }

  .horizontal-pricing ul .na i {
    color: rgba(108, 117, 125, 0.5);
  }

  .horizontal-pricing ul .na span {
    text-decoration: line-through;
  }

  .horizontal-pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    font-family: var(--font-primary);
  }

  .horizontal-pricing .buy-btn:hover {
    background: #0A3E46;
    border-color: #0A3E46;
  }

  .horizontal-pricing .featured {
    background: var(--color-primary);
  }

  .horizontal-pricing .featured h3,
  .horizontal-pricing .featured h4,
  .horizontal-pricing .featured h4 span,
  .horizontal-pricing .featured ul,
  .horizontal-pricing .featured ul .na,
  .horizontal-pricing .featured ul i,
  .horizontal-pricing .featured ul .na i {
    color: #fff;
  }

  .horizontal-pricing .featured .buy-btn {
    background: var(--color-primary);
    color: #fff;
    border-color: #fff;
  }

  .horizontal-pricing .featured .buy-btn:hover {
    background: #fff;
    color: var(--color-primary);
  }

  /*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
  /* Modify hover effect */

  .form-left h2 {
    color: var(--color-primary);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  #form-left {
    position: relative;
    top: 70% !important;
  }

  .get-a-quote .quote-bg {
    min-height: 500px;
    background-size: cover;
    background-position: center;
  }

  .get-a-quote .php-email-form {
    background: #f3f6fc;
    padding: 40px;
    height: 100%;
  }



  .get-a-quote .php-email-form h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .get-a-quote .php-email-form h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
  }

  .get-a-quote .php-email-form p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .get-a-quote .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .get-a-quote .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .get-a-quote .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }

  .get-a-quote .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
  }

  .get-a-quote .php-email-form input,
  .get-a-quote .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }

  .get-a-quote .php-email-form input:focus,
  .get-a-quote .php-email-form textarea:focus {
    border-color: var(--color-primary);
  }

  .get-a-quote .php-email-form input {
    padding: 12px 15px;
  }

  .get-a-quote .php-email-form textarea {
    padding: 12px 15px;
  }

  .get-a-quote .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }

  .get-a-quote .php-email-form button[type=submit]:hover {
    background: #0A3E46;
  }

  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
.avatar {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.destinations-avt {
    display: flex
;
    gap: 0.5em;
    padding: 1em 0em;
}
  /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-right {
    background: #063299;
    color: white;
    border-radius: 0px;
    padding: 8%;
    text-align: center;
    position: relative;
    left: 50%;
    bottom: 152%;
    height: 140%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .contact .info-item+.info-item {
    margin-top: 40px;
  }

  .contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }

  .contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
  }

  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(14, 29, 52, 0.8);
  }

  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }

  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }

  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }

  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
  }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
  }

  .contact .php-email-form input {
    height: 44px;
  }

  .contact .php-email-form textarea {
    padding: 10px 12px;
  }

  .contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  }

  .contact .php-email-form button[type=submit]:hover {
    background: #0A3E46;
  }

  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
  .service-details .services-list {
    padding: 10px 30px;
    border: 1px solid #d3dff3;
    margin-bottom: 20px;
  }

  .service-details .services-list a {
    display: block;
    line-height: 1;
    padding: 8px 0 8px 15px;
    border-left: 3px solid #c2cbdf;
    margin: 20px 0;
    color: var(--color-secondary);
    transition: 0.3s;
  }

  .service-details .services-list a.active {
    font-weight: 700;
    border-color: var(--color-primary);
  }

  .service-details .services-list a:hover {
    border-color: var(--color-primary);
  }

  .service-details .services-img {
    margin-bottom: 20px;
  }

  .service-details h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
  }

  .service-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-secondary);
  }

  .service-details p {
    font-size: 15px;
  }

  .service-details ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }

  .service-details ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .service-details ul i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--color-primary);
  }

  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0 40px 0;
    color: rgba(255, 255, 255, 0.8);
}
  .hero h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
  }

.hero p {
    color: #2e2e86;
    text-align: justify;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
}

  .hero form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }

.form-control{
    padding: 0.75rem .75rem !important;
    border: 1px solid #70707033 !important;
}
input::placeholder {
    color: black !important;
}

  .hero form .form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    margin-right: 10px;
    border: none !important;
    background: none !important;
  }

  .hero form .form-control:hover,
  .hero form .form-control:focus {
    outline: none;
    box-shadow: none;
  }

  .hero form .btn-primary {
    background-color: var(--color-primary);
    padding: 15px 30px;
  }

  .hero form .btn-primary:hover {
    background-color: #0A3E46;
  }

  .hero .stats-item {
    padding: 30px;
    width: 100%;
  }

  .hero .stats-item span {
    font-size: 32px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .hero .stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .hero .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
  }

  .bi-check-circle-fill {
    color: var(--color-troisieme);
  }
.button-center {
    padding: 2em 0em;
}
  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: #c9d1db;
    padding: 77px 0;
    color: white;
    margin-top: -155px;
}

  .footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
  }
  footer img{
    max-width: 60%;
  }

  .footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }

  .footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
  }

  .footer-email {
    color: white;
  }

  .footer-email:hover {
    color: #fcb900;
  }

  .footer .social-links a:hover {
    color: #fcb900;
  }

  .social-footer {
    margin-left: 55%;
  }

  .footer .footer-info p {
    font-size: 12px;
    font-family: var(--font-primary);
  }

  .footer h6 {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 1px;
  }

  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
  }

  .footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
  }

  .footer h4 {
    font-size: 16px;
    position: relative;
    padding-bottom: 12px;
  }

  .footer .footer-links {
    margin-bottom: 30px;
  }

  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(13, 66, 255, 0.8);
    font-size: 12px;
    line-height: 0;
  }

  .footer .footer-links ul li {
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    list-style-type: none;
  }

  .footer-contact ul {
    padding-left: 0;
    /* Pour enlever le décalage par défaut */
  }

  .footer-contact ul li {
    padding: 10px 0;
    display: flex;
    list-style-type: none;
    text-align: left;
    /* Alignement à gauche */
  }

  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }

  .footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  .footer .footer-links ul a:hover {
    color: #fff;
  }

  .footer .footer-contact p {
    line-height: 26px;
  }

  .footer .copyright {
    text-align: center;
  }

  .footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
  }

  .footer .credits a {
    color: #fff;
  }

  /*--------------------------------------------/
Programm
-------------------------------------------------*/
  .program {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 2% 0;
  }

  #program h2 {
    text-align: center;
    color: var(--color-primary);
    font-size: 63px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0em;
    text-align: justified;

  }

  #program p {
    text-align: center;
    color: #3E3E3E;
    line-height: 45.89px;
    font-size: 37px;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: justified;

  }

  .section-right {
    border-left: 1px solid #ddd;
    height: 90%;
    /* Ajustez la hauteur selon vos besoins */
    padding: 20px;
    position: relative;
    bottom: 42px;
    top: 2%;
    padding-bottom: 15%;
  }

  .section-right-two {
    border-left: none;
    height: 90%;
    /* Ajustez la hauteur selon vos besoins */
    padding: 20px;
    position: relative;
    bottom: 42px;
    top: 2%;
    padding-bottom: 15%;
  }

  .section-left h2 {
    text-align: right !important;
  }

  .section-right h2 {
    text-align: left;
  }

  .section h2 {
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: justified;
    color: #0A3E46;
    margin-top: -50px;

  }

  h2 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;

  }

  ul {
    list-style: none;
    padding: 0;
  }

  li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
    

  }

  .titre {
    list-style-type: none;
    padding-left: 10px;
  }

  .titre::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    margin-right: 10px;
    position: relative;
    top: 3px;
    right: 2.5%;
  }

  /* Ajustement de la position de titre::before */
  .section-left .titre::before,
  .section-right .titre::before {
    top: 27px;
    left: -40px;
  }

  /* Ajouter une puce après le titre "Les options éducatives en Allemagne" */
  .section-left h2:after {
    content: "";
    display: inline-block;
    width: 15px;
    /* Réduire la largeur de la bordure */
    height: 15px;
    border-radius: 50%;
    background-color: red;
    margin-right: 10px;
    position: relative;
    left: 38px;
    top: 1em;
    z-index: 999;
  }

  /* .section-left-two h2{
  margin-top: 1em;
} */
  .section-left-two h2:after {
    position: relative;
    top: 3px;
    content: "";
    display: inline-block;
    width: 15px;
    /* Réduire la largeur de la bordure */
    height: 15px;
    border-radius: 50%;
    background-color: #F4CA5A;
    margin-right: 10px;
    position: relative;
    left: 38px;
    z-index: 999;
  }