@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
body {
  padding-top: 24px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}
html,
body {
  scroll-behavior: smooth;

}
::-webkit-scrollbar {
  display: none;
}


/*=========================== NavBar ================================================== */
:root {
  --primary-color: #184173;
  --primary-color-dark: #184173;
  --text-dark: #0c0a09;
  --text-light: #78716c;
  --white: #ffffff;
  --max-width: 1200px;
}
.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 3rem 1rem;
  text-align: center;
}

.section__container p.hero1, .section__container h1.hero1 {
color: black;
background-color: #008B8B;
}

.section__header  a.hero1{
text-decoration: none;
background-color: red;
 font-size:36px;
 text-align:center;
  align-items: center;

}


.section__subheader {
  margin-bottom: 1rem;
  position: relative;
  color: var(--text-dark);
  font-size: 2rem;
}

.section__subheader::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(1rem, -50%);
  height: 2px;
  width: 4rem;
  background-color: var(--primary-color);
}

.section__header {
  max-width: 600px;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  color: var(--text-dark);
}

.section__description {
  max-width: 600px;
  margin-bottom: 1rem;
  color: var(--text-light);
  font-size: 1.1rem;
}
.header {
  /*background-image: url("../Public/header.jpg");*/
  background-color: #008B8B;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_hero {
  background-image: url("../Public/Header.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

nav {
  position: fixed;
  isolation: isolate;
  top: 0;
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  z-index: 9;
}

.nav__bar {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background-color: var(--primary-color);
}

.nav__menu__btn {
  font-size: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

.nav__links {
  list-style: none;
  position: absolute;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  background-color: rgba(188, 28, 92, 0.9);
  transform: translateY(-100%);
  transition: 0.5s;
  z-index: -1;
}

.nav__links.open {
  transform: translateY(0);
}

.nav__links a {
  position: relative;
  isolation: isolate;
  padding-bottom: 8px;
  color: var(--white);
  transition: 0.3s;
}

.nav__btn {
  display: none;
}

.header__container {
  padding-block: 10rem 15rem;
}

.header__container p {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--white);
  text-align: center;
  opacity: 0.8;
}

.header__container h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 4.5rem;
  color: var(--white);
  text-align: center;
    opacity: 0.8;
}

.header__container h1 span {
  color: var(--primary-color);
}
@media (width > 576px) {
  .room__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width > 768px) {
  nav {
    padding: 2rem 1rem;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav__bar {
    padding: 0;
    background-color: transparent;
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    padding: 0;
    width: unset;
    position: static;
    transform: none;
    flex-direction: row;
    background-color: transparent;
  }

  .nav__btn {
    display: block;
  }

  .nav__links a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--primary-color);
    transition: 0.3s;
    transform-origin: left;
  }

  .nav__links a:hover::after {
    width: 100%;
  }

  .about__container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: rgba(0, 139, 139,0.05);
  }

  .room__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service__content {
    grid-column: 2/3;
  }

  .footer__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
    a {
      text-decoration: none;
    }
/*=========================== End NavBar ================================================== */
/*===========================  AboutUs ================================================== */
.about__container {
  overflow: hidden;
  display: grid;
  gap: 1.5rem;
}

.about__image img {
  max-width: 300px;
  border-radius: 5px;
  margin-left: 80px;
}

 .section-headers {
   margin-bottom: 10px;
 }

 .section-headers .section-title {
   font-size: 30px;
  margin-bottom: 8px;
   font-weight: bold;
   margin-top: 20px;
 }

 .section-headers .section-title2 {
   font-size: 35px;
   text-transform: capitalize;
   margin-bottom: 8px;
   font-weight: bold;
   margin-top: 20px;
   color: #f5f5f5;
 }


 .section-headers .line {
   display: block;
   height: 5px;
   width: 100px;
   background-color: #3572bc;
    margin-bottom: 8px;
 }
/*=========================== End AboutUs ================================================== */
/*=========================== our Service ================================================== */
.room__grid {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}

.room__card {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .room__grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .room__card {
    flex-basis: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .room__card {
    flex-basis: calc(100% - 0.5rem);
  }
}
/*=========================== End our Service ================================================== */
/*=========================== Statics ========================================================== */
.banner__content {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.banner__card {
  text-align: center;
  flex: 1 1 180px;
}

.banner__card h4 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-dark);
}

.banner__card p {
  color: var(--text-light);
}


/*=========================== End Statics ========================================================== */
/*===========================  Ages ========================================================== */
.service {
    background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../Public/Acceuil/back2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service__container {
  padding-block: 0;
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}

.service__content {
  grid-column: 1/3;
  padding: 2rem 4rem;
  background-color: var(--white);
}

.service__list {
  list-style: none;
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
}

.service__list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-dark);
}

