body {
  font-family: 'Source Sans Pro';
  overflow-x: hidden!important;
}

.header {
    position: relative;
    height: 720px; /* Ajustez la hauteur selon vos besoins */
    background-image: linear-gradient(0deg,transparent, rgba(0,0,0,.90) 1000px), url('..//images/header.jpg'); background-size: cover;
    background-position: center;
    font-family: 'Source Sans Pro';
  }
  
  .top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    font-size: 14px;
    background-color: transparent; /* Couleur de fond avec transparence */
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1); /* Ombre légère en bas */
    
  }

  #big-title {
    font-size: 70px!important;
  }

  .ico-see-more {
    font-size: 30px;
  }
  
  .contact-info {
    display: inline-block;
    margin-left: 75px;
  }

  .contact-info a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  
  .contact-info i {
    margin-right: 3px;
  }

  .right-content ul li a {
    color: #fff;
    font-weight: 600;
  } 
  
  .navbar {
    background-color: transparent !important;
    /* Le "!important" est utilisé pour s'assurer que la classe mdbootstrap est écrasée. */
  }
  
  .navbar-brand img {
    max-width: 170px;
  }
  
  .navbar-nav {
    margin-left: auto;
  }
  
  .nav-link {
    color: #fff; /* Couleur des liens de navigation */
    font-weight: 800;
  }
  
  .nav-link:hover {
    color: #fff; /* Couleur des liens de navigation au survol */
  }

  .header-more {
    padding: 12px 29px 17px 31px;
  }

.carousel-item {
  height: 610px;
  border-radius: 1px!important;
}

.carousel-item p {
  font-weight: bold;
}

  .centered-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Couleur du texte */
  }
  
#big-title {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px; /* Taille du titre */
    margin-bottom: 30px;
    font-weight: 900;
    color: white;
  }
  
  .centered-content p {
    font-size: 18px; /* Taille du paragraphe */
    margin-bottom: 30px;
  }
  
  .centered-content .btn {
    font-size: 18px; /* Taille du bouton */
    color: #fff;
    background-color: #b1040e;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    
   
  }


  .content-section {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Ombre légère sur la div */
  }
  
  .content-box {
    padding: 20px;
  }
  
  .column-item {
    float: left; /* Les images flottent à gauche */
    margin-right: 20px; /* Marge entre les colonnes */
  }
  
  .column-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    float: left;
  }
  
.column-text {
  margin-left: 25px;
  font-family: 'Source Sans Pro';
}

  .column-text h3 {
    font-size: 19px;
    color: #192f59;
    font-family: 'Source Sans Pro';
  }
  
  .content-section h3 {
    font-weight: bold;
    margin-top: 0; /* Supprimer la marge par défaut du titre */
  }
  
  .content-section p {
    font-size: 16px;
    margin-bottom: 0; /* Supprimer la marge par défaut du paragraphe */
  }

  .more-about-btn {
    font-size: 18px;
    color: #192f59;
    background-color: #fca311 ;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
  }

  .more-actu-btn {
    font-size: 18px;
    color: white;
    background-color: #b1040e ;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
  }

  .more-actu-btn-event {
    font-size: 18px;
    color: white;
    background-color: #192f59 ;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
  }

  .more-fact-btn {
    font-size: 18px;
    color: white;
    background-color: #192f59 ;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
  }

  .button-container {
    margin-top: -30px;
    margin-bottom: 15px;
  }

  .more-about-btn:hover {
    font-size: 18px;
    color: #192f59;
    background-color: #ffff ;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
  }

  .more-admi-btn {
    font-size: 18px;
    color: #fff;
    background-color: #b1040e;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 15px 70px 15px 70px;
    text-transform: none;
    margin-top: 3px!important;
  }
  
  /* Pour éviter les problèmes de débordement dû aux éléments flottants */
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  .features-section {
    background-color: #f8f9fa; /* Couleur de fond light */
    padding: 20px 0;
    font-family: 'Source Sans Pro';
    color: #1e1e1e;
  }
  
  .features-section h2 {
    font-size: 50px; /* Taille du texte en grand */
    font-weight: 900;
    margin-bottom: 20px;
    
  }

  .centered-paragraph {
    width: 97%;
    margin: 0 auto; /* Pour centrer horizontalement le paragraphe */
  }
  
  .feature-item {
    text-align: left;
  }
  
  .feature-image {
    width: 60px; /* Taille des images dans les colonnes */
    height: 60px;
    border-radius: 50%; /* Pour obtenir des images rondes, si nécessaire */
  }
  
  .features-section h3 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 24px;
    color: #fca311;
  }
  
  .features-section p {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: normal;
  }
  
  .features-section .btn {
    font-size: 18px;
    margin-top: 30px;
  }

  .next-section {
    background-color: #fff; /* Couleur de fond blanc */
    padding: 40px 0;
    font-family: 'Source Sans Pro';
    color: #1e1e1e;
  }
  
  .next-section h2 {
    font-size: 50px; /* Taille du texte en grand */
    font-weight: 900;
    margin-bottom: 20px;
  }
  
  .next-section p {
    font-size: 18px; /* Taille du paragraphe après le texte en grand */
    margin-bottom: 40px;
  }

 
