/*
Theme Name: Athex
Author: Olyos
Description: un thème développé par olyos
Version: 2024
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
	margin: 0;
}

h1, h2, h3, h4, h5, h6  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.nf-field-label label {
	font-weight:300!important
}

.nf-form-fields-required {
	padding-bottom:20px;
}

#nf-label-field-8 a {
	color:white;
}
/*--------------------------------------------------------------
	Nouveau Menu sticky
--------------------------------------------------------------*/
#ultp-header-template {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index: 999;
    background: transparent;
}

.scroll-active {
	background: white!important;
	    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}


.scroll-active .ultp-menu-item-label-text {
	color: black!important;
		    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}


.scroll-active .ultp-mv-ham-icon svg {
    fill: rgba(0, 0, 0, 1);
}

.scroll-active figure {
	margin: 2em;
	 -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}

.scroll-active svg {
    fill: rgba(0, 0, 0, 1);
width:150px;
	height: 150px;
}
.scroll-active .logo {
	width:120px!important;
}

#ultp-header-template .logo {
	width:200px;
}

.stickycontent {
	margin-top:0px;
}

/*--------------------------------------------------------------
	Menu surcharge bloc navigation
--------------------------------------------------------------*/
.wp-block-navigation-item__label:hover, .wp-block-navigation-item__label:focus, .wp-block-navigation-item__label:active, .current-menu-item {
	color:#c4996c;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border-top: 5px solid #c4996c;
}

/* Boutons Menu */
.contact a {
	color:#c4996c!important;
}