/*DECLARATION DES VARIABLES DE COULEUR*/

:root
{
	/*Gris*/
	--darkgrey: #646464; /*#282828;*/
	
	/*Red*/
	--darkred: #c83737;
	
	/*Pink*/
	--palepink: #fff5f5; /*#ffdcdc*/
	
	/*Gold*/
	--gold: #ba9d62; /*rgb(209, 187, 146);*/
}

::selection 
{
	background-color: #646464;
	color: #fff5f5;
}

::-moz-selection
{
	background-color: #646464;
	color: #fff5f5;
}

/*ELEMENTS GENERAUX*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	min-height: 100vh;
	background-color: black;
}

#background_wrapper
{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
	background-color: black;
}

body.overscroll #background_wrapper
{
	position: fixed;
}

#background
{
	width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
    background-image: url("../images/Background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

    transform: scale(1.1);
}


main
{
	overflow: hidden;
}

.ornament
{
	pointer-events: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.no_outline a:focus,
.no_outline a:active,
.no_outline button:focus,
.no_outline button:active,
.no_outline audio:focus,
.no_outline audio:active
{
	outline: none;
}

.hidden
{
	opacity: 0;
}

.visible
{
	opacity: 1;
}

/*.standard_background
{
	background-image: url("../images/Background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}*/


/*PRELOADER*/
#spinner_wrapper
{
	display: none;
	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	z-index: 999999;
}