.service__list span {
  padding: 5px 12px;
  font-size: 1.75rem;
  color: var(--text-dark);
  background-color: var(--text-light);
  border-radius: 100%;
}

.service__list li:nth-child(1) span {
  color: #60a5fa;
  background-color: #dbeafe;
}

.service__list li:nth-child(2) span {
  color: #f472b6;
  background-color: #fce7f3;
}

.service__list li:nth-child(3) span {
  color: #c084fc;
  background-color: #f3e8ff;
}

.service__list li:nth-child(4) span {
  color: #fb7185;
  background-color: #ffe4e6;
}

/*=========================== End Ages ========================================================== */















ul {
  list-style-type: none;
}










.menu-container {
  position: sticky;
  top: 0;
  z-index: 99;
  margin-bottom: 2%;
}
.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2%;
}
.social-signin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.carousel-img {
  height: 550px;
}

@media ((min-width: 450px) and (max-width: 900px)) {
  .social-signin {
    flex-direction: column;
  }
  .header-container {
    flex-direction: column;
  }
  .carousel-img {
    height: 400px;
  }

}
@media (max-width: 450px) {
  .carousel-img {
    height: 200px;
  }
  .social-signin {
    flex-direction: column;
  }
  .header-container {
    flex-direction: column;
  }

}
.action-btn {
  border: none;
  border-radius: 20px;
  background-color: #184173;
  color: white !important;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px;
}
.action-btn:hover {
  opacity: 0.8;
}
.action-btn-red {
  border: none;
  border-radius: 20px;
  background-color: #FF4444;
  /* Rouge */
  color: white !important;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 12px;
}
.icon-heart {
 margin-left: 10px;
}
.action-btn-red:hover {
  background-color: #CC0000;
  /* Rouge foncé au survol */
}
.logo {
  font-size: 30px;
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: between;
  align-items: center;
  gap: 24px;
}
.diaporama {
  margin: auto;
  width: 80%;
  overflow-x: hidden;
  border-radius: 20px;
}
.footer-menu {
  width: 100%;
  height: 26px;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin: 0;
}
#footer-p{
  color: #ffffff;
}
.footer-logo img {
  margin-right: 20px;
  width: 80%;
}

.footer-menu a {
  color: #ffffff;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
    font-weight: normal;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #f5f5f5;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  font-weight: normal;
  text-decoration: underline;
}
.contact {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.footer p {
  margin-bottom: 0 !important;
  font-weight: normal;
}
.footer {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: #184173;
  margin-top: 2%;
  margin-bottom: 0;
}

.card-style {
  border-radius: 20px;
  overflow: hidden;
  min-width: 274px;
}
.card-style a {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
}
.container-fluid::-webkit-scrollbar {
  display: none;
}

.media-container {
  width: 80% !important;
  max-height: 720px !important;
  border-radius: 20px !important;
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.info-container {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
  background-color: #f5f5f5;
  padding: 24px 0px 24px 0px;
  border-radius: 20px;
}
select option::hover {
  background-color: #184173 !important;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset,
label {
  margin: 0 !important;
  padding: 0 !important;
}


.radius-20 {
  border-radius: 20px;
}
.font {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}

.round {
  height: 280px;
  width: 280px;
  border-radius: 50%;
}
.description {
  width: 80%;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: x-large;
  font-weight: normal;
  text-align: center;
}





 .section-header {
   text-align: center;
   margin-bottom: 20px;
 }

 .section-header .section-title {
   font-size: 35px;
   text-transform: capitalize;
   margin-bottom: 8px;
   font-weight: bold;
   margin-top: 20px;
 }
 .section-header .section-title2 {
   font-size: 35px;
   text-transform: capitalize;
   margin-bottom: 8px;
   font-weight: bold;
   margin-top: 20px;
   color: #f5f5f5;
 }


 .section-header .line {
   display: block;
   height: 5px;
   width: 100px;
   margin: 0 auto 50px auto;
   background-color: #3572bc;
 }

/* Style pour le header en bleu */
#cmp thead th {
  background-color: #184173;
  color: white;
}

/* Style pour les headers à côtés en bold */
#cmp tbody td.custom-header {
  font-weight: bold;
}


#cmpcard a {
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}



/* Style for the header in blue */
#avisTable thead th.custom-header {
  background-color: #184173;
  color: white;
}

/* Style for the headers in bold */
#avisTable tbody td.custom-header {
  font-weight: bold;
}

#avisTable tbody tr:hover {
  background-color: #f5f5f5;
  /* Add a background color on hover */
}

/* Style for the header in blue */
#avisTable thead th.custom-header {
  background-color: #184173;
  color: white;
  border: 1px solid #ddd;
  /* Border for header cells */
  padding: 8px;
  /* Padding for header cells */
}

