/* 
Theme Name: La chamade
Theme URI: 
Description: 
Author: Agence la chamade
Author URI: https://agencelachamade.com/
Template: hello-elementor
Version: 1.0.1
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:
*/


/* Global */
.scale:hover{
	transform:scale(1.05) !important;
}

.rouge{
	color:#DC251F !important;
}



/* Colonne contenant l’accordéon */
.elementor-element-d089780 .elementor-element-9279ca5 {
    height: 600px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: flex-start;
    scrollbar-gutter: stable;
}

/* Barre de défilement */
.elementor-element-d089780 .elementor-element-9279ca5::-webkit-scrollbar {
    width: 7px;
}

.elementor-element-d089780 .elementor-element-9279ca5::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.elementor-element-d089780 .elementor-element-9279ca5::-webkit-scrollbar-thumb {
    background: #2d286b;
    border-radius: 10px;
}

/* Firefox */
.elementor-element-d089780 .elementor-element-9279ca5 {
    scrollbar-width: thin;
    scrollbar-color: #2d286b #f1f1f1;
}

/* Sur mobile : retour à une hauteur naturelle */
@media (max-width: 767px) {
    .elementor-element-d089780 .elementor-element-9279ca5 {
        height: auto;
        max-height: none;
        overflow: visible;
    }
}



@media screen and (max-width: 1024px){
}

@media screen and (max-width: 768px){
}