.elementor-1237 .elementor-element.elementor-element-544241f7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1237 .elementor-element.elementor-element-98237b6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7d39d1cf *//* Conteneur principal */
.page-content {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

/* Message pour les administrateurs */
.page-content p {
    background-color: #f9f9f9;
    color: #333;
    padding: 10px 15px;
    font-size: 14px;
    border-left: 4px solid #004a6d;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-content p a {
    color: #004a6d;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s;
}

.page-content p a:hover {
    color: #002a3d;
}

/* Formulaire */
.tnp {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tnp-field {
    display: flex;
    flex-direction: column;
}

.tnp-field label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.tnp-field input[type="text"],
.tnp-field input[type="email"],
.tnp-field input[type="checkbox"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s;
}

.tnp-field input[type="text"]:focus,
.tnp-field input[type="email"]:focus {
    border-color: #004a6d;
    outline: none;
}

.tnp-field input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.tnp-field.tnp-privacy-field label {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
    font-weight: normal;
}

/* Bouton d'abonnement */
.tnp-field-button {
    text-align: center;
}

.tnp-submit {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    padding: 12px 20px;
    background-color: #004a6d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.tnp-submit:hover {
    background-color: #003752;
    transform: scale(1.05);
}

/* Styles optionnels pour le focus */
.tnp-submit:focus {
    outline: 2px solid #004a6d;
    outline-offset: 2px;
}/* End custom CSS */