/* ----------- BODY ------------*/
html {
	background-color: #0e0e0e;
}
body {
	font-size: 1.7rem;
	/*font-family: "avgardn", Helvetica, Arial, sans-serif;
	*/background-color: #0e0e0e;
	color:#c2a56c;
	max-width: 990px;
	margin: 0 auto;
	background: repeat-x url("../site_elts/bg00.jpg");
}
@media screen and (max-width:990px) {
	body {
		background: repeat-x url("../site_elts/bg01.jpg");
	}
}
a, a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:gainsboro;
	text-decoration: none;
}
.txtfont-yt {
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
	font-weight:lighter;
	font-size: 0.7rem;
}
.txtfont-yt-large {
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
	font-weight:lighter;
	font-size: 1.5rem;
	color: black;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
 }

@font-face {
	font-family: "avgardn";
	/*src: url("../font/avgardn.ttf");*/
	
	src: url('../font/avgardn-webfont.eot');
	src: url('../font/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/avgardn-webfont.woff') format('woff'),
	     url('../font/avgardn-webfont.ttf') format('truetype'),
	     url('../font/avgardn-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: "avgardn";
	font-style: italic;
	/*src: url("../font/avgardni.ttf");*/
	
	src: url('../font/avgardni-webfont.eot');
	src: url('../font/avgardni-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/avgardni-webfont.woff') format('woff'),
	     url('../font/avgardni-webfont.ttf') format('truetype'),
	     url('../font/avgardni-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: "avgardn";
	font-weight: bold;
	/*src: url("../font/avgardm.ttf");*/
	
	src: url('../font/avgardm-webfont.eot');
	src: url('../font/avgardm-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/avgardm-webfont.woff') format('woff'),
	     url('../font/avgardm-webfont.ttf') format('truetype'),
	     url('../font/avgardm-webfont.svg#webfont') format('svg');
}
@font-face {
	font-family: "avgardn";
	font-weight: bold;
	font-style: italic;
	/*src: url("../font/avgardmi.ttf");*/
	
	src: url('../font/avgardmi-webfont.eot');
	src: url('../font/avgardmi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/avgardmi-webfont.woff') format('woff'),
	     url('../font/avgardmi-webfont.ttf') format('truetype'),
	     url('../font/avgardmi-webfont.svg#webfont') format('svg');
}
.center {
	text-align: center;
}
.normal-text {
	color: white;
	font-size: 1.2rem;
}
.normal-text h1 {
	display: inline;
	vertical-align:unset;
	color:#c2a56c;
	font-size: 1.3rem;
	margin-left: 0px;
}
.normal-text h2 {
	color:white;
	font-size: 1.25rem;
	margin-left: 0px;
}
.normal-text h6 {
	color:#c2a56c;
	font-size: 0.7rem;
	margin: 0px;
}
.normal-text h5 {
	color:white;
	font-size: 1rem;
	margin: 0px;
}
.normal-text hr {
    border: 1px solid white;
}
.textArea-basic {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	text-align: left;
}
/* -- UIKIT HOOK -- */
.uk-padding-small {
    padding: 5px;
}
.uk-margin-small {
    margin: 5px;
}
.yt-margin-btn {
    margin: 0px 2px;
    padding: 0px 2px;
}
.yt-margin-btn-txt {
    margin: 0px 2px;
    padding: 0px 5px 0px 0px;
}
.color-white {
	color: white; /* blanc */
}
.fill-white {
	fill: white; /* blanc */
}
.filter-colorSchroth{
	filter: invert(69%) sepia(67%) saturate(236%) hue-rotate(1deg) brightness(85%) contrast(88%);}
color1 {
	color: white; /* blanc */
}
color2 {
	color: #0e0e0e; /*#0e0e0e;	 orange */
}
color3 {
	color: #c2a56c; /*#c2a56c;  marron */
}
.print {
  display: none; /* cache les éléments de classe print */
}

h1 {
	text-align: left;
	color: #0e0e0e;
    font-size: 22px;
	font-weight: bold;
	line-height: 0.85em;
    margin: auto;
	margin-left: 10px;
    vertical-align: middle;
}
@media screen and (max-width:575px) {
	h1 {
		font-size: 20px;
	}
}
h2 {
	text-align: left;
	color: #0e0e0e;
    font-size: 21px;
	font-weight: bold;
	line-height: 0.85em;
    margin: auto;
	margin-left: 10px;
    vertical-align: middle;
}
/* ---------- INDEX -----------*/
.index-rubrique {
	text-align: left;
	color:#c2a56c;
}
.index-img{
	/*background-size: cover;*/
	width: 150px;
	height: 150px;
	/*background-position: center center;*/
}
/* ---------- BODY CONTAINER -----------*/
.body-container{
	margin: 0 6px;
	height: 120px;
}

@media screen and (max-width:990px) {
	.body-container {
		margin: 0px;
		height: 140px;
		display: inline-block;
	}
	body {
		background: repeat-x url("../site_elts/bg01.jpg");
	}
}
/* -- .block__element--modifier -- */

article {
	background: repeat-x url("../site_elts/bg-small.jpg");
}
@media screen and (max-width:990px) {
	article {
		background: repeat-x url("../site_elts/bg-small.jpg");
	}
}
.title {
	margin-left:0px;
}
@media screen and (max-width:990px) {
	.title {
		margin-top: 10px;
		background: repeat-x url("../site_elts/bg-small.jpg");
	}
}
/* LES IMAGES */
.contenair-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0px -10px;
}
@media screen and (max-width:630px) {
	.contenair-img {
		margin: 0px;
	}
}
.video5c{
	width: 322px;
	height:182px;
	margin:10px;
	border: 1px solid #c2a56c;
}
.img5c {
	width: 150px;
	height: 150px;
	margin:10px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #c2a56c;
}
/* ---------- CONTAINER ---------- */
#container {
	padding: 0px 60px;
}
@media screen and (max-width:990px) {
	#container {
		padding: 10px 60px;
	}
}
@media screen and (max-width:630px) {
	#container {
		padding: 10px 15px;
	}
}
@media screen and (max-width:376px) {
	#container {
		padding: 10px 6px;
	}
}
/* ---------- ARIANE ---------- */
.ariane {    
	font-weight: normal;
	margin-top: 0px;
	padding: 0px 0px;
} 
@media screen and (max-width:990px) {
	.ariane {
		margin: 6px 0px;
		padding: 0px 0px;
	}
	.nav1 {
		display: block;
	}   
}
@media screen and (max-width:630px) {
	.ariane {
		padding: 0px 0px;
	}
}
@media screen and (max-width:376px) {
	.ariane {
		padding: 0px 0px;
	}
}
/* ---------- HEADER ---------- */
header {
	height: 78px;
	padding: 10px 0px; 
}
.header-logo {
	display: inline-block;
	position: absolute;
    margin-left: 56px;
	width:241px;
	height:80px;
}
.header-logo-small {
	display: none;
}
@media screen and (max-width:990px) {
	.header-logo-small {
		display: block;
		margin: 0px 0px 6px 60px;
	}
}
@media screen and (max-width:630px) {
	.header-logo-small {
		margin: 0px 0px 6px 20px;
	}
}
@media screen and (max-width:376px) {
	.header-logo-small {
		margin: 0px 0px 6px 105px;
	}
}
.header-banner{
	display: inline-block;
	position: absolute;
	top: 35px;
	height: 28px;
	padding-left: 320px;
	/*background-color: #c2a56c;*/
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:990px) {
	.header-banner {
		display: block;
		position: unset;
		/*text-align: center;*/
		font-size: 1.2rem;
		line-height: 18px;
		font-weight: normal;
		top: 73px;
		height: 46px;
		padding: 6px 60px 0;
		margin: 0px;
		width: unset;
	}
}
@media screen and (max-width:630px) {
	.header-banner {
		padding: 6px 15px;
	}
}
@media screen and (max-width:376px) {
	.header-banner {
		/*font-size: 1rem;*/
		padding: 6px 6px;
	}
}
.header-banner-txt1 {
	display: inline;
}
.header-banner-txt1::after {
	content:" / ";
}
.header-banner-txt2 {
	display: inline;
}
@media screen and (max-width:990px) {
	header {
		height: 100px;
	}
	.header-logo {
		display: none;
	}
	.header-banner-txt1 {
		display: block;
	}
	.header-banner-txt1::after {
		content:none;
	}
	.header-banner-txt2 {
		display: block;
	}
	footer{
		font-size: 0.9rem;
	}
}
header-connect h1 {
	display: inline;
	color: #c2a56c;
    font-size: 1.7rem;
	padding: 4px;
	font-weight: normal;
}
/* --------- BOUTON TOP (Remonter) -----------*/
#topBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 20px; 
  z-index: 99; 
  border: 1px solid #c2a56c;
  outline: none;
  background-color: #0e0e0e; 
  color: white;
  cursor: pointer; 
  padding: 10px;
  font-size: 18px; 
}
#topBtn:hover {
  background-color: #333; 
}
@media screen and (max-width:990px) {
	#topBtn {
		right: 2px; 
		padding: 6px;
		bottom: 15px;
	}
}



