@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

/* General */
body {
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  font-family: "Red Hat Display", sans-serif;
}

p.intro {
  font-size: 20px;
  text-align: center;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  color: #e30813;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
}

section {
  padding: 60px 0;
}

.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  background: #f69314;
  border-color: #f69314;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #343a40;
  color: #fff;
  border-color: #343a40;
}
.btn.btn-primary.btn-black--hover:hover {
  background: #666666;
  color: #fff;
}

.line-height-1 {
  line-height: 1 !important;
}

.form-control {
  height: 43px;
  border-radius: 30px;
}

.form-control:active,
.form-control:focus {
  border-color: #f69314;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .site-section-heading {
  }
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
}

.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "Red Hat Display";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #8bc34a;
}
.ul-check.primary li:before {
  color: #f69314;
}

.select-wrap,
.wrap-icon {
  position: relative;
}
.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* topBar */

.topBar {
  padding: 7px 50px;
  background-color: #fff;
}
@media (min-width: 991px) {
  .display-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .topBar {
    display: none;
  }
}

/* Navbar Container */
.site-navbar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #1d1d1b;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.top-bar {
  display: flex;
  justify-content: flex-end;
  padding: 5px 20px;
}

.lang-switch {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.lang-btn {
  background: #d9000d;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo img {
  max-height: 50px;
}

.main-menu {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.main-menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main-menu ul li {
  display: inline-block;
}

.main-menu ul li a {
  text-decoration: none;
  color: #d9000d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
}

.student-account {
  background: #d9000d;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 12%;
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .main-menu {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 20px;
  }

  .main-menu ul {
    flex-direction: column;
    gap: 15px;
  }

  .student-account {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .top-bar {
    justify-content: center;
    padding: 5px 0;
  }

  .lang-switch {
    justify-content: center;
  }
}

/*============end site navbar================*/

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: 0;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #fff;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #fff;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #e30813;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #e30813;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "Red Hat Display";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}
.site-menu-toggle {
  color: #000;
}
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
}
.sticky-wrapper.is-sticky .topBar {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .sticky-wrapper.is-sticky .topBar {
    display: none;
  }
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.sticky-wrapper .site-navbar ul li a:hover {
  color: #fff;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar ul li.notification a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #f69314 !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

/*====================page creation compte=================== */
.height-input {
  height: 60px;
}

.wrapp-page {
  max-width: 850px;
  margin: 0 auto;
}

/* Consistent button styling for both breadcrumb and social login buttons */
.breadcrumb-btn,
.css-btn-cnx {
  width: 396px !important;
  height: 45px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 2px solid transparent !important;
  transition: background-color 0.3s ease !important;
  margin: 0 !important;
}

/* Breadcrumb buttons specific styles */
.breadcrumb-btn-active {
  background-color: #d9000d !important;
  color: white !important;
  font-weight: 900 !important;
}

.breadcrumb-btn-inactive {
  background-color: #f8f8f8 !important;
  border: 2px solid #d9d9d9 !important;
  color: #9d9d9d !important;
}
/* Social login buttons specific styles */
.css-btn-cnx {
  width: 320px !important;
  height: 50px !important;
  background-color: white !important;
  border: 2px solid #d9000d !important;
  border-radius: 10px !important;
  color: #d9000d !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 20px !important;
  gap: 10px !important;
}

.css-btn-cnx img {
  width: 30px !important;
  margin-right: 10px !important;
}
@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
  .right-section {
    display: none;
  }
  .lang-btn {
    background: none;
    border: none;
    color: inherit;
    padding: 8px 15px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.alert {
  display: none;
  border-radius: 15px;
}
.css-btn-cnx span {
  margin-left: 30px !important;
}
.dropbtn {
  color: white;
}
.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Separator styling */
.separator-line {
  border-top: 2px solid gray !important;
  margin: 20px auto !important;
  width: 50% !important;
  display: block;
}

.separateur {
  position: relative;
  text-align: center;
  margin: 20px 0 30px 0;
}

.separateur:before {
  border-top: 2px solid gray !important;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
}

.separateur span {
  background-color: #fff;
  padding: 10px;
  position: relative;
}

/* Container for breadcrumb and social login buttons */
#breadcrumbs,
.cnx {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

/* Password Requirements */
.password-requirements {
  text-align: left !important;
  margin: 10px 0 !important;
}

/* Center the buttons container */

.container-contact100-form-btn {
  display: flex;
  justify-content: center !important;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.icon-red {
  color: red;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* Style for the buttons */
.contact100-form-btn {
  width: 150px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact100-form-btn.cancel {
  border: 2px solid black;
  background-color: white !important;
  color: black !important;
}

.contact100-form-btn.btn-compte {
  background-color: #d9000d;
  color: white;
}

@media (max-width: 768px) {
  .wrapp-page {
    max-width: 100%;
    padding: 0 15px;
  }

  .breadcrumb-btn,
  .css-btn-cnx {
    width: 100% !important;
    font-size: 14px !important;
    height: auto !important;
    padding: 12px 0 !important;
  }

  .css-btn-cnx {
    justify-content: center !important;
    padding-left: 0 !important;
    gap: 5px !important;
  }

  .css-btn-cnx img {
    width: 20px !important;
    margin-right: 5px !important;
  }

  .css-btn-cnx span {
    margin-left: 0 !important;
  }

  .container-contact100-form-btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .contact100-form-btn {
    width: 100% !important;
  }

  .separator-line {
    width: 80% !important;
  }
}
/* Stepper Container */
.stepper-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* Default connecting line */
.stepper::before {
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 31px;
  left: 20px;
  right: 20px;
  height: 5px;
  background-color: #ccc;
  z-index: 1;
}

.step.completed :after {
  content: "";
  position: absolute;
  top: 31px;
  left: calc(15% + 5px);
  width: calc(90%);
  height: 5px;
  background-color: black;
  z-index: -1;
}

.step.active ::after {
  content: "";
  position: absolute;
  top: 31px;
  left: calc(40px + 10px);
  width: 100%;
  height: 5px;
  background-color: #d9000d;
  z-index: -1;
}

.step:first-child::before {
  display: none;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  flex: 1;
  padding: 0 10px;
}

.step-number {
  width: 70px;
  height: 70px;
  border-radius: 40%;
  border-left-width: 3px;
  border-style: solid;
  border-color: #d2d2d2;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 900;
  color: #d2d2d2;
  margin-bottom: 5px;
  position: relative;
  z-index: 4;
}

.step.active .step-number {
  background-color: #d9000d;
  border-style: none;
  color: #ffffff;
}
/* Completed step number */
.step.completed .step-number {
  background-color: #000000;
  color: #ffffff;
  border-style: none; /* Red color for completed steps */
}

.step.completed .step-number {
  z-index: 10 !important;
}

.step-title {
  font-size: 15px;
  font-weight: 900;
  text-align: left;
  color: #d2d2d2;
  margin-bottom: 3px;
  position: absolute;
  top: 0px;
  padding-left: 80px;
  white-space: nowrap;
}
.step.active .step-title {
  color: #d9000d;
}
/* Completed step number */
.step.completed .step-title {
  color: #000000;
}

.step-status {
  font-size: 12px;
  font-weight: normal;
  color: #d2d2d2;
  margin-top: -35px;
  padding-left: 80px;
}
.step.active .step-status {
  color: #d9000d;
}
/* Completed step number */
.step.completed .step-status {
  color: #000000;
}

.site-wrap {
  padding-top: 100px;
}
.section-title {
  position: relative;
  font-family: "Red Hat Display";
  font-size: 28px;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #151515;
  margin-top: 20px;
  margin-bottom: 50px;
}

.pre-insciption-title {
  position: relative;
  font-family: "Red Hat Display";
  font-size: 28px;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #151515;
  margin-top: 20px;
}

/* Mobile-specific styles */
@media (max-width: 480px) {
  .step-title {
    font-size: 13px;
    font-weight: 900;
  }
  .stepper {
    display: inline-flex;
  }
  .step-status {
    width: 139px;
  }
  .step .completed {
    display: inline-flex;
    position: absolute;
  }

  .step-number {
    font-size: 30px;
  }
  /* Default connecting line */
  .stepper::before {
    display: none;
  }

  .step.completed :after {
    display: none;
  }
  /* Completed step number */
  .step.completed .step-number {
    background-color: #000000;
    color: #ffffff;
    border-style: none; /* Red color for completed steps */
  }
  section {
    padding: 12px 0;
  }
  .stepper .step.active ::after {
    width: 100% !important;
  }
  .step.active ::after {
    content: "";
    position: absolute;
    width: 86%;
    height: 5px;
    background-color: #d9000d;
    z-index: -1;
  }
}

/* Footer Styles */
footer {
  background-color: #f8f9fa;
  padding-top: 20px;
}

.container {
  padding-left: 100px;
  padding-right: 50px;
  max-width: 100%;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.footer-description {
  margin-bottom: 20px;
  text-align: left;
  color: black;
}

.contact-info {
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  display: flex;
  font-weight: 700;
  gap: 25px;
  padding-left: 60px;
}

.footer-links li {
  display: inline;
}

.footer-links a {
  text-decoration: none;
  color: black;
}

.footer-links a:hover {
  text-decoration: underline;
}

.socialMedia {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.social-icon {
  margin: 0 10px;
  color: black;
  border: 1px solid gray;
  border-radius: 8px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.social-icon:hover {
  color: #dc3545;
}

.footer-bottom {
  background-color: #e20813;
  color: white;
  text-align: left;
  padding: 15px 0;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.Copyright-img {
  height: 20px;
  width: auto;
  margin-right: 20px;
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    max-width: 120px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .footer-description {
    font-size: 14px;
    text-align: left;
  }

  .contact-info {
    text-align: left;
    font-size: 14px;
  }

  .footer-links {
    flex-direction: column;
    text-align: left;
    gap: 10px;
    padding-left: 0;
  }

  .socialMedia {
    text-align: left;
  }

  .social-icon {
    width: 35px;
    height: 35px;
    padding: 6px;
    margin: 5px;
  }

  .footer-bottom {
    text-align: left;
    padding: 10px 0;
  }

  .Copyright-img {
    height: 15px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
}
.plus-info-text {
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #afadad;
}
#breadcrumbs {
}

#breadcrumbs ul {
}
#breadcrumbs ul li {
  font-size: 14px;
  display: inline-block;
}
#breadcrumbs ul li a {
  font-family: "Red Hat Display";
  color: #a3a3a3;
  font-size: 14px;
  padding-right: 20px;
}
#breadcrumbs ul li a.active {
  color: #e20813;
}
#topadmin ul {
  margin: 0;
}
#topadmin ul li {
  display: inline-block;
  margin: 0 20px;
}
#topadmin ul li.notification a {
  color: #000;
}
#topadmin ul li.profile {
}

#topadmin ul li.profile img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 50%;
}
/*====================page creation compte=================== */
.height-input {
  height: 60px;
}
.wrapp-page {
  max-width: 850px;
  margin: 0 auto;
}
.css-btn-cnx {
  color: #1c2126;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  outline: none;
  text-align: center;
  text-transform: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;

  -webkit-box-pack: center;
  justify-content: center;
  line-height: 22px;
  text-decoration: none;
  background-color: transparent;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px) scale(1, 1);
  transition: transform 50ms ease 0s;
  margin: 0 16px 19px 0;
  border: solid 2px #f1f4f7;
  text-align: center;
  border-radius: 10px;
  width: 396px;
  max-width: 396px;
  height: 69px;
  font-family: "Red Hat Display";
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.css-btn-cnx:hover {
  background-color: rgb(235, 235, 235);
}
.css-btn-cnx:last-child {
  margin: 0;
}
.css-btn-cnx img {
  left: 43px;
  position: relative;
  width: 30px;
}
.separateur {
  position: relative;
  text-align: center;
  margin: 20px 0 30px 0;
}
.separateur:before {
  border-top: 2px solid #f1f4f7;
  text-align: center;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
}
.separateur span {
  background-color: #fff;
  padding: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .css-btn-cnx img {
    left: 0px;
    width: 20px;
  }
}
@media (max-width: 480px) {
  .css-btn-cnx img {
    left: 10px;
    width: 20px;
  }
  .css-btn-cnx {
    font-size: 13px;
  }
}

/* ==================page pre-inscription===================== */
.title-form-red {
  font-size: 18px;
  color: #e30813;
  border-bottom: 2px solid #e8e8e8;
  margin: 30px 0 57px 0;
  padding-bottom: 10px;
  width: 100%;
  font-family: "Red Hat Display";
  font-weight: 400;
}
.steps {
  margin: 0px 0 79px 0;
}
.steps ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .steps ul {
    display: block;
  }
}
.steps ul li {
  margin-right: 10px;
  display: inline-block;
  width: 100%;
}

.steps ul li a {
  display: inline-block;
  width: 100%;
}
.steps .bg-steps {
  width: 100%;
  height: 4px;
  background: #e7ebf0;
  border-radius: 10px;
  display: block;
  margin-top: 5px;
}
.steps ul li.checked .bg-steps {
  background: #e30813;
  transition: all 0.5s ease;
}

.steps li a .step-text {
  color: #000;
  padding-top: 10px;
  font-family: "Red Hat Display";
  font-weight: 600;
  font-size: 15px;
}

.steps li.checked span.step-icon {
  border: 1px solid #e7ebf0;
  border-radius: 50%;
  /* width: 30px; */
  /* padding: 4px; */
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.steps li span.step-num {
  border: 1px solid #e7ebf0;
  color: #e7ebf0;

  width: 30px;
  height: 30px;
  /* padding: 10px; */
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.mb-127 {
  margin-bottom: 127px;
}
.steps ul li.checked .step-num {
  background: #e30813;
  color: #fff;
}

@media (max-width: 991px) {
  .steps ul li {
    margin: 30px 0;
    display: block;
  }
  .steps li a .step-text {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .steps ul li {
    margin-bottom: 50px;
    display: block;
  }
  .steps li a .step-text {
    font-size: 15px;
  }
}
/*================ page historique ==================== */

#historique .msg {
  padding: 30px 70px 30px 70px;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 50px;
  border: 1px solid #d9000d;
  border-radius: 25px;
}

#historique .msg span {
  display: block;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #d9000d;
  font-weight: 700;
}
.wrap-spacebetween {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
}

#historique label {
  color: #e30813;
  font-size: 15px;
  font-family: "Red Hat Display";
}
#historique .wrap-spacebetween input.input100 {
  height: 30px;
}
.plus-info {
  color: #000;
  font-size: 15px;
}
.plus-info i {
  color: #e30813;
  font-size: 12px;
}
@media (max-width: 575px) {
  .wrap-spacebetween {
    display: block;
  }
}
@media (max-width: 768px) {
  .msg {
    padding: 15px;
    font-size: 14px;
  }

  .msg span {
    font-size: 16px;
  }

  .msg p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .msg {
    padding: 20px !important;
    margin-top: 100px !important;
    margin-bottom: 0 !important;
  }

  .msg span {
    font-size: 14px;
  }

  .msg p {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .msg {
    padding: 25px !important;
    font-size: 15px;
    margin-bottom: 0 !important;
  }

  .msg span {
    font-size: 17px;
  }

  .msg p {
    font-size: 15px;
  }
}

/* ==========================contact et choix==================== */

.js-btn-calendar {
  position: absolute;
  right: 25px;
  top: 20px;
}
.js-datepicker {
  background-color: #fff;
  position: relative;
}

/* ===============Démarche de paiement================= */
.moneyBloc {
  display: flex;
  justify-content: flex-end;
}

.payment-cards {
  display: flex;
  gap: 20px; /* Espace entre les éléments */
}

.payment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1; /* Permet aux éléments de s'étirer uniformément */
  min-width: 120px; /* Largeur minimale pour éviter un écrasement */
}

.payment-card {
  border: 3px solid #e7ebf0;
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px rgba(170, 170, 170, 0.16);
  padding: 15px;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px 0px rgba(170, 170, 170, 0.3);
}

.payment-card a {
  text-decoration: none;
  color: #070202;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.payment-card figure {
  margin: 0;
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Garde l'image proportionnelle */
}

.custom-size {
  width: 50% !important; /* Réduit la taille de l'image spécifique */
  height: 50% !important;
  object-fit: contain;
}

.payment-item span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-family: "Red Hat Display", sans-serif;
  color: #070202;
}

@media (max-width: 768px) {
  .payment-cards {
    flex-wrap: wrap;
    gap: 15px;
  }

  .payment-item {
    flex: 1 1 45%;
    min-width: auto;
  }

  .payment-card {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .payment-cards {
    gap: 10px;
  }



  .payment-card {
    aspect-ratio: 4 / 3;
    padding: 10px;
  }

  .payment-item span {
    font-size: 14px;
  }
  .centered-text {
    margin-top: 50px;
  }
}

.centered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding: 10px;
}

.my-steps-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: none;
  margin: 40px 0;
  z-index: 0;
}

