/* Formation list custom styling */
.formation-list-custom {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}


.formation-list-custom li .limited {
    background-color: rgba(255, 255, 0, 0.2);
    color: #fefefefe;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.recrutement-main {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    margin-top:1rem;
}

.container-recrutement {
    max-width: 1200px;
    margin: auto;

}

.recrutement-hero {
    text-align: center;
    background: #f8f9fa;
    padding: 4rem 2rem;
}

.recrutement-hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.recrutement-hero .highlight {
    color: #003163;
}

.recrutement-hero .lead {
    font-size: 1.6rem;
    color: #666;
    margin-top: 1rem;
}

.cta {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 2rem;
    border: 2px solid #003163;
    color: #003163;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.recrutement-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.recrutement-blocs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 3rem 2rem;
    background-color: #fff;
}

.recrutement-blocs .bloc {
    max-width: 300px;
    text-align: center;
}

.recrutement-blocs .bloc img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.recrutement-highlight {
    background: #003163;
    color: white;
    text-align: center;
    padding: 4rem 2rem;
}

.recrutement-highlight .cta-light {
    margin-top: 1.5rem;
    display: inline-block;
    background: white;
    color: #003163;
    font-weight: bold;
    padding: 0.7rem 2rem;
    border-radius: 4px;
    text-decoration: none;
}

.recrutement-profils h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.profils-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.profil {
    flex: 1;
    min-width: 280px;
    max-width: 450px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 2rem;
    text-align: center;
}

.cta-secondary {
    margin-top: 1rem;
    display: inline-block;
    color: #003163;
    border: 2px solid #003163;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.recrutement-outil {
    background: #f0f2f5;
    padding: 4rem 2rem;
}

.outil-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    max-width: 900px;
}

.outil-image {
    flex: 1;
    min-width: 280px;
}

.outil-texte {
    flex: 2;
}

.outil-texte ul {
    padding-left: 1rem;
}

.outil-texte li {
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .recrutement-blocs {
        flex-direction: column;
        align-items: center;
    }

    .outil-container {
        flex-direction: column;
    }

    .recrutement-hero h1 {
        font-size: 2rem;
    }

    .profils-grid {
        flex-direction: column;
    }
}

.rdv-form textarea {
    width: 100%;
    padding: 1rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.05rem;
    background-color: #fefefe;
    transition: border 0.2s ease;
    resize: vertical; /* Permet un redimensionnement vertical */
}

.rdv-form textarea:focus {
    border-color: #003163;
    outline: none;
}

.recrutement-highlight-light {
    background: #f8f9fa;
    color: #333;
    text-align: center;
    padding: 4rem 2rem;
}

.recrutement-highlight-light h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #003163;
}

.recrutement-highlight-light p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.recrutement-highlight-light .cta {
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    border: 2px solid #003163;
    color: #003163;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.recrutement-highlight-light .cta:hover {
    background-color: #003163;
    color: white;
}

@media screen and (max-width: 768px) {
    .recrutement-highlight-light {
        padding: 3rem 1.5rem;
    }

    .recrutement-highlight-light h2 {
        font-size: 2.8rem;
    }

    .recrutement-highlight-light p {
        font-size: 1rem;
    }
}

.title-head-block  {
    display:none!important;
}