/* Style for the headers in bold */
#avisTable tbody td.custom-header {
  font-weight: bold;
  border: 1px solid #ddd;
  /* Border for other cells */
  padding: 8px;
  /* Padding for other cells */
}

#avisTable tbody tr:hover {
  background-color: #f5f5f5;
  /* Add a background color on hover */
}

#avisTable tbody tr {
  border-bottom: 1px solid #020000;
  /* Add a border between rows */
}

#avisTable tbody td {
  border-right: 1px solid #020000;
  /* Add a border between columns */
    border-left: 1px solid #020000;
}



/* Style pour le header en bleu */
#brandInfoTable thead th {
  background-color: #184173;
  color: white;
  border: 1px solid #080000;
  /* Border for header cells */
  padding: 12px;
  /* Padding for header cells */
  font-size: 16px;
  /* Taille de police plus grande */
}

/* Style pour les headers à côtés en bold */
#brandInfoTable tbody td.custom-header {
  font-weight: bold;
}

#brandInfoTable tbody tr:hover {
  background-color: #f5f5f5;
  /* Add a background color on hover */
}

/* Style for the header in blue */
#brandInfoTable thead th.custom-header,
#brandInfoTable tbody td.custom-header {
  background-color: #184173;
  color: white;
  border: 1px solid #080000;
  /* Border for header cells */
  padding: 12px;
  /* Padding for header cells */
  font-size: 16px;
  /* Taille de police plus grande */
}

/* Style for the headers in bold */
#brandInfoTable tbody td.custom-header {
  font-weight: bold;
}

#brandInfoTable tbody tr:hover {
  background-color: #f5f5f5;
  /* Add a background color on hover */
}

#brandInfoTable tbody tr {
  border-bottom: 1px solid #020000;
  /* Add a border between rows */
}

#brandInfoTable tbody td {
  border-right: 1px solid #020000;
  /* Add a border between columns */
  border-left: 1px solid #020000;
  padding: 12px;
  /* Padding for other cells */
  font-size: 18px;
  /* Taille de police pour les autres cellules */
}


#infoTable thead th {
  background-color: #184173;
  color: white;
  border: 1px solid #080000;
  padding: 12px;
  font-size: 16px;
}

#infoTable tbody td.custom-header {
  font-weight: bold;
}

#infoTable tbody tr:hover {
  background-color: #f5f5f5;
}

#infoTable tbody tr {
  border-bottom: 1px solid #ddd;
}

#infoTable tbody td {
  padding: 12px;
  font-size: 18px;
    border-right: 1px solid #020000;
      /* Add a border between columns */
      border-left: 1px solid #020000;
      /* Ajout de la bordure à gauche */
}




/* Style pour le header en bleu */
#caracteristiquesTable thead th.custom-header {
  background-color: #184173;
  color: white;
  border: 1px solid #080000;
  /* Border for header cells */
  padding: 12px;
  /* Padding for header cells */
  font-size: 16px;
  /* Taille de police plus grande */
}

/* Style pour les headers à côtés en bold */
#caracteristiquesTable tbody td.custom-header {
  font-weight: bold;
}

#caracteristiquesTable tbody tr:hover {
  background-color: #f5f5f5;
  /* Add a background color on hover */
}

#caracteristiquesTable tbody tr {
  border-bottom: 1px solid #000000;
  /* Add a border between rows */
}

#caracteristiquesTable tbody td {
  border-right: 1px solid #020000;
  /* Add a border between columns */
  border-left: 1px solid #020000;
  /* Ajout de la bordure à gauche */
  padding: 12px;
  /* Padding for other cells */
  font-size: 18px;
  /* Taille de police pour les autres cellules */
}
#caracteristiquesTable tbody td.custom-header-bold {
  font-weight: bold;
}
#vehiculeLargeImage {
  width: 100%;
  /* ou une largeur fixe comme 500px selon vos besoins */
  height: auto;
  /* La hauteur s'ajuste automatiquement pour maintenir les proportions de l'image */
}


 .section-sous-header {
   margin-bottom: 20px;
 }

 .section-sous-header .section-sous-title {
   font-size: 25px;
   text-transform: capitalize;
   margin-bottom: 8px;
   font-weight: bold;
   margin-top: 20px;
 }

 .section-sous-header .sous-line {
   display: block;
   height: 5px;
   width: 100px;
   margin: 0 auto 30 auto;
   background-color: #3572bc;
 }

.article-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* Empêche le passage à la ligne */
  overflow: auto;
  /* Ajoute une barre de défilement si nécessaire */
}

.author,
.function,
.date {
  font-size: 17px;
  color: #888;
  margin-right: 15px;
}

