
html {
	font-size: 100%;
	 }

body {
	font-size: 15px;
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-family: Arial;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
	text-align: center;
	}

*, *::before {
	box-sizing: border-box;
}

#page {
	position: relative;
	max-width: 1000px;
	width: 80vw;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	#page {
		width: 95vw;
	}
}

#logo {
	/*width: 900px; */
	/*margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;*/
	margin: 25px 10px 25px 10px;
	font-size: 39px;
	font-family: 'Ropa Sans', sans-serif;
	position: -webkit-sticky;
  	position: sticky;
	z-index: 10000; /* doit rester au-dessus de bxSlider (z-index max 9999) */
	background-color: white;
	/* background-image: url("../img/logo_noir.png"); */
	background-repeat: no-repeat;
	/* background-size: auto; */

	top: -163px;
	background-position: -25px -1px;
	height: 213px;

	background-image: url("../img/logo_noirNEW.webp");
	background-size: auto 210px;
}

#logo2 {
	/*width: 900px; */
	position: fixed;
	left: 100px;
	/*top: 100px;*/
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 39px;
	font-family: 'Ropa Sans', sans-serif;
	/*color: #FFFFFF;*/
	text-align: left;
	padding: 5px;
	cursor: pointer;

	top: -100px;
	color: #FFFFFF00;
	/* background-image: url(../img/logo_blanc.png); */
	height: 200px;
	/* background-size: 363px; */
	width: 100%;
	background-repeat: no-repeat;
	/* background-position: 3px 0; */

	background-image: url(../img/logo_blancNEW.webp);
	background-size: 400px;
	background-position: -16px 0;

}

#prochainement {
	position: fixed;
	left: 100px;
	top: 170px;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 16px;
	color: white;
	text-align: left;
	/*background-color: rgba(255,255,255,0.1);*/
	padding: 5px;
}

@media only screen and (max-width: 600px) {
	#prochainement {
		width: 80vw;
		margin: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	#logo2 {
		height: 100%;
		background-position: -5px 7px;
		background-size: auto 152px;
		width: 80vw;
		margin: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);


	}

	#prochainement {
		top: unset;
		bottom: 20px;
	}
}

@media only screen and (max-width: 400px) {
	#prochainement {
		font-size: 14px;
	}
}
#prochainement a {
	color: white;
}
#prochainement a:hover {
	color: gray;
}
.prochtitle {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 25px;
	color: #FFFFFF;
}

.prochdiv {
	margin-bottom: 10px;
}

.spectacles {
	position: relative;
	/*display: flex;
	-moz-column-count:3;
    column-count:3; */
    text-align: center;
    border: 0;

    display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

@media only screen and (max-width: 1080px) {
	.spectacles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 800px) {
	.spectacles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 499px) {
	.spectacles {
		grid-template-columns: minmax(0, 1fr);
	}
}

.cal_table {
	border:none;
	margin: 0 10px 0 10px;
	color: black;
	font-size:16px;
	width: calc(100% - 20px);
}

th {
	font-family: "Ropa Sans", sans serif;
	font-size: 16px;
}

td {
	padding: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1000px) {

	.cal_table {
		font-size:15px;
	}
}

@media only screen and (max-width: 800px) {
	.cal_table {
		font-size:13px;
	}
}

@media only screen and (max-width: 499px) {
	.cal_table {
		font-size:10px;
	}
}

.vignette {
	/*float: left;*/
	/*width: 250px;*/
	/*width: 100%;
	padding-right: 25px;
	padding-top: 25px;*/
	/*max-width: 250px;*/
	margin: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
	display: block;
	min-height: 250px;
	position: relative;
	overflow: hidden;
	background:none center center no-repeat;
	background-size: cover;
	cursor: pointer;
	color: white;
	text-decoration: none;
	transition: filter 180ms ease, transform 180ms ease;
}

.vignette:hover,
.vignette:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
	color: white;
}

.vignette:focus-visible {
	outline: 2px solid #007878;
	outline-offset: 3px;
}

.vignette .plandiv {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 8px;
}

.plandiv {
	position: relative;
    padding-top: 8px;
	z-index:1;
	background-color: rgba(0,0,0, 0.6);
	color: white;
}

.separateur4 {
	clear: both;
	width: 100%;
    /*width: 250px;*/
    height: 3px;
	border: 0;
	margin: 0 0 0 0;
}

.vignette_contact {
	float: left;
	width: 384px;
	height: 710px;
	margin: 0 25px 13px 10px;
	overflow: hidden;
	}

.vignette_contact img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: -371px 0;
	display: block;
	}

@media only screen and (max-width: 710px) {
	.vignette_contact {
		width: calc(100% - 20px);
		height: auto;
	}

	.vignette_contact img {
		object-fit: unset;
		object-position: unset;
}
}

iframe {
	width: 100%;
}

 .texte_contact {
 	/*float: left;*/
 	position: relative;
 	margin: 0 10px 100px 10px;
 }

