/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-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
*/
p{
	text-align:justify!important;
}
h2{
	text-align:center!important;
}

/* HOME VALEURS  */
.valeurs h2,
.valeurs div {
    transition: color 0.6s ease-in-out!important;
}
.valeurs:hover h2,
.valeurs:hover div {
    color: #fff!important;
}
/* BOUTON CONTENU CACHE*/
.contenu_cache {
    display: none!important;
}
/* LIEN CONSENTEMENT */
a.consent {
    color: #fff!important;
    text-decoration: underline;
}
a:hover.consent {
    text-decoration:none!important;
}
/* LIEN IN PAGE*/
a.linkinpage {
    color: #5A4E7C!important;
    text-decoration: underline!important;
}
a:hover.linkinpage {
    text-decoration:none!important;
}
/* LIEN DANS LE SITE */
a.lien {
    color: #5A4E7C!important;
    text-decoration: underline!important;
}
a:hover.lien {
    text-decoration:none!important;
}
/* LIEN DANS LE SITE */
a.lienenerg {
    color: #5A4E7C!important;
    text-decoration:underline!important;
}
a:hover.lienenerg {
    text-decoration:none!important;
}

/* INVERSION TEXTE */
.invert:hover span {
	color: #5A4E7C!important;
	transition: all 0.6s ease-in-out;
}
/* BOUTON LIEN ACCUEIL */
.elementor-2 .elementor-element.elementor-element-6ccec0e .elementor-button {
    color: #fff !important;
}
.elementor-button {
    color: #fff !important;
}
.elementor-2 .elementor-element.elementor-element-6ccec0e .elementor-button:hover,
.elementor-button:hover {
    color:#5A4E7C!important; /
}
/* AUTRES BOUTONS */
/* Styles par défaut pour le bouton */
.elementor-2 .elementor-element.elementor-element-ec80545 .elementor-button {
    background-color: #ffffff!important;
    color: #5A4E7C!important; 
    border: 1px solid #5A4E7C; 
    padding: 10px 20px; /* Padding pour le bouton */
    font-size: 16px; /* Taille de la police */
    cursor: pointer; /* Curseur de la souris */
    transition: background-color 0.3s ease, color 0.3s ease; /* Transition douce */
}
.elementor-454 .elementor-element.elementor-element-ec80545 .elementor-button svg{
	color:#fff!important; 
}
/* Styles au survol pour le bouton */
.elementor-2 .elementor-element.elementor-element-ec80545 .elementor-button:hover {
    background-color: transparent!important;
    color: #fff!important; 
    border: 1px solid #fff; 
}

/* Media query pour les appareils mobiles */
@media (max-width: 768px) {
.elementor-631 .elementor-element.elementor-element-51c0ca2 .elementor-button {
    background-color: #fff!important;
    fill: var(--e-global-color-2ca39d0);
    color: #5A4E7C !important;
    border-style: solid;
    border-color: var(--e-global-color-881eae2);
}
.elementor-631 .elementor-element.elementor-element-51c0ca2 .elementor-button:hover {
    background-color: #5A4E7C!important;
    fill: var(--e-global-color-2ca39d0);
    color: #fff !important;
    border-style: solid;
    border-color: var(--e-global-color-881eae2);
}
/* SUPPRESSION DES BORDURES DES LIENS - MODALE */
a, button, .elementor-button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* Retirer les bordures lors du focus et hover */
a:focus, button:focus, .elementor-button:focus,
a:hover, button:hover, .elementor-button:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

}