/* CSS Document */
/*Couleur fond : #d7caba */
/*Couleur jaune : #dcce52 */
/*Couleur texte noir : #282828 */

/*███GÉNÉRAL████████████████████████████████████████████████████████████████████████████████████████████████████████████████ */

table, th, td {
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: separate;
}	

table {
	width:100%;
	border-spacing: 0;
}

h1 {
font-weight: bold;
color: #282828;
font-size: 34px;
}

h2 {
	font-weight: bold;
	color: #000;
	font-size: 30;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #000;
	text-align:justify;
}

body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	background-color:#000;
	background-image: url('images/fond.jpg');
	background-size: cover;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

body:-webkit-scrollbar {
	display: none;
}

a:link {
	text-decoration: none;
	color: #000;
	cursor:pointer;
	transition: text-shadow 300ms;
	text-shadow: 1px 1px 15px rgba(255,255,255,0.25);
}

a:visited {
	color: #000;
	cursor:pointer;
	transition: text-shadow 300ms;
	text-shadow: 1px 1px 15px rgba(255,255,255,0.25);
}

a:hover {
	text-decoration: underline;
	color: #000;
	cursor:pointer;
	transition: text-shadow 300ms;
	text-shadow: 1px 1px 15px rgba(255,255,255,0.75);
}

a:active {
	text-decoration: underline;
	color: #000;
	cursor:pointer;
	transition: text-shadow 300ms;
	text-shadow: 1px 1px 15px rgba(255,255,255,0.75);
}

* { margin: 0; padding: 0; }

@font-face {
	font-family: 'Titre';
	src: url('modules/Gustavo_Bold.ttf') format('embedded-opentype'), 
}

/*███SPÉCIFIQUE████████████████████████████████████████████████████████████████████████████████████████████████████████████████ */
.titre_in {
	font-family: Titre, sans-serif;
	text-transform: lowercase;
	font-weight:500;
	font-size:40;
	box-sizing:border-box;
}

.titre_on { /*Flou par dessus le titre Ondes libres*/
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:40%;
	overflow:hidden;
	z-index:5;
	backdrop-filter: blur(5px);
	transition: backdrop-filter 1000ms;
	-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
	mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
	display:none;
}

.titre_on:hover { 
	backdrop-filter: blur(0);
	transition: backdrop-filter 1000ms;
}

.desc { /*Description de la page en haut à gauche*/
	position:absolute;
	left:75px;
	top:-30px;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:20;
	position:relative;
	font-family: Titre, sans-serif;
	text-transform: lowercase;
	font-weight:300;
	font-size:26;
	box-sizing:border-box;
}

.x_fixed { /*X pour fermer les fenêtres*/
	position:absolute;
	cursor:pointer;
	width:calc(2.5% + 25px);
	right: 25px;
	top: 25px;
	display:none;
	z-index:100;
}

.info_bas { /*X pour fermer les fenêtres*/
	position:relative;
	cursor:pointer;
	width: 15%;
	left: 42.5%;
	z-index:100;
}
		
.titre_on_fixed { /*Flou par dessus le titre Ondes libres qu'on ne peut enlever*/
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:40%;
	overflow:hidden;
	z-index:6;
	display:none;
	backdrop-filter: blur(50px);
	transition: backdrop-filter 1000ms;
	-webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
	mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%);
}

.titre { /*Ondes libres*/
	position:fixed;
	right:25px;
	top:75px;
	width:20%;
	overflow:hidden;
	z-index:4;
}
.fleche_titre { /*Ondes libres*/
	position:fixed;
	right:35px;
	bottom:75px;
	width:calc(3% + 25px);
	overflow:hidden;
	z-index:11;
	display:none;
	cursor:pointer;
}

.fond_flou { /*Flou par dessus le fond*/
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	backdrop-filter: blur(30px);
	transition: backdrop-filter 1000ms;
}

.fond_flou::-webkit-scrollbar {
	display: none;
}

.fond_flou:hover {
	backdrop-filter: blur(0);
	transition: backdrop-filter 1000ms;
	overflow:hidden;
}

.fenetres { /*Zone à scroller des fenêtres*/
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
}
	
.fenetre_on { /*Une fenêtre (container)*/
	position: relative;
	left: calc(37.5% - 10px);
	top: 20%;
	padding-bottom: 40%;
	height: 0;
	width: 25%;
	overflow: hidden;
	border-radius: 500px 500px 0 0;
	z-index: 12;
	border: 6px solid #000000;
	transition: all 500ms ease;
	box-sizing: border-box;
}

.fenetre_on:hover { /*Une fenêtre (container)*/
	position: relative;
	height: 0;
	overflow: hidden;
	border-radius: 500px 500px 0 0;
	z-index: 12;
	border: 12px solid #000000;
	transition: all 500ms ease;
	box-sizing:border-box;
}
	
.fenetre_sous { /*Une fenêtre (contenu)*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	box-sizing:border-box;
}	

.fenetre { /*Une fenêtre (contenant)*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-size: calc(contain - 30%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	z-index: 10;
	box-sizing:border-box;
}	

.fenetre_in { /*Une fenêtre (contenant)*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-size: calc(contain - 30%);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	opacity:.85;
	z-index: 8;
	box-sizing:border-box;
	border-radius: 500px 500px 0 0;
}

.fenetre_in_on { /*Une fenêtre (contenant)*/
	width: 100%;
	height: 100%;
	position: absolute;
	padding-top: calc(65% - 5px);
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	align-items: center;
	backdrop-filter: blur(30px);
	transition: backdrop-filter 500ms;
	z-index: 9;
	font-family: Titre, sans-serif;
	text-transform: lowercase;
	font-weight:600;
	font-size:50;
	box-sizing:border-box;
}

.fenetre_in_on_ouverte { /*Une fenêtre (contenant) ouverte, qui reste floue */
	padding: 100px 90px 50px 90;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(30px);
	transition: backdrop-filter 1000ms;
	z-index: 9;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:22px;
	
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	scrollbar-color: #000 #323232;
	display:none;
}

/* Browsers without `::-webkit-scrollbar-*` support */
@supports not selector(::-webkit-scrollbar) {
html {
	scrollbar-color: #000 #323232;
	scroll-behavior: smooth;
}
	
.fenetre_in_on:hover { /*Une fenêtre (contenant)*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(0);
	transition: backdrop-filter 500ms;
	z-index: 9;
	cursor:pointer;
	box-sizing:border-box;
}
.fenetre_border { /*Une fenêtre (container)*/
	position: relative;
	left: 25%;
	top: 25%;
	padding-bottom: 75%;
	height: 0;
	width: 50%;
	overflow: hidden;
	border-radius: 500px 500px 0 0;
	z-index: 10;
	box-sizing:border-box;
}
	
