body {
    padding: 0;
    margin: 0;
    font-family: 'Muli-light', Arial, Helvetica, sans-serif;
}
.nav-link{
  color: #ffffff;
}

.navbar {
  width: 15%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  background-color: #18658b !important;
}

.container {
  margin-left: 17%;
  padding: 1rem;    /* min-height: 100vh; */

  width: calc(100% - 40%);
  margin-top: 2em;
}
.container-csv{
  margin-left: 17%;
  padding: 1rem;
  width: calc(100% - 17%);
  margin-top: 2em;
}
.container-login{
text-align: center;
  margin-top: 7em;
}
.w-20{
  width: 20% !important;
}
/* .container2 {
margin-left: 2em;
} */

.navbar-nav {
  /* flex-direction: column; */
  width: 100%;
  --bs-nav-link-hover-color: #00a4f7;
  padding: 1em;
}


.nav-item {
  margin-bottom: 1rem;
}



.icon-20x20 {
    width: 20px;
    height: 20px;
}
li{
  color: #52585b;

}
h1 {
    color: #18658b;
}
h2 {
  color: #18658b;
}

.card-title {
    color: #18658b;
    text-align: center;
}

.reset-password {
    font-weight: 700;
    color: #18658b;
    text-decoration: none;
}


nav {
    margin-bottom: 25px;
}

.btn-perflinker {
    background: linear-gradient(to right, #fb515e, #fb6850);
    border-radius: 30px;
    border: none;
    padding: 1.25em 4em;
    color: #ffffff;
    cursor: pointer;
}

.btn-perflinker:hover {
    background: linear-gradient(to right, rgba(251, 81, 95, 0.85), rgba(251, 103, 80, 0.85));
}

.btn-perflinker:active {
    background: linear-gradient(to right, rgba(251, 81, 95, 0.85), rgba(251, 103, 80, 0.85));
    border: solid 1px #000;
}

.btn-info{
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #00527b;
}
.btn-logout{
  background: linear-gradient(to right, #fb515e, #fb6850);
  border-radius: 30px;
  border: none;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}
.btn-logout:hover {
  color: #ffffff;
  background: linear-gradient(to right, rgba(251, 81, 95, 0.85), rgba(251, 103, 80, 0.85));
}
.btn-success{
  margin: 0 auto 4em ;
  width: 80%;
}
.btn-primary2{
  margin: 0 auto;
  width: 80%;
}


section > table > thead > tr > th {
  text-align: center !important;
  background-color: #18658b !important;
  color: #ffffff !important;
}


.table-action-cell {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.helper-card {
    width: 25%;
    position: fixed;
    top: 25%;
    left: 74%;
}
.card-body-link{
  text-align: center;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-item {
  margin: 10px;
}
.instructions {
  flex: 0 0 30%; /* 30% de la largeur du conteneur */
  position: fixed;
  left: 78%;
  gap:20px;
  transition: top 0.3s ease-in-out;
  margin-top: 2em;
}
.text-content {
  flex: 1; /* Occupe le reste de l'espace disponible */
}
/* Main end */
footer {
    position: relative;
    color: white;
    margin-top: 20em;
    background-color: #18658b;
    /* background-image: url("../img/BG.png");
    background-repeat: no-repeat; */
    background-size: cover;
    font-family: 'Muli-light', Arial, Helvetica, sans-serif;
    margin-left: 15%;
    padding: 1rem;
    width: calc(100% - 15%);
  }

  
  footer>div:not(footer>div#cadre-contact-content) {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 10em 0em 0em 0em;
  }
  
  footer>div#cadre-contact-content {
    display: flex;
    position: absolute;
    justify-content: space-evenly;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    width: 80%;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 2em;
  }
  
  /* footer>div#cadre-contact-content>div:not(footer > div > div#table) {
    display: flex;
    flex-direction: column;
    margin-top: 5em;

  } */
  
  
  footer>div#cadre-contact-content>div:not(footer > div > div#table)>h2 {
    margin: 1em;
    color: #1A5776;
    width: 100%;
    font-weight: 150;
    font-size: 1.75rem;
  }
  
  footer>div#cadre-contact-content>div>h3 {
    color: #52575B;
    font-weight: 200;
    text-align: center;

  }
/*   
  footer>img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 52%;
    top: 10%;
    width: 75%;
    border-right-width: 10em;
  } */
  
  /* footer>div:not(footer>div#cadre-contact-content)>div:not(footer > div > div#table) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 20%;
  }
  
  footer>div:not(footer>div#cadre-contact-content)>div:not(footer > div > div#table)>img {
    width: 60%;
  }
  
  footer>div:not(footer>div#cadre-contact-content)>div:not(footer > div > div#table)>p {
    margin: 1em 0em;
  } */
  
  /* footer a {
    text-decoration: none;
    color: white;
  } */
  
  footer p {
    margin: 0em;
    font-size: 1.25em;
    padding: 2em;
    text-align: center;
    color: #ffffff;
  }
  
  footer>p {
    text-align: center;
    padding: 2em 0em;
  }
/*   
  footer>div>div#table {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0em;
    flex-direction: row;
    font-family: 'Muli-Light';
  } */
/*   
  footer>div>div#table ul {
    padding: 3.75em;
    
  }
  
  footer>div>div#table ul h3 {
    text-align: center;
  } */
/*   
  footer>div>div#table ul li {
    text-align: center;
    font-size: 1.5em;
    list-style: none;
  }
  
  footer>div>div#table ul:not(footer > div > div#table ul#reseau) li {
    padding: .75em 0em;
    font-family: 'Muli-light', Arial, Helvetica, sans-serif;

  }
  
  footer a.social-icon {
    color: white;
    font-size: 2em;
  } */
  
  
  footer>section {
    display: flex;
    justify-content: end;
    margin: 0em 10em;
  }
  
  /* footer>section>img {
    align-self: flex-end;
  } */
  
  footer>section>div {
    /* width: 30%; */
    margin: 0em 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: end;
  }
  
  footer>section>div>h3,
  footer>section>div>p {
    /* width: 30%; */
    text-align: right;
    text-align: center;
  }
  
  footer>section>div>p {
    width: 60%;
  }
/*   
  footer>section>div>form {
    display: flex;
    flex-direction: column;
  } */

@media screen and (max-width: 1600px) {

  footer {
    text-align: center;
  }

  /* footer>img{
    top: 2%
  } */

  footer>div#cadre-contact-content {
    top: 0;

  }
  footer>div:not(footer>div#cadre-contact-content) {
    display: block;
  }

  footer>div:not(footer>div#cadre-contact-content)>div {
    /* justify-content: center; */
    width: 50%;
    margin: 0em auto;
  }
  

  /* footer>div:not(footer>div#cadre-contact-content)>table {
    padding: 0em;
    margin: 0em auto;
  }
  footer>div#cadre-contact-content>div:not(footer > div > div#table)>h2 {
    margin: 0;

  }
  footer>div:not(footer>div#cadre-contact-content)>div:not(footer > div > div#table){
    width: 40%;
  } */

  footer>div#cadre-contact-content h2 {
    font-size: 2em;
    width: 100%;
  }
  footer>div#cadre-contact-content>div:not(footer > div > div#table)>h2 {
    font-size: 1.35rem;
}

