body {
    background-color: #1a1a1a;
}

/* Styles généraux pour la section */
#projet {
    padding: 150px 0 100px;
    /* background-color: #f5f5f5; */
    font-family: Arial, sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

/* .close_lets_talk img {
    cursor: pointer;
    width: 24px;
    height: 24px;
} */

/* Styles pour le formulaire */
.formulaire, .rdv {
    width: 100%;
    margin-bottom: 20px;
}

.animated-rocket {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Ajustez si nécessaire */
}

.animated-rocket i {
    color: rgb(255, 94, 0);
    font-size: 100px;
    width: 100px;
    height: 100px;
    /* box-shadow: 0 0 20px #eee; */
    text-shadow: 0 0 5px #ffe1b5;
}

.titre, .sous_titre, .intro, .titre_contact {
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'roboto', sans-serif;
}

.titre {
    
    font-size: 40px;
    font-weight: bold
}

.sous_titre {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 20px;
}

.intro, .titre_contact {
    font-size: 1.2rem;
}

.intro {
    margin-bottom: 30px;
    color: #ff4400;
    font-weight: bold;
}

.form_container {
    background-color: #f5f5f5;
    margin: 5px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.champ {
    margin-bottom: 20px;
}

.champ label {
    font-family: 'roboto', sans-serif;
    display: block;
    font-size: 1.2rem;
    /* font-weight: bold; */
    margin-bottom: 5px;
}

.champ .input {
    display: flex;
    flex-direction: column;
}

.champ.submit {
    text-align: center;
}

label span {
    font-family: 'arial', sans-serif;
    font-size: 1.4rem;
    margin-right: 5px; /* Ajustez cette valeur selon vos besoins */
}

.wpcf7-form-control {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: #1a1a1a;
    border-radius: 10px;
    font-size: 1.2rem;
    color: #333;
}

.wpcf7-form-control:focus {
    border-color: #007bff;
    outline: none;
}

select.wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.1 8.2"><path d="M4.1 1.1L2 4.1 0 1.1 4.1 1.1zM4.1 7.1L2 4.1 0 7.1 4.1 7.1z" fill="#333"/></svg>') no-repeat right 10px center;
    background-size: 12px;
}

textarea.wpcf7-form-control {
    resize: vertical;
}

/* RGPD checkbox */
.rgpd_form {
    margin-bottom: 20px;
}

.rgpd_form label {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.rgpd_form input[type="checkbox"] {
    margin-right: 10px;
}

/* Bouton de soumission */
.wpcf7-submit {
    background-color: #ff6a00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    width: 150px;
    border-radius: 25px;
    font-size: 1.5rem;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #ff9a03;
}

.wpcf7-spinner {
    display: none;
}

/* Styles pour les sections RDV et Contact */
.rdv .entete, .coord {
    margin-bottom: 20px;
    text-align: center;
}

.bouton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffc107;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.5rem;
    transition: background-color 0.3s;
}

.bouton:hover {
    background-color: #e0a800;
}

.coord p {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #555;
}

.gtm_mailto, .gtm_tel {
    color: #007bff;
    text-decoration: none;
}

.gtm_mailto:hover, .gtm_tel:hover {
    text-decoration: underline;
}

/* ------------------------------------------- selectric ------------------------------------------- */

.selectric .button, .selectric {
    background-color: #ffffff !important;
}
.selectric .label, .label, li {
    font-family: "roboto", sans-serif !important;
    font-size: 1.2rem !important;
    color: black !important;
}
.selectric-items li.highlighted {
    background: #ffe2c3 !important;
}


/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- Media queries ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 700px) {
    .wrapper {
        max-width: 600px;
        
    }
}