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

.customTitle h2{
    font-family: "Gotham"!important;
    font-weight: 300!important;
    line-height: 1.3em!important;
    color: red;
}

.customTitle h2 strong{
    font-weight: 500;
    font-family: "TRYVesterbro";
}

@media all and (max-width: 767px){ 
	.customTitle h2,
	.customTitle h2 strong{
		font-size:1.8rem!important;
	}
}

p {
    margin-top: 0!important;
}

/*  */

@media all and (min-width: 1024px){ 
    
    .demiBg{
        aspect-ratio: 1 / 0.85;
    }
}
.demiBg {
    max-height: 800px;
}

/*  */

/*navbar style menu custom Logia*/

.customNavbar a{
    line-height: 1.6rem!important;	
}

li.current_page_item a{
	color:white!important;	
}

@media all and (min-width:1024px){
    .customNavbar .menuContact{
        display:none;
    }
}

/*navbar style submenu custom Logia*/

.customNavbar ul.sub-menu {
    padding:5px!important;
}
.customNavbar ul.sub-menu li a{
    border-radius:5px;
}

.customNavbar ul.sub-menu li.menu-item{
    margin-bottom:5px;
}
.customNavbar ul.sub-menu li.menu-item:last-child{
    margin-bottom:0px;
}

/*navbar style menu responsive custom Logia*/

@media all and (max-width: 1024px){ 
    
    .customNavbar ul {
        padding:5px!important;
    }
    
    .customNavbar ul li a{
        border-radius:5px;
    }
    
    .customNavbar ul li.menu-item{
        margin-bottom:5px;
    }
    .customNavbar ul li.menu-item:last-child{
        margin-bottom:0px;
    }
}

/* bugArrows */

.bugArrows i.eicon-chevron-left::before{
    content:"";
    width: 50px;
    height: 50px;
    display: block!important;
    
    background-image: url('https://chezrobin.logia-web.fr/wp-content/uploads/2026/01/cr_arrowLeft.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bugArrows i.eicon-chevron-right::before{
    content:"";
    width: 50px;
    height: 50px;
    display: block!important;
    
    background-image: url('https://chezrobin.logia-web.fr/wp-content/uploads/2026/01/cr_arrowRight.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}