﻿html {font-family: Arial;font-weight :bold;color:black;font-size:1rem;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}
:root {
	/*avant pas assez de contraste*/
    --couleur-claire:rgba(202, 193, 182, 1);
	--couleur-foncee:rgba(138,114,94,1);
	--couleur-Tfoncee:rgba(90, 70, 55, 1);/*passe le test*/
	--couleur-gris-clair:#f4f4f4;
	--couleur-gris-fonce:rgba(21, 19, 19, 0.6);/*#0F1313*/
	--couleur-or:rgba(253,241,204,1.0);/*#FDF1CC*/
	--couleur-or-06:rgba(253,241,204,0.6);/*#FDF1CC*/
	/*1er propal IA contraste OK mais marron pas beau
    --couleur-claire: rgba(202, 193, 182, 1);
	--couleur-foncee: rgba(92, 70, 52, 1);
    */
	/*proposition 1
    --couleur-claire: rgba(215, 207, 197, 1);
    --couleur-foncee: rgba(110, 88, 70, 1);*/
	/*proposition 2
    --couleur-claire: rgba(220, 212, 202, 1);
    --couleur-foncee: rgba(120, 96, 78, 1);*/
	/*proposition 3
    --couleur-claire: rgba(210, 200, 188, 1);
    --couleur-foncee: rgba(100, 80, 64, 1);*/
	/*proposition 4
    --couleur-claire: rgba(215, 207, 197, 1);
    --couleur-foncee: rgba(90, 67, 49, 1);*/
	
    --couleur-foncee1: rgba(139, 62, 35, 1);/*Jujube chaude */
    --couleur-foncee2: rgba(158, 83, 44, 1);/*Jujube caramel */
    --couleur-foncee3: rgba(112, 48, 30, 1);/*Jujube profonde */
    --couleur-accent: rgba(255, 255, 255, 0.8);
/*
    --rayon-arrondi: 12px;
    --espacement-section: 60px;
    --largeur-ligne: 60px;
    --ombre-douce: 0 4px 20px rgba(0,0,0,0.1);
*/
}

/*---------------------- Debut css de leaflet ------------------*/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/leaflet/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/*---------------------- Fin css de leaflet ------------------*/






