.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}
.main-menu .navigation li.dropdown.current .dropdown-btn i,
.main-menu .navigation > li.current > a, 
.main-menu .navigation > li:hover > a {
    color: #ffffff;
}

.main-menu.w-nav-menu ul,
.main-menu.w-nav-menu ul li{
    display: inline-block;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}


.hvr-underline-from-left1.menu-item{
    padding: 0px !important;
}
/* Cursor */

.cursor {
    position: fixed;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
  
.cursor.active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}
  
.cursor.menu-active {
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
}
  
.cursor.hovered {
	opacity: 1;
}
  
.cursor-follower {
	position: fixed;
	border: 0.5px solid var(--main-color);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
	opacity: 1;
}

.cursor-follower.active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.menu-active {
	opacity: 1;
	-webkit-transform: scale(2);
	transform: scale(2);
}

.cursor-follower.hovered {
	opacity: 1;
}

li.menu-item .menu-item{
    margin:0px;
}
.post-comment-item .comment-reply-link{
    background: #939d0f;
    color: #fff;
    margin-top: 25px;
    padding: 7px 12px;
    font-size: 15px;
    line-height: 15px;
    transition: all .2s;
    display: inline-block;
    padding: 6px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
}
.post-comment-item .comment-reply-link:hvoer{
    opacity: 0.9;
    color: #fff;
}

.coments-area-title small a,
.coments-area-title small a:hover{
  color: #fff;
}

.darkyn-comment-item .form-container{
	margin: 50px 0px;
}
.form-container{
	margin-top: 70px;
}
.post-coment-area{
    margin-top: 40px;
	padding-top: 70px;
}

@media only screen and (min-width: 767px){
	.darkyn-comment-item .darkyn-comment-item{
		margin-left: 70px;
	}
}

/* Cursor End */

/********* Pagination Style *************/
.pagination,
.paginate-links{
	position:relative;
	gap: 5px;
	display:flex;
	align-items: center;
}

.pagination li a,
.pagination li > span,
.paginate-links a,
.paginate-links > span {
    position: relative;
	width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #2d2d2d;
    text-decoration: none;
    font-family: Clashdisplay, sans-serif;
    align-items: center;
    justify-content: center;
	display: inline-flex;
	text-transform: uppercase;    
    transition: all 500ms ease;
	z-index: 1;
}

.pagination li a:hover, 
.pagination li.active a,
.pagination li > span,
.paginate-links a:hover,
.paginate-links > span {
    color: #939d0f;
}


/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom: 60px;
}

.widget:last-child{
	margin-bottom: 0px;
}

.widget ul,
.widget ol{
	position:relative;
	display: block;
	list-style-type: none;
    padding: 0;
	margin: 0;
}

.widget ul li,
.widget ol li{
	position: relative;
	display:block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	font-family: Clashdisplay, sans-serif;
	border-bottom: 1px solid #ffffff26;
	border-left: 1px solid #ffffff26;
}


.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom: 0px;
}

.widget ul li ul li,
.widget ol li ol li{
	margin-bottom: 0;
	margin-top: 10px;
}