/* 
  footer>div>div#table {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 2em 0em 0em 0em;
  }

  footer>div>div#table ul h3 {
    width: 26em;
  } */

  /* footer>div>div#table ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0em;
    margin: 1em 0em;
  } */

  /* footer>div>div#table ul li {
    font-size: 1.25em;
  } */

  footer>section{
    justify-content: center;
  }

  /* footer>section>img{
    display: none;
  } */

  footer>section>div{
    /* justify-content: center; */
    align-items: center;
  }

  footer>section>div h3{
    margin-top: 1em;
  }

  footer>section>div p{
    width: 100%;
    text-align: center;
  }

}
@media screen and (max-width: 600px) {
  footer>div:not(footer>div#cadre-contact-content)>table>tbody>tr>td {
    font-size: 1em;
  }

  footer>div>div#table {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 2em 0em 0em 0em;
  }
  footer>div#cadre-contact-content>div:not(footer > div > div#table) {
    margin-top: 0em;
  }
  footer>div>div#table ul h3 {
    width: 10em;
  }

  footer>div>div#table ul {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0em;
  }

  footer>div>div#table ul li {
    font-size: 1em;
  }

  footer>img {
    width: 100%;
    top: 0;
  }

  footer>div#cadre-contact-content {
    top: 0;
  }

  footer>div#cadre-contact-content h2 {
    font-size: 1em;
    width: 100%;
  }


  footer>div:not(footer>div#cadre-contact-content)>div:not(footer > div > div#table) {
    width: 80%;
    align-items: center;
  }

  footer>div:not(footer>div#cadre-contact-content)>div>p {
    width: 100%;
  }
  .navbar {
    width: 100%;
    height: auto;
    position: static;
}

.navbar-nav {
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

}
p {
  font-size: 1.175em;
  margin: 2em 0em;
  text-align: justify;
  color: #52585b;
  font-family: 'Muli-light', Arial, Helvetica, sans-serif;

}
