@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.error-message {
  display: none;
  color: red;
}

.body {
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  background: url(Images/bg-home.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;

}
label {
  font-weight: 600;
  font-size: 15px;
}


#form-annuaire .logo img {
  max-width: 100%;
  width: 270px;
  max-height: 100%;
}
#form-annuaire .logo-container {
  flex-direction: column; 
  justify-content: center;
  align-items: flex-start;
}
#form-annuaire .info {
  color: #fff;
}
#form-annuaire .info h6 {
  line-height: 1;
  font-weight: 500;
}
#form-annuaire .info span a {
  color: #04bcfc;
  line-height: 1;
  font-weight: 500;
}
#form-annuaire .info p {
  font-weight: 600;
  margin-top: 0.8rem;
  font-weight: 500;
}
.copyright {
  color: #fff;
}
.copyright a {
  color: #04bcfc;
}

#form-annuaire .bloc-formular {
  position: relative;
  background: #fff;
  padding: 3rem;
  border-radius: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 90vh;
}
.search {
  background-color: #ecf5f4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-right: 0px;
  margin-left: auto;
  margin-top: -4rem;
  z-index: 1;
}
.search span i {
  font-weight: 600;
  font-size: 1.5rem;
}

#form-annuaire .bloc-formular h1 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#form-annuaire .bloc-formular span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #525252;
}



#signUpForm .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
  font-size: 10px;
  text-align: center;
}
#signUpForm .form-header .stepIndicator.active {
  font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #04bcfc;
}
#signUpForm .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}
#signUpForm .form-header .stepIndicator.active::before {
  background-color: #58ccf2;
  border: 2px solid #525252;
}
#signUpForm .form-header .stepIndicator.finish::before {
  background-color: #04bcfc;
  border: 2px solid #525252;
}
#signUpForm .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator.active::after {
  background-color: #04bcfc;
}
#signUpForm .form-header .stepIndicator.finish::after {
  background-color: #04bcfc;
}
#signUpForm .form-header .stepIndicator:last-child:after {
  display: none;
}

#signUpForm .form-control,
#signUpForm .form-select,
#search .form-control,
#search .form-select {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #525252;
  border-radius: 0px;
  height: 35px;
}
#signUpForm .form-control:focus,
#search .form-control:focus {
  border: 1px solid #04bcfc;
  outline: 0;
  box-shadow: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#signUpForm input.invalid,
#signUpForm select.invalid,
#search input.invalid,
#search select.invalid {
  border: 1px solid #ff1100;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

#signUpForm .step {
display: none;
}
#signUpForm .form-footer{
  overflow:auto;
  gap: 20px;
}
#signUpForm .form-footer button{
  background-color: #04bcfc;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 30px;
  flex: 1;
  margin-top: 5px;
}
#signUpForm .btn-search{
  background-color: #04bcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 30px;
  flex: 1;
  margin-top: 5px;
  text-decoration: none;
}
#signUpForm .form-footer button:hover {
opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
  background-color: #fff;
  color: #04bcfc;
  border: 1px solid #04bcfc;
  border-radius: 30px;
  cursor: pointer;
}
a.btn-search {
  background-color: #04bcfc;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 30px;
  margin-top: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}



/**************************Search Bar***********************/

#search-id,
#print {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#search-id img {
  max-height: 100px;
}
#search-id .bg-search,
#print .bg-print {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 4rem 3rem;
  margin-top: 2rem;
  border-radius: 7px;
}
#print .bg-print img {
  width: 150px;
  margin-bottom: 2rem;
}
#print .bg-print .btn {
  background-color: #04bcfc;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 30px;
  margin-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

#search-id .bg-search h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#search-id .bg-search .input-group .form-control {
  height: 50px;
  border: 1px solid #04bcfc;
}
#search-id .bg-search .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
#search-id .bg-search .input-group .btn {
  background: #04bcfc;
  color: #fff;
  font-weight: 600;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#search-id .copyright span {
  color: #fff;
}
#print .bg-print .title h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
#print .bg-print .title img {
  width: 50px;
  height: 30px;
  margin-right: 2rem;
}
#print .img-profile img {
  border-radius: 50%;
  border: 2px solid #04bcfc;
}
#print ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#print .box {
  background: #525252;
  padding: 2rem;
  border-radius: 7px;
}


/* Style pour le popup */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35% !important;
  animation-name: fade;
  animation-duration: 0.5s;
}

/* Animation de fade */
@keyframes fade {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* Style pour le bouton de fermeture */
.close {
  color: #04bcfc;
  float: right;
  font-size: 1.4rem !important;
  font-weight: 700;
}

.close:hover,
.close:focus {
  color: #04bcfc;
  text-decoration: none;
  cursor: pointer;
}









/******************Medias Query*****************/

@media (min-width: 576px) { 
  #form-annuaire .logo-container {
    text-align: center;
  }
}


@media (min-width: 768px) { 
 
}


@media (min-width: 992px) { 

}


@media (min-width: 1200px) { 

}


@media (min-width: 1400px) { 

}