#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: 3em;
  }
  
  .titre h3 {
    font-family: Barlow Condensed;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
  }
  
  form {
    width: 80% !important;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
  
  form .row {
    /* background: yellow; */
    position: relative;
  }
  
  form .row input {
    width: 100%;
    height: 4.4em;
    margin-bottom: 1em;
    border-radius: 1.2em;
    border: 1px solid #949494;
    padding: 1em;
    font-family: 'Montserrat';
    font-weight: 400;
  }
  
  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.5em;
    margin-top: 1.1em;
    padding-inline: 0.3em;
    background: #fff;
    transition: 0.2s;
  }
  
  
  
  .text-span {
    font-size: 0.9em !important;
    margin: 1.8em 0;
  }
  
  form .row input:focus {
    border: 1px solid #027580;
  }
  form .row input:focus ion-icon{
    color: #027580 !important;
  }
  
  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;
  }

  
  .row ion-icon {
    font-size: 1.4em;
    position:absolute;
    top:50%;
    left:1.75em;
    transform:translate(-85%, -85%)
  }