#spinner
{
	color: #c83737;
	font-size: 20px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	
	position: absolute;
	top: 48%;
	left: 48%;
	
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load4
{
	0%,
	100%
	{
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5%
	{
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25%
	{
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		}
	37.5%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75%
	{
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5%
	{
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

@keyframes load4
{
	0%,
	100%
	{
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5%
	{
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25%
	{
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		}
	37.5%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5%
	{
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75%
	{
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5%
	{
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

/*POLICES DE CARACTERES*/
@font-face
{
    font-family: 'Amarante';
    src: url('../fonts/amarante-regular-webfont.eot');
    src: url('../fonts/amarante-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amarante-regular-webfont.woff2') format('woff2'),
         url('../fonts/amarante-regular-webfont.woff') format('woff'),
         url('../fonts/amarante-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Oldstandard';
    src: url('../fonts/oldstandard-regular-webfont.eot');
    src: url('../fonts/oldstandard-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oldstandard-regular-webfont.woff2') format('woff2'),
         url('../fonts/oldstandard-regular-webfont.woff') format('woff'),
         url('../fonts/oldstandard-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Oldstandard';
    src: url('../fonts/oldstandard-bold-webfont.eot');
    src: url('../fonts/oldstandard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oldstandard-bold-webfont.woff2') format('woff2'),
         url('../fonts/oldstandard-bold-webfont.woff') format('woff'),
         url('../fonts/oldstandard-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*
{
	font-variant: common-ligatures;
	
	-moz-font-feature-settings: "liga";
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
}

.smallcaps
{
	font-variant: common-ligatures small-caps;
	
	-moz-font-feature-settings: "liga", "smcp";
	-webkit-font-feature-settings: "liga", "smcp";
	font-feature-settings: "liga", "smcp";
}

.lining-figures
{
	font-variant: common-ligatures lining-nums;
	
	-moz-font-feature-settings: "lnum", "liga";
	-webkit-font-feature-settings: "lnum", "liga";
	font-feature-settings: "lnum", "liga";
}

sup
{
	vertical-align: baseline;
    font-size: inherit;
	
	font-variant-position: super;
	
	-moz-font-feature-settings: "liga", "sups";
	-webkit-font-feature-settings: "liga", "sups";
	font-feature-settings: "liga", "sups";
}

.in_bodytext_link
{
	text-decoration: none;
	color: inherit;
}

q
{
	quotes: "«\00202F" "\00202F»";
	font-style: italic;
}

q:before, q:after
{
	font-style: normal;
}


/*BORDURES*/

.border_NW, .border_NE, .border_SW, .border_SE
{
	background: url("../SVG/Angle.svg") no-repeat;
	background-size: 100%;
	width: 50vw;
	height: 50vw;
	position: absolute;
	pointer-events: none;
}

.border_NW
{
	top: 0;
	left: 0;
}

.border_NE
{
	transform: rotate(90deg);
	top: 0;
	right: 0;
}

.border_SW
{
	transform: scaleY(-1);
	bottom: -1px;
	left: 0;
}

.border_SE
{
	transform: rotate(180deg);
	bottom: -1px;
	right: 0;
}

.border_NW_bottom, .border_NE_bottom
{
	background: url("../SVG/Angle.svg") no-repeat;
	background-size: 100%;
	width: 50vw;
	height: 50vw;
	position: absolute;
	pointer-events: none;
}

.border_NW_bottom
{
	top: 100%;
	left: 0;
}

.border_NE_bottom
{
	transform: rotate(90deg);
	top: 100%;
	right: 0;
}

/*INDEX*/
/*EN-TÊTE D'ACCUEIL*/

#welcome
{
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

#welcome_background
{
	width: 100%;
	height: 125%;
	position: absolute;
	margin: auto;
}

#monogram_left, #monogram_right
{
	position: absolute;
	margin-top: 50vh;
	height: 80vh;
	max-width: 40%;
}

#monogram_left
{
	transform: translateY(-50%);
	left: 5%;
}

#monogram_right
{
	transform: translateY(-50%) scaleX(-1);
	right: 5%;
}

#welcome_title
{
	position: absolute;
	width: 48%;
	left: 50vw;
	top: 65vh;
	transform: translate(-50%, -50%);
}

#welcome_title h1
{
	display: block;
	text-align: center;
	font-family: 'Amarante', cursive;
	font-size: 6em; /*4.4em;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 10px;
}

#welcome_title h1 > span
{
	display: block;
}


#welcome_title h1 > span > span
{
	color: #c83737;
}

#welcome_ovale
{
	display: block;
	width: 25vw;
	margin: auto;
}

#welcome_pic
{
	position: absolute;
	bottom: 1vw;
	left: 50%;
	transform: translateX(-49%);
	border-radius: 100%;
	width: 9.5vw;
	height: 12vw;
	overflow: hidden;
}

#welcome_pic > img
{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (orientation: portrait)
{
	#welcome
	{
		text-align: center;
	}
	
	#monogram_left, #monogram_right
	{
		display: none;
	}
	
	#welcome_title
	{
		position: relative;
		left: 5%;
		top: 50%;
		transform: translateY(-50%);
		margin-top: inherit;
		width: 90%;
	}
	
	#welcome_title h1
	{
		font-size: 18vw; /*10em*/
		max-width: inherit;
		width: 100%;
		margin-bottom: 5vh;
	}
	
	#welcome_ovale
	{
		display: block;
		width: 100%;
		margin: auto;
	}
	
	#welcome_pic
	{
		bottom: 3vw;
		width: 35vw;
		height: 44vw;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape)
{
	#welcome_title
	{
		top: 52vh;
	}
	
	#welcome_title h1
	{
		font-size: 3.5em;
	}
	
	#welcome_ovale, #welcome_pic
	{
		display: none;
	}
	
	#welcome_title h1 > span
	{
		display: block;
	}
}


@media screen and (max-width: 768px) and (orientation: landscape)
{
	#welcome_title h1
	{
		font-size: 2.5em;
	}
}

@media screen and (orientation: landscape)  and (min-aspect-ratio: 16/9)
{
	#welcome_title h1 > span
	{
		display: inline;
	}
}

@media screen and (orientation: landscape)  and (min-aspect-ratio: 16/6)
{
	#welcome_title
	{
		top: 52vh;
	}
	
	#welcome_ovale, #welcome_pic
	{
		display: none;
	}
}

/*HEADER*/

#retour
{
	width: 100%;
	height: auto;
	min-height: 100px;
	position: relative;
	background-color: black;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

#banner
{
	min-height: 100px;
	z-index: 10;
	
	-webkit-transition: background 1.5s;
	transition: background 1.5s;
}

#banner:not(.stuck)
{
	position: relative;
}

#banner.stuck
{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(186,157,98,0.95); /*ROSE TRÈS PÂLE : rgba(255, 245, 245, 0.95);*/
	border-bottom: 5px solid black;
}

.stuck > .removable
{
	opacity: 0;
}

#banner_responsive_line
{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#banner h2
{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#main_menu
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main_menu ul
{
	list-style-type: none;
	
	width: 800px;
	max-width: 90vw;
	margin: auto;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	
	text-align: center;
}

#main_menu ul li a
{
	font-family: 'Amarante', serif;
	font-size: 1.6em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #fff5f5;
}

#main_menu svg
{
	height: 1.6rem;
	fill: black;
}

#banner.stuck #main_menu ul li a
{
	color: black;
}

#banner #main_menu ul li a:not(.active_menu_item):hover,
#banner.stuck #main_menu ul li a:not(.active_menu_item):hover
{
	color: #c83737; /*COULEUR OR : #ba9d62;*/
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#banner #main_menu ul li a:not(.active_menu_item):hover svg *,
#banner.stuck #main_menu ul li a:not(.active_menu_item):hover svg *
{
	fill: #c83737; /*COULEUR OR : #ba9d62;*/
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
}

#banner #main_menu ul li a.active_menu_item,
#banner.stuck #main_menu ul li a.active_menu_item
{
	color: #fff5f5; /*COULEUR ROUGE : #c83737;*/
}

#banner #main_menu ul li a.active_menu_item svg *,
#banner.stuck #main_menu ul li a.active_menu_item svg *
{
	fill: #fff5f5;
}

#menu_button
{
	display: none;
}

@media screen and (max-width: 768px)
{	
	#retour
	{
		height: auto;
		min-height: calc(25px + 10vw);
	}
	
	#banner
	{
		height: auto;
		min-height: calc(25px + 10vw);
	}
	
	#banner_responsive_line
	{
		position: relative;
		overflow: visible;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 5vw;
		box-sizing: border-box;
		z-index: 15;
	}
	
	#banner.stuck #banner_responsive_line
	{
		justify-content: space-between;
	}
	
	#banner.stuck h2
	{
		display: block;
		position: relative;
		width: auto;
		height: auto;
		overflow: visible;
		font-family: 'Amarante', cursive;
		font-size: 25px;
		text-align: left;
		font-weight: normal;
	}
	
	#main_menu
	{
		position: relative;
		top: 0;
		left:0;
		transform: none;
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.5s;
		transition: height 0.5s;
	}
	
	#main_menu.menu_open
	{
		height: 15em;
	}
	
	#main_menu ul
	{
		flex-direction: column;
		width: 100%;
		max-width: inherit;
	}
	
	#main_menu ul li
	{
		height: 3em;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	
	#main_menu ul li a
	{
		font-size: 1.5em;
	}
	
	#menu_button
	{
		display: block;
		position: relative;
		width: 30px;
		height: 25px;
		border: none;
		background-color: transparent;
	}

	#menu_button:hover
	{
		cursor: pointer;
	}
	
	#menu_button:hover .menu_button_line
	{
		background-color: #c83737;
	}
	
	.menu_button_line
	{
		display: block;
		position: absolute;
		left: 0;
		background-color: black;
		width: 30px;
		height: 5px;
		border-radius: 50%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	#menu_button .menu_button_line:nth-child(1)
	{
		top: 0;
	}
	
	#menu_button .menu_button_line:nth-child(2), #menu_button .menu_button_line:nth-child(3)
	{
		top: 10px;
	}
	
	#menu_button .menu_button_line:nth-child(4)
	{
		top: 20px;
	}
	
	#banner:not(.stuck) #menu_button .menu_button_line
	{
		background-color: #fff5f5;
	}
	
	#banner:not(.stuck) #menu_button:hover .menu_button_line
	{
		background-color: #c83737;
	}
	
	#menu_button.menu_open .menu_button_line:nth-child(1)
	{
		top: 10px;
		width: 0%;
		left: 50%;
	}
	
	#menu_button.menu_open .menu_button_line:nth-child(2)
	{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#menu_button.menu_open .menu_button_line:nth-child(3)
	{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#menu_button.menu_open .menu_button_line:nth-child(4)
	{
		top: 10px;
		width: 0%;
		left: 50%;
	}
}


/*SECTION AGENDA*/

#section_Agenda
{
	position: relative;
	width: 100vw;
	
	max-width: 100%;
	border-bottom: 5px solid black;
	padding-top: 5%;
	padding-bottom: 5%;
}

#section_Agenda_flex_wrapper
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 5%;
	margin-right: 5%;
}

#section_Agenda_main_wrapper
{
	vertical-align: top;
	position: relative;
	width:66%;
	height: auto;
}

#section_Agenda_aside_wrapper
{
	position: relative;
	vertical-align: top;
	width: 33%;
	height: auto;
}

#section_Agenda_aside_frame
{
	display: block;
	width: 100%;
	height: auto;
}

#section_Agenda_link
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 36%;
	left: 8%;
	width: 83%;
	height: 24%;
	border-radius: 15px;
	background-color: #c83737;
	color: #fff5f5;
	text-decoration: none;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#section_Agenda_link p
{
	font-family: 'Oldstandard', serif;
	font-size: 1.3vw;
	text-align: center;
	padding: 1em;
	
	font-variant: common-ligatures small-caps;
	-moz-font-feature-settings: "liga", "smcp";
	-webkit-font-feature-settings: "liga", "smcp";
	font-feature-settings: "liga", "smcp";
}

#section_Agenda_link:hover, #section_Agenda_link:focus
{
	background-color: black;
}

#no_date
{
	font-family: 'Oldstandard', serif;
	font-size: 1.5em;
	color: black;
	text-align: center;
}

#section_Agenda_flex_wrapper.no_date, #agenda_flex_wrapper.no_date
{
	flex-direction: column;
}

#section_Agenda_main_wrapper.no_date, #agenda_main_wrapper.no_date
{
	width: 100%;
	position: static;
}

#section_Agenda_aside_wrapper.no_date, #agenda_aside_wrapper.no_date
{
	width: 100%;
	position: static;
}

#section_Agenda_link.no_date
{
	width: 50%;
	height: auto;
	position: static;
	margin: 1.5em auto 0;
}

@media screen and (max-width: 1024px)
{
	#section_Agenda_flex_wrapper
	{
		flex-direction: column;
	}
	
	#section_Agenda_main_wrapper, #section_Agenda_aside_wrapper
	{
		width: 100%;
	}
	
	#section_Agenda_aside_wrapper:not(.no_date)
	{
		margin-top: 15px;
	}
	
	#section_Agenda_aside_frame /*A REVOIR*/
	{
		display: none;
	}
	
	#section_Agenda_link
	{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#section_Agenda_link p
	{
		font-size: 1em;
	}
}

@media screen and (max-width: 768px)
{
	#section_Agenda_link.no_date
	{
		width: 100%;
	}
}

/*SECTION TEASER*/

#section_Teaser
{
	position: relative;
	width: 100vw;
	height: auto;
	max-width: 100%;
	background-color: black;
	border-bottom: 5px solid black;
	/*padding-top: 5%;*/
	padding-bottom: 5%;
}

#section_teaser_outer_wrapper
{
	position: relative;
	width: 100%;
	max-width: calc((100vh - 100px)/0.5625);
	margin: auto;
	height: auto;
}

#section_teaser_inner_wrapper
{
	position: relative;
	width: 100%;
	height: 0;
	margin: auto;
	padding-bottom: 56.25%;
}

#teaser
{
	position:absolute;
	left:0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
}

/*SECTION SPECTACLE*/

#section_Spectacle
{
	position: relative;
	width: 100vw;
	height: auto;
	max-width: 100%;
	border-bottom: 5px solid black;
}

#section_spectacle_wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}

#triptych
{
	display: block;
	position: relative;
	width: 90%;
	height: auto;
	margin: auto;
}

#triptych_2
{
	display: none;
}

#triptych_pic_trigger
{
	width: 100%;
	height: 18vw;
	position: absolute;
	top: 45%;
	z-index: 0;
}

#triptych_left_pic,
#triptych_right_pic
{
	display: block;
	position: absolute;
	top: 45%;
	width: 18vw;
	height: auto;
	border-radius: 50%;
}

#triptych_left_pic
{
	left: 9%;
}

#triptych_right_pic
{
	right: 9%;
}

#section_Spectacle_text
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 25%;
	padding: 3em;
}

#section_Spectacle_text p
{
	font-family: 'Oldstandard', serif;
	text-align: justify;
	font-size: 1.3vw;
	margin-bottom: 1.3vw;
	line-height: 1.5;
}

#section_Spectacle_text p:last-of-type
{
	margin-bottom: 0;
}

#section_Spectacle_text .signature,
#spectacle_text .signature
{
	font-family: 'Amarante', cursive;
	text-align: right;
	font-weight: normal;
	margin-top: 1.5;
}

#spectacle_text .signature
{
	margin-bottom: 0;
	font-size: calc(1.3em + 0.2vw);
}

#spectacle_text .sous_signature
{
	font-family: 'Amarante', cursive;
	text-align: right;
	font-weight: normal;
	font-size: calc(1em + 0.2vw);
}

#section_Spectacle_link
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 19%;
	height: 4%;
	bottom: 11%;
	left: 50.7%;
	transform: translateX(-50%);
	padding: 1em;
	background-color: #c83737;
	border-radius: 100%;
	text-align: center;
	color: #fff5f5;
	text-decoration: none;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#section_Spectacle_link p
{
	font-family: 'Oldstandard', serif;
	font-size: 1.5vw;
}

#section_Spectacle_link:hover
{
	background-color: black;
}

@media screen and (max-width: 1024px)
{
	#section_spectacle_wrapper
	{
		width: 90%;
		margin: auto;
	}
	
	#triptych
	{
		display: none;
	}

	#triptych_2
	{
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
	}
	
	#triptych_pic_trigger
	{
		width: 100%;
		height: 35vw;
		position: absolute;
		top: 25vw;
	}

	#triptych_left_pic, #triptych_right_pic
	{
		display: block;
		position: absolute;
		top: 25vw;
		width: 35vw;
		height: auto;
		border-radius: 5%;
	}

	#triptych_left_pic
	{
		left: 5%;
	}

	#triptych_right_pic
	{
		right: 5%;
	}
	
	#section_Spectacle_text
	{
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: auto;
		width: 100%;
		max-width: inherit;
		padding: 0;
		margin: 15px 0;
	}
	
	#section_Spectacle_text p
	{
		font-size: 1.3em;
		margin-bottom: 1.3em;
		line-height: 1.5;
	}
	
	#section_Spectacle_link
	{
		position: relative;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		transform: none;
		margin: auto;
		border-radius: 15px;
		box-sizing: border-box;
	}
	
	#section_Spectacle_link p
	{
		font-size: 1em;
	}
}

@media screen and (max-width: 450px)
{
	#section_Spectacle_text p
	{
		text-align: left;
	}
}

/*SECTION ARTISTES*/

#section_Spectacle
{
	position: relative;
	width: 100vw;
	height: auto;
	max-width: 100%;
	/*border-bottom: 5px solid black;*/
}

#bio_wrapper
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#left_bio, #right_bio
{
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

#bio_left_oval, #bio_right_oval
{
	display: block;
	margin: auto;
	width: 80%;
	height: auto;
}

#bio_right_oval
{
	transform: scaleX(-1);
}

#bio_left_pic_wrapper, #bio_right_pic_wrapper
{
	display: block;
	width: 45%;
	height: 24.9vw;
	position: absolute;
	top: 7%;
	border-radius: 100%;
	overflow: hidden;
}

#bio_left_pic_wrapper
{
	left: 15.5%;
}

#bio_right_pic_wrapper
{
	right: 15.5%;
}

#bio_left_pic, #bio_right_pic
{
	width: 100%;
	height: auto;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

#bio_left_text, #bio_right_text
{
	display: block;
	position: absolute;
	width: auto;
	bottom: -5%;
	text-decoration: none;
	color: black;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#bio_left_text
{
	text-align: left;
	left: 50%;
}

#bio_right_text
{
	text-align: right;
	right: 50%;
}

#bio_left_text a, #bio_right_text a
{
	color: inherit;
	text-decoration: none;
}

.bio_text_name
{
	font-family: 'Amarante', cursive;
	font-size: 1.5em;
}

.bio_text_role
{
	font-family: 'Oldstandard', serif;
	font-size: 1.2em;
}

#bio_left_pic:hover, #bio_right_pic:hover
{
	transform: scale(1.1);
}

#bio_left_text:hover, #bio_right_text:hover
{
	color: #c83737;
}

#left_bio a:hover + a, #right_bio a:hover + a
{
	color: #c83737;
}


@media screen and (max-width: 1024px)
{
	#bio_left_pic_wrapper, #bio_right_pic_wrapper
	{
		top: 6%;
	}
	
	#bio_left_text
	{
		position: relative;
		left: 26%;
	}

	#bio_right_text
	{
		position: relative;
		right: 26%;
	}
}

@media screen and (max-width: 768px)
{
	#bio_wrapper
	{
		flex-direction: column;
	}
	
	#left_bio, #right_bio
	{
		width: 100%;
	}
	
	#bio_left_oval, #bio_right_oval
	{
		width: 90%;
	}
	
	#bio_left_pic_wrapper, #bio_right_pic_wrapper
	{
		width: 50%;
		height: 56vw;
		top: 6.5%;
	}

	#bio_left_pic_wrapper
	{
		left: 11.5%;
	}

	#bio_right_pic_wrapper
	{
		right: 11.5%;
	}
	
	#bio_left_text
	{
		left: 10%;
		bottom: 0;
		margin-top: 15px;
	}

	#bio_right_text
	{
		right: 10%;
		bottom: 0;
		margin-top: 15px;
	}
}



/*FOOTER CONTACT*/

#contact_footer
{
	position: relative;
	width: 100vw;
	min-height: 6em;
	max-width: 100%;
	overflow: hidden;
	background-color: black;
}

#contact_wrapper
{
	max-width: 90%;
	height: auto;
	margin: 2em auto 1em;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#contact_wrapper h2
{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#social_media_wrapper
{
	width: 10em;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#social_media_wrapper > a:first-of-type
{
	margin-right: 2em;
}

.social_media
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 4em;
	background-color: #fff5f5;
	border-radius: 100%;
}

.social_media p
{
	color: black;
	font-size: 2em;
}

.social_media:hover
{
	background-color: #c83737;
}


#contact_link_wrapper
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 10em - ((100% - 10em)/3 - 280px));
}

#contact_link_wrapper img
{
	width: 280px;
}

.contact_link_unit
{
	margin-left: 1em;
}

.contact_link_unit p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #fff5f5;
}

.contact_link_unit a
{
	white-space: nowrap;
}

.contact_link
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #fff5f5;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.contact_link:hover
{
	color: #c83737;
}


#pro_link_wrapper
{
	text-align: center;
}

#contact_pro_link
{
	text-transform: uppercase;
}

#copyright_wrapper
{
	width: 800px;
	max-width: 90vw;
	margin: 1em auto;
}

#copyright_wrapper p
{
	text-align: center;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	color: #646464;
}

@media screen and (max-width: 1080px) /*1080px au lieu de 1024px pour laisser passer les adresses email*/
{
	#contact_wrapper
	{
		flex-direction: column;
		align-items: center;
	}
	
	#social_media_wrapper
	{
		margin-bottom: 1em;
	}
	
	#contact_link_wrapper
	{
		width: 100%;
	}
}

@media screen and (max-width: 920px) /*920px au lieu de 768px pour laisser passer les adresses email*/
{
	#contact_link_wrapper
	{
		width: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.contact_link_unit
	{
		margin-top: 1em;
		margin-left: 0;
	}
}

@media screen and (max-width: 480px)
{
	
}


/********************************************************************************************************************************************************************************/

/*PAGE AGENDA*/
#agenda_wrapper
{
	position: relative;
	width: 100vw;
	height: auto;
	max-width: 100%;
	min-height: calc(100vh - 100px - 6em);
	
	/*border-bottom: 5px solid black;*/
	padding-top: 5%;
	padding-bottom: 5%;
}

#agenda_flex_wrapper
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 5%;
	margin-right: 5%;
}

#agenda_main_wrapper
{
	vertical-align: top;
	position: relative;
	width:66%;
	height: auto;
}

#agenda_aside_wrapper
{
	position: relative;
	vertical-align: top;
	width: 33%;
	height: auto;
}

#agenda_flex_wrapper.no_date
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

#agenda_radio_wrapper.no_date
{
	width: 50%;
	height: auto;
	position: static;
	margin: 1.5em auto 0;
}

.event_link
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
	font-family: 'Oldstandard', serif;
	color: black;
	text-decoration: none;
}

.agenda_frame
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.agenda_frame_short
{
	display: none;
}

.event_date
{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 18%;
	left: 7.7%;
	width: 25%;
	height: 69%;
	border-radius: 100%;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.event_date_day
{
	font-family: 'Amarante', cursive;
	font-size: 7em;
	line-height: 90%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.event_date_day * /*pour le cas du 1er du mois*/
{
	line-height: 90%;
}

.event_date_month_year
{
	font-size: 1.3em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.event_date_hour
{
	font-size: 1.3em;
	font-style: italic;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.event_description
{
	position: absolute;
	top: 18%;
	left: 41%;
	width: 46%;
	height: 50%;
	padding: 1em;
}

.event_description_place
{
	font-size: 1.5em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.event_description_town
{
	font-size: 1.3em;
	color: #c83737;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.event_description_comment
{
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	text-align: justify;
	width: 100%;
	max-height: 4.5em;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.75em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.highlited
{
	padding-right: 0.5em;
}

a.event_link:hover .event_date
{
	background-color: #c83737;
	color: #fff5f5;
}

#agenda_aside_frame
{
	display: block;
	width: 100%;
	height: auto;
}

#agenda_radio_wrapper
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	position: absolute;
	top: 36%;
	left: 8%;
	width: 83%;
	height: 24%;
}


#agenda_radio_future, #agenda_radio_past
{
	display: none;
}

#agenda_radio_future + label, #agenda_radio_past + label
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50%;
	color: #646464;
	text-decoration: none;
	background-color: black;
	
	font-family: 'Oldstandard', serif;
	font-size: 1.3vw;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
	
	font-variant: common-ligatures small-caps;
	-moz-font-feature-settings: "liga", "smcp";
	-webkit-font-feature-settings: "liga", "smcp";
	font-feature-settings: "liga", "smcp";
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#agenda_radio_future + label
{
	border-radius: 15px 15px 0 0;
}

#agenda_radio_past + label
{
	border-radius: 0 0 15px 15px;
}

#agenda_radio_future:checked + label, #agenda_radio_past:checked + label
{
	background-color: #c83737;
	color: #fff5f5;
}

#agenda_radio_future:not(:checked) + label:hover, #agenda_radio_past:not(:checked) + label:hover, #agenda_radio_future:not(:checked) + label:focus, #agenda_radio_past:not(:checked) + label:focus
{
	background-color: #ba9d62;
	cursor: pointer;
}

@media screen and (max-width: 1279px)
{
	.event_date_day
	{
		font-size: 6em;
	}
	
	.event_date_month_year, .event_date_hour, .event_description_town
	{
		font-size: 1.1em;
	}
	
	.event_description_comment
	{
		max-height: 3em;
	}
}

@media screen and (max-width: 1024px)
{
	#agenda_flex_wrapper
	{
		flex-direction: column-reverse;
	}
	
	#agenda_main_wrapper, #agenda_aside_wrapper
	{
		width: 100%;
	}
	
	#agenda_aside_wrapper
	{
		margin-bottom: 15px;
	}
	
	#agenda_aside_frame
	{
		display: none;
	}
	
	#agenda_radio_wrapper:not(.no_date)
	{
		flex-direction: row;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#agenda_flex_wrapper.no_date
	{
		margin: 0;
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#agenda_radio_wrapper.no_date
	{
		width: 50%;
	}
	
	#agenda_radio_wrapper.no_date #agenda_radio_future + label, #agenda_radio_wrapper.no_date #agenda_radio_past + label
	{
		width: 100%;
	}
	
	#agenda_radio_future + label, #agenda_radio_past + label
	{
		width: 50%;
		height: unset;
		font-size: calc(0.8em + 0.2vw);
	}
	
	#agenda_radio_wrapper:not(.no_date) #agenda_radio_future + label
	{
		border-radius: 15px 0 0 15px;
	}
	
	#agenda_radio_wrapper:not(.no_date) #agenda_radio_past + label
	{
		border-radius: 0 15px 15px 0;
	}
	
	.event_date_day
	{
		font-size: 12vw;
	}
	
	.event_date_month_year, .event_date_hour, .event_description_town
	{
		font-size: 2.5vw;
	}
	
	.event_description_place
	{
		font-size: 3vw;
	}
	
	.event_description_comment
	{
		font-size: 2.5vw;
		line-height: 1.5;
		max-height: 7.5vw;
	}

}

@media screen and (max-width: 768px)
{	
	#agenda_radio_wrapper.no_date
	{
		width: 100%;
	}
}

@media screen and (max-width: 480px)
{
	#agenda_radio_wrapper:not(.no_date)
	{
		flex-direction: column;
	}
	
	#agenda_radio_wrapper:not(.no_date) #agenda_radio_future + label, #agenda_radio_past + label
	{
		width: 100%;
	}
	
	#agenda_radio_wrapper:not(.no_date) #agenda_radio_future + label
	{
		border-radius: 15px 15px 0 0;
	}
	
	#agenda_radio_wrapper:not(.no_date) #agenda_radio_past + label
	{
		border-radius: 0 0 15px 15px;
	}
	
	.agenda_frame
	{
		display: none;
	}

	.agenda_frame_short
	{
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.event_date
	{
		top: 12vw;
		left: 17vw;
		width: 55vw;
		height: 55vw;
	}
	
	.event_description
	{
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		box-sizing: border-box;
		border: solid black;
		border-radius: 15px;
	}
	
	.event_date_day
	{
		font-size: 24vw;
	}
	
	.event_date_month_year, .event_date_hour, .event_description_town
	{
		font-size: 5vw;
	}
	
	.event_description_place
	{
		font-size: 6vw;
	}
	
	.event_description_comment
	{
		font-size: 5vw;
		line-height: normal;
		overflow: visible;
		max-height: none;
	}
	
	.highlited
	{
		padding-right: 0;
	}
}


/*PAGE SPECTACLE*/

#spectacle_wrapper
{
	position: relative;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	max-width: 100%;
	/*border-bottom: 5px solid black;*/
	padding-top: 5%;
	padding-bottom: 5%;
}

#spectacle_flex_wrapper
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 5%;
	margin-right: 5%;
}

#spectacle_aside_left_wrapper, #spectacle_aside_right_wrapper
{
	width: 20%;
}

#spectacle_aside_left, #spectacle_aside_right
{
	display: block;
	width: 100%;
	height: auto;
}

#spectacle_aside_right
{
	transform: scaleX(-1);
}


#spectacle_text
{
	width: 50%;
	height: auto;
}

.spectacle_text h2
{
	font-family: 'Amarante', cursive;
	text-align: left;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.75em;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.spectacle_text h2:not(:first-of-type)
{
	margin-top: 1.3em;
}

.spectacle_text p, #spectacle_wrapper figcaption
{
	font-family: 'Oldstandard', serif;
	text-align: justify;
	font-size: 1.3em;
	margin-bottom: 1.3em;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.spectacle_text p:last-of-type
{
	margin-bottom: 0;
}

#spectacle_teaser_outer_wrapper
{
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

#spectacle_teaser_inner_wrapper
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube_iframe_wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom: 1.3em;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.youtube_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.youtube_iframe_wrapper.last-of-type {
	margin-bottom: 0;
}

audio
{
	display: block;
	width: 100%;
	margin-top: 1.3em;
}

#spectacle_audio
{
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

#spectacle_audio figcaption,
#spectacle_audio figcaption > p
{
	text-align: right;
	font-size: 1em;
	margin-bottom: 0;
}

#spectacle_audio figcaption > p > cite
{
	font-size: 1.3em;
}

.NW_corner, .NE_corner, .SW_corner, .SE_corner
{
	width: 16px;
	height: 16px;
	position: absolute;
}

.NW_corner
{
	top: -1px;
	left: -1px;
}

.NE_corner
{
	transform: rotate(90deg);
	top: -1px;
	right: -1px;
}

.SW_corner
{
	transform: rotate(270deg);
	bottom: -1px;
	left: -1px;
}

.SE_corner
{
	transform: rotate(180deg);
	bottom: -1px;
	right: -1px;
}


#spectacle_carousel
{
	width: 100%;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.spectacle_carousel_pic_wrapper
{
	border-radius: 15px;
	width: 100%;
	height: 25.3125vw; /*56,25% x 50% x 90%*/
	background-color: black;
	overflow: hidden;
}

.spectacle_carousel_pic_wrapper:hover
{
	cursor: -webkit-grab;
	cursor: grab;
}

.spectacle_carousel_pic_wrapper:active
{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.spectacle_carousel_pic
{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.owl-nav
{
	margin-top: 10px;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
{
	color: black;
	font-size: 2em;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover
{
	color: #c83737;
}

.owl-nav .disabled
{
	opacity: 0.5;
	cursor: default;
}

.owl-nav.disabled + .owl-dots
{
	margin-top: 10px;
}

.owl-dots
{
	text-align: center;
}

.owl-dots .owl-dot
{
	display: inline-block;
}

.owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: black; /*#D6D6D6;*/
	display: block;
	transition: opacity 200ms ease;
	border-radius: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-dots .owl-dot.active span
{
	background: #c83737;
}

.owl-dots .owl-dot:hover span
{
	background: #ba9d62;
}

.press_clip
{
	width: 100%;
	height: auto;
	border-radius: 15px;
	padding: 5%;
	background-color: #ba9d62;
	box-sizing: border-box;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	margin-bottom: 15px;
}

.press_clip:last-of-type
{
	margin-bottom: 0;
}

.press_clip p
{
	font-size: 1em;
	text-align: justify;
	margin-bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

p.press_clip_author
{
	font-weight: bold;
	margin-bottom: 0;
	text-align: right;
}

a.press_clip_link
{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: black;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a.press_clip_link:hover
{
	transform: translateX(1em);
}


@media screen and (min-width: 1280px)
{
	.spectacle_text p
	{
		font-size: calc(1.3em + 0.2vw);
	}
	
	.press_clip p
	{
		font-size: calc(1em + 0.2vw);
	}
}

@media screen and (max-width: 1024px)
{
	#spectacle_aside_left_wrapper
	{
		width: 20%;
	}
	
	#spectacle_text
	{
		width: 75%;
	}
	
	#spectacle_aside_right_wrapper
	{
		display: none;
	}
	
	.spectacle_text h2
	{
		font-size: 2.5em;
	}
	
	.spectacle_carousel_pic_wrapper
	{
		height: 37.96875vw; /*56,25% x 75% x 90%*/
	}
}

@media screen and (max-width: 768px)
{
	#spectacle_aside_left_wrapper
	{
		display: none;
	}
	
	#spectacle_text
	{
		width: 100%;
	}
	
	#spectacle_aside_right_wrapper
	{
		display: none;
	}
	
	.spectacle_carousel_pic_wrapper
	{
		height: 50.625vw; /*56,25% x 100% x 90%*/
	}
}

@media screen and (max-width: 450px)
{
	.spectacle_text h2
	{
		font-size: 2em;
	}
	
	.spectacle_text p:not(.press_clip_author)
	{
		text-align: left;
	}
	
}

/*PAGE ARTISTES*/

#artistes_wrapper
{
	position: relative;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	max-width: 100%;
	/*border-bottom: 5px solid black;*/
	padding-top: 5%;
	padding-bottom: 5%;
}

.artistes
{
	position: relative;
	width: 100%;
	height: auto;
}

#Julia:target:before
{
	content: "";
	width: 100%;
	display: block;
	position: relative;
	height: 125px; /* fixed header height*/
	margin: -125px 0 0; /* negative fixed header height */
}

.artistes_CV
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
}

#artistes_CV_CdN,
#artistes_CV_VR
{
	flex-direction: row-reverse;
}

.artistes_CV_text
{
	width: 43%;
	height: auto;
}

.artistes_CV_text h2,
#artistes_CV_text_Scenographie h2
{
	font-family: 'Amarante', cursive;
	text-align: left;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.75em;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.artistes_CV_text header
{
	
}

.artistes_CV_text h2
{
	margin-bottom: 0;
}

.artistes_CV_text p
{
	font-family: 'Oldstandard', serif;
	text-align: justify;
	font-size: 1.3em;
	margin-bottom: 1.3em;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.artistes_CV_text a
{
	color: black;
}

.artistes_CV_text a:hover
{
	color: #c83737;
}

.artistes_aside_outer_wrapper
{
	width: 30%;
}


.artistes_aside_inner_wrapper
{
	width: 100%;
	height: auto;
	position: relative;
}

.artistes_aside_ovale
{
	width: 100%;
	height: auto;
}

#artistes_aside_ovale_CE,
#artistes_aside_ovale_VR
{
	transform: scaleX(-1);
}

.artistes_aside_ovale_S
{
	display: none;
}

.artistes_aside_pic
{
	display: block;
	width: 89%;
	height: 29.5vw;
	position: absolute;
	top: 15.9%;
	border-radius: 100%;
	overflow: hidden;
}

#artistes_aside_pic_CE,
#artistes_aside_pic_BP
{
	left: 4.8%;
}

#artistes_aside_pic_CdN
{
	right: 4.8%;
}

.artistes_aside_pic > img
{
	width: 100%;
	height: auto;
}

.artistes_aside_2_wrapper
{
	width: 17%;
}

.artistes_aside_2
{
	display: block;
	width: 100%;
	height: auto;
}

#artistes_aside_2_CE,
#artistes_aside_2_BP
{
	transform: scaleX(-1);
}

#artistes_CV_text_Scenographie
{
	margin-left: 5%;
	margin-right: 5%;
}

#artistes_CV_text_Scenographie p
{
	font-family: 'Oldstandard', serif;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#scenographie_roles
{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#scenographie_roles p
{
	width: 30%;
}

#separator
{
	display: block;
	margin: 1.3em auto;
	width: calc(4*(1.3em + 0.2vw));
}

#artistes_CV_text_Scenographie  p
{
	text-align: center;
}

@media screen and (min-width: 1280px)
{
	.artistes_CV_text p,
	#artistes_CV_text_Scenographie p
	{
		font-size: calc(1.3em + 0.2vw);
	}
}

@media screen and (max-width: 1024px)
{
	.artistes_aside_outer_wrapper
	{
		width: 35%;
	}
	
	.artistes_CV_text
	{
		width: 60%
	}
	
	.artistes_aside_2_wrapper
	{
		display: none;
	}
	
	.artistes_aside_pic
	{
		height: 34.7vw;
	}
	
	.artistes_CV_text h2,
	#artistes_CV_text_Scenographie h2
	{
		font-size: 2.5em;
	}
}

@media screen and (max-width: 768px)
{
	.artistes_CV,
	#artistes_CV_CdN
	{
		flex-direction: column;
	}
	
	.artistes_aside_outer_wrapper,
	.artistes_CV_text
	{
		width: 100%;
	}
	
	.artistes_aside_ovale
	{
		display: none;
	}
	
	.artistes_aside_ovale_S
	{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.artistes_aside_pic,
	#artistes_aside_pic_CE,
	#artistes_aside_pic_BP
	{
		width: 27.3%;
		height: 30.8vw;
		position: absolute;
		top: 11%;
		left: 36.5%;
		border-radius: 100%;
	}
	
	#scenographie_roles
	{
		flex-direction: column;
		justify-content: space-between;
	}
	
	#scenographie_roles p
	{
		width: 100%;
		margin-bottom: 1.3em;
	}
	
	#separator
	{
		margin-top: 0;
	}
}

@media screen and (max-width: 450px)
{
	.artistes_CV_text h2,
	#artistes_CV_text_Scenographie h2
	{
		font-size: 2em;
	}
	
	.artistes_CV_text p
	{
		text-align: left;
	}
}

/*PAGE ESPACE PROFESSIONNEL*/

#pro_wrapper
{
	position: relative;
	width: 100vw;
	height: auto;
	min-height: 60vw; /*calc(100vh - 100px - 6em);*/
	max-width: 100%;
	box-sizing: border-box;
	/*border-bottom: 5px solid black;*/
	padding-top: 5%;
	padding-bottom: 5%;
}

#pro_frame_NW, #pro_frame_NE, #pro_frame_SW, #pro_frame_SE
{
	display: block;
	width: 30%;
	position: absolute;
}

#pro_frame_NW
{
	top: 5vw;
	left: 5%;
	transform: rotate(180deg);
}

#pro_frame_NE
{
	top: 5vw;
	right: 5%;
	transform: scaleY(-1);
}

#pro_frame_SW
{
	bottom: 5vw;
	left: 5%;
	transform: scaleX(-1);
}

#pro_frame_SE
{
	bottom: 5vw;
	right: 5%;
}

#pro_text
{
	margin: 5vw auto 6vw;
	width: 55%;
}

#pro_text h1
{
	font-family: 'Amarante', cursive;
	text-align: left;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0.75em;
	line-height: 1.5;
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#pro_text p
{
	font-family: 'Oldstandard', serif;
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5;
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#pro_text p a
{
	font-size: 1em;
}

.sponsor
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.sponsor_pic_wrapper
{
	width: 30%;
	background-color: black;
	padding: 1.3em;
}

.sponsor_pic_wrapper img
{
	display: block;
	width: 100%;
	/*max-width: 180px;*/
	margin: auto;
}

.sponsor_text_wrapper
{
	width: 70%;
	padding: 1.3em;
	background-color: #ba9d62;
}

/*.sponsor_text_wrapper p
{
	margin-bottom: 1.3em;
}*/

.sponsor_text_wrapper a
{
	text-decoration: underline;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: black;
}

.sponsor_text_wrapper a:hover
{
	color: rgb(200, 55, 55);
}

.pro_link
{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1.3em;
	background-color: #ba9d62;
	border-radius: 15px;
	height: auto;
	color: #fff5f5;
	text-decoration: none;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pro_link:hover
{
	background-color: black;
}

#pro_text .pro_link p
{
	text-align: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 1280px)
{
	#pro_text p, .pro_link p
	{
		font-size: calc(1.3em + 0.2vw);
	}
	
	.sponsor_text_wrapper a
	{
		font-size: calc(1em + 0.2vw);
	}
}

@media screen and (max-width: 1024px)
{
	#pro_text h1
	{
		font-size: 2.5em;
	}
}

@media screen and (max-width: 768px)
{
	#pro_frame_NW, #pro_frame_NE, #pro_frame_SW, #pro_frame_SE
	{
		display: none;
	}
	
	#pro_text
	{
		margin: 0 auto;
		width: 90%;
	}
}

@media screen and (max-width: 480px)
{
	.sponsor
	{
		flex-direction: column;
	}
	
	.sponsor_pic_wrapper
	{
		width: 100%;
		box-sizing: border-box;
	}
	
	.sponsor_text_wrapper
	{
		width: 100%;
		box-sizing: border-box;
	}
}