@media (min-width:050px){html{font-size:0.80rem;}#menu a{font-size:0.66rem;}}
@media (min-width:320px){html{font-size:0.85rem;}#menu a{font-size:0.68rem;}}
@media (min-width:360px){html{font-size:0.92rem;}#menu a{font-size:0.70rem;}}
@media (min-width:414px){html{font-size:0.99rem;}#menu a{font-size:0.72rem;}}
@media (min-width:504px){html{font-size:1.06rem;}#menu a{font-size:0.74rem;}}
@media (min-width:600px){html{font-size:1.13rem;}#menu a{font-size:0.76rem;}}
@media (min-width:640px){html{font-size:1.20rem;}#menu a{font-size:0.78rem;}}
@media (min-width:720px){html{font-size:1.27rem;}#menu a{font-size:0.80rem;}}
@media (min-width:768px){html{font-size:1.34rem;}#menu a{font-size:0.82rem;}}
@media (min-width:800px){html{font-size:1.41rem;}#menu a{font-size:0.84rem;}}
@media (min-width:900px){html{font-size:1.48rem;}#menu a{font-size:0.86rem;}}
footer,header,nav,section {display:block;}
img {vertical-align:middle;border-style:none;}
html {-webkit-box-sizing:border-box;box-sizing:border-box;}
*,*::before,*::after {-webkit-box-sizing:inherit;box-sizing:inherit;min-width:0;min-height:0;}
body {margin: 0;}
img {max-width:100%;height:auto;vertical-align:middle;}
a[href^='javascript:']::after,a[href^='#']::after {content: '';}
@media (min-width:576px){.nav {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}

.cadre .size 
{
	display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
	-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
	justify-content:center;-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0px;flex:1 1 0;
	max-width:1400px;margin:0 auto;
	border:1px solid black;
}
h1 {font-size: clamp(1.60rem, 4vw, 2.4rem);line-height: 1.2;}
h2 {font-size: clamp(1.40rem, 3.5vw, 2rem);line-height: 1.25;}
h3 {font-size: clamp(1.20rem, 3vw, 1.6rem);line-height: 1.3;}
h4 {font-size: clamp(1.10rem, 2.5vw, 1.3rem);line-height: 1.35;}
p  {font-size: clamp(0.95rem, 2vw, 1.1rem);line-height: 1.6;font-weight:100}
h1,h2,h3,h4,legend{margin:0;/*pr eviter les espaces entre les blocs*/}
.titre{margin:0;/*pr eviter les espaces entre les blocs*/}
p/*,a,li*/{margin:0;/*pr eviter les espaces entre les blocs*/}
a{margin:0;/*pr eviter les espaces entre les blocs*/}
#menu{text-align:right;line-height:0;font-size:0.85rem;/*width:109%;*/max-height:2.6em;padding:0;margin:0;margin-top:0px;font-weight:400}

#menu{
	width: 90%; /* le menu n’occupe plus toute la largeur */ 
	margin: 0 auto; /* centré */ 
	border-radius: 40px; /* arrondi à gauche et à droite */ 
	padding: 10px 20px; /* espace interne */
}

#menu a {display:block;var(--couleur-claire);color:var(--couleur-Tfoncee);text-decoration:none;text-align:center;font-size:0.95rem;padding:0;}
#menu li {line-height:160%;min-width: 15.2%;display:inline-block;border-right : 1px solid #fff;vertical-align:top;}
#menu li {margin:auto;border-right : 1px solid transparent;width:3.5em;}

/*#menu li ul {padding-left:0;display:none;position: relative;top:0px;min-width: 15%;left: -999em;}*/
#menu li {
    position: relative; /* indispensable */
}

#menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 10em;
    padding: 0;
    white-space: nowrap;
    z-index: 99;
}


#menu li ul li {position: relative;top:0px;display:block;border-left:1px solid #fff;border-top:1px solid #fff;width:10em;}
#menu li ul li{border-left:1px solid transparent;border-top:1px solid transparent;}
#menu li ul ul{border-left:1px solid #fff;padding:0;}
#menu li ul a {display:block;background:var(--couleur-claire);color:var(--couleur-Tfoncee);text-decoration:none;text-align:center;font-size:0.90rem;padding:0;}
#menu li ul ul{border-left:3px solid transparent;}
#menu a:hover{background:var(--couleur-claire);border-bottom:2px solid #000}

/*
#menu li:hover ul,#menu li li:hover ul,#menu li.sfhover ul,#menu li li.sfhover ul{background:var(--couleur-claire);z-index:100;visibility:visible;left:auto;display:block;}
*/
#menu li li:hover ul,#menu li.sfhover ul,#menu li li.sfhover ul{background:var(--couleur-claire);z-index:99;visibility:visible;left:auto;display:block;}
#menu li:hover > ul {
    display: block;
}


#menu
{ 
	position: fixed; 
	top: 0; 
	width: 100%; 
	z-index: 99; 
	/*background: blue;var(--couleur-claire); /* couleur greige */ 
	transition: background 0.3s ease, padding 0.3s ease;
	padding: 20px 0; /* plus grand au début */ 
 }
#menu.scrolled 
{
    background: rgba(253,241,204,0.80); /* opaque */
    padding: 10px 0; /* plus compact */
    backdrop-filter: blur(10px); /* optionnel, très moderne */
}
#menu ul {
    padding: 0;
    margin: 0;
    width: auto; /* important */
    display: flex;
    justify-content: space-around; /* ou space-between */
}
.menu-wrapper {
    width: 90%;        /* tu ajustes ici : 50%, 60%, 70%… */
    margin: 0 auto;
    background: var(--couleur-claire);
    border-radius: 40px;
    padding: 10px 10px 10px 2px;/*haut | droite | bas | gauche*/
}
@media(max-width:320px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_320x89.webp");min-height:89px;}}
@media (min-width:321px) and (max-width:360px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_360x100.webp");min-height:100px;}}
@media (min-width:361px) and (max-width:414px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_414x115.webp");min-height:115px;}}
@media (min-width:415px) and (max-width:504px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_504x140.webp");min-height:140px;}}
@media (min-width:505px) and (max-width:600px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_600x167.webp");min-height:167px;}}
@media (min-width:601px) and (max-width:640px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_640x178.webp");min-height:178px;}}
@media (min-width:641px) and (max-width:720px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_720x200.webp");min-height:200px;}}
@media (min-width:721px) and (max-width:768px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_768x213.webp");min-height:213px;}}
@media (min-width:769px) and (max-width:800px){.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_800x222.webp");min-height:222px;}}
@media (min-width:801px) {.img_entete {background: no-repeat left 0% top 50% / 100% 100% url("/images/entete/e190323_900x250.webp");min-height:250px;}}
/*@media(min-width:900px){.img_entete {min-height:250px;}}*/

.overlay_img_entete
{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%); /* Taille contrôlée par tes media queries */ 
	width: 100%; /* ou ta largeur responsive */ 
	height: auto; /* ou ta hauteur responsive */ 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: contain; /* ou cover selon ton design */ z-index: 2;min-height:250px;
}
.img_entete
{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.centre-entete 
{ 
	position: relative; 
	width: 100%; 
	/*display: flex; */
	/*justify-content: center; /* centre horizontalement */ 
	/*align-items: center; /* centre verticalement si tu veux */ 
	height: 100vh; /* plein écran */ 
	overflow: hidden;
} 
.Vbtn{
    position: absolute;
    top: 80%;              /* hauteur souhaitée */
    left: 50%;             /* centre horizontal */
    transform: translate(-50%, -50%);
    z-index: 10;           /* au-dessus de la vidéo et de l’image */
}

.img-cent{}
.img-flottante-left{float:left;width:50%;margin-top:2%;margin-right:2%;}
.img-flottante-right{float:right;width:50%;margin-top:2%;margin-left:2%;}

.bloc-texte-wrapper {
    position: relative;
    width: 100%;
}

.icone-left {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 30%;
    left: calc(10%/2);  /*moitié de la largeur = moitié visible */
    z-index: 1;
}
.icone-right {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 30%;
    right: calc(10%/2);  /*moitié de la largeur = moitié visible */
    z-index: 1;
}

.BlocAvecIcone {
    position: relative;
    z-index: 2;
}





#pp {display:flex;justify-content:space-between;/*margin-top: 3px;max-width: 900px;*/}
#ppm {display:flex;justify-content:space-between;margin-top: 3px;max-width: 900px;}
.texte_contact{padding:1.5%}
.contact-item {
  display: flex;
  align-items: left;
  gap: 8px;
  font-size: 1.1rem;
  margin-bottom: 6px;
  color:white;
}
.texte_footer_centre{text-align:center;margin:auto}
a{text-decoration:none}
.container-en-l{vertical-align:middle;display:inline-block;width:49%}
@media (min-width:900px){.icon_rs{background-color:yellow;width:40px;height: 40px;}}
.titre_ombre{color:black;text-decoration:none;padding:5% 0 0 0;font-size:1.2rem}
.titre_grand{font-size:1.1rem;line-height: 150%}
.fs_70	{font-size: 70%;font-size:calc(1em*0.70)}
.fs_75  {font-size: 75%;font-size:calc(1em*0.75)}
.fs_80  {font-size: 80%;font-size:calc(1em*0.80)}
.fs_85	{font-size: 85%;font-size:calc(1em*0.85)}
.fs_90	{font-size: 90%;font-size:calc(1em*0.90)}
.fs_95	{font-size: 95%;font-size:calc(1em*0.95)}
.fs_100	{font-size:100%;font-size:calc(1em*1.00)}
.fs_110	{font-size:110%;font-size:calc(1em*1.10)}
.fs_120	{font-size:120%;font-size:calc(1em*1.20)}
.fs_130	{font-size:130%;font-size:calc(1em*1.30)}
.fs_140	{font-size:140%;font-size:calc(1em*1.40)}
.fs_150	{font-size:150%;font-size:calc(1em*1.50)}
.fs_160 {font-size:160%;font-size:calc(1em*1.60)}
.fs_170 {font-size:170%;font-size:calc(1em*1.70)}
.fs_180 {font-size:180%;font-size:calc(1em*1.80)}
.fs_180 {font-size:190%;font-size:calc(1em*1.90)}
.fs_200 {font-size:200%;font-size:calc(1em*2.00)}
.p_1p {padding:1px}
.p_2p {padding:2px}
.p_5p {padding:5px}
.p_2 {padding:2%}
.mt_0 {margin-top:0%}
.mt_1 {margin-top:1%}
.mt_2 {margin-top:2%}
.mt_3 {margin-top:3%}
.mt_4 {margin-top:4%}
.mt_5 {margin-top:5%}
.mt_6 {margin-top:6%}
.mt_7 {margin-top:7%}
.mt_8 {margin-top:8%}
.mt_9 {margin-top:9%}
.mt_10 {margin-top:10%}
.mt_13 {margin-top:13%}
.mt_15 {margin-top:15%}
.mt_18 {margin-top:18%}
.mt_20 {margin-top:20%}
.ml_0 {margin-left:0%}
.ml_2{margin-left:2%;}
.ml_5{margin-left:5%;}
.ml_6{margin-left:6%;}
.ml_7{margin-left:7%;}
.ml_8 {margin-left:8%}
.ml_10{margin-left:10%;}
.ml_15 {margin-left:15%}
.ml_20{margin-left:20%;}
.ml_22 {margin-left:22%}
.ml_40{margin-left:40%;}
.mr_0{margin-right:0%;}
.mr_2{margin-right:2%;}
.mr_3{margin-right:3%;}
.mr_5{margin-right:5%;}
.mr_6{margin-right:6%;}
.mr_10{margin-right:10%;}
.mr_15{margin-right:15%;}
.mr_20{margin-right:20%;}
.mb_1{margin-bottom:1%;}
.mb_2{margin-bottom:2%;}
.mb_3{margin-bottom:3%;}
.mb_4{margin-bottom:4%;}
.mb_5 {margin-bottom:5%}
.mb_6 {margin-bottom:6%}
.mb_8 {margin-bottom:8%}
.mb_10 {margin-bottom:10%}
.mb_15 {margin-bottom:15%}
.mb_20 {margin-bottom:20%}
.mb_25 {margin-bottom:25%}
.lh_120 {line-height: 120%}
.lh_130 {line-height: 130%}
.descriptif{background-color:var(--couleur-claire);border: 1px solid black;margin-top: 3px}
mark{background:var(--couleur-foncee);color:white;font-weight:400}
/*mark:hover{background:var(--couleur-claire)}*/
.d15p 
{
    width:100%;
    max-width:900px;
    aspect-ratio:calc(900/642);/*c'est 3/2 si on affiche 900x600, mais avec les miniatures en dessous, c'est plus 40+1 pour la bordure)*/
	border:none;
    display:block;
    margin:0 auto;
	overflow:hidden; /*indispensable pr enlever la bare de scroll*/
}
.Gbtn1
{
    background: var(--couleur-claire);
    backdrop-filter: blur(10px); /* optionnel, très moderne */
	color:black;border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	font-size:0.90rem;
	padding:10px 35px;
	flex: 1; 
	max-width: 200px; 
	text-align: center;
}
.Gbtn1:hover
{
	background: var(--couleur-claire);
	border-bottom: 2px solid black;
}
.Gbtn2 
{
	color:black;/*border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	font-size:0.90rem;
	padding:1.0%;
	flex: 1; 
	max-width: 200px; 
	text-align: center;
	
    position: relative;
    overflow: hidden;
}

.Gbtn2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: black;/*var(--couleur-foncee);*/
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.Gbtn2:hover::after {
    width: 80%;
}
.Gbtn3 {
	color:black;/*border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	font-size:0.90rem;
	padding:1.0%;
	flex: 1; 
	max-width: 200px; 
	text-align: center;
	
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.Gbtn3:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.Gbtn4 {
	
	color:black;/*border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	font-size:0.90rem;
	padding:1.0%;
	flex: 1; 
	max-width: 200px; 
	text-align: center;
	
    position: relative;
    overflow: hidden;
}

.Gbtn4::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: all 0.4s ease;
}

.Gbtn4:hover::before {
    left: 150%;
}

/* Effet combiné : trait + reflet */
.Gbtn5 {
		
	color:black;/*border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	font-size:0.90rem;
	padding:1.0%;
	flex: 1; 
	max-width: 200px; 
	text-align: center;
	
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.25s ease;
}

/* Soulignement */
.Gbtn5::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #000; /* ou var(--couleur-principale) */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.Gbtn5:hover::after {
    width: 80%;
}

/* Reflet lumineux */
.Gbtn5::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: all 0.4s ease;
}

.Gbtn5:hover::before {
    left: 150%;
}


.texte_reservation33 
{
	background-color: var(--couleur-claire);
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.dxp
{
	border: 0px solid black;
	z-index: 40;
	margin-top: 0px;
	margin-left: 0px;
	background-clip: border-box;
	min-width: 92.00vw;
	min-height: 63.00vw;
	overflow: hidden;
	background-clip: border-box;
}
@media (min-width:900px){.dxp {min-height: calc(900px*0.65);min-width:calc(900px*0.97);}}	
.infoFooter
{
	border: 0px solid black;
	z-index: 40;
	margin-top: 0px;
	margin-left: 0px;
	background-clip: border-box;
	min-width: 93.00vw;
	min-height: 38.00vw;
	overflow: hidden;
	background-clip: border-box;
}
@media (min-width:900px){.infoFooter {min-height: calc(900px*0.27);min-width:calc(900px*0.98);}}
.texte_foot{/*max-width:900px;*/text-align:center;margin:auto}
.centre_tout{text-align:center;margin:auto}

/* --- GRID PRINCIPAL --- */
.grid-suites {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonnes sur grand écran */
    gap: 25px;
    width: 100%;
    /*max-width: 1500px;*/
    margin: 0 auto;/*CG*/
    padding: 0 20px;
}

/* --- Chaque bloc --- */
.suite {
    text-align: center;
	padding-left:1px;
	padding-right:1px;
}

/* --- Boutons / images --- */
.photo {
	display: flex; justify-content: center; 
	align-items: flex-end; /* pour garder le cartouche en bas */ 
	padding-bottom: 15px; /* espace entre le bas et le cartouche */
    width: 90%;/*avant 100% mais trop grand*/
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.photo {
    text-align: center;
}
.photo:hover { transform: scale(1.03); transition: transform 0.4s ease; }
.photo:hover .cartouche {/*eclaississemt du cartouche au survol*/
    background: var(--couleur-claire);
}

/* Cartouche parfaitement centré */
.cartouche {
    position: static;
    /*bottom: 15px;*/

    transform: translateX(-50%);
	transform: translateY( 50%);

    display: inline-block;
    padding: 8px 18px;

    background: var(--couleur-claire);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

font-weight:400;
color:var(--couleur-foncee);
font-style:oblique;
    /*border-radius: 12px;*/
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}

.BtnBlanc {
    position: static;
    /*bottom: 15px;*/

    transform: translateX(-50%);
	transform: translateY( 50%);

    display: inline-block;
    padding: 6px 22px;

    background: white;/*rgba(202,193,182,0.35);*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

font-weight:400;
color:var(--couleur-foncee);
/*font-style:oblique;*/
    /*border-radius: 12px;*/
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
	border: 0px solid black;
}
.BtnBlanc:hover { transform: scale(1.03); transition: transform 0.4s ease; }

/* --- 2 colonnes sur écran moyen --- */
@media (max-width: 1200px) {
    .grid-suites {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- 1 colonne sur petit écran --- */
@media (max-width: 600px) {
    .grid-suites {
        grid-template-columns: 1fr;
    }
}



/* --- Slide depuis le bas --- */
.hiddenBottom {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

/* --- Slide depuis le haut --- */
.hiddenTop {
    opacity: 0;
    transform: translateY(-25px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

/* --- Slide depuis la gauche --- */
.hiddenLeft {
    opacity: 0;
    transform: translateX(-25px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

/* --- Slide depuis la droite --- */
.hiddenRight {
    opacity: 0;
    transform: translateX(25px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

/* --- Fade simple --- */
.hiddenFade1 {
    opacity: 0;
    transition: opacity 1s ease;
}
.hiddenFade2 {
    opacity: 0;
    transition: opacity 2s ease;
}
.hiddenFade4 {
    opacity: 0;
    transition: opacity 4s ease;
}

/* --- Zoom-in subtil --- */
.hiddenZoom {
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

/* --- État visible commun --- A mettre absolumt apres les hidden sinon, rien ne s'affiche*/
.show {
    opacity: 1;
    transform: translate(0,0) scale(1);
}


/* Apparition décalée (staggered) */
.grid-suites .suite:nth-of-type(1) { transition-delay: 0.0s; }
.grid-suites .suite:nth-of-type(2) { transition-delay: 0.1s; }
.grid-suites .suite:nth-of-type(3) { transition-delay: 0.2s; }
.grid-suites .suite:nth-of-type(4) { transition-delay: 0.3s; }

.bckgImg {
  /*background-image: url("/images/fond/bg01/pay/f190420_1889x834.webp");*/
  background: 
  /*linear-gradient(rgba(202,193,182,0.6), rgba(202,193,182,0.6)), */
  url("/images/home/S2.webp");
  background-size: cover;        /* L’image remplit toute la div */
  background-position: center;   /* Centrée, pour un rendu propre */
  background-repeat: no-repeat;  /* Pas de répétition */
  aspect-ratio: 16/9; /*  magique */ 
  display: flex; 
  flex-direction: column; /* empile les deux lignes */ 
  justify-content: space-evenly; /* répartit verticalement */ 
  align-items: center; 
  padding-bottom: 0; 
  /*padding: 40px;*/
}

.ligneBtn 
{ 
	width: 100%; 
	display: flex; 
	justify-content: center; /* centre la ligne */ 
	gap: 10%; /* espace horizontal entre les boutons */ 
}

@media (min-width: 768px) {
  .bloc-contenu {
    /* ici tu mets ton cadre */
  }
}

.passe-partout {
  position: relative;
  /*padding: 20px;*/
  z-index: 2;
  /*max-width:1200px;*/
  margin: 0 auto;/*centre sur la page*/
  margin-bottom: 0;
}

.passe-partout::before {
  content: "";
  position: absolute;
  inset: -10px; /* taille du passe-partout */
  background: var(--couleur-claire);
  z-index: -1;
  /*border-radius: 10px;*/
}

.BlocClair{background-color:var(--couleur-claire);}
.BlocFonce{background-color:var(--couleur-foncee);}

.BlocRouge{background-color:red;}

.blocTexte p {
    margin: 0; /* supprime l’espace blanc parasite */
    /*padding: 20px; /* si tu veux un peu d’air autour du texte */
}
.ligne {
    width: 50%;
    margin: 2% auto;
    border: none;
    height: 5px;
	border-radius: 10px;
    background-color: var(--couleur-foncee); 
	margin-top: 0;
}
.fw_400{font-weight:400}
.fw_700{font-weight:700}
.c_cf{color:var(--couleur-foncee)}
.c_cTf{color:var(--couleur-Tfoncee)}
.c_cc{color:var(--couleur-claire)}
.c_cw{color:white}
.fs_o{font-style:oblique}

fieldset{border:1px solid var(--couleur-foncee);}

.texte_footer{background-color:var(--couleur-foncee);padding-top:20px/*max-width:900px;text-align:center;margin:auto*/}
.footer-wrapper {
    position: relative;
    width: 100%;
    min-height: 89px; /* même hauteur que ton image */
}

@media(max-width:320px){.footer-wrapper,.footer-left,.footer-right {min-height:167px;}}
@media (min-width:321px) and (max-width:360px){.footer-wrapper,.footer-left,.footer-right {min-height: 167px;}}
@media (min-width:361px) and (max-width:414px){.footer-wrapper,.footer-left,.footer-right {min-height: 167px;}}
@media (min-width:415px) and (max-width:504px){.footer-wrapper,.footer-left,.footer-right {min-height: 167px;}}
@media (min-width:505px) and (max-width:600px){.footer-wrapper,.footer-left,.footer-right {min-height: 167px;}}
@media (min-width:601px) and (max-width:640px){.footer-wrapper,.footer-left,.footer-right {min-height: 178px;}}
@media (min-width:641px) and (max-width:720px){.footer-wrapper,.footer-left,.footer-right {min-height: 200px;}}
@media (min-width:721px) and (max-width:768px){.footer-wrapper,.footer-left,.footer-right {min-height: 213px;}}
@media (min-width:769px) and (max-width:800px){.footer-wrapper,.footer-left,.footer-right {min-height: 222px;}}
@media (min-width:801px) {.footer-wrapper,.footer-left,.footer-right {min-height: 250px;}}
.footer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0px; /* marge interne */
    z-index: 3;
}
.bloc-footer {
    width: 37%; /* même largeur si tu veux */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;; /* centre verticalement le contenu */
    padding: 10px;
    border: 1px solid white;
    /*backdrop-filter: blur(4px); /* optionnel, joli sur image */
}
.footer-left,
.footer-right {
    width: 40%; /* même largeur pour la symétrie */
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-logo {
    width: 100%; /* ajustable */
    height: 100%;
    /*background: url("/images/ton-logo.webp") center center no-repeat;*/
   background-size: contain;
}
.logo_entete {
    background-repeat: no-repeat;
    background-position: center;
	margin-left:-0.5%;/*on recentre un peu vers la gch*/
}
.footer-social a img {
    width: 28%; /* chaque icône prend 20% du bloc */
	max-width: 120px;
	height: auto;
    margin-right: 2%;
}
.bloc-images {
    padding: 10px;               /* marge intérieure */
    display: flex;               /* images côte à côte */
    gap: 10px;                   /* espace entre les images */
    justify-content: center;     /* centrage horizontal */
}

.bloc-images img {
    width: 48%;                  /* deux images côte à côte */
}
@media (max-width: 600px) {      /*pour que les images passent l’une sous l’autre sur mobile*/
    .bloc-images {
        flex-direction: column;
    }

    .bloc-images img {
        width: 100%;
    }
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}
/*------------------------------------------*/
.title
{
    background: rgba(253,241,204,0.3);/*var(--couleur-claire);*/
	color:black;border: 1px solid black;/*background:linear-gradient(#fdf1cc,#a28a65)*/;
	text-decoration:none;
	padding:10px 35px;
}
.effet_blur_8
{
    backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.effet_blur_15
{
    backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.c_gf {  background-color: var(--couleur-gris-fonce);}
.c_gc {  background-color: var(--couleur-gris-clair);}
.c_o  {  background-color: var(--couleur-or);}
.centre_sur_900{max-width:900px;text-align:center;margin:auto}
.centre_sur_1200{max-width:1200px;text-align:center;margin:auto}
.centre_sur_1400{max-width:1400px;text-align:center;margin:auto}
.centre_sur_1600{max-width:1600px;text-align:center;margin:auto}
.container
{
	margin-right:auto;margin-left:auto;padding:4px 4px 4px 4px;
	position: relative;z-index:2
}
@media (min-width:576px){.container {padding:3px 3px 3px 3px;}}
@media (min-width:992px){.container {padding:5px 5px 5px 5px;}}
.MonMenu 
{
  background-color: var(--couleur-gris-fonce);
  /*border:1px solid black;*/
  display: flex;              /* Met logo et texte côte à côte */
  align-items: center;        /* Centre verticalement le texte par rapport au logo */
  justify-content: space-between; /* <-- Ajout essentiel */
  padding:2%; 
  top: 0;                      /* le place en haut */
  left: 0;
  width: 100%;                 /* occupe toute la largeur */
  height: 80px;        /* Hauteur fixe du bandeau pr Desktop large */
  position: fixed;z-index: 100;             /* fixe le bandeau */
}
@media (max-width: 1200px){.MonMenu{height:70px;}}/* Laptops et tablettes horizontales */
@media (max-width:  992px){.MonMenu{height:65px;}}/* Tablettes verticales */
@media (max-width:  768px){.MonMenu{height:60px;}}/* Téléphones standards */
@media (max-width:  480px){.MonMenu{height:55px;}}/* Petits téléphones */
@media (max-width:  360px){.MonMenu{height:50px;}}/* Très petits écrans (anciens iPhone SE, Android compacts) */

.MonEntete{color:var(--couleur-or);text-decoration:none}

/* Bouton d'inscription */
.btn-inscription {
  background-color: var(--couleur-or-06);
  color: black;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.btn-inscription:hover {
  background-color: var(--couleur-or);
}
.bloc-gauche {
  display: flex;
  align-items: center;
  gap: 10px; /* espace entre logo et texte */
}
