/*
Theme Name: Hello Elementor Child
Description: Thème enfant Hello Elementor
Author: ERGENSCHAEFFTER Frédéric
Template: hello-elementor
Version: 1.0
*/

a[href*="action=logout"] {
    color: #D96B2B90 !important;
}
a[href*="action=logout"]:hover {
    color: #D96B2B !important;
}

.galerie-hauteur-fixe .swiper-slide {
    width: auto !important;
    max-width: inherit !important;
}

.galerie-hauteur-fixe .swiper-slide-image {
    height: 400px;
    width: auto;
    max-width: none !important;
}

@media (max-width: 767px) {
    .galerie-hauteur-fixe .swiper-slide-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .galerie-hauteur-fixe .swiper-slide-image {
        height: 160px;
    }
}