.widget ul li ul li:before,
.widget ol li ol li:before{
	top:10px;	
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display:inline-block;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-family: Clashdisplay, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #ffffff;
padding-left:25px;
}
.widget ul li:before a:hover,
.widget ol li:before a:hover{
    color: #939d0f;
}
/******** Tags ************/
/******** Tags ************/
/******** Tags ************/
.widget .tagcloud{
	position: relative;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.widget .tagcloud a{
	position: relative;
	font-size: 17px !important;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
	display: inline-block;
	transition: all 500ms ease;
	font-family: Clashdisplay, sans-serif;
	padding: 10px 14px;
	border: 1px solid #2d2d2d;
	text-decoration: none;
	border-radius: 5px;
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
	margin-bottom: 30px;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding: 0;
}
.footer-widget ul li,
.footer-widget ol li{
    display: block;
    position: relative;   
	font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 20px;
	margin-bottom: 10px;
    font-family: Clashdisplay, sans-serif;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-top:10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    font-family: Clashdisplay, sans-serif;    
    transition: all 500ms;	
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;
}

/************ custom style *********************/
.single-upper.blog-classic-style .single-blog-heading a{
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: static;
}
.single-upper.blog-classic-style .single-blog-heading a:hvoer{
    color: #fff;
}

.post .single-upper.blog-classic-style img {
    width: 100%;
    height: 400px;
    border-radius: 0%;
    margin-right: 20px;
    border: none;
}

.single-post-section .single-post-img img{
    height: 400px;
}

.single-upper.blog-classic-style .single-post-img {
    padding: 40px 0px;
}

.contact-form-block.w-form .input-style.textarea {
  width: 183% !important;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:110px 0px 80px !important;
}

.error-section .content{
	position:relative;
}

.error-section h1{
	line-height:1em;
	font-size:340px;
	font-weight:700;
	color:#ffffff;
}

.error-section h2{
	margin-top:10px;
}

.error-section .text{
	line-height:1.8em;
	font-size:16px;
	color:#ffffff;
	margin-top:35px;
}

.error-section .button-box{
	margin-top:35px;
}

.error-section .button-box .theme-btn{
	border-radius:0px;
	padding:18px 40px;
}


.thm-unit-test p, .thm-unit-test .text{
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
}
:root {
    --main-color: #939d0f !important;
    --default: #939d0f !important;
}

/* Sécurité : on force aussi directement le curseur */
.cursor {
    background-color: #939d0f !important;
}
/* Curseur personnalisé */
.cursor,
.cursor-inner,
.cursor-outer {
    background-color: transparent !important; /* centre transparent */
    border: 2px solid #939d0f !important; /* bord vert */
    box-shadow: none !important;
}

/* Certains thèmes utilisent aussi ces classes */
.mouse-cursor,
.mouse-cursor:before,
.mouse-cursor:after {
    background-color: transparent !important;
    border-color: #939d0f !important;
    box-shadow: none !important;
}
/* Powder / Trail du curseur */
.cursor-follower,
.cursor-trail,
.cursor-trail *,
.cursor-particle,
.cursor-circle,
.cursor-effect,
.cursor-dot,
.trail,
.particle,
.mouse-cursor-trailing,
.cursor:after,
.cursor:before {
    background-color: #939d0f !important; /* vert */
    border-color: #939d0f !important;
    box-shadow: 0 0 5px #939d0f !important;
}


/* CURSEUR - centre transparent + bord vert */
.cursor,
.cursor cursor--wrapp,
.cursor-follower {
    background-color: transparent !important;
    border: 2px solid #939d0f !important; /* vert */
    box-shadow: none !important;
}

/* TRAÎNÉE / POUDRE VERTE */
.cursor-follower,
.cursor-follower:before,
.cursor-follower:after {
    background-color: #939d0f !important; /* vert de la poudre */
    border-color: #939d0f !important;
    box-shadow: 0 0 8px #939d0f !important;
}


/* Taille du logo dans le menu Webflow */
.w-nav-brand img {
    height: 70px;   /* augmente ou diminue cette valeur */
    width: auto;
}
/* Réduit l'espace autour du logo dans la barre */
.w-nav-brand {
    padding-left: 20px;   /* diminue pour coller un peu plus à la bordure */
    padding-right: 20px;
}

/* ===== Ajustement bandeau téléphone footer ===== */

/* On réduit l'espace général du bloc qui contient le numéro */
.inner-footer {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* On enlève tout marge/padding autour du lien du numéro */
.inner-footer a.phone-link {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
}


/* Affichage uniquement sur mobile */
@media (max-width: 767px) {
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

 

/* Version mobile */
@media (max-width: 767px) {

    /* On met tout le header sur une ligne */
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
    }

    /* On cache le menu horizontal sur mobile (seulement le burger reste) */
    .header-inner .main-menu {
        display: none !important;
    }

    /* On pousse le burger vers la droite */
    .header-inner .menu-button.mobile-nav-toggler {
        margin-left: auto;
    }

   /* Icône téléphone à côté du burger (mobile uniquement) */
@media (max-width: 767px) {

    .header-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
    }

    /* On cache le menu horizontal classique sur mobile */
    .header-inner .main-menu {
        display: none !important;
    }

    /* On pousse le burger complètement à droite */
    .header-inner .menu-button.mobile-nav-toggler {
        margin-left: auto;
    }

   