/* ===============================================
// ###############################################
// ### OLLOWEB - CSS HAUT ########################
// ###############################################
// ===============================================
// ### HISTORIQUE DE VERSION #####################
// ===============================================
// 10/02/2025 : Création du fichier
// ===============================================
// ###############################################
// ===============================================
*/
.haut {
	display: block;
	float: none;
	position: relative;
	min-width: 320px;
	z-index: 100000;
}
.haut-cadre {
	display: block;
	position: relative;
	/*position: fixed;*/
	float: none;
	background-color: rgba(var(--theme_couleur_blanc),0.90);
	width: 100%;
	backdrop-filter: blur(2px);
	/*border-top: 6px solid rgb(var(--theme_couleur_noir));*/
	box-shadow: 0px 5px 5px rgba(var(--theme_couleur_noir),0.2);
	border-top: 6px solid rgb(var(--theme_couleur_noir));
}
@media screen and (max-width: 880px) {
	.haut-cadre {
		position: relative;
	}
}
.haut-element {
	display: flex;
	position: relative;
	float: none;
}
.haut-menus {
	display: flex;
	position: relative;
	float: none;
	flex-direction: column;
	align-content: flex-end;
	flex-grow: 1;
	justify-content: center;
}
.haut-logo-bureau {
	display: flex;
	position: relative;
	float: none;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	flex-grow: 1;
}
@media screen and (max-width: 1280px){
	.haut-logo-bureau {
		display: none;
	}
}
.haut-logo-bureau a {
	display: block;
	position: relative;
	float: none;
}
.haut-logo-bureau a img {
	display: block;
	position: relative;
	float: none;
	height: 100%;
	max-height: 100px;
	max-width: 295px;
}
.haut-logo-mobile {
	display: none;
	position: relative;
	float: none;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 7px;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 1280px){
	.haut-logo-mobile {
		display: block;
	}
}
@media screen and (max-width: 1280px){
	.haut-logo-mobile {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.haut-logo-mobile {
		padding-bottom: 0px;
		padding-left: 0px;
	}
}
.haut-logo-mobile a {
	display: block;
	position: relative;
	float: none;
}
.haut-logo-mobile a img {
	display: block;
	position: relative;
	float: none;
	height: 100%;
	width: auto;
	max-height: 80px;
	transition: max-height var(--theme_transition);
}
@media screen and (max-width: 1024px){
	.haut-logo-mobile a img {
		max-height: 60px;
		width: auto;
	}
}
.haut-menu-services {
	display: block;
	position: relative;
	float: none;
	padding-top: 5px;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 1280px){
	.haut-menu-services {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
@media screen and (max-width: 767px){
	.haut-menu-services {
		align-items: center;
		padding-bottom: 10px;
		padding-top: 5px;
	}
}
.haut-menu-services-liste {
	display: flex;
	position: relative;
	float: none;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	margin: 0px;
	list-style: none;
	justify-content: flex-end;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 1280px){
	.haut-menu-services-liste {
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.haut-menu-services-liste {
		padding-bottom: 0px;
	}
}
.haut-menu-services-item {
	display: flex;
	position: relative;
	float: none;
	color: #000;
	align-items: flex-end;
	justify-content: flex-end;
}
.haut-menu-services-item h1 {
	display: flex;
	position: relative;
	float: none;
	color: #000;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.haut-menu-services-item:nth-of-type(1), .haut-menu-services-item h1:nth-of-type(1) {
	text-align: right;
	font-size: 14px;
	padding-right: 20px;
	flex-direction: column;
	transition: font-size var(--theme_transition), padding var(--theme_transition);
}
.haut-menu-services-item h1:nth-of-type(1) {
	padding-right: 0px;
}
@media screen and (max-width: 640px) {
	.haut-menu-services-item:nth-of-type(1), .haut-menu-services-item h1:nth-of-type(1) {
		display: none;
	}
}
.haut-menu-services-item:nth-of-type(2) {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid rgb(var(--theme_couleur_1));
}
@media screen and (max-width: 640px) {
	.haut-menu-services-item:nth-of-type(2) {
		border-left: 1px none rgb(var(--theme_couleur_1));
	}
}
@media screen and (max-width: 580px) {
	.haut-menu-services-item:nth-of-type(2) {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.haut-menu-services-item:nth-of-type(2) a {
	display: flex;
	position: relative;
	float: none;
	align-items: center;
	color: rgb(var(--theme_couleur_1));
	font-size: 22px;
	text-decoration: none;
}
.haut-menu-services-item:nth-of-type(2) a:hover {
	color: rgb(var(--theme_couleur_1));
}
.haut-menu-services-item:nth-of-type(2) a span {
	display: block;
	position: relative;
	float: none;
	padding-left: 5px;
	padding-right: 5px;
}
.haut-menu-services-item:nth-of-type(2) a span svg {
	display: block;
	position: relative;
	float: none;
	height: 33px;
	width: 33px;
}
.haut-menu-services-item:nth-of-type(2) a span svg .pictogramme {
	fill: rgb(var(--theme_couleur_1));
}

@media screen and (max-width: 767px){
	.haut-menu-services-item:nth-of-type(2) a span:last-of-type{
		display: none;
	}
}
.haut-menu-categories {
	display: block;
	position: relative;
	float: none;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px){
	.haut-menu-categories {
		display: none;
	}
}
.haut-menu-categories ul {
	display: flex;
	position: relative;
	float: none;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style: none;
	justify-content: space-evenly;
	border-top: 1px solid rgb(var(--theme_couleur_noir));
}
.haut-menu-categories ul li {
	display: flex;
	position: relative;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	transition: padding var(--theme_transition);
}
.haut-menu-categories ul li:last-of-type {
	padding-right: 40px;
}
@media screen and (max-width: 1280px){
	.haut-menu-categories ul li:last-of-type {
		padding-right: 20px;
	}
	.haut-menu-categories ul li:first-of-type {
		padding-left: 20px;
	}
}
.haut-menu-categories ul li a {
	display: block;
	position: relative;
	float: none;
	font-size: 17px;
	color: rgb(var(--theme_couleur_noir));
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	transition: font-size var(--theme_transition);
}
@media screen and (max-width: 1280px){
	.haut-menu-categories ul li a {
		font-size: 15px;
	}
}
.haut-menu-categories ul li a:hover {
	color: rgb(var(--theme_couleur_1));
}
.haut-menu-categories ul li a.special {
	color: rgb(var(--theme_couleur_1));
	text-transform: uppercase;
	font-weight: bold;
}
.haut-menu-categories ul li a.special:hover {
	text-decoration: underline;
}

.haut-menu-mobile {
	display: none;
	float: none;
	position: relative;
	padding-left: 20px;
	transition: padding var(--theme_transition);
}
@media screen and (max-width: 767px) {
	.haut-menu-mobile {
		display: block;
	}
}
@media screen and (max-width: 580px){
	.haut-menu-mobile {
		padding-left: 15px;
	}
}
.haut-menu-mobile-bouton {
	display: flex;
	float: none;
	position: relative;
	height: 15px;
	width: 30px;

	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 580px){
	.haut-menu-mobile-bouton {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 360px) {
	.haut-menu-mobile-bouton {
		height: 15px;
	}
}
.haut-menu-mobile-bouton div {
	display: block;
	float: none;
	position: relative;
	background-color: #000;
	height: 3px;
	max-height: 3px;
	width: 30px;
	transition: width 0.3s ease-in-out;
}
.haut-menu-mobile-bouton div:last-of-type {
	width: 20px;
}
.haut-menu-mobile-bouton div span {
	display: block;
	float: none;
	position: relative;
	background-color: #000;
	height: 3px;
	width: 0%;
}
.haut-menu-mobile-bouton:hover div span{
	background-color: rgb(var(--theme_couleur_1));
}
.haut-menu-mobile-bouton:hover div:last-of-type {
	width: 30px;
}
.haut-menu-mobile-bouton:hover div span {
	width: 100%;
}





.haut-menu-scategorie-mobile {
	display: none;
	position: relative;
	float: none;
	width: 100%;
	/*background-color: rgba(var(--theme_couleur_blanc),0.85);*/
	background-color: rgba(var(--theme_couleur_blanc),1);
	/*backdrop-filter: blur(2px);*/
}
.haut-menu-scategorie-mobile-cadre {
	display: flex;
	position: relative;
	float: none;
	justify-content: center;
}
.haut-menu-scategorie-mobile-liste {
	display: flex;
	position: relative;
	float: none;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	justify-content: space-evenly;
	border-bottom: 5px solid rgb(var(--theme_couleur_gris_fonce));
	flex-direction: column;
	align-items: flex-start;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.haut-menu-scategorie-mobile-item {
	display: flex;
	position: relative;
	float: none;
	border-top: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
	flex-grow: 1;
	width: 100%;
}
.haut-menu-scategorie-mobile-item:first-of-type {
	border-top: 1px none #ccc;
}
.haut-menu-scategorie-mobile-bouton {
	display: flex;
	position: relative;
	float: none;
	align-items: center;
	font-size: 16px;
	color: #000000;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 580px) {
	.haut-menu-scategorie-mobile-bouton {
		font-size: 14px;
	}
}
.haut-menu-scategorie-mobile-bouton.option {
	color: rgb(var(--theme_couleur_1));
	font-weight: bold;
}
.haut-menu-scategorie-mobile-bouton:hover {
	color: rgb(var(--theme_couleur_1));
}