/* le menu */

.menu {
	clear: both;
	/*margin-bottom: 5px; */
	text-align: left;
	position: -webkit-sticky;
  	position: sticky;
	top: 50px;
	z-index: 10001; /* doit rester au-dessus de bxSlider (z-index max 9999) */
	background-color: white;
}

.menu-toggle {
	display: none;
	border: none;
	background: none;
	cursor: pointer;
	width: 44px;
	height: 36px;
	padding: 8px 10px;
	flex-direction: column;
	justify-content: space-between;
}

.menu-toggle-bar {
	display: block;
	height: 2px;
	background: black;
	border-radius: 1px;
}

@media only screen and (max-width : 600px) {
	.menu-toggle {
		display: flex;
		position: fixed;
		top: 8px;
		right: 13px;
		z-index: 10002;
		margin: 0;
	}

	.menu {
		top: 52px;
		display: none;
	}

	.menu.menu-open {
		display: block;
	}

	.menu.menu-open ul li {
		display: block;
		margin-bottom: 0;
		padding: 6px 0;
		font-size: 22px;
	}

	.menu.menu-open ul li.menu-social {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-top: 6px;
		margin-bottom: 0;
		padding: 6px 0;
	}
}
@media only screen and (max-width : 600px) {
	#logo {
		background-size: auto 158px;
		background-position: -19px 0px;
		height: 166px;
		top: -114px;
	}
}

.menu ul {
	border: 0;
	padding: 0px 0 0 0;
	/*margin: 0; */
	margin: 0 10px 0 10px;
	list-style: none;
	}

.menu ul li {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	font-size: 20px;
	font-family: 'Ropa Sans', sans-serif;
	/*font-family: Arial; */
	padding: 0px 20px 0px 0px ;
	margin-bottom: 10px;
}

.menu ul li a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.menu ul li a.active {
	color: #007878;
}

.menu ul li a span[class^="icon-"] {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.menu ul li.menu-social {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

#split_menu {
	display: none;
}

@media only screen and (max-width: 710px) {
	.menu ul li {
		padding: 0px 12px 0px 0px;
		font-size: 17px;
	}
	#split_menu {
		display: block;
	}
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fefefe;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px;
  z-index: 200;
  width: auto;
  min-width: 180px;
}

.dropdown-content ul {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content li {
	display: block !important;
	padding: 5px !important;
	width: 100%;
	margin: 0 !important;
}

.dropdown-content a {
	display: block;
	width: 100%;
	position: relative;
	left: 5px;
	text-decoration: none;
}

.dropdown-content a:hover {
	text-decoration: underline;
}

.sous_menu {

	font-size: 12px !important;
	color: #c2c2c2;;
	text-transform: uppercase;
}

/* Couleurs des liens */

a {
	color: #4C4C4A;
	text-decoration: none;
	}

a:focus,a:hover,a:active {
	color: #007878;/*red; */
	text-decoration: none;
	}

.separateur1 {
	clear: both;
    /*width: 900px;*/
	border-bottom: 1px solid black;
	margin: 0 0 50px 0;
	}

.separateur1b {
	clear: both;
    /*width: 900px;*/
	border-bottom: 1px solid black;
	/*margin: 0 0 25px 0;*/
	margin: 0 10px 25px 10px;
	}

.separateur2 {
	clear: both;
    /*width: 900px;*/
    height: 50px;
	border: 0;
	margin: 0;
	}

.separateur3 {
	clear: both;
    width: 250px;
    height: 10px;
	border: 0;
	margin: 0 0 0 0;
	}

.separateur5 {
	clear: both;
    /*width: 900px;*/
    height: 20px;
	border: 0;
	margin: 0;
	}

.separateur6 {
	clear: both;
    /*width: 900px;*/
    height: 0px;
	border: 0;
	margin: 0;
	}

.separateur7 {
	clear: both;
    /*width: 900px;*/
    height: 10px;
	border: 0;
	margin: 0;
	}

.titre1 {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 19px;
	}

.italique1 {
	font-style: italic;
	font-size: 13px;
	}

@media only screen and (max-width: 600px) {
	.titre1 {
		font-size: 22px;
	}

	.italique1 {
		font-size: 14px;
	}
}

.contenu {
	line-height: 20px;
	/*width: 900px;*/
	text-align: justify;
	margin: 0 10px 0 10px;
}

.contenu-fiche {
	padding-bottom: 60px;
}

h1, h2 {
	/*font-family: arial;*/
	font-family: 'Ropa Sans', sans-serif;
	font-style: normal;
	font-size: 21px;
	font-weight: 400;
	color: black;
	padding: 5px;
	/*margin: 25px 0 0 0;*/
	margin: 25px 10px 0px 10px;
	background-color: white;
	border-bottom: 1px solid black;
	position: -webkit-sticky;
	position: sticky;
	top: 83px;
	z-index: 100;
}

@media only screen and (min-width: 601px) {
	.h1-hide-desktop {
		display: none;
	}
}


h3 {
	/*font-family: arial;*/
	font-family: 'Ropa Sans', sans-serif;

	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	color: #003333;
	padding: 0px;
	/*margin: 15px 0 0 0;*/
	margin: 25px 10px 0px 10px;
	background-color: white;
	/*border-bottom: 1px solid #003333;
	border-top: 1px solid #003333;*/
	}

h4 {
	font-family: 'Ropa Sans', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color: white;
	padding: 5px;
	/*margin: 25px 0 0 0;*/
	background-color: black;
	margin: 25px 10px 0px 10px;
	position: -webkit-sticky;
	position: sticky;
	top:  74px;
	z-index: 100;

}

h5 {
	/*font-family: arial;*/
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-style: italic;
	font-size: 12px;
	color: white;
	padding: 5px;
	margin: 0 0 0 0;
	/*background-color: none:*/
	}


.distrib {
	font-size: 14px;
	line-height: 16px;
	}

.docs {
	margin: 0 0 0 17px;
	padding: 0;
	list-style: circle;
	color: #007878;
	line-height: 1.8;
	}

.docs li {
	margin-bottom: 10px;
	}

.docs li:last-child {
	margin-bottom: 0;
	}

hr.interligne {
	height:1px;
	border-width:0px;
	color:black;
	background-color:black;
	width: 30px;
	text-align: left;
	margin-left: 0;
	}

.sstitre {
	font-weight: bold;
	}

.docs a {
	color: #007878;
	}

.docs a:hover {
	text-decoration: underline;
	}

.soutien,
.soutien-block p {
	font-size: 13px;
	font-style: italic;
	}

/* galerie (remplace bxSlider) */

.gallery {
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	transition: height 400ms ease;
}

.gallery-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 800ms ease;
}