.full-width-section {
  background-color: transparent; /* Pour que l'image de background soit visible */
}

.avatar {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

p {
  font-size: 18px;
}

/* Autres styles personnalisés et Bootstrap/mdbootstrap classes peuvent être ajoutés ici */

.centered-search {
  width: 90%;
  max-width: 1200px; /* Vous pouvez ajuster cette valeur en fonction de la largeur maximale souhaitée */
  margin: 0 auto; /* "margin: 0 auto;" centre horizontalement le div */
  /* Ajoutez d'autres styles si nécessaire */
}

.card-actu1 {
  height: 380px;
  background-size: cover;
  position: relative; /* Ajout de la position relative pour les éléments superposés */
  background-image: linear-gradient(180deg,transparent, rgba(0,0,0,.85) 360px), url('https://www.unikin.ac.cd/wp-content/uploads/2023/07/talking-1.jpg'); background-size: cover;
  border-radius: 1.5px;
  box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.card-actu11 {
  background-size: cover;
  position: relative; /* Ajout de la position relative pour les éléments superposés */
  background-image: linear-gradient(180deg,transparent, rgba(0,0,0,.85) 360px), url('https://www.unikin.ac.cd/wp-content/uploads/2023/07/francophonie-2.jpg'); background-size: cover;
  border-radius: 1.5px;
  box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.card-actu2 {
  max-height: 380px;
  border-radius: 1.5px!important;

}

.card-text-wrapper {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
}

.card-text-wrapper p {
  font-weight: 700;
}

.card-text-info {
  font-size: 15px!important;
  margin-top: 8px;
  
}

.footer-39201
{
	padding-top: 5em;
  padding-bottom: 0px;
	color: #9d9d9d;
  background-color: #fff;
}

.footer-39201 .subscribe
{
	position: relative;
}

.footer-39201 .subscribe .form-control
{
	background-color: #e6e6e6;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	height: 50px;
	padding-left: 30px;
	padding-right: 130px;
	border: none;
	color: #1e1e1e;
}

.footer-39201 .subscribe .form-control::-webkit-input-placeholder
{
	color: #b3b3b3;
	font-style: italic;
	font-size: 14px;
}

.footer-39201 .subscribe .form-control::-moz-placeholder
{
	color: #b3b3b3;
	font-style: italic;
	font-size: 14px;
}

.footer-39201 .subscribe .form-control:-ms-input-placeholder
{
	color: #b3b3b3;
	font-style: italic;
	font-size: 14px;
}

.footer-39201 .subscribe .form-control:-moz-placeholder
{
	color: #b3b3b3;
	font-style: italic;
	font-size: 14px;
}

.footer-39201 .subscribe .btn-submit
{
	background: #b1040e;
	height: 40px;
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.footer-39201 h3
{
	font-size: 20px;
	font-weight: 900;
	color: #b1040e;
  text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-39201 .nav-links li
{
	display: block;
	margin-bottom: 10px;
}

.footer-39201 .nav-links li a
{
	color: #000;
}

.footer-39201 .nav-links li a:hover
{
	color: #b1040e;
}

.footer-39201 .social li
{
	display: inline-block;
}

.footer-39201 .social li a
{
	display: inline-block;
	padding: 10px;
	color: #9d9d9d;
  font-size: 20px;
}

.footer-39201 .social li a:hover
{
	color: #b1040e;
}

.card-card {
  float: left;
  padding: 0 1.7rem;
  width: 100%;
}
.card-card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card-card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.card-card .menu-content::after {
  clear: both;
}
.card-card .menu-content li {
  display: inline-block;
}
.card-card .menu-content a {
  color: #fff;
}
.card-card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card-card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.card-card .wrapper:hover .data {
  transform: translateY(0);
}



.card-card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.card-card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card-card .author {
  font-size: 15px;
  color: #192f59;
}
.card-card .author i {
  color: #192f59;
}
.card-card .title {
  margin-top: 10px;
  line-height: 0.8!important;
}
.card-card .text {
  height: 75px;
  margin: 0;
  font-size: 14px;
  margin-top: 4px;
}
.card-card input[type=checkbox] {
  display: none;
}
.card-card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}

.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b1040e;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  font-size: 17px;
  color: #b1040e;
  font-weight: 700;

}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 100%;
  float: left;
  background-color: #b1040e;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-transform: none;
  font-family: 'Source Sans Pro';
}
.example-1 .menu-content span {
  top: -10px;
}

/* CSS pour redimensionner les miniatures */
.thumbnail-image {
  width: 100px; /* Ajustez cette valeur selon vos besoins */
  height: 70px; /* Ajustez cette valeur selon vos besoins */
  object-fit: cover;
  border: 1px solid #ccc; /* Optionnel : ajoutez une bordure pour un effet visuel */
  border-radius: 5px; /* Optionnel : ajoutez un arrondi aux coins des miniatures */
  margin: 5px; /* Optionnel : ajoutez un espace entre les miniatures */
}

.carousel-thumbnails {
  text-align: center; /* Centre les miniatures horizontalement */
}

.col-auto {
  padding: 3px;
  margin: 3px;
}

.apply {
  font-size: 18px;
    color: #b1040e;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1);
    border-radius: 1.5px;
    padding: 10px 70px 10px 70px;
    text-transform: none;
}

.apply:hover {
  background-color: white;
}


/* Ajoutez cette règle pour définir l'animation en boucle */
@keyframes moveUpDown {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

/* Ajoutez cette règle pour appliquer l'animation */
a.btn:hover {
  animation: moveUpDown 4s infinite;
}

.desc {
  color: #dcdcdc;
}

/* Centrer le conteneur des boutons horizontalement */
.button-container {
  display: flex;
  justify-content: center;
  box-sizing: content-box;
}

/* Appliquer un espacement entre les boutons */
.button-container button {
  margin: 0 5px; /* Espacement horizontal de 10px (la valeur est divisée par deux car elle s'applique aux deux côtés du bouton) */
}


.blog-slider {
  width: 95%;
  position: relative;
  max-width: 900px;
  margin: auto;
  background: #fca311;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 1px;
  height: 600px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
   
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 5px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 480px;
  flex-shrink: 0;
  height: 500px;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 1px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  border-radius: 1px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 1px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
    margin-top: 120px;
    height: 400px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 240px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -180px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;

  border: 3px solid #3498db;
  z-index: 2;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid #e74c3c;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #f9c922;
}

/* change border to transparent and set only border-top to a solid color */
#loader {
  border: 3px solid transparent;
  border-top-color: #3498db;
}
#loader:before {
  border: 3px solid transparent;
  border-top-color: #e74c3c;
}
#loader:after {
  border: 3px solid transparent;
  border-top-color: #f9c922;
}
#loader {
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
#loader:before {
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
#loader:after {
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}

