@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Anton-Regular';
    src: url('../fonts/Anton-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #EBEBEB;
    overflow-x: hidden;
    font-family: 'Poppins', cursive;
    font-size: 24px;
    background-image: linear-gradient(to top, #0A1EAF, #0069FF);
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    gap: 35px;
    padding: 50px 0px;
    min-height: 100%;
}

.container {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.container-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.title {
    font-size: 42px;
    font-weight: bold;
}

.fp_title {
    text-align: center;
    font-weight: 400;
    font-family: 'Anton-Regular', sans-serif;
    font-size: 22px;
    margin-top: 0px;
    color: #ff2d50;
}

.logo{
    margin-right: 20px;
}

.logoPingTour{
    filter: brightness(100);
}

.image-container {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

.logo_fftt {
    width: 64px;
    filter: brightness(100);
    /* justify-content: space-between; */
    /* margin-right: 10px; */
}

.form_contact {
    width: 100%;
    max-width: 500px;
    gap: 20px;
    margin-top: 0px;
}

.names_container {
    width: 100%;
    justify-content: space-between;
}

.contact {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #ff887c;
}

.contactDate { 
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #ff887c;
}

.contact::placeholder {
    color: #ff887c;
}

.contactDate::placeholder{
    color: #ff887c;
}

span.alert {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: orangered;
    text-align: center;
}

.fp_title2 {
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: calc(16px + 0.5vw);
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 3px solid #f55344;
    color: #f55344;
}

.fp_desc {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 20px;
    font-family: 'Poppins', sans-serif;
    color: white;
    line-height: 40px;
}

.fp_info{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-style: italic;
}

.btn-validation {
    padding: 10px 25px;
    border-radius: 15px;
    outline: none;
    border: none;
    color: white;
    background-image: radial-gradient(circle, #ff887c, #fd7b6e, #fb6f60, #f86152, #f55344);
    transition: ease-in-out all 0.2s;
}

.btn-validation:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

@media (max-width: 890px) {
    .form_contact {
        max-width: 456px;
    }
    .names_container {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact {
        width: 80%;
    }
    .contactDate {
        width: 80%;
        font-size: 16px;
    }
    .logoPingTour{
        width: 140px ;
        height: 180px;
    }
    .logo{
        width: 120px ;
        height: 120px;
    }
    .logoFreeping{
        width: 400px ;
        height: 52px;
    }
    .googleStore{
        width: 222px ;
        height: 80px;
    }
    .appStore{
        width: 230px ;
        height: 80px;
    }
}

@media (max-width: 440px) {
    .logoFreeping{
        width: 300px ;
        height: 40px;
    }
    .googleStore{
        width: 162px ;
        height: 50px;
    }
    .appStore{
        width: 170px ;
        height: 50px;
    }
}

@media (max-width: 344px) {
    .logoFreeping{
        width: 200px ;
        height: 26px;
    }
    .googleStore{
        width: 142px ;
        height: 40px;
    }
    .appStore{
        width: 150px ;
        height: 40px;
    }
}

@media (max-width: 300px) {
    .googleStore{
        width: 122px ;
        height: 30px;
    }
    .appStore{
        width: 130px ;
        height: 30px;
    }
}





  .input-wrapper {
    display: flex;
    align-items: center;
  }
  
  .input-wrapper label {
    width: 120px;
    font-weight: bold;
    font-size: 16px; 
    color: #ff887c;
  }
  
  .input-wrapper input {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
  }

  .red{
    font-weight: bold;
  }

  
  .sexe label, .dateNaissance label {
    font-weight: bold;
    font-size: 16px;
    color: #ff887c;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  
  .sexe select, .dateNaissance input {
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #ff887c;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    background-color: white;
  }
  
  .sexe select::placeholder {
    color: #ff887c;
  }
  
  .sexe select option {
    color: #ff887c;
  }
  

  .googleStore{
    border-radius: 10px;
    margin-right: 20px;
  }

  .liberte{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: white;
  }

  .mailto{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-style: italic;
  }