.elementor-18 .elementor-element.elementor-element-a110128{--display:flex;--position:fixed;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;--z-index:999;}body:not(.rtl) .elementor-18 .elementor-element.elementor-element-a110128{left:0px;}body.rtl .elementor-18 .elementor-element.elementor-element-a110128{right:0px;}.elementor-18 .elementor-element.elementor-element-641a66e1{--display:flex;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-18 .elementor-element.elementor-element-4c297a96{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-641a66e1{--content-width:1240px;}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-a110128{--padding-top:00px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-641a66e1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4c297a96 */* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 1100px){

#header-top {
    background: white !important;
    box-shadow: 0px 0px 10px 0px #00000012 !important;
}
}


#header-top {
    background: transparent;
    box-shadow: none;
}
#header-top.scroll {
    box-shadow: 0px 0px 10px 0px #00000012;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-backdrop-filter: blur(10px);
}


body{
    padding-top: 0px;
}

header{
	top: 0;
	width:100%;
	height: 60px;
	position: relative;
	font-family: "Bricolage Grotesque", Sans-serif;
}

header .container{
    width: 100%;
    height: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
  }
    
    header .logo a{
        display: flex;
        flex-direction: column;
        text-align: right;
    }
    header .logo a span{
        color: black;
        font-size: 12px;
        font-weight: 600;
        font-family: 'Poppins', Sans-Serif;
        margin-top: -5px;
    }
    
  	header .logo{
		  width: 180px;
		  padding: 0 0 0 20px;
    }

    header .logo img{
      width: 100%;
    }

	header nav{
		width: calc(100% - 200px);
		display: flex;
    align-items: center;
    padding: 0 0 0 20px;
	}





/* Burger icon */
.burger-icon {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	animation-delay: 0.8s;
	
	border-radius: 5px;
  right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.burger-icon span{
	height: 2px;
	background: #122654;
	display: block;
	position: absolute;
	transition: all 0.1s ease-in-out 0s;
	width: 20px;
    left: 10px;
}
.burger-icon span:nth-child(1){top: 11px;}
.burger-icon span:nth-child(2){top: 18px;}
.burger-icon span:nth-child(3){top: 25px;}
.burger-icon.active span:nth-child(1){top: 18px; transform: rotate(45deg);}
.burger-icon.active span:nth-child(2){top: 18px; opacity: 0;}
.burger-icon.active span:nth-child(3){top: 18px; transform: rotate(-45deg);}



/* Level 1 */
header nav > .menu{
	display: none;
	position: absolute;
	left: 0px;
	top:60px;
	width: 100%; 
	border-radius: 0px;
	background: white;
	padding: 20px;
	list-style: none;
	box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 7%);
}
header nav > .menu > li > a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 700;
	color: #001030;
	position: relative;
	
}

header nav > .menu > li > a .menu__chevron{
    position: relative;
    width: 16px;
    right: 0;
    top: 4px;
    
}
header nav > .menu > li > a .menu__chevron img{
    width: 16px;
    transition: all 0.1s ease-in-out 0s;
}
header nav > .menu > li:hover > a .menu__chevron{
    top: 4px;
}
header nav > .menu > li:hover > a .menu__chevron img{
    transform: rotate(180deg);
}


/* Level 2 */
header nav > .menu li .sub-menu{
	visibility: hidden;
	opacity: 0;
	display: none;
	top: 10px;
	left: 0px;
	width: 100%;
	margin:-10px 0 20px 0;
	padding: 0;
	padding: 10px 0; 
	border-radius: 20px;
	background: #f8f7f3;
	list-style: none;
}

header nav > .menu li .sub-menu li{
    
}

header nav > .menu li .sub-menu li a img{
    max-width: 20px;
    max-height: 20px;
    opacity: .3;
}

header nav > .menu li .sub-menu li a{
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: #001030;
	display: flex;
	column-gap: 10px;
}

header nav > .menu li .sub-menu li a .sub-menu_icon{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #FFF2E5;
    display: flex;
    align-items: center;
  justify-content: center;
}
header nav > .menu li .sub-menu li a .sub-menu_icon i{
    color: #F47B23;
    font-size: 16px;
}

header nav > .menu li .sub-menu li a p{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

header nav > .menu li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
	display: block;
	position: relative;
}

.header__right{
    display: none;
}

.sub-menu--tools{
    padding: 10px 0 !important;
}
.sub-menu--tools li a{
  height: auto !important;
  display: flex;
  align-items: center;
}
.sub-menu--tools li a img{
    display:none;
}
.sub-menu--tools li a p.primary{
  font-size: 14px;
  line-height: 14px;
  color: black;
  font-weight: 600;
  margin: 0;
}
.sub-menu--tools li a p.primary span{
    background: #f9ce26;
    color: #544404;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 2px;
    text-transform: uppercase;
}
.sub-menu--tools li a p.secondary{
  font-size: 13px;
  line-height: 15px;
  color: #6a7284;
  font-weight: 300;
  margin: 5px 0 0 0;
}



/* Version ordinateur */



@media screen and (min-width: 1180px){
body{
    padding-top: 0px;
}

  	header{
      height: 80px;
      width: 100%;
      position: relative;
      z-index: 9;
      
	}
  header .container{
    width: 100%;
    height: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
    
  	header .logo{
		  width: 180px;
		  padding: 0;
    }

    header .logo img{
      width: 100%;
    }

	header nav{
		width: calc(100% - 480px);
		display: flex;
    align-item: center;
    padding: 0px 30px 0px 20px;
	}
  	header .burger-icon{display: none;}

  	/* Menu */

	header nav > .menu{
      padding: 0;
      position: relative;
      top: 0;
      background: transparent; 
    display: flex;
    box-shadow: none;
 	}
	header nav > .menu li{
      position: relative;
      z-index: 100;
    list-style: none;
  	}
	header nav > .menu li:first-child{
      margin-left: 0;
  	}
	header nav > .menu > li > a{
      padding: 0px 15px;
      display: block;
      font-size: 15px;
    line-height: 36px;
    height: 36px;
    font-weight: 700;
      position: relative;
    text-decoration: none;
    color: #001030;
      border-radius: 20px;
  	}

  	header nav > .menu > li:hover > a{
  	    color: #000;
  	    background: #0000000f;
  	}
    header nav > .menu > li > a:after{
      content: '';
      display: block;
      height: 1px;
      
      border-radius: 4px;
      position: absolute;
      
      width: 0;
      transition: all .3s;
    }
  	header.header--normal nav > .menu > li > a:after{bottom: 67px; background: #fff;}
  	header.header--scroll nav > .menu > li > a:after{bottom: 47px; background: #000;}
  	header nav > .menu > li:hover > a:after{
      width: calc(100% - 20px);
  	}
  
	/* Sous menu */
	header nav > .menu li .sub-menu {
      visibility: hidden;
      opacity: 0;
      margin: 0;
      padding: 15px 15px;
      width: auto;
      min-width: 300px;
      background: white;
    border-radius: 10px;
      position: absolute;
      left: -15px;
      top: 44px;
      margin-top: 0px;
 	  z-index: 9;
    box-shadow: 0 1px 20px 5px rgba(36, 57, 78, 0.09);
  	}

	header nav > .menu li .sub-menu li{
      display: block;
      background: none;
      margin: 0;
      line-height: 40px;
  	}
	header nav > .menu li .sub-menu li a {
      font-size: 15px;
      line-height: 15px;
      font-weight: 500;
      border-bottom: none;
      height: auto;
      text-align: left;
      padding: 15px 15px;
    text-decoration: none;
    color: #000000;
    display: flex;
    border-radius: 4px;
    
  	}
  	header nav > .menu li .sub-menu li a:hover{
  	    background: #0000000f;
  	}
  header nav > .menu li .sub-menu li a:hover .sub-menu_icon{
   background: #ffead4;
  }


	header nav > .menu li:hover .sub-menu{
      visibility: visible;
      position: absolute;
      opacity: 1;
      transform: translate(0,0);
 	}
 	

 
.sub-menu--tools{
  min-width: 540px !important;
  padding: 0px !important;

}
.sub-menu__row{
  display: flex;
  padding: 0;
  padding: 15px !important;
}
.sub-menu--tools .sub-menu__col{
    width: 50%;
    padding: 0px;
}
.sub-menu__title{
    font-size: 11px;
    font-weight: 500;
    padding: 13px 15px 7px 15px;
    color: black;
    opacity: .5;
    text-transform: uppercase;
}
.sub-menu--tools li a{
  height: auto !important;
  display: flex;
  align-items: center;
  margin: 3px 0;
  padding: 10px 0;
}
.sub-menu--tools li a img{
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    display: block;
    opacity: .8;
  }
.sub-menu--tools li a p{
  font-size: 15px;
  line-height: 15px;
  color: #000;
  opacity: .8;
  font-weight: 500;
  margin: 0;
}
.sub-menu--tools li a:hover p{
    color: #000;
}




.header__right{
  text-align: right;
  width: 380px;
  display: block;
}
.header__right__button{
  text-decoration: none;
  color: #fff;
  background: #6B48FF;
  border: 1px solid #6B48FF;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  border-radius: 6px;
}
.header__right__button:hover{
    color: #fff;
    
}
.header__right__login{
  text-decoration: none;
  color: #000;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}


}


.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a{
    color: #1b3cec;
}/* End custom CSS */