 body,html{
      overflow: unset;
    }

    body {
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      display: flex;
      margin: 0;
      background-color:#F7F7F7;
      font-family: Red hat Display, sans-serif;
      font-weight: 400;
      line-height: 1.25em;
      letter-spacing: 0.025em;
    }    
    .panel
    {
      height: auto;
      padding-top: 2vh;      
      max-width: 38rem;
      text-align: center;
      display: block;      
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2;
      box-sizing: border-box;
      border-radius: 1rem;
      background: white;
      box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
    }
    .logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .header{
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.header img {    
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
  }*/

  h1{
    font-size: 1.5em;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.1em;
  }

  .header h2 {
    font-size:1.1em;
  }

  .header p{
    color:#656464;
/*    padding-left:35px;
    padding-right:35px;*/
  }

    input, button {
      padding: 10px;
      width: 60%;
      margin-top: 10px;
    }
    .message {
      margin-top: 20px;
      color: green;
    }

    button{
      background-color: #ffb606;
      border-radius: 0.5rem;
      border: solid 1px #ffb606;
      color: #fff;
      font-weight: 600;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    ol{
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      max-width: 70%;
    }
    li{
      text-align: left;
      font-weight: bold;
      margin-bottom: 5px;
    }

    li span{
      font-weight: normal;
    }
  input
  {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: solid 1px #99999947;
    border-width: 1px;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
  }

  input::placeholder{
    color:#999;
  }

  a{
    color:#ffb606;
  }

  a:hover{
    color:#000;
  }

  .error
  {
    color:red;
  }

    /* Style de base pour les onglets */
  /*.tabs-container {}*/

  .tab-buttons {
    display: flex;
  }
 
  .tab-button:first-of-type{
        border-top-left-radius: 5px!important;
  }
    .tab-button:last-of-type{
        border-top-right-radius: 5px!important;
  }

  .tab-button {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border: 1px solid #cccccc36;
    border-radius: 0px;
    color:#ffb606;
  }
  .tab-button.active {
    border: 1px solid #ffb606;
    border-radius: 0px;
  }
  .tab-content {
    padding: 20px;    
    display: none; /* Cache le contenu par défaut */
    border: solid 1px #ffb606;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .tab-content.active {
    display: block; /* Affiche le contenu actif */
  }

  .why {
        margin-top: 25px;
    }

    .why h3 {
        margin-bottom: 12px;
        font-size: 1.2rem;
    }
    #ctaSubscribe
    {
      background-image: url(/images/cta_lancer_premiere_mission_02.png);
      background-position-x: right;
    }

    #send{
      background-image: url(/images/cta_continuer_entrainement.png);
      background-position-x: right;
    }

    .cta_image{
      margin: 0px;
      cursor: pointer;
      background-image: url(/images/cta_lancer_premiere_mission_02.png);
      background-size: contain;      
      background-repeat: no-repeat;
      background-color: transparent;
      width: 100%;
      border: 0px;
      padding: 0px;
      height: 175px;
    }

#email_subscribe
,#email
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:80%;
}

.mission{
      margin-top:-60px;
}

  @media only screen and (max-width: 620px) {
    h1{
      font-size:1.5em;
    }

    .mission{
      margin-top:-90px;
    }

    /*.header img {
      width: 5rem;
      height: 5rem;
    }*/

    ol{      
      max-width: 90%;
    }
}