.my-steps-container::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e30813;
  z-index: 2;
}

.my-step {
  position: relative;
  flex: 1;
  text-align: left;
  box-sizing: border-box;
  z-index: 3;
}

.my-step-number {
  position: absolute;
  top: 40px;
  left: 0;
  color: #e30813;
  font-size: 18px;
  font-weight: 900;
  background: none;
  z-index: 4;
}

.my-step-vertical-line {
  position: absolute;
  left: 4%;
  top: 45%;
  height: 10px;
  width: 5px;
  background-color: #e30813;
  z-index: 1;
}

.my-step-text {
  margin-top: 100px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.separator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.separator {
  width: 100%;
  height: 2px;
  background-color: #ccc;
}

.bank-info {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
.bank-info h2 {
  color: #d9000d;
  font-weight: 900;
  margin-bottom: 20px;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 10px;
}
th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 500 !important;
}

td {
  padding: 12px 15px;
  text-align: left;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  table {
    border-spacing: 8px 8px;
  }
  th,
  td {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .bank-info {
    width: 90%;
  }

  table {
    border-spacing: 5px 5px;
  }

  th,
  td {
    padding: 8px;
    font-size: 12px;
  }

  .bank-info h2 {
    font-size: 16px;
  }

  .table-container {
    width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 1024px) {
  .my-steps-container {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
  }
  .my-steps-container::before {
    display: none;
  }

  .my-step {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .my-step-number {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .my-step-vertical-line {
    position: relative;
    left: 0;
    top: 0;
    width: 2px;
    height: 20px;
    margin-bottom: 10px;
  }

  .my-step-text {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .my-steps-container {
    margin: 10px 0;
  }

  .my-step-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .my-step-number {
    font-size: 16px;
  }
}

ul {
  padding: 0;
}
ul li.itgem-steps {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 30px 40px 0px rgba(170, 170, 170, 0.16);
  margin: 17px 10px;
}

ul li.itgem-steps a {
  display: block;
  padding: 30px;
}
ul li.itgem-steps a span {
  color: #e30813;
  font-size: 30px;
  font-family: "Red Hat Display";
}
ul li.itgem-steps a h3 {
  font-family: "Red Hat Display";
  font-size: 18px;
  color: #000;
}
.demarche-tab a {
  color: #afadad;
  font-family: "Poppins", sans-serif;
}
.demarche-tab .nav-tabs .nav-item.show .nav-link,
.demarche-tab .nav-tabs .nav-link.active {
  border-color: transparent !important ;
  background-color: transparent !important;
  color: #e30813;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.demarche-tab li {
  margin-bottom: 0 !important;
}
.demarche-tab .nav-tabs {
  border-bottom: 2px solid #e8e8e8;
}
.demarche-tab .title {
  color: #e30813;
  margin: 20px 20px;
  display: block;
  text-transform: uppercase;
  font-family: "Red Hat Display";
}

/*==============404=================*/
#page404 p {
  font-size: 16px;
  color: #afadad;
  font-family: "Red Hat Display";
}
#page404 .text-arrow-icon {
  font-size: 18px;
  font-weight: bold;
}
/*==============dossier envoyer=============*/
.send-file {
  background: #ffffff;
  border: 1px solid rgba(231, 235, 240, 0.53);
  border-radius: 16px;
  box-shadow: 0px 30px 30px 0px #e7ebf0;
  padding: 50px 0;
}

.send-file p {
  font-size: 27px;
  font-family: "Red Hat Display";
  color: #000;
  font-weight: bold;
  padding: 0px 50px 20px 50px;
  border-bottom: 3px solid rgba(231, 235, 240, 0.53);
}
.send-file a {
  background-color: #e30813;
  color: #fff;
  border: 1px solid rgba(231, 235, 240, 0.53);
  border-radius: 9px;
  padding: 5px 16px;
  margin-top: 20px;
  display: inline-block;
}

/*===============attacher piece================== */

#attacher .wrapp-page {
  max-width: 1100px;
}
#attacher ul.list-ul {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #f1f4f7;
  padding-bottom: 5px;
}
#attacher ul.list-ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #e30813;
  font-family: "Red Hat Display";
}
#attacher ul.list-ul li span {
  color: #e30813;
}
#attacher ul.list-ul li:nth-child(2) {
  color: #ccc;
  font-size: 14px;
}
.wrap-input100.upload {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.upload i {
  font-size: 20px;
  margin-right: 7px;
}
.upload p {
  color: #d9000d;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
.upload {
  border: dashed 2px #d9000d !important;
  text-align: center;
}
.file-upload-section {
  max-width: 900px;
  margin: 0 auto;
}

.file-upload-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  padding: 10px 15px;
  background-color: white;
  border: 1px solid black;
  border-radius: 25px;
  box-sizing: border-box;
}

.file-upload-label p {
  margin: 0;
  font-size: 14px;
}

.file-upload-choose {
  display: inline;
  align-items: center;
  cursor: pointer;
}

.file-upload-choose p {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  text-decoration: underline;
  display: inline;
}

.file-upload-choose img {
  margin-right: 8px;
  display: inline;
}
@media (max-width: 768px) {
  /* Tablet View */
  .file-upload-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .file-upload-label,
  .file-upload-choose {
    width: 100%;
  }

  .file-upload-choose {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  /* Mobile View */
  .file-upload-label p,
  .file-upload-choose p {
    font-size: 12px;
  }

  .file-upload-label {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .wrap-div-100 {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .wrap-input100.upload {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-div-100 {
    width: 95%;
    flex-direction: column;
  }

  .upload-title p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .wrap-input100.upload {
    width: 100%;
    padding: 12px;
    font-size: 13px;
    height: auto;
  }

  .wrap-input100.upload p {
    font-size: 12px;
    text-align: center;
  }

  .fa-cloud-upload {
    font-size: 16px;
  }
}

/*===============Rattachement du Dossier et paiement================== */
#paiement .wrapp-page {
  max-width: 950px;
}

.icon_important {
  font-family: "Red Hat Display";
  font-size: 16px;
}
.icon_important i {
  font-size: 33px;
  color: #e30813;
  margin-right: 15px;
  vertical-align: middle;
}
.upload-title p {
  font-family: "Red Hat Display";
  font-size: 16px;
  font-weight: bold;
  color: #d9000d;
  white-space: nowrap;
  margin-right: 27px;
  top: 12px;
  position: relative;
}
#paiement .frais {
  color: #e30813;
  font-size: 15px;
  font-family: "Red Hat Display";
}
#paiement .msg-info-paiement {
  color: #e30813;
  font-family: "Red Hat Display";
}
#paiement .custom-checkbox {
  font-size: 14px;
  font-family: "Red Hat Display";
}
#paiement .custom-checkbox input {
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 10px;
}
#paiement .custom-checkbox label {
  padding-left: 28px;
}

#page-loader {
}

.payment-section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.option {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 600px) {
  .options {
    flex-direction: column;
    gap: 15px;
  }

  .payment-section {
    padding: 10px;
  }

  .option {
    justify-content: center;
  }
}

/* Tablet (601px to 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
  .options {
    gap: 25px;
  }

  .payment-section {
    padding: 20px;
  }
}

/* Larger screen (desktop, optional, for better scaling) */
@media (min-width: 1025px) {
  .options {
    gap: 30px;
  }
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.details-grid div {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.note {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}
.confirmation {
  font-size: 14px;
  text-align: center;
}
.confirmation input {
  margin-right: 5px;
}
.confirmation small {
  font-size: 12px;
  color: #555;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #df0707;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
