/*
Theme Name: Patara Child
Theme URL: https://themeforest.net/user/webredox/portfolio
Description: Child theme of Patara
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: patara
Version: 1.0
Text Domain: patara
*/ 
/*******Add Your Css Below This Line*********/

@media(min-width:768px){
    body.page-id-2632{
        background-image: url('https://www.lebrossay.fr/wp-content/uploads/2026/07/pelouse2.jpg') !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}



.lb-video-btn a:hover {
    color: #000000 !important;
}


.nav-scroll .logo-img {
    width: 60px;
}

@media(max-width:768px){
    img.logo-img{
        width:50px
    }
}


.elementor-element.elementor-element-48b4e231.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}

li#menu-item-2746{
    background-color: #a8874a;
    color: white;
    border-radius: 4px;
    color: white !important;
}

li.nav-item.menu-item.menu-item-type-custom.menu-item-object-custom:last-of-type {
    background-color: #a8874a;
    color: white;
    border-radius: 4px;
    color: white !important;
    text-align: center;
}

li.nav-item.menu-item.menu-item-type-custom.menu-item-object-custom:last-of-type a {
    color: white !important;
    max-width: 100% !important;
}

li#menu-item-2746 a{
    color:white !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lb-cta{
    background-color: #1a1a2e !important;
}


li#menu-item-2746 > a::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L3 6' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10 11L3 11' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M10 16H3' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14 13.5L16.1 16L20 11' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


@media only screen and (max-width: 1064px) {
    li.nav-item.menu-item.menu-item-type-custom.menu-item-object-custom:last-of-type {
        margin-top:40px
    }
    .main-menu.main-menu-hover-classic a {
        max-width: 100% !important;
    }
}