/* copy and paste the animation inside all 3 elements */
/* #loader, #loader:before, #loader:after */
 
/* include this only once */
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #fca311; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding-top: 6px; /* Some padding */
  padding-bottom: 6px;
  padding-right: 12px; /* Some padding */
  padding-left: 12px;
  border-radius: 1.5px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

/* Style pour le header sticky */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.sticky .top-navbar {
  background-color: #192f59;
}

.sticky .main-nav {
  background-color: #fff!important;
}

.sticky .main-nav .nav-link {
  color: #192f59;
}

.actu-actu {
  margin-top: 70px!important; 
  margin-bottom: 30px;
}

/*------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------- Responsive Design ---------------------------------------------------
------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  /* Votre CSS pour les petits écrans ici */
  .top-navbar {
    display: none;
  }
  #big-title {
    font-size: 35px!important;
    width: 100%;
  }
  .centered-content {
    width: 95%;
    margin-top: 10px;
  }
  .centered-content p {
    font-size: 16px;
  }
  #section-about .column-item {
    margin-top: 30px;
  }
  #section-about .column-item p{
    font-size: 15px;
  }
  .descrip { 
    font-size: 16px!important;
    font-weight: normal;
  }
  .desc {
    text-align: center;
  }

  .feature-item h3 {
    text-align: center;
  }
  .card-actu2, .row-card-actu-2 {
    margin-top: 5px!important;
  }
  #card-act-11 {
    margin-top: 5px!important ;
  }

  .actu-actu {
    margin-top: 40px!important; 
    margin-bottom: 30px;
  }
.more-fact-btn {
  font-size: 17px!important;
  padding: 4px 8px 4px 8px;
  border-radius: 1px;
}

  .descfac {
    font-size: 16px!important;
  }

  .card-actu2 .bg-image {
    display: none;
  }

  .button-container {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }

  .carousel-caption h5 {
    font-size: 14px!important;
    text-align: left;

  }

  .features-section p {
    margin-bottom: 80px!important;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Votre CSS pour les écrans moyens ici */
  #big-title {
    width: 100%;
  }
  .desc1 {
    width: 700px;
  }
  .column-text h3 {
    font-size : 15px;
  }

  .column-text p {
    font-size : 12px;
    width: 100%;
  }
  .card-text {
    font-size: 14px!important;
  }

.card-card {
  padding: 0px;
}

.example-1 .title a {
  font-size: 14px;
}

.blog-slider__content {
  padding-right : 0px!important;
  position: relative;
  left: -10em;
}

.blog-slider__img {
  width: 330px;
  margin-right: 95px;
}

.btt {
  width: 310px;
}

.footer-39201 .nav-links li a {
  font-size: 13px;
}

.pp {
  font-size: 12px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* Votre CSS pour les écrans larges ici */
}

@media screen and (min-width: 1200px) {
  /* Votre CSS pour les écrans très larges ici */
}

@media screen and (min-width: 2000px) {
  /* Votre CSS pour les écrans très larges ici */
  .left-content {
    margin-left: 560px;
  }
  .right-content {
    margin-right: 625px;
  }
  .desc1 {
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
  }
}