.page-header {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #f2f2ff;
  }
  
  nav.top-menu {
    padding-right: 2em;
    border: none !important;
    margin-bottom: 2em !important;
  } 
  
  .top-menu > ul li a {
    color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: solid 1px #B8C3BF;
    border-right: solid 1px #B8C3BF;
  }
  
  .border-left {
    border-left: solid 1px #B8C3BF;
  }
  

  .lock {
    color: #7ac142;
  }
  
  
  div.main-menu {
    position: relative;
    border-bottom: solid 3px #0081c6;
    box-shadow: 0 5px 0 rgba(60, 186, 230, 0.52);
  }
  
  
  .main-menu ul li {
    font-size: 1.3em;
    font-weight: bold;
  }
  
  .main-menu ul li a {
    color: #333;
  }

   .forgot-enroll-section {
    background: #0081c6;
     padding-top: 8px;
  }
  .forgot-enroll-section p a {
    color: #fff;
    padding: 5px 0;
   font-weight: bold;
    text-decoration: none;
  }
  
  
  .checkbox {
    padding: 10px 0;
  }


  .slider_sep{
    background-color: #0081c6;
  }

  .slider_sep-text span{
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
  }

  
  .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .fa.fa-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
#breaking-news-container {
  position: relative;
  height: 40px;
  overflow: hidden;
  background-color: #3399FF;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
}

#breaking-news-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3399FF;
  z-index: 1;
}

.breaking-news-title {
  position: relative;
  z-index: 2;
  background-color: #18ac87;
  color: white;
  font-weight: bold;
  padding: 0 10px;
  height: 100%;
  line-height: 40px;

}

.breaking-news-title::before,
.breaking-news-title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

.breaking-news-title::before {
  left: -12px;
  border-left: 12px solid transparent;
  border-bottom: 40px solid #18ac87;
}

.breaking-news-title::after {
  right: -12px;
  border-right: 12px solid transparent;
  border-top: 40px solid #18ac87;
}

.breaking-news-headline-wrapper {
  overflow: hidden;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}

.breaking-news-headline {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
  font-size: 14px;
  color: white;
  line-height: 40px;
}

.news-item {
  display: inline-block;
  white-space: nowrap;
}

/* Animation keyframes */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .breaking-news-headline {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .breaking-news-headline {
    font-size: 12px;
  }
}

/*hahahha*/

.slider_sep-img {
  flex: 1; /* Réduit la taille de la partie image */
}


.slider_sep-img {
  flex-basis: 70%; /* L'image occupe 60% de l'espace */
}

.slider_sep-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Permet à l'image de couvrir toute la zone */
}

.slider_sep-text .btn {
  border: 2px solid #007947;
  border-radius: 40px;
  color: #161816;
  font-weight: 500;
}
.slider_sep-text .btn:hover {
  color: #fff;
  background-color: #007947;
}

/*hbjhgh*/
  
@media screen and (min-width:966px) {
  .carousel-inner {
    height: 50vh; /* Hauteur réduite du carousel */
  }
  .slider_sep-text h1{
    font-size: 1.8rem;
    font-weight: bolder;
  }
  .slider_sep-text p{
    font-size: 1.1rem;
  }
  .slider_sep-text {
    flex-basis: 30%; /* Le texte occupe 40% de l'espace */
    padding: 3px;
  }

  .slider_sep-text .btn {
    padding: 5px 10px;
  }
  

}
@media screen and (min-width: 801px) and (max-width: 965px) {
  .carousel-inner {
    height: 50vh; /* Hauteur réduite du carousel */
  }
  .slider_sep-text p{
    font-size: 1rem;
  }
  .slider_sep-text {
    flex-basis: 40%; /* Le texte occupe 40% de l'espace */
  }
  
  .slider_sep-img {
    flex-basis: 60%; /* L'image occupe 60% de l'espace */
  }

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

}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .carousel-inner {
    height: 55vh; /* Hauteur réduite du carousel */
  }

  .slider_sep-text {
    flex-basis: 50%; /* Le texte occupe 40% de l'espace */
  }

  .slider_sep-img {
    flex-basis: 50%; /* L'image occupe 60% de l'espace */
  }
}

@media screen and (max-width: 699px) {
  .carousel-inner {
    height: auto; /* Hauteur réduite du carousel */
  }
  .carousel-item .d-flex {
    flex-direction: column; /* Empile le texte et l'image */
    align-items: center;
    text-align: center;
  }

  .slider_sep-text {
    flex-basis: 30%; /* Le texte occupe 40% de l'espace */
  }

  .slider_sep-text p{
    font-size: 0.9rem;
  }

  .slider_sep-text .btn {
    font-size: 0.9em;
  }
    .slider_sep-text, .slider_sep-img {
    flex-basis: 100%;
    max-width: 90%; /* Ajuste la largeur du contenu */
    padding: 1rem 0; /* Ajoute de l'espace autour des éléments */
  }

  .slider_sep-img img {
    height: auto; /* Garde les proportions de l'image */
    max-height: 300px; /* Limite la hauteur de l'image */
  }

  .slider_sep-text h1 {
    font-size: 1.2rem;
  }

  .slider_sep-text p {
    font-size: 0.9rem;
  }
  .slider_sep-text .btn {
  font-size: 0.9rem; /* Réduit la taille du texte dans le bouton */
  padding: 0.5rem 1rem; /* Ajuste le bouton */
}
}