@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* =========== START GENERAL SETTING ============== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scrollbar-width: thin;
  scrollbar-color: #1b8795 #f0f0f0;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: "poppins", "Montserrat", sans-serif;
  position: relative;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #1b8795;
  border-radius: 5px;
  transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background: #11715e;
}
a {
  text-decoration: none;
}
ol,
ul {
  padding: 0;
}
.pad-20 {
  padding: 20px;
}
input,
textarea {
  height: auto;
  width: 100%;
  background: #ebebeb;
  border-radius: 30px;
  outline: none;
  border: 0;
  padding: 0 20px;
  color: #353535 !important;
  font-weight: 500;
  font-size: 1.5rem;
}
input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 1.3rem;
}
.label-form {
text-align: left;
color: #fff;
display: block;
width: 100%;
margin: 0 0 5px 0;
font-weight: 400;
font-size: 1.3rem;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 90%;
}
:root {
  --principal-color: #2d7471;
  --dark-logo-color: #312d2e;
  --bottom-header-bg: #4b494b;
  --input-background: #cfd1d1;
  --bouton-background: #1a8795;
}
.d-flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex-aic-jcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.d-flex-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex-col-aic-jcsb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.d-flex-col-ais-jcc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.d-flex-col-aic-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.d-flex-col-aic {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.d-flex-col-aic-jce {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.rows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
p, ol, ul {
  color: #202020;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: justify;
}
h1 {
  font-size: 96px;
  font-weight: bold;
}
.btn {
  color: #1b8795;
  position: relative;
  font-size: 17px;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-weight: 600;
  background-color: white;
}

.btn:hover {
  transform: translateY(-3px);
  background: var(--bouton-background);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btn::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.see-more {
  display: inline-block;
  margin-top: 10px;
  color: #1b8795;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
}
.hidden {
  display: none;
}
.collapsible {
  transition: max-height 0.3s ease;
}
.title-section {
  margin: 0 0 2rem 0;
}
.title-section .small-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  color: #1b8795;
  line-height: normal;
}
.title-section .big-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  color: #1e1e1e;
  line-height: normal;
}
.tab-content .about-small-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0px 0px 0.5rem 0;
    color: rgb(27, 135, 149);
    line-height: normal;
    padding: 0.5rem 0px;
    text-align: justify;
}
.job-big-title{
  font-size: 4rem;
}
.job-big-title, .questionTag {
  font-weight: bold;
  line-height: 1;
}

.questionTag {
  font-size: 10rem;
  margin-left: 20px;
  color: #1b8795;
  transform: rotate(15deg);

}
.bold {
  font-weight: 600;
}
section {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
main {
  width: 100%;
  height: 100%;
}
.txt-align-center {
  text-align: center;
}
.list-style{
  list-style: disc;
}

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #1b8795;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  overflow: hidden;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}
#backToTop .arrow {
  position: relative;
  font-size: 24px;
  z-index: 2;
}
#backToTop .arrow i{
  position: relative;
  top: 0;
  right: 4px;
}

#backToTop .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -10;
}
#backToTop .circle1 {
  animation: pulse 2s infinite;
    background: rgba(255, 255, 255, 0.8);
      width: 50px;
  height: 50px;
}

#backToTop .circle2 {
    width: 50px;
  height: 50px;
  animation: pulse 2s infinite;
  background: rgba(27, 149, 112, 0.849);
  animation-delay: 2s;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
 

/* ====== STYLE DES ERREURS ====== */
.char-error {
  display: block;
  width: 100%;
  font-size: 0.85rem;
  color: #e63946;
  margin-bottom: 4px;
  font-style: italic;
  text-align: left;
}

.error-global {
  background-color: #ffe5e5;
  color: #b71c1c;
  border: 1px solid #f44336;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}

/* ====== ZONE DE MESSAGE GLOBALE ====== */
.form-message-area {
  margin: 10px 0;
  font-size: 0.9rem;
}

/* ====== STYLE DU POP-UP DE SUCCÈS ====== */
.popup-success {
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translateX(-20%);
  background: #1a8795;
  color: white !important;
  padding: 25px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-size: 1rem;
  font-weight: 500;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 9999;
}
.popup-success p{
  color: #fff;
  font-weight: 500;
}

.popup-success.visible {
  top: 20px;
  opacity: 1;
  color: #fff;
}

.popup-success .popup-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup-success .popup-content p {
  margin: 0;
}

/* ====== STYLE DES INPUTS EN ERREUR ====== */
input.error, textarea.error {
  border: 1px solid #e63946 !important;
  background-color: #fff5f5;
}

  /* minimalist styles */
  #searchInput { width:100%; padding:10px 44px 10px 12px; box-sizing:border-box; }
  #searchBtn { position:absolute; right:8px; top:6px; border:0; background:transparent; cursor:pointer; font-size:18px; }
  .search-item { padding:10px; border-bottom:1px solid #f1f1f1; }
  .search-item:hover { background:#f8f8f8; cursor:pointer; }
  .search-item .title { font-weight:600; }
  .search-item .snippet { display:block; font-size:13px; color:#555; margin-top:4px; }
  .search-empty { padding:12px; color:#777; }

  .footer-nav{
    display: flex;
    flex-direction: column;
}
  .footer-nav li {
    display: inline-block;
    margin-right: 15px;
}

.footer-nav li.active a {
    font-weight: bold;
    color: #1b8795; /* Couleur spéciale pour la page active */
    border-bottom: 2px solid #1a8795;
}