/* Top banner section */
.fh5co-top-banner {
  background: url('../images/contacter-digital-college.png') no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: left;
}

.fh5co-top-banner h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f8f9fa;
}

.fh5co-top-banner h3 {
  font-size: 24px;
  margin-top: 10px;
}

.fh5co-top-banner .btn-primary {
  background: linear-gradient(75.16deg, #F07D00 0%, #A2258D 100%);
  border: none;
  margin: 2% 0;
  padding: 2% 10%;
  gap: 10px;
  opacity: 1;
  border-radius: 0;
  /* Ajustez l'opacité si nécessaire */
}

.fh5co-top-banner .btn-primary:hover {
  background-color: #e37000;
}


/* Universal styles */
.universal-h2,
.universal-h3 {
  color: #3c3c3c;
  font-weight: bold;
}

.top-banner {
  display: flex;
  align-items: flex-start;
  min-height: 100px;
  /* Ajustez selon vos besoins */
}

.line-vertical {
  width: 3px;
  background: linear-gradient(to right, #f77f00, #fcbf49);
  height: 5em;
  /* Assurez-vous que cette hauteur est suffisante */
  margin-right: 10px;
  margin-top: 14%;
}

/* Styles de base */
#telephone {
  padding-right: 272px;
  padding-left: 52px;
}

/* Ajustement pour les très petits écrans (smartphones en mode portrait) */
@media (max-width: 320px) {
  #telephone {
    padding-right: 10px;
    /* Ajustez cette valeur selon vos besoins */
    padding-left: 10px;
    /* Ajustez cette valeur selon vos besoins */
  }
}

/* Ajustement pour les petits écrans (smartphones en mode portrait et paysage) */
@media (max-width: 480px) {
  #telephone {
    padding-right: 15px;
    /* Ajustez cette valeur selon vos besoins */
    padding-left: 15px;
    /* Ajustez cette valeur selon vos besoins */
  }
}

/**animation***/

.cursor {
  width: 10px;
  height: 10px;
  background-color: #f77f00;
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  animation: cursorAnimation 1s infinite ease-in-out;
}

@keyframes cursorAnimation {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.img-fluid:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}


/* Ajustement pour les écrans moyens (smartphones en mode paysage et petits tablettes) */
@media (max-width: 768px) {
  #telephone {
    padding-right: 20px;
    /* Ajustez cette valeur selon vos besoins */
    padding-left: 20px;
    /* Ajustez cette valeur selon vos besoins */
  }
}

/* Ajustement pour les grands écrans (tablettes en mode portrait et petits écrans d'ordinateurs) */
@media (max-width: 1024px) {
  #telephone {
    padding-right: 100px;
    /* Ajustez cette valeur selon vos besoins */
    padding-left: 86px;
    /* Ajustez cette valeur selon vos besoins */
  }
}

/* Ajustement pour les très grands écrans (écrans d'ordinateurs de bureau) */
@media (min-width: 1025px) {
  #telephone {
    padding-right: 330px;
    /* Ajustez cette valeur selon vos besoins */
    padding-left: 50px;
    /* Ajustez cette valeur selon vos besoins */
  }
}

.universal-h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.custom-input {
  width: 100%;
  background-color: black !important;
  border-radius: 0 !important;
  border: none !important;
}

.form-label span {
  color: red;
}

.btn-primary-form {
  background: #A2258D !important;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 1.2999999523162842px;
  text-align: center;
  width: 35% !important;

}

.btn-primary-form {
  background-color: #007bff;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.btn-primary-form:hover {
  background-color: #0056b3;
}

.universal-h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.gradient-line {
  width: 100%;
  height: 4px;
  gap: 0px;
  opacity: 0px;

  background: linear-gradient(to right, #f77f00, #fcbf49);
  margin: 0 auto;
}

/* Quotes section */
.fh5co-quotes {
  background: #242424;
  padding: 60px 0;
}

.block-hour {
  font-family: Helvetica;
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;

}

.top-banner__adresse {
  font-family: Helvetica;
  font-size: 23px;
  font-weight: 700;
  line-height: 36.8px;
  text-align: left;

}

.block-date {
  color: #F07D00;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;


}

.universal-h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  color: #fff;
}

.universal-h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  color: #A2258B;
}

.univer-p {
  font-family: Nexa, Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 36.8px;
  text-align: left;
  color: #fff;
}

.fh5co-quotes ul {
  padding-left: 20px;
  list-style: none;
}

#fh5cop {
  color: #F07D00;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}

.fh5co-quotes ul li::before {
  content: '\2022';
  color: #ffff;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.top-banner__h2 {
  font-family: Helvetica;
  font-size: 52px !important;
  font-weight: 700;
  line-height: 78px;
  text-align: left;
  color: #fff;
}

.text-start li {
  color: #fff;
  font-family: Nexa, Arial, sans-serif;
  font-size: 23px;
  font-weight: 100;
  line-height: 36.8px;
  text-align: left;
}

.bg-light {
  background: url('../images/contacter-digital-college.png');

}

label {
  color: #ffff;
}

#myForm {
  padding-left: 10% !important;
}

.form-control {
  color: #fff !important;
  width: 90% !important;

}

.form-select {
  color: #fff !important;
  width: 90% !important;

}

.col-md-6 h5 {
  color: #A2258B;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48.35px;
  text-align: center;
}

.col-md-6 p {
  color: #ffff;
  font-family: Nexa, Arial, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 42px;
}

#opport {
  font-size: 22px;
  font-weight: 100;
  line-height: 36.8px;
  text-align: left;

}

/* Footer section */
.bg-light {
  padding-top: 10%;
  color: #6c757d;
  font-size: 16px;
}

footer h5 {
  font-size: 22px;
  font-weight: bold;
  color: #343a40;
}

footer p {
  font-size: 16px;
  line-height: 1.5;
}

footer img {
  max-width: 40px;
  margin-right: 10px;
}

footer .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  padding: 10px 20px;
  font-size: 16px;
}

footer .btn-primary:hover {
  background-color: #0056b3;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .fh5co-top-banner h2 {
    font-size: 28px;
  }

  .fh5co-top-banner h3 {
    font-size: 20px;
  }

  .fh5co-quotes ul {
    padding-left: 10px;
  }
}

.footer-bottom-inner {
  background: #121212;
  padding: 2% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo img {
  max-width: 100px;
}

.footer-bottom__info p {
  margin: 5px 0;
  font-family: Helvetica;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

#footer-bottom__info_plus {
  font-family: Helvetica;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;

}

.footer-bottom__social p {
  margin-bottom: 10px;
  color: #fff;
  font-family: Helvetica;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;

}

.footer-bottom__social span {
  color: #F07D00;
  ;
}

.footer-bottom__social img {
  margin-right: 10px;
  width: 30px;
  height: auto;
}

@media (max-width: 768px) {
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom__social img {
    margin-right: 5px;
  }
}