/* ----- GRID ------*/

/* ---------- BOUTON INFO PRATIQUE ---------- */
.boutonInfo {
	position: absolute;
	float:left;
}
/* ---------- NAVIGATION ---------- */
nav {
	background-color: #0e0e0e;
    margin: 0 0 4px 0;
	padding: 8px; 
}
nav a {
	color: #0e0e0e;
	font-weight: bold;
    font-size: 1.5em;
    text-align: center;
	line-height: 1em;
	text-decoration: none;
    margin: auto;
	padding: auto; 
}
.item-center {
	text-align: center;
	width: 200px;
}
@media screen and (max-width:990px) {
	.item-center {
		width:100%;
	}
}
.nav-pitch {
	font-size: 1.2em;
	text-align:center;
    margin: 0 0 4px 0;
}
/* ---------- SOUS-NAVIGATION ---------- */
.snav {
    padding: 0 0 4px 0;
}
.snav .item-center {
    /*background-color: #c2a56c;*/
	text-align: center;
	width: auto;
	margin: 10px;
}
.snav a {
	color: #0e0e0e;
	font-weight: bold;
    font-size: 1.3em;
    text-align: center;
	line-height: 1em;
	text-decoration: none;
    margin: auto;
	padding: auto; 
	margin: 6px 0;
}
.snavactive {
	/* background-color: #c2a56c; */
}
.snavnoactive {
	/* background-color: #c2a56c; */
	background-color: #fff;
}
@media screen and (max-width:575px) {
	.snav a {
		font-size: 1.3em;
	}
	.snav .item-center {
		margin: 0px;
		padding: 2px;
	}
}
/* ---------- ARTICLE BLANCK ---------- */
articleBlanck {
	text-align: center;
    font-size: 1.2em;
	padding: 0px;
	line-height: 1.2em;
}
/* ---------- ARTICLE ---------- */
article {
	/*border: 1px solid;
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 10px;
	box-shadow: 4px 4px 4px #ccc;*/
}
article header {
	text-align: left;
	padding: 0px;
}
article header img {
	text-align: center;
}
article header .item-fluid {
	display: flex; 
	margin: auto; 
	height: 40px;
}
.header-bar {
	text-align: center;
    font-size: 0.95em;
    font-style: italic;
	font-weight: bold;
	background-color:#c2a56c;
	margin: 8px 0 0 0;
}
article .w40p {
	padding: 0px;
}	
article section {
	text-align: center;
    font-size: 1.2em;
	padding: 0px;
	line-height: 1.2em;
}
.header-bar-footer {
	background-color:#c2a56c;
	height: 4px;
	margin: 8px 0 8px 0;
}
section img {
	text-align: center;
}
@media screen and (max-width:575px) {
	/*article h1 {
		margin-left: auto;
		margin-top: 8px;
		text-align: center;
	}*/
	.flex-container {
		/*display: block;
		text-align: center;*/
		flex-direction: unset;
	}
	article header .item-fluid {
		height: auto;
	}
	article .w40p {
		width: 30px;
		height: 30px;
		padding: 0px;
	}	
}
/* ------- TABLE (ex :horaires ouverture) ---------- */
table {
	font-size: 1.5rem;
}
@media screen and (max-width:575px) {
	table {
		font-size: 1.2rem;
	}
}
/* ---------- DOUBLE COLONNES ---------- */
.double-colonnes {    
	-webkit-column-count:2; /* Opera, Safari, Google Chrome */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* Internet Explorer */
	
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	
	column-rule-style: solid;
	column-rule-color: #ccc;
	column-rule-width: 2px;
}
saut {
	display: block;
	break-before: column;
}
.content_img_double_colonnes {
	display: grid;
    grid-auto-flow: dense;
	grid-template-columns: repeat(4, 1fr);
}
.content_img_double_colonnes img {
	padding: 0px;
}

