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


/* ------------------------------
            GENERAL 
--------------------------------*/

#cmplz-document{
	max-width:100%;
}


#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #002d42 !important;
    background: #000 !important;
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(https://debaecque-avocats.com/wp-content/uploads/2025/07/cookie.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}



.lien-blanc a { color:white; text-decoration:none;}
.lien-bleu a { color:#002D42; text-decoration:none;}
.puce-liste ul li {margin-bottom: 15px;}


.scrolling {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.scroll-background {
    position: fixed;
    margin-top: 0px;
    z-index: 999999999;
}

.scrolling img.attachment-large.size-large.wp-image-17 {
    width: 150px;
}

div#wpadminbar {
    z-index: 9999999999999999999999;
}

/* ------------------------------
            SLIDER ACCUEIL 
--------------------------------*/
.slider-accueil img.swiper-slide-image {
    height: 83.5vh;
}

/* ----------------------------
        OVERLAY ACCUEIL
------------------------------- */
.overlay-text {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay:hover .overlay-text {
  opacity: 1;
}

.overlay a.elementor-element.e-con-full.overlay.e-flex.e-con.e-child {
    text-decoration: none;
}

li#menu-item-7006-en {
    display: none;
}

li#menu-item-7006-fr {
    display: none;
}

/* ----------------------------
        ARTICLES
------------------------------- */
.single-post .page-content {
    padding-top: 105px;
}

.single-post .page-header {
    display: none;
}

.single-post .page-content {
    padding-top: 215px;
}

.single-post h1 {
    font-family: 'Raleway';
    font-size: 28px;
}

.single-post h2 {
    margin-top: 40px;
}

.single-post h3 {
    margin-top: 25px;
}

.single-post .page-content a {
    color: #002D42;
    text-decoration: none;
}

.single-post .page-content p {
    text-align: justify;
    font-family: 'Raleway';
    font-size: 16px;
}

/*Call to action*/
.single-post .cta-btn{
    margin-top: -16px;
}
.single-post .cta-btn a{
    color: #fff;
    background-color: #002D42;
    transition: .3s;
}
.single-post .cta-btn a:hover{
    background-color: #003953;;
}

.single-post h1.wp-block-post-title {
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px !important;
}

.single-post h3.wp-block-heading {
    font-family: 'Raleway';
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
}

.cta-blog img {
    margin-top: 50px;
}



@media screen and (max-width: 1024px) {
	
.elementor-10 .elementor-element.elementor-element-b4696a7 .elementskit-menu-container {
        background-color: #002d42;
        max-width: 350px;
        border-radius: 0px 0px 0px 0px;
    }
	
	i.icon.icon-down-arrow1.elementskit-submenu-indicator {
    border: none;
}
	
	div#ekit-megamenu-menu, div#ekit-megamenu-menu-en {
    background: #1a303b;
}
	
	button.elementskit-menu-close.elementskit-menu-toggler:hover , span.elementskit-menu-hamburger-icon:hover, button.elementskit-menu-close.elementskit-menu-toggler:focus, span.elementskit-menu-hamburger-icon:focus {
    background: transparent!important;
	outline:none;
}
	
	button.elementskit-menu-hamburger.elementskit-menu-toggler:hover, button.elementskit-menu-hamburger.elementskit-menu-toggler:focus {
    background: transparent;
}
	
	a.dropdown-item {
    font-size: 10px !important;
}
}

@media screen and (max-width: 768px) {
    .single-post h1 {
        font-size: 24px;
    }
    
    .single-post h2 {
        font-size: 22px;
    }

    .single-post h3 {
        font-size: 18px;
    }

    .single-post h4 {
        font-size: 16px;
    }

    .single-post h5 {
        font-size: 16px;
    }

    .single-post h6 {
        font-size: 15px;
    }
	
 li#menu-item-7006-en {
    display: block;
}

li#menu-item-7006-fr {
    display: block;
}   
}