body {
    font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4 {
    font-family: "eurostile", sans-serif !important;
    font-weight: 900 !important;
}


/* -------------------------- Formulaire Contact -------------------------- */
/* Mention champs obligatoires */ 
.agitees_form .nf-form-fields-required {
    font-size: smaller;
    margin-bottom: 20px;
}

/* Text area */
.agitees_form .nf-form-cont textarea {
    padding: 10px;
}

/* Input */
.agitees_form .nf-form-cont input[type="submit"], .agitees_form .nf-form-cont input[type="text"], .agitees_form .nf-form-cont input[type="email"], .agitees_form .nf-form-cont input[type="tel"], .agitees_form .nf-form-cont textarea, .agitees_form .nf-form-cont select {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 10px;
}

/* Bouton submit */
.agitees_form .nf-form-cont input[type="submit"] {
    background-color: #474C55;
    border-radius: 40px;
    color: white;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 22px;
}

.agitees_form .nf-form-cont input[type="submit"]:hover {
    background-color: #FFD40F;
    color: #474C55;
}

@media screen and (max-width: 782px) { /* Mobile */
	.agitees_form .nf-form-cont input[type="submit"] {
        margin: auto;
        text-align: center;
        width: 100%;
    }
}

#nf-field-5-container .nf-field {
    width: 100%;
}

.agitees_form .nf-form-cont .row label {
    font-weight: normal;
    margin-right: 10px;
}

.agitees_form .nf-form-cont .row .nf-field-label {
    padding: 0;
    text-align: left;
    width: auto !important;
}

/* RGPD */
.agitees_form .nf-form-cont .checkbox-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.agitees_form .nf-form-cont .checkbox-wrap .nf-field-label {
    display: none;
}

.agitees_form .nf-form-cont .checkbox-wrap .nf-field-element {
    width: 4%;
}

/* Carte (popup) */
.leaflet-popup-content {
    font-size: 14px !important;
}




/* -------------------------- Page type -------------------------- */
.agitees_page h2 {
    color: #474C55;
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.agitees_page a, .page_content p a {
    color: #474C55;
}

@media screen and (max-width: 782px) { /* Mobile */
	.agitees_page p {
        text-align: left;
    }

    .agitees_page ul li {
        text-align: left;
    }
}

.agitees_page ul li {
    list-style-type: disc;
    margin-left: 1.5%;
}




/* -------------------------- Formulaire Recrutement -------------------------- */
.agitees_emploi_form .cache {
    display: none;
}

.agitees_emploi_form .acf-fields>.acf-field {
    border: none !important;
}

.agitees_emploi_form .acf-fields .acf-field .acf-input input[type="submit"], .agitees_emploi_form .acf-fields .acf-field .acf-input input[type="text"], .agitees_emploi_form .acf-fields .acf-field .acf-input input[type="email"], .agitees_emploi_form .acf-fields .acf-field .acf-input input[type="tel"], .agitees_emploi_form .acf-fields .acf-field .acf-input textarea, .agitees_emploi_form .acf-fields .acf-field .acf-input select {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 10px;
}

/* Bouton submit */
.agitees_emploi_form .acf-form-submit input[type="submit"] {
    background-color: #474C55;
    border-radius: 40px;
    color: white;
    cursor: pointer;
    font-weight: 500;
    margin-left: 10px;
    padding: 12px 22px;
}

.agitees_emploi_form .acf-form-submit input[type="submit"]:hover {
    background-color: #FFD40F;
    color: #474C55;
}

@media screen and (max-width: 782px) { /* Mobile */
	.agitees_emploi_form .acf-form-submit input[type="submit"] {
        margin: auto;
        text-align: center;
        width: 100%;
    }
}

/* Bouton fichier */
.agitees_emploi_form .acf-fields .acf-field .acf-button {
    background-color: #FFD40F;
    border-radius: 40px;
    color: #474C55;
    cursor: pointer;
    font-weight: 500;
    margin-left: 10px;
    padding: 10px 20px;
}

.agitees_emploi_form .acf-fields .acf-field .acf-button:hover {
    background-color: #474C55;
    color: white;
}

@media screen and (max-width: 782px) { /* Mobile */
	.agitees_emploi_form .acf-fields .acf-field .acf-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .agitees_emploi_form .acf-field-file {
        width: 100% !important;
    }
}



/* ==============================
   POLITIQUE DE COOKIES
   ============================== */
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

@media screen and (max-width: 782px) { /* Mobile */
	#cmplz-document h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h2, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
        text-align: center;
    }
}



/* -------------------------- Formulaire DAP -------------------------- */
/* Conteneur champ */
.formulaire-dap .acf-field {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .formulaire-dap .acf-field {
        width: 100% !important;
    }
}

.formulaire-dap .acf-fields {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Labels */
.formulaire-dap .acf-label label {
    font-weight: 600;
    font-size: 17px;
    color: #1f2937;
    margin-bottom: 6px;
    display: block;
}

/* Inputs */
.formulaire-dap .acf-input input[type="text"],
.formulaire-dap .acf-input input[type="email"],
.formulaire-dap .acf-input input[type="number"],
.formulaire-dap .acf-input textarea,
.formulaire-dap .acf-input select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    transition: all 0.2s ease;
    font-size: 14px;
}

/* Focus */
.formulaire-dap .acf-input input:focus,
.formulaire-dap .acf-input textarea:focus,
.formulaire-dap .acf-input select:focus {
    outline: none;
    border-color: #de1269;
    background: white;
    box-shadow: 0 0 0 3px rgba(222, 18, 105, 0.15);
}

/* Bouton submit ACF */
.formulaire-dap .acf-form-submit input[type="submit"] {
    background: #de1269;
    color: white;
    padding: 12px 20px;
    border: 2px solid #de1269;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-size: 17px;
}

.formulaire-dap .acf-form-submit input[type="submit"]:hover {
    background: #ffffff;
    color: #de1269;
}

.hide {
    display: none !important;
}