/* 
Theme Name: loreillealettres Child
Theme URI: https://xtdesignweb.fr/
Description: L Oreille @ Lettres Child is the child theme of L'oreille @ Lettres, created by XT DESIGN WEB
Author: XT DESIGN WEB
Author URI: https://xtdesignweb.fr/
Template: hello-elementor
Version: 2.0.1
Text Domain: loreillealettres-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* BEGIN XT DESIGN WEB */

*{box-sizing: border-box;}

/* DESACTIVER DEBORDEMENT HORIZONTAL */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* LIMIT SPAM MAIL */
.c--hide{
    Font-size :0 ;
    Opacity :0 ;
    }

/** CUSTON COKIESYES **/
    /* CUSTOM BOUTON TOUT REJETER */
    .cky-btn.cky-btn-reject{
    color: #000000!important;
        border-color: #A8CAEB!important;
        background-color: #A8CAEB!important;
    }
    /*CUSTOM BOUTON ACCEPTER TOUT */
    .cky-btn.cky-btn-accept{
        color: #000000!important;
        border-color: #A8CAEB!important;
        background-color: #A8CAEB!important;
    }
    /* CUSTOM BOUTON PERSONNALISER */
    .cky-btn.cky-btn-customize{
        color: #000000!important;
        border-color: #A8CAEB!important;
        }
    /* CUSTOM ENREGITRER LES PREFERENCES */
    .cky-btn.cky-btn-preferences{
            color: #000000!important;
        border-color: #A8CAEB!important;
    }
    /* CUSTOM LIEN Politique */
    .cky-notice-des a{
        color: #A8CAEB!important;
    }

/* custom accessibilite */
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link{
	margin-top:100px!important;
}
.pojo-a11y-toolbar-overlay{
	background-color:#ffffff!important;
}
nav#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{
	background:#fff!important;
}
nav#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open a{
	color:#000!important;
}