.Header	
	{
	width : 100%;
	/* padding : 30px 0px 40px 0px; */
	

	
	background-color : #ffffff;
	
	
	/* 
		Modifié par KM le 29/09/2025
	
	background-position:center;
	*/
	
	
	/*
		Modifié par KM le 13/10/2025
		
		demande de Mme Pluvieux
		
	justify-content : space-between;
	align-items : top;
	transition : top 0.2s ease-in-out;
    z-index : 100;
	
	background-image:url(../../images/bandeau.jpg);
	background-repeat:no-repeat;

	background-size:contain;
	background-position:50% 85%;
	*/
	
	
	/*
		Ajouté par KM le 14/10/2025
		
		demande de Mme Pluvieux
	
		padding:30px 0px 40px 0px;
		height:165px;
	*/
	position:sticky;
	top:0;
	z-index:1000;
	
	
	/*
		Modifié par KM le 04/11/2025
		
		demande de Mme Pluvieux
	
	padding:30px 0px 0px 0px;
	*/
	padding:10px 0px 0px 0px;
	}


/*
	Ajouté par KM le 13/10/2025

	demande de Mme Pluvieux
*/
.HdrBloc    {
	justify-content:space-between;
	border-bottom:2px solid #000;
}

.HdrBlocTxt    {
  font-family: "Garamond", "Times New Roman", serif;
  font-size: 30px;
  text-transform: uppercase;
  
  
  /*
	Modifié par KM le 04/11/2025
	
	demande de Mme Pluvieux
	
  letter-spacing: 0.2em;
  */
  letter-spacing:-0.015em;
  
  
  /*
	Modifié par KM le 17/11/2025
	
	demande de Mme Pluvieux
  
  color: #B7A26A;
  */
  color:#a68329;
  
  padding:10px 0px;
}

	
.Header.fixedToTop 
	{
	width : 100%;
	max-width : 1220px;
	
	border-bottom : solid 1px #e2e2e2;
	
	position : fixed;
	top : 0;
	left : 0;
	right : 0;
	margin: 0 auto;
	}

/* ajouter un espace au dessus du 1er élément de la page quand le titre est fixé en haut */
.Header.fixedToTop ~ .Breadcrumb
	{
	padding-top : 110px;
	}
	
.Header.fixedToTop > .HeaderLeft
	{
	margin-left : 60px;
	}
		
.Header.fixedToTop > .IconeNav
	{
	margin-right : 60px;
	}
	
.HeaderLeft
	{
	max-width : 900px;
	
	align-items : center;
	justify-content : flex-start;
	}	

.HeaderLogo
	{
	/*
		Modifié par KM le 04/11/2025
		
		demande de Mme Pluvieux
	
	width : 90px;
	
	width:150px;
	*/
	width:300px;
	
	
	height : auto;
	
	margin-right : 40px;
		
	cursor : pointer;
	}
	

.HeaderTitle,
.HeaderSubtitle
	{
	margin-right : 20px;
	
	font : normal 16px Montserrat,Calibri,sans-serif;
	color : #434343;
	}	
	

/* Smartphone */
@media only screen and (max-width:480px)
	{
	.Header
		{
		width : 100%;
		
		padding : 20px 0px 0px 0px;
		
		justify-content : space-between;
		}
		
	.Header.fixedToTop > .HeaderLeft
		{
		margin-left : 20px;
		}
			
	.Header.fixedToTop > .IconeNav
		{
		margin-right : 10px;
		}	
		
	.HeaderLeft
		{		
		margin : 0px 0px 10px 10px;
		
		align-items : flex-start;
		flex-direction : column;
		}	
		
	.HeaderLogo
		{
		margin : 0px 0px 20px 0px;
		}
		
	.HeaderTitlesMobile
		{
		margin-bottom : 20px;
		}
		
	.HeaderTitlesMobile div
		{
		width : 100%;
		margin-bottom : 10px;
		
		text-align : center;
		font : normal 16px Montserrat,Calibri,sans-serif;
		color : #434343;
		}

	.HeaderTitle,
	.HeaderSubtitle,
	.HeaderTitleSep
		{
		display : none;
		} 
	}
	
	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	.HeaderTitlesMobile
		{
		display : none;
		} 
	}