/*
Theme Name:   Teluro Child
Description:  Teluro Child Theme
Author:       Nicolas Jamar
Template:     teluro
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  teluro-child
*/
/* Alignement à gauche des cases à cocher */
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