@media screen and (max-width:575px) {
	.double-colonnes {    
		-webkit-column-count:1; /* Opera, Safari, Google Chrome */
		-moz-column-count: 1; /* Firefox */
		column-count: 1; /* Internet Explorer */
		column-rule-style: solid;
		column-rule-color: #ccc;
		column-rule-width: 2px;
	}
	saut {
		break-before: avoid-column;
	}
}
/* ---------- CONNEXION ---------- */
form div {
	/*text-align: left;*/
}
form .formTxt {
	text-align: right;
	margin-top: 6px;
}

/* ---------- SITEMAP ---------- */
.sitemap {
	text-align: left;
}
.sitemap a {
	text-decoration: none;
}
.sitemap-page-nav {
    margin-left: 30px;
}
.sitemap-page-snav {
    margin-left: 50px;
}
/* --------- SEARCH ---------- */
.searchAnswer  {
	border: 1px solid;
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 10px;
	box-shadow: 4px 4px 4px #ccc;
}
.searchAnswer a {
	text-decoration: none;
}
/* ---------- FOOTER ---------- */
footer {
	background-color:#c2a56c;
	clear: both;
	color:#000;
	margin: 18px 0 4px 0;
	/*padding: 8px;*/
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
footer a {
	color:#fff;
	text-decoration: none;
}
footer a:hover {
	color:gainsboro;
	text-decoration: none;
}
@media screen and (max-width:990px) {
	footer {
		font-size: 15px;
	}
	footer a {
		font-size: 15px;
	}
	footer a:hover {
		font-size: 15px;
	}
}
@media screen and (max-width:630px) {
	footer {
		font-size: 13px;
	}
	footer a {
		font-size: 13px;
	}
	footer a:hover {
		font-size: 13px;
	}
}

