/*body:not(.overlay-header) .primary-menu > li > a{
	color: #1D1D1D;
	font-family: neue-haas-grotesk-display,sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 0.5px;
	margin: 5px;
}*/

/*.menu-item-11296{
	font-weight: bold;
}*/

/*.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	background-color: transparent;
	margin-bottom: 50px;
	z-index: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 100%;
	padding-bottom: 100%;
	display: block;
	margin-bottom: auto;
	margin-top: auto;
}*/


.primary-menu > li{
	margin: 1rem;
}

*li{
	margin-right: 1rem;
}

.header-navigation-wrapper{
	display: block;
	margin: auto;
	margin-top: 15px;
}

.header-inner .toggle{
	display: none;
}

.primary-menu-wrapper{
	display: block;
	margin: auto;
}

/*.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
	text-decoration: none;
}*/

.powered-by-wordpress{
	display: none;
}

.elementor-menu-toggle i{
max-width:32px;
content: url(https://timhopf.fr/wp-content/uploads/2022/12/Menu-burger.png);
}

.elementor-menu-toggle.elementor-active i {
max-width:32px;
content: url(https://timhopf.fr/wp-content/uploads/2022/12/fermer-menu-1.png);
}

div.elementor-menu-toggle{
	background-color: #FFFFFF;
}


/*#mailchimp-top-bar.mctb-medium .mctb-close{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-color: black;
	border-style: solid;
	background-color: white;
}*/

/*.mctb-icon-inside-bar .mctb-close{
	color: black !important;
}

.mctb-close{
	background-color: white !important;
}

.mfp-container{
	background-color: white;
}*/

/*img.mfp-img{
	padding: 70px;
}*/


/*#mailchimp-top-bar.mctb-medium input, #mailchimp-top-bar.mctb-medium label{
	font-family: Be Vietnam;
	text-transform: lowercase;
}

#mailchimp-top-bar .mctb-button, #mailchimp-top-bar .mctb-email, #mailchimp-top-bar input, #mailchimp-top-bar input[type=email], #mailchimp-top-bar input[type=text]{
	border-style: solid;
	border-color: white;
	color: black;
}*/

/*.elementor-heading-title{
	position: fixed;
	width: 100%;
}

elementor-widget-container{
	position: fixed;
	width: 100%;
}*/


/*Hover menu*/
/*.elementor-nav-menu-main > a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.elementor-nav-menu-main a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.elementor-nav-menu-main a:hover:before, 
.elementor-nav-menu-main:focus:before, 
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
	}*/

/*Hover Portfolio
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.elementor-widget-heading .elementor-heading-title a:before{
	 content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.elementor-widget-heading .elementor-heading-title  a:hover:before, .elementor-widget-heading .elementor-heading-title :focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
	}*/

.to-the-top{
	display: none;
}