/*
Theme Name: 2024 Block Child
Theme URI: https://wpsites.net/wordpress-themes/free-child-theme-for-twenty-twenty-four/
Author: Brad Dalton WP SITES
Author URI: https://wpsites.net/bradley-james-dalton-wordpress-developer/
Description: A child theme for the Twenty Twenty Four block theme
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: 2024-block-child
Tags: 
*/

.is-style-arrow-icon-details {
    border-bottom: 1px solid #e3e3e3;
    margin-block-start: 0;
}

ul.custom-check-list {
    list-style: none; /* Supprime les puces par défaut */
    padding-left: 0;
}

ul.custom-check-list li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 30px; /* Espace à gauche pour le check */
    position: relative;
}

ul.custom-check-list li::before {
    content: "\2713"; /* Code Unicode pour le symbole check (✓) */
    color: #919224; /* Couleur du check */
    font-size: 18px; /* Taille du check */
    position: absolute;
    left: 0;
    top: 0;
}

.figure-informatique {
    position: absolute;
    bottom: -100px;
    left: -180px;
}

.relative {
    position: relative;
}

.cursive {
    font-family: cursive;
}

h2 .has-inline-color {
    font-size: 2.5rem;
}

.wp-block-uagb-counter {
    background: #f1f1f1;
    padding: 20px 20px;
    border-radius: 10px;
}

.expertise .wp-block-column {
    border-left: 5px solid #dfdf56;
    padding-left: 20px;
}

.wp-block-details summary {
    font-weight: bold;
}

.demande-de-rappel a {
    background-color: transparent!important;
    text-align: left;
    text-decoration: underline;
}

.frm_style_style-formidable.with_frm_style .frm_error, .frm_style_style-formidable.with_frm_style .frm_limit_error {
    color: #F44336!important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .rangee {
        display: block!important;
    }

    .rangee .wp-block-group {
        margin-bottom: 30px;
    }

    .offre-limitee {
        padding: 30px 0!important;
    }

    .offre-limitee p {
        text-align: center;
    }

    .wp-site-blocks {
        overflow: hidden;
    }
}