.gallery-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.gallery-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-dots {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: flex-end;
	gap: 12px;
}

.gallery-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid white;
	background: rgba(255, 255, 255, 0.4);
	padding: 0;
	cursor: pointer;
}

.gallery-dot.is-active {
	background: white;
}

/* ACCUEIL */

#full-size{
  display: block;
  height:100vw;
  width:100vw;
  /*overflow:hidden;*/ /* or overflow:auto; if you want scrollbars */
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#content{
  color: #FFFFFF;
  font-size: 23px;

}

#coup_de_coeur {
  position: absolute;
  top: 900px;
  right: 10px;
  text-align: center;
  border-radius: 25px;
  display: inline;
  font-weight: bold;
	background-color: #0374b7;
	color: #fff;
	padding: 25px;
	width: 300px;
	font-size: 17px;
}



@media only screen and (max-width: 710px) {
	h4 {
		top: 101px;
	}
}

@media only screen and (max-width: 1280px) {
	#coup_de_coeur {
		position: relative;
		/*left: 50%;
		transform: translate(-50%, 0%);*/
		left: 0;
		display: block;
		top: unset;
		width: calc(100% - 50px);
	}
}

@media only screen and (max-width: 400px) {
	#coup_de_coeur {
		width: calc(100% - 50px);
	}
}

.cal2_date {
	padding-left: 10px;
	padding-left: 25px;
	color: black;
	/*font-family: 'Ropa Sans', sans-serif;*/
	width: 80%;
	font-size: 15px;
	margin-bottom: 7px;
}
.cal2_mois {
	margin-top: 0;
	padding: 10px;
	padding-left: 20px;
	/* font-family: 'Ropa Sans', sans-serif; */
	font-size: 16px;
	top: 149px;
	position: sticky;
	font-weight: bold;
	font-style: normal;
	background: white;
	color: black;
}
.cal2_spec {
	margin: 0;
	padding: 10px;
	padding-left: 15px;
	font-weight: bold;
	position: sticky;
	top: 118px;
	background: white;
	color: #007878;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.cal2_saison {
	font-weight: bold;
	position: sticky;
	top: 83px;
	background: white;
	color: black;
	margin: 0;
	padding: 10px;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	z-index: 109;
}
.saison-content {
	margin-bottom: 30px;
}
@media only screen and (max-width: 710px) {
	h1, h2 {
		top: 101px;
	}
	.cal2_saison {
		top: 101px;
	}
	.cal2_spec {
		top: 135px;
	}
	.cal2_mois {
		top: 170px;
	}
}

/* Menu replié en hamburger par défaut : en-tête bien plus courte que ci-dessus, donc décalages réduits */
@media only screen and (max-width: 600px) {
	h1,
	h2,
	h4 {
		top: 52px;
	}
	.cal2_saison {
		top: 52px;
	}
	.cal2_spec {
		top: 95px;
	}
	.cal2_mois {
		top: 135px;
	}
	#logo{
		margin: 25px 10px 0px 10px;
	}
}
