/* 
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
*/

/* Add your custom styles here */
/* Style pour le conteneur principal des employés */
.amelia-employees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.amelia-employees a{
    width: 25%;
    padding: 20px;
}
@media only screen and (max-width: 1024px) {
    .amelia-employees a{
        width: 33.33%;
    }
    
}
@media only screen and (min-width: 1024px) {
    .lang-item{
        display: none!important;
    }

}
@media only screen and (max-width: 767px) {
    .amelia-employees a{
        width: 100%;
    }
    .elementor-widget-polylang-language-switcher{
        display: none!important;
    }
}
/* Style pour chaque colonne */
.amelia-column {
    flex: 0 0 25%; /* Ajustez la largeur de la colonne ici */  
}


/* Style pour chaque employé */
.amelia-employee {
    position: relative;   
    width: 100%;
    min-height: 370px; 
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;  
}

/* Style pour l'image de l'employé */
.employee-image {
    width: 100%;
    height: 370px; /* Ajustez la hauteur de l'image ici */
    background-size: cover;
    background-position: center;
}

/* Style pour les détails de l'employé */
.employee-details {
    padding: 10px;
    background-color: var(--e-global-color-b197c6b);
    transition: all 0.3s ease-in-out;
}

/* Style pour le nom de l'employé */
.employee-name {
    font-weight: bold;
    margin-bottom: 0px!important;
    text-align: center;
    color: #fff;
}

/* Style pour la description de l'employé */
.employee-description {
    font-style: italic;
    text-align: center;
    color: #fff;
}
/* Style pour chaque employé au survol */
.amelia-employee:hover {
    transform: scale(1.1); /* Ajustez la valeur selon vos préférences (1.1 pour un zoom de 10%) */
}
.amelia-employee:hover .employee-details {
    background-color: #000;

}
/* Style pour le nom de l'employé */
.employee-name {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Style pour la description de l'employé */
.employee-description {
    font-style: italic;
}
/* page services */
.bloc-services .am-cat__wrapper.am-fcil{
    padding: 0px!important;
}
.bloc-services .am-fcil__wrapper{
    padding: 0px!important;
}
.am-cat__form.am-fcil__main{
    border: 0px!important;
}
.bloc-services .am-cat__content.am-fcil__wrapper{
   justify-content: space-between!important;
}
.bloc-services .am-button:hover{
    --am-c-btn-bgr: var(--e-global-color-2fb384f)!important;
    border-color: var(--e-global-color-2fb384f)!important;
}
.bloc-services .am-fcil__heading{
    display: none!important;
}
.bloc-services .am-button {
    --am-c-btn-first-op30: #000!important;
    --am-c-btn-first: #000!important;

}