/*
Theme Name:   Hello Elementor Child
Theme URI:    [URL de votre site]
Description:  Child Theme de Hello Elementor
Author:       sfr
Author URI:   [Votre site web]
Template:     hello-elementor
Version:      1.0.0
*/

@import url("../hello-elementor/style.css");

.magasine img {
    transform: scale(1.2);
}

.nav-bg {
	background-image: url(/wp-content/uploads/2025/03/BG-header.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-section {
    background-image: url(/wp-content/uploads/2025/03/footer-BG.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-section .footer-link {
    display: flex;
    padding-left: 10px;
}

.footer-section .footer-link ul,
.footer-section .footer-link li,
.footer-section .footer-link ul li::marker {
    list-style-type: none !important;
    text-decoration: none !important; 
}

.footer-section .footer-link a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-right: 25px;
}

.wrapper-footer-link {
    padding-left: 200px !important;    
}
.wrapper-footer-link a {
    transition: all 0.2s;
} 

.wrapper-footer-link a:hover {
    color: #CD2030 !important;
}

.wrapper-footer-link .wrapper-copyright {
    display: flex;
    color: white;
    margin-top: 15px; 
}

.wrapper-footer-link .wrapper-copyright a {
    color :white;
    margin-left: 20px;
}

.wrapper-footer-link .btn-nous-joindre {
    background-color: #CD2030;
    border: 2px solid #CD2030;
    padding: 13px 16px;
} 

.wrapper-footer-link .btn-nous-joindre:hover {
    background-color: transparent;
    color: white !important;
    border: 2px solid white;
} 

.page-header {
    display: none !important;
}

footer#site-footer,
body .otgs-development-site-front-end {
    display: none !important;
}

.wrapper-lang li.wpml-ls-current-language a {
    display: none !important;
}

.wrapper-lang li a {
    transition: all 0.2s;
}

.wrapper-lang li a:hover {
    color: #CD2030 !important;
} 

.logo-footer {
    margin-left: -100px !important;
}

@media (max-width: 2000px) {
    .logo-footer {
        margin-left: 0px !important;
    }
}    

@media ( max-width: 1600px ) {

    .nav-bg {
        background-position: -10vw;
        background-size: 110% 100%;
    }

    .logo-footer {
        margin-left: 50px !important;
    }
}

@media (max-width: 1366px) {

    .wrapper-footer-link {
        padding-left: 40px !important;
    }

    .footer-section {
        background-size: 130% 100%;
        background-position: -250px;
    }

    .logo-footer {
        margin-left: 20px !important;
    }

}

@media ( max-width: 1240px ) {

    .nav-bg {
        background-position: -18vw;
        background-size: 118% 100%;
    }

    .magasine img {
        transform: scale(1);
    }
}

@media (max-width: 1199px) {

    .footer-section .footer-link a{
        font-size: 14px;    
    }
}

@media ( max-width: 1024px ) {

    #menu-menu-mob-eng a,
    #menu-menu-mob a {
        color: white !important;
    }

    .nav-bg {
       padding: 10px 0 !important;
    }

    .logo-fr,
    .logo-en {
        width: 160px !important;
        margin-top: 6px !important;
    }

    .footer-section .footer-link,
    .wrapper-footer-link .wrapper-copyright {
        flex-direction: column;
    }

    .footer-section {
        background-size: 100% 100%;
        background-position: 0px;
    }

    .wrapper-footer-link {
        padding-left: 10vw !important;
    }

    .footer-section .footer-link a {
        font-size: 16px;
    }

    .footer-section .footer-link li {
        margin-bottom: 20px;
    }

    .wrapper-footer-link .wrapper-copyright a {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .wrapper-footer-link .btn-nous-joindre {
        display: inline-block;
    }
                        
}

@media ( max-width: 767px ) {

    .nav-bg {
        padding: 20px 0px !important;
        background-position: 0vw;
        background-size: 120% 100%;
    }

    .footer-section {
        background-color: black;
        background-image: none;
    }

    .wrapper-footer-link {
        padding-left: 0 !important;
        margin-top: 40px !important;
    }
}     

.elementor-alert elementor-alert-info  {
        display: none !important;
    }
             