body{
    margin:0
}
.topbar {
  background-color: #fa580f;
  display: flex;
  align-items: center;
  padding: 0.7em 8em;
  justify-content: space-between;
}
.topbar p{
    color: #FFFFFF;
    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0;

}
.ban-er{
  background-color: #243266;
}
.logo-tlx {
    padding: 2em 4em 0em 4em;
}
.dates-a {
    color: #fff;
    font-size: 22px;
    text-decoration: underline !important;
}
.dates-a:hover{
  color:#fff;
}
.reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
}
.topbar a{
    color: #ffff;
    text-decoration: none;
    font-size: 16px;
}

/**                NavBar                    **/
.sinscrireBtn{
    background-color: #16C2ED;
    padding: 1em;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    color: #ffff;
    font-family: sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    flex-direction: row;
    padding: 1em 8em;
}
  nav .logo {
    display: flex;
    align-items: center;
  }
  
  nav .logo img {
    height: 100%;
    width: 100%;
    margin-right: 10px;
}
  nav .logo h1 {
    font-size: 1.1rem;
    background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}
  nav ul li {
    margin-left: 1.5rem;
  }
  nav ul li a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
    color: #0B0D53;
    font-size: 15px;
    font-weight: 500;
    font-family: sans-serif;
    text-transform: capitalize;
}
  
  nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px; /* Adjust as needed */
    bottom: 0;
    left: 0;
    background-color: #FEEFC2; /* The color of the underline */
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    
  }
  
  nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    
  }
  nav ul li a:hover{
    color:rgb(9, 0, 51) !important
  }
  
  .hamburger {
    display: none;
    cursor: pointer;
  }
  .menubar.active {
    display: block;
  }
  
  .close-icon {
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: none; /* Hidden until menu is active */
  }
  
  .menubar.active .close-icon {
    display: block;
  }
  

  .hamburger .line {
    width: 25px;
    height: 2px;
    background-color: #00081c;
    display: block;
    margin: 7px auto;
    transition: all 0.3s ease-in-out;
}
  .hamburger-active {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
    transform: rotate(45deg);
  }
  
  .hamburger-active .line:nth-child(2) {
    width: 0px;
  }
  
  .hamburger-active .line:nth-child(1),
  .hamburger-active .line:nth-child(3) {
    transition-delay: 0.3s;
  }
  
  .hamburger-active .line:nth-child(1) {
    transform: translateY(12px);
  }
  
  .hamburger-active .line:nth-child(3) {
    transform: translateY(-5px) rotate(90deg);
  }
  
  .menubar {
    position: absolute;
    top: 0;
    left: -60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    height: 100vh;
    padding: 20% 0;
    background: rgba(255, 255, 255);
    transition: all 0.5s ease-in;
    z-index: 2;
  }
  .active {
    left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  .menubar ul {
    padding: 0;
    list-style: none;
  }
  .menubar ul li {
    margin-bottom: 32px;
  }
  
  .menubar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 95%;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
  .menubar ul li a:hover {
    background-color: #f5f5f5;
  }

  section {
    overflow: hidden;
    padding: 4% 0 0 0;
  }
  .navigiation {
    padding: 0em 0em 0em 0em;
}

  .section-header {
    text-align: center;
  }
  
  .bloc-right-slider {
    padding-left: 5%;
  }
  
  .navbar a {
    color: var(--color-secondary);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
  }
  
  /**            bannner         **/
  .region-name-pop{
    font-size: 30px;
    font-family: 'Inter';
    color: #243266;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  .date-event{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter';
    padding: 0;
    margin: 0;
  }
    .local-event{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    padding: 0;
    margin: 0;
  }
  .banner a{
    text-decoration: none;
  }
.banner{
    background-image: url('../img/accueil/banner.webp');
    padding: 0em 0em;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner h1 {
  text-align: center;
  font-family: system-ui;
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.inscrire-grt {
  background-color: #FAB20F;
  padding: 1em;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #ffff;
  font-family: sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 2em;
}
.banner h2 {
  margin: 0;
  font-family: sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.banner h3{
  color: #fff;
  text-align: center;
  font-size: 46px;
  margin: 0;
  font-family: system-ui;
  font-weight: 500;
  }
.banner h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-family: system-ui;
  font-weight: 500;
  border: 1px solid;
    padding: 0.1em 0.4em;
    border-radius: 8px;
}
.banner h5 {
  margin: 0;
  font-family: sans-serif;
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.banner p{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: system-ui;
    margin:0
}
.div-3 {
    border-left: 2px solid #fff;
    padding-left: 2em;
}

.div-2 {
    border-left: 2px solid #fff;
    padding-left: 2em;
}
.dates {
    display: flex;
    justify-content: center;
    gap: 5em;
    padding: 3em 0em 3em 0em;
}
.button-2{
    text-align: center;
}

.majors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 3em;
}
.locolisations {
    display: flex
;
    gap: 0.5em;
}
/***          destination       ****/
/** old destination  **/
.destination {
  background-image: url(../img/accueil/destination.webp);
  padding: 5em 0em 6em;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  flex-direction: column;
  background-position: center;
}
.destination h1{
font-size: 80px;
font-weight: 900;
font-family: sans-serif;
color: #0B0D53;
margin: 0;
}
.destination h2{
  font-size: 80px;
  font-weight: 900;
  font-family: sans-serif;
  color: #16C2ED;
  margin: 0;
  }

/** new destinations  **/
    .hover-paragraph p {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Tajawal';
}
.no-bullets li {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Tajawal';
}
.flag-1 {
  position: relative;
  overflow: hidden;

  transition: padding-bottom 0.3s ease;
      width: 50%;
    justify-items: center;
    border-right: solid 2px #a7a5a5;
    padding-top: 0em;
    padding-bottom: 5em;
}
ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  padding-bottom: 1em;
}
.flag-content {
    transition: transform 0.3s ease;
    padding-top: 3em;
    text-align: center;
    padding-bottom: 1em;
}
.hover-paragraph {
   
    text-align: center;
    direction: rtl;
}



.flags-container {
  display: flex;
  justify-content: center;
  padding: 0em 0em 0em 4em;
  background: #EFEFEF;
}
.flag-1 img{
      width: 150px;
    padding-bottom: 3em;

}
.flag-2 {
    width: 53%;
    padding-top: 2em;
}
.flags-slid-content {
    padding: 0em 0.5em;
}
.flag-2 img {
  width: 100%;
}
.flag-1 h1 {
    font-size: 44px;
    color: #16C2ED;
    font-weight: 700;
    text-align: center;
    font-family: 'Tajawal';
}
.flag-content span {
    color: #0B0D53;
}
.flag-2 h1 {
  font-size: 65px;
  font-weight: 600;
  font-family: 'Uber Move Text', sans-serif;
  color: #16C2ED;
  text-align: center;
}
.flag-2 span {
  color: #0B0D53;
}
.flag-2 h2 {
    font-family: 'Uber Move Text', sans-serif;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}
.flag-2 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.flag-2 p {
    font-family: 'Uber Move Text', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

/***          about          ******/
.about {
    display: flex
;
    padding: 2em 7em;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2em;
}
.about-bloc {
    padding-top: 3em;
    text-align: center;
    background-color: #fff;
}
.abt-1 {
    width: 50%;
}
.abt-2 {
    width: 50%;
}
.about-bloc h1 {
    font-size: 52px;
    font-family: 'Uber Move Text', sans-serif;
    text-transform: uppercase;
    color: #243266;
    font-weight: 900;
}
.about h1{
font-family: sans-serif;
font-weight: 700;
font-size: 40px;
color: #FAB20F;
text-transform: uppercase;
margin: 0;
}
.about h2{
        font-family: 'Uber Move Text', sans-serif;
    font-weight: 800;
    font-size: 61px;
    color: #0B0D53;
    margin: 0;
    padding-bottom: 1em;
}
.about p{
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
        font-family: 'Uber Move Text', sans-serif;
}
.button-add{
    padding-bottom: 2em;
}
.about img{
    width: 85%;
    border-radius: 20px;
}
/***            Programme                */
.programme {
  display: flex;
  background-color: #0B0D53;
  padding: 3em 7em;
  align-items: center;
}
.programme h1{
    font-size: 40px;
    font-weight: 700;
        font-family: 'Uber Move Text', sans-serif;
    color: #FAB20F;
}
.prg-Mobile{
  font-size: 40px;
  font-weight: 700;
      font-family: 'Uber Move Text', sans-serif;
  color: #FAB20F;
}
.programme h2{
    margin: 0;
    font-size: 36px;
    font-weight: 700;
        font-family: 'Uber Move Text', sans-serif;
    color: #0B0D53;

}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.atl-1 {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1.5em;
    width: 70%;
    border-radius: 8px;
    margin-bottom: 1em;
}
.atl-2 {
    width: 75%;
}
.programme p{
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    color: #ffff;
    line-height: 28px;
}
hr {
    width: 76%;
    float: left;
}
.atl-x{
    margin-top: 4em !important;
}
.prg-1 {
    width: 66%;
}
.prg-2 img{
    width: 100%;
}
.reseaux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  gap: 0.5em;
  align-items: center;
}
/**             chiffres clés              */
.chiffres-2 {
  padding: 4em 1em;
}
.chiffres-2 h1{
color: #FAB20F;
font-family: sans-serif;
font-size: 40px;
margin: 0;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}

.chiffres-2 h2 {
  color: #0B0D53;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  font-family: sans-serif;
  margin: 0;
}
.chiffre-1 h1 {
  color: #16C2ED;
  font-family: sans-serif;
  font-size: 66px;
  font-weight: 700;
  margin: 0;
}
.chiffre-1 h2 {
  font-size: 27px;
  font-weight: 700;
  color: #0B0D53;
  font-family: sans-serif;
  margin: 0;
  text-align: center;
  padding-top: 0.5em;
}
.chiffres-cles {
  display: flex;
  justify-content: space-around;
  padding: 0em 10em 6em;
}
/**             Formulaire                 */
.form-in {
    padding: 1em 7em;
    text-align: -webkit-center;
    background-color: #EFEFEF;
}
      /* General iframe styles */
      iframe {
        border: none;
        width: 100%;
        overflow: hidden;
        transition: height 0.3s ease;
    }




/**             responsivité               */
@media screen and (max-width: 790px) {

  .chiffre-1 h2{
    text-align: left !important;
  }
  .sinscrireBtn {
    font-size: 17px !important;
}
.lire{
  padding-bottom: 1.5em;

}
  .chiffres-cles {
    padding: 0em 2em 0.5em;
    align-content: center;
    gap: 1em;
    flex-wrap: wrap;
}
.chiffres-2 h2 {
  font-size: 29px;
}
.chiffres-2 h1 {
  font-size: 33px;
}
.chiffre-1 {
  width: 45%;
}
.chiffre-1-1 {
  width: 50% !important;
}
.chiffre-1 h1 {
  font-size: 45px;
}
  .exp-1 h2 {
    font-size: 24px;
  }
  .exp-1 h1 {
    font-size: 33px;
  }
  .topbar {
    padding: 0.7em 2em !important;
    justify-content: center !important;
}
    .topbar p{
        font-size: 12px;
    }
    .reseaux {
      display: none;
  }
    .topbar a{
        font-size: 12px;
    }
    .form-in {
        padding: 1em 0em;
        
    }
    .about h2 {
        font-size: 40px;

    }
    .about img {
        width: 100%;
    }
    .about h1{
        font-size: 36px;
    }
    .about {
        padding: 2em 1em;
        flex-direction: column;
    }
    .abt-1 {
        width: 100%;
    }
    .abt-2 {
        width: 100%;
    }
    .hamburger {
      display: block;
    }
    nav ul {
      display: none;
    }
    .to-hide{
      display: none;
    }
    nav{
        padding: 1em;
    }
    .banner {
      padding: 4em 0.5em;
  }
    .banner h1 {
      font-size: 29px;
  }
  .banner h4 {
    font-size: 20px;
  }
    .banner h2 {
      font-size: 23px;
      line-height: 44px;
  }
  .prg-2 img {
    padding-bottom: 2em;
}
    .banner h3 {
        font-size: 27px
    }
    .banner h5 {

    font-size: 38px;
    font-weight: 800;
    padding-bottom: 0.2em;
    padding-top: 1em;
}
.dates {
  gap: 1em;
  padding: 1em 1em 1em 1em;
  flex-direction: column;
}
  .div-1 {
    border-left: none;
    padding-left: 0em;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4em;
    text-align: center;
    padding-right: 0em;
}
.div-2 {
  border-left: none;
  padding-left: 0em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.4em;
  text-align: center;
  padding-right: 0em;
}

.inscrire-grt {
  margin-bottom: 0em;
}
.div-3 {
  border-left: none;
  padding-left: 0em;
  padding-bottom: 0.4em;
  text-align: center;
  padding-right: 0em;
}
.day{
  font-size: 27px !important;
  font-weight: 300 !important;
}
.banner p {
  font-size: 20px;
}
    .prg-1 {
        width: 100%;
    }
    .programme {
        padding: 3em 1em;
        flex-direction: column-reverse;
          }
    .atl-1 {
        padding: 0.5em 0.5em;
        width: auto;
    }
    .atl-2 {
        width: auto;
    }
    .flags-container {
      padding: 2em 0em;
      flex-direction: column;
      gap: 2em;
  }
  .flag-1 {
    width: 100%;
    padding-bottom: 1em;
    border-bottom: solid 1px #b1b1b1;
  }
  .flag-2 {
    width: 100%;
    padding-top: 0em;
  }
  .flag-1 h1 {
    font-size: 45px;
  }
  .flag-1 h2 {
    font-size: 45px;
  }
  .flag-2 h1 {
    font-size: 45px;
  }
  .no-bullets li {
    font-size: 17px;
  }
  .hover-paragraph p {
    font-size: 20px;
  }
  .hover-paragraph {
    padding: 0em 1em;
}
.flag-2 h2 {
    font-size: 24px;
}
.flag-2 h3 {
    font-size: 19px;
    line-height: 27px;
}
.flag-2 p {
    font-size: 16px;
    line-height: 31px;
}
.flag-1 img {
    padding-bottom: 2em 32px;
}
.flag-content {
    padding-top: 1em;
}
  }
  @media screen and (min-width: 791px) {
  .to-hide-desk{
    display: none;
  }

}
  .logo-tlx {
    padding: 2em 4em 0em 4em;
    display: none;
}