.icon {
  margin-bottom:16px;
  margin-right: 5px;
  font-size: 15px;
  color: #3572bc;
font-weight: bold;

}
.form-container-sign {
  background-color: #fff;
  /* Couleur de fond blanche */
  padding: 20px;
  /* Ajouter une marge intérieure pour l'espace autour du formulaire */
  border-radius: 10px;
  /* Ajouter des coins arrondis si vous le souhaitez */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* Ajouter une ombre pour créer un effet de profondeur */
}

#ProfilLargeImage {
  width: 60%;
  /* ou une largeur fixe comme 500px selon vos besoins */
  height: auto;
  /* La hauteur s'ajuste automatiquement pour maintenir les proportions de l'image */
}
/* Styling for section headers */
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007bff;
  /* Couleur de l'animation */
  transition: width 0.3s ease-in-out;
}

/* Styling for carousel items */
.carousel-item {
  text-align: center;
}

/* Adjusting margins for smaller screens */
@media (max-width: 768px) {
  .carousel-inner {
    padding-top: 20px;
  }
}
.blue-button {
  background-color:#007bff;;
  border: none;
  width: 40px;
  /* Largeur souhaitée */
  height: 40px;
  /* Hauteur souhaitée */
}

.blue-button:hover {
  background-color: #184173;;
}

.colz2 {
    border: 1px solid black; /* Ajoute un cadre autour du div */
    padding: 10px; /* Ajoute un espace intérieur au div */
    margin-bottom: 20px; /* Ajoute un espace entre les divs */
}

.title-contentz2 {
    text-align: center; /* Centre le texte */
    font-weight: bold; /* Met le texte en gras */
    background-color: blue; /* Met un fond bleu */
    color: white; /* Couleur du texte en blanc */
    padding: 5px; /* Ajoute de l'espace autour du texte */
}

.contentz2 {
    text-align: justify; /* Justifie le texte */
    line-height: 1.5; /* Espace entre les lignes */
}









/* 3-8 testimonial section  */
     .overlay {
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       background-color: rgba(0, 0, 0, 0.5);
     }
         .overlay3 {
           position: absolute;
           width: 100%;
           height: 100%;
           top: 0;
           left: 0;
           background-color: rgba(0, 0, 0, 0.3);
         }
  .overlay2{
           position: absolute;
           width: 100%;
           height: 100%;
           top: 0;
           left: 0;
           background-color: rgba(0, 0, 0, 0.5);
         }
.testimonial2 {
  position: relative;
  background-image: url(../Public/Acceuil/back2.jpg);
  background-attachment: fixed;
  height: 270px;

}
.testimonial {
  position: relative;
  background-image: url(../Public/Acceuil/back1.jpg);
  background-attachment: fixed;
  height: 400px;

}

.testimonial-content {
  overflow: hidden;
  padding: 120px 0;
  width: 80%;
  margin: auto;
}

.testimonial-item {
  width: 50%;
  float: left;
  color: #FFF;
}

.testimonial-item .testimonial-toplayer {
  padding: 10px 2px 10px 100px;
  position: relative;
}

.pppp {
  margin-top: 40px;
  margin-left: -70px;
}

.testimonial-item .testimonial-toplayer img {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}

.testimonial-item .testimonial-toplayer h2 {
  margin: 7px 0;
}

.testimonial-item .testimonial-toplayer span {
  color: #6195ff;
}

.testimonial-desc {
  line-height: 1.5;
  font-size: 17px;

}


/* --==============================================- Start progress bar --- */

.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 65px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -40px
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;

}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;

background: linear-gradient(to right, #184173 0%, #93bbe5 100%);}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 15%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #444;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;

}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.active:after {
  background: #184173;
}

#progress-bar-container #line {
  width: 85%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 1%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 8%;
  height: 100%;
  background: #184173;
  background: linear-gradient(to right, #184173 0%, #184173 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 100%;
  margin: auto;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


/* =======================================================================--- End progress bar --- */

:root {
  --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.cont1 {
  display: grid;
  place-items: center;
  min-height: 100vh;
  direction: rtl;
    width: 100%;
margin-top: -50px
  /* Définir la direction du texte de droite à gauche */
}

/* Global Stylings */
label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.width-50 {
  width: 25%;
}

.ml-auto {
  margin-left: auto;
}

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

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: -1;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}



.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3;
}

/* Form */
.form1 {
  width: 90%;
    /* Remplacez la valeur par celle que vous souhaitez */
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  padding: 1.5rem;
}

.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
  
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }

  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.btn1 {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

/* Styles spécifiques pour la direction RTL */
[dir="rtl"] .progressbar {
  direction: ltr;
}

[dir="rtl"] .progress-step::after {
  right: 50%;
  left: auto;
}

[dir="rtl"] .btns-group {
  justify-content: flex-end;
}

[dir="rtl"] .btn {
  float: right;
}

[dir="rtl"] .btn-prev {
  float: left;
}