/*
Theme Name: Twenty Twenty-Four Child Marché
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1727980927
Updated: 2024-10-03 20:42:05

*/
/* Style général du formulaire */
.wpcf7-form {
    max-width: 600px; /* Largeur maximale du formulaire */
    margin: 0 auto; /* Centrer le formulaire */
    padding: 20px;
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9; /* Couleur de fond du formulaire */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre */
}

/* Style pour les champs de texte et de texte long */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 90%;
    padding: 12px 15px; /* Espacement interne */
    margin-bottom: 15px;
    border: 1px solid #ccc; /* Bordure grise claire */
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Effet de survol et de focus */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0073aa; /* Couleur de la bordure au focus */
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.2); /* Ombre au focus */
}

/* Style des boutons de soumission */
.wpcf7-form input[type="submit"] {
    background-color: #0073aa; /* Couleur de fond */
    color: #ffffff; /* Couleur du texte */
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Effet de survol sur le bouton */
.wpcf7-form input[type="submit"]:hover {
    background-color: #005885; /* Couleur au survol */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style des cases à cocher et boutons radio */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    margin-right: 10px; /* Espacement à droite */
    transform: scale(1.2); /* Augmenter la taille */
}

/* Style des étiquettes (labels) */
.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

/* Style des messages d'erreur */
.wpcf7-not-valid-tip {
    color: #d9534f; /* Rouge pour les messages d'erreur */
    font-size: 14px;
    margin-top: -10px;
}

/* Style des messages de validation */
.wpcf7-mail-sent-ok {
    background-color: #dff0d8; /* Vert pâle */
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 15px;
    border-radius: 5px;
}

/* Style des messages d'échec */
.wpcf7-validation-errors {
    background-color: #f2dede; /* Rouge pâle */
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px;
    border-radius: 5px;
}

.acf-image-lightbox img {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 2px;
    cursor: pointer;
}

.acf-image-lightbox {
    display: inline-block;
    margin: 5px;
}

