#signup {
    margin: auto;
    width: 80% !important;
    margin-top: 5em;
  }
  
  .inpt-anime {
    margin-top: -0.8em !important;
  
  }
  
  .container {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.5em;
  }
  
  
  
  .titre h3 {
    font-family: Barlow Condensed;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
  }
  
  form {
    width: 85% !important;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.8em;
  }
  
  form .row {
    /* background: yellow; */
    position: relative;
  }
  
  form .row input {
    width: 100%;
    height: 100%;
    background: none;
    padding: 1em 0;
    font-family: 'Montserrat';
    font-weight: 400;
  }
  
  .label-log {
    display: flex;
    flex-direction: row;
    gap: 1.1em;
    align-items: center;
    height: 4.4em;
    border-radius: 1em;
    width: 100%;
    border: 1px solid #949494;
    padding-left: 1.1em;
    padding-right: 3.5em;
  }
  
  /* Add this CSS to change the border color when the input is focused */
  .label-log:focus-within {
    border: 1px solid teal;
  }
  
  .label-log:focus-visible {
    border: 1px solid teal;
  }
  
  .label-log ion-icon {
    font-size: 1.4em;
  }
  
  
  form .row span:first-child {
    position: absolute;
    font-family: Montserrat;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    margin-left: 3.2em;
    margin-top: 1.46em;
    padding-inline: 0.3em;
    background: #fff;
    z-index: 9999;
    transition: 0.2s;
  }
  
  .label-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.1em;
    position: relative;
  }
  
  .label-div ion-icon[name='eye-outline'] {
    position: absolute;
    right: 0;
    margin-right: 1em;
    font-size:
      1.5em;
  }
  
  .label-div ion-icon[name='eye-off-outline'] {
    position: absolute;
    right: 0;
    margin-right: 1em;
    font-size:
      1.5em;
  }
  
  .check {
    /* background: red; */
    width: 94.5%;
    margin: 0.5em auto;
    font-family: 'inter';
  }
  
  .check picture {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .check picture label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8em;
  }
  
  .check picture label input[type='checkbox'] {
    width: 1.3em;
    height: 1.3em;
    accent-color: teal;
  }
  
  
  .link-sign {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    font-family: 'inter';
  
    align-items: center;
  }
  
  .mdp-mb {
    display: none;
  }
  
  
  .span-link {
    color: teal;
    /* text-decoration: underline; */
    /* text-underline-offset: 6px; */
    cursor: pointer;
  }
  .span-link a{
    text-decoration: none !important;
  }
  
  .span-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  
  .text-span {
    font-size: 0.9em !important;
    margin: 1.8em 0;
  }
  
  /* form .row input:focus {
    border: 1px solid #027580;
  } */
  
  form .cont-cocher {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin: 1.2em auto;
    margin-bottom: 1.2em;
    width: 95%;
  }
  
  form .cont-cocher .cocher {
    display: flex;
    gap: 1em;
    align-items: center;
    font-weight: 500;
  }
  
  form .cont-cocher .cocher input {
    display: none;
  }
  
  form .cont-cocher .cocher .svg-checkbox {
    cursor: pointer;
  }
  
  form .cont-btn button {
    width: 100%;
    font-size: 1em;
    cursor: pointer;
  }
  
  .container-s_3 {
    width: 584px;
    height: 378px;
    margin: auto;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .container-s_3 .titre {
    font-family: Barlow Condensed;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
  }
  
  .container-s_3 .cont-text {
    margin-top: 30px;
    width: 80%;
  }
  
  .container-s_3 .cont-text p:first-child {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    line-height: 24.38px;
    text-align: center;
  }
  
  .container-s_3 .cont-text p:last-child {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: center;
  }
  
  .container-s_3 form .row {
    margin-bottom: 0 !important;
  }
  
  .container-s_3 form button {
    width: 504px;
    height: 60px;
    border-radius: 16px;
    text-align: center;
    background-color: #027580;
    color: white;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    margin-top: 30px;
  }
  
  .container-s_3 p.confirm-code {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: center;
    width: 584px;
  }
  
  .container-s_3 p.confirm-code a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #027580;
  }