@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,100;1,300;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

/*
@font-face {
	font-family: "ats_icons";
	src: url("font/MaterialIcons-Regular.ttf");
}
*/
.material-symbols-outlined {
	font-variation-settings:
		'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

.blink {
	animation-name: blink_anim;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes blink_anim {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* Constantes
------------*/
:root {
	--coul_ader: #3870bd;
}

/* Mini styles
--------------*/
.fl {
	float: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

body {
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: #1e3c66;
	line-height: 1.7em;
	color: #444;
}

h2 {
	text-align: center;
	color: #777;
}

fieldset {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: none;
}

legend {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: var(--coul_ader);
	font-variant: small-caps;
}

input[type="number"],
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="url"],
.champs_01 {
	width: 280px;
	max-width: calc(100% - 10px - 3em);
	padding: 5px;
	background-color: #e2e2e2;
	border: 0;
}

button a {
	text-decoration: none;
	color: #303050;
}

#page {
	background-color: #ecefff;
	padding: 0 0 100px 0;
	box-shadow: 0px 30px 20px rgb(0 0 0 / 50%);
}

#header {
	text-align: center;
}

#logo img {
	width: 200px;
	height: auto;
	max-width: 50%;
	margin-top: 1em;
}

#logo::after {
	content: 'Réserve citoyenne air';
	display: block;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.5em;
	color: var(--coul_ader);
	padding: 0.5em 0 2em 0;
}

.lbl {
	display: inline-block;
	width: 150px;
	border-bottom: 1px dotted #aaa;
}

.table_statut_actuel {
	width: 260px;
	border-collapse: collapse;
	margin-top: 2em;
}

.table_statut_actuel td {
	border: 1px #888 solid;
	padding: 4px 8px;
}

.option_80 {
	width: 60px;
	margin: 0;
	padding: 0;
}

.en_colonnes {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1em;
}

.col_gauche {
	margin-right: 1em;
}

.col_droite {
	margin-right: 1em;
}

.sld_btl,
.sld_btr {
	display: inline-block;
	position: relative;
	background-color: #f4f4f4;
	margin: 1em;
}

.sld_btl::before,
.sld_btr::before {
	content: '';
	display: block;
	position: absolute;
	background-color: var(--coul_ader);
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 0%;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.sld_btl::before {
	right: 0;
}

.sld_btr::before {
	left: 0;
}

.sld_btl:hover::before,
.sld_btr:hover::before {
	width: 100%;
}

.sld_btl:hover .bouton,
.sld_btr:hover .bouton {
	color: #ffffff;
	border-color: var(--coul_ader);
}

.bouton {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 6px 10px 4px 10px;
	border: 1px solid #ababab;
	background: none;
	color: #686868;
	outline: none;
	transition-duration: 300ms;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 200;
	line-height: 1.7em;
}

/******************************************************************************************************************************
*
*	footer.php
*
*******************************************************************************************************************************/
#footer {
	color: #ffffff;
	display: flex;
	justify-content: space-evenly;
}

#footer div {
	padding-top: 2em;
}

#footer p {
	font-weight: bold;
}

#footer a {
	color: #9db6d9;
	display: block;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #cddef5;
}

/******************************************************************************************************************************
*
*	index.php
*
*******************************************************************************************************************************/
#liste_choix {
	max-width: 1024px;
	margin: auto;
	padding: 10em 0;
	background-image: url("../img/paf-arc-triomphe.avif");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 30px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
	flex-wrap: wrap;
	justify-content: center;
}

.lst_chx a,
.lst_nochx {
	display: block;
	background-color: #ffffffc0;
	width: 24em;
	margin: 1em;
	font-size: 12px;
	line-height: 50px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 0 10px 2px rgb(0 0 0 / 50%);
}

.lst_chx a:hover {
	background-color: #ffffff;
	box-shadow: 0 0 10px 2px rgb(0 0 0 / 100%);
}

.lst_nochx:hover {
	background-color: #ffffff88;
	cursor: not-allowed;
}

#liste_choix .material-symbols-outlined {
	font-size: 2.5em;
	vertical-align: middle;
	margin: 0 15px 0 10px;
	color: #50616b;
}

#index_legend {
	text-align: center;
	margin-top: 1em;
	font-size: 12px;
	color: var(--coul_ader);
	padding: 1em 7em;
}

#index_publications,
#index_invit {
	max-width: 1024px;
	margin: auto;
}

#index_publications h1,
#index_invit h1 {
	display: block;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.5em;
	color: var(--coul_ader);
	padding: 1em 0 0 0;
}

#index_invit h2 {
	color: #fefefe;
	font-size: 16px;
	height: 68px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#index_pubdiv {
	display: flex;
	justify-content: space-around;
}

#index_invdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#index_invdiv ul {
	padding: 0;
}

.index_invdiv_img {
	width: 300px;
	height: 169px;
	background-size: cover;
	background-position: center;
}

/******************************************************************************************************************************
*
*	login.php - mdp_oublie.php
*
*******************************************************************************************************************************/
.ats_connect_body {
	background-image: url("../img/paf-arc-triomphe.avif");
	background-size: cover;
	background-position: center;
}

#ats_connect_div {
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(200vh / 3);
	min-height: 640px;
}

#ats_connect {
	background-color: rgb(160 179 192 / 50%);
	width: 320px;
	max-width: calc(100% - 160px);
	border: 2px outset #999999;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 10px rgb(0 0 0 / 65%);
	padding: 20px 70px;
	font-size: 20px;
	opacity: 0;
	animation-name: ats_connect_anim;
	animation-delay: 0.1s;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes ats_connect_anim {
	0% {
		opacity: 0.5;
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}

	100% {
		opacity: 1;
	}
}

#ats_connect #usrlog {
	font-size: 85px;
	color: #fefefe;
	text-align: center;
	margin: 15px 0 50px 0;
	line-height: initial;
}

#ats_connect #usrlog:after {
	content: 'Extranet ADER';
	display: block;
	font-size: 30px;
	font-family: Helvetica, Arial, "sans-serif";
	margin: 10px 0 20px 0;
}

#ats_connect #mdp_oublie {
	font-size: 85px;
	color: #fefefe;
	text-align: center;
	margin: 15px 0 50px 0;
	line-height: initial;
}

#ats_connect #mdp_oublie:after {
	content: 'Mot de passe oublié';
	display: block;
	font-size: 30px;
	font-family: Helvetica, Arial, "sans-serif";
	margin: 10px 0 20px 0;
}

#ats_error {
	font-size: 25px;
	text-align: center;
	color: #ffff00;
	font-variant: small-caps;
	font-weight: bold;
}

.ats_connect_line {
	background-color: #ffffff;
	margin: 20px 0 0px 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-direction: row;
	line-height: 45px;
}

.ats_connect_line label {
	font-size: 50px;
	color: #50616b;
	border-right: 3px solid #50616b;
	padding: 0 6px 0 0;
	margin: 10px 0 10px 10px;
}

.ats_connect_line label .material-symbols-outlined {
	font-size: 50px;
}

.ats_connect_line input {
	background-color: #ffffff00;
	border: none;
	font-size: 20px;
	color: #505050;
	width: 100%;
	outline: none;
	padding: 23px 0 23px 15px;
	border-radius: 5px;
}

.ats_connect_line input select {
	background-color: #dedede;
}

#ats_connect input[type="submit"] {
	width: 100%;
	font-size: 20px;
	margin: 20px 0;
	padding: 15px;
	background-color: #051c4f;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	color: #ffffff;
}

#ats_connect_txt {
	font-size: 14px;
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

#ats_connect_txt a {
	color: #fff;
}

#ats_connect_afjv {
	font-size: 10px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
}

/******************************************************************************************************************************
*
*	Formulaire
*
*******************************************************************************************************************************/
.formulaire {
	margin: auto;
	max-width: 1024px;
	padding: 1em 0;
}

/******************************************************************************************************************************
*
*	Excel
*
*******************************************************************************************************************************/
#excel_div {
	max-width: 100%;
	overflow: auto;
}

#excel {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #ffffff;
	margin: auto;
}

#excel td {
	border: 1px solid #e0e0e0;
	padding: 2px 4px;
}

#excel th {
	border: 1px solid #ababab;
	background-color: #f0f0f0;
	padding: 4px 6px;
	color: #217346;
}

#excel thead th {
	padding: 4px 6px;
}

#excel tbody tr:hover {
	background-color: #e7f0fd;
	cursor: pointer;
}

#thead_fixed {
	position: fixed;
	top: 1px;
	left: 0;
	display: flex;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	border: 1px solid;
	border-top: none;
}

#thead_fixed div {
	outline: 1px solid #ababab;
	background-color: #f0f0f0;
	padding: 2px 4px;
	color: #217346;
	display: flex;
	justify-content: center;
	align-items: center;
}

/******************************************************************************************************************************
*
*	Fiche
*
*******************************************************************************************************************************/
#fch_b0 {
	display: flex;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 50%);
	max-width: 1024px;
	margin: auto;
}

#fch_b1 {
	background-color: #576c7a;
	color: #ffffff;
	padding: 3em;
}

#fch_b2 {
	background-color: #576c7a;
	width: 100%;
}

#fch_b3 {
	padding: 3em;
	background-color: #ffffff;
	border-radius: 25px 0 0 0;
}

#fch_photo {
	width: 200px;
	border-radius: 10px;
	height: auto;
}

#fch_promo {
	margin-bottom: 1em;
	text-align: center;
}

#fch_lkin {
	text-align: center;
}

#fch_lkin img {
	width: 70px;
	height: auto;
	vertical-align: middle;
}

#fch_sect {
	text-align: center;
	padding: 1em 0;
	color: #fefefe;
	background-color: #576c7a;
	text-transform: uppercase;
}

#fch_name {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	margin: 0 0 20px 0;
	line-height: 1em;
	font-weight: bold;
}

#fch_fonct {
	font-size: 22px;
	margin: 0 0 50px 0;
	color: #6a8495;
	font-weight: bold;
	font-variant: small-caps;
}

#fch_comp {
	font-size: 22px;
	margin: 0 0 40px 0;
	color: #bd3838;
	font-variant: small-caps;
}

#fch_adr {
	margin: 0 0 30px 0;
}

#fch_tels {
	display: flex;
	justify-content: space-evenly;
}

#fch_tels .material-symbols-outlined {
	text-decoration: none;
	/*	vertical-align: middle; */
	font-size: 40px;
	color: #a5b5c0;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	transition-duration: 150ms;
}

#fch_tels .material-symbols-outlined:hover {
	transform: scale(1.5);
}

#fch_boutons {
	text-align: center;
	margin-top: 2em;
}

#spiral {
	display: block;
	position: absolute;
	width: 50px;
	height: 171px;
	background-image: url(../img/spirale.png);
	margin-left: calc(-3em - 25px);
	margin-top: 4em;
}

#fch_view {
	height: 1em;
	margin-top: 2em;
	text-align: center;
	font-family: monospace;
	font-size: 17px;
	color: #6d98d3;
	font-weight: bold;
}

.astrx::after {
	color: #f00000;
	content: '*';
	display: inline-block;
	transform: translateY(-0.4em);
}

/******************************************************************************************************************************
*
*	Publications
*
*******************************************************************************************************************************/
#vortex {
	text-align: center;
}

.vortex {
	width: 300px;
	max-width: 90%;
	height: auto;
	text-align: center;
	display: inline-block;
	margin: 1em;
}

.vortex img {
	text-decoration: none;
	max-width: 100%;
	height: auto;
	outline: 1px solid rgba(0, 0, 0, 0.2);
	outline-offset: -1px;
}

/******************************************************************************************************************************
*
*	Invitations
*
*******************************************************************************************************************************/
#invitations {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}

.invitations {
	background-color: #010101;
	width: 300px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	border: 1px solid;
	margin: 1em;
}

.invitations a {
	color: #f0f0f0;
	text-decoration: none;
}

.invitations h1 {
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	padding: 0 5px;
}

.invitations img {
	max-width: 100%;
}

.annee {
	width: 300px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
	margin: 1em;
	padding-top: 140px;
}

.annee a {
	color: #3870bd;
	text-decoration: none;
	font-size: 70px;
	font-weight: 900;
}

/******************************************************************************************************************************
*
*	Groupes de travail
*
*******************************************************************************************************************************/
#gt_main {
	box-shadow: 0px 5px 15px rgb(0 0 0 / 50%);
	max-width: 1024px;
	background-color: #fefefe;
	margin: auto;
}

#gt_main h1 {
	background-color: #353535;
	color: #fefefe;
	padding: 1rem;
	margin: 0;
}

#gt_main h2 {
	background-color: var(--coul_ader);
	margin: 0;
	padding: 1rem;
	color: #fefefe;
}

#gt_main p {
	margin: 1rem 2rem;
}

.gt_def {
	font-style: italic;
}

.gt_nav {
	float: right;
	margin: -4rem 2rem;
}

.gt_nav .material-symbols-outlined {
	text-decoration: none;
	font-size: 3rem;
	color: var(--coul_ader);
	opacity: 0.32;
}

#gt_somm {
	margin-bottom: 3rem;
}

#gt_somm li {
	margin-bottom: 1rem;
	line-height: 1.2rem;
}

#gt_somm a {
	text-decoration: none;
	color: var(--coul_ader);
	font-weight: bold;
}

#gt_main ul li:hover {
	cursor: zoom-in;
	background-color: #d4e7f3;
	;
}

/******************************************************************************************************************************
*
*	Gestion des événements
*
*******************************************************************************************************************************/
#event_text {
	width: calc(100% - 4em);
	height: 200px;
	background-color: #e2e2e2;
	border: none;
	padding: 1em;
}

#event_edit {
	border-collapse: collapse;
	margin: auto;
}

#event_edit tr {
	border-bottom: 1px solid #c0c0c0;
}

#event_edit td {
	padding: 0.5em;
}

#event_div {
	width: 800px;
	max-width: 100%;
	margin: auto;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

#event_img {
	line-height: 0;
}

#event_img img {
	max-width: 100%;
}

#event_txt {
	background-color: #fefefe;
}

#event_txt h1 {
	text-align: center;
	margin: 0;
	padding: 1em 0;
	color: black;
	line-height: 1.7em;
	text-transform: uppercase;
}

#event_txt h2 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 1em 0;
	color: #e20613;
	line-height: 1.7em;
	text-transform: uppercase;
}

#event_txt p {
	padding: 0 2em;
}

#event_infos {
	text-align: center;
	width: 100%;
	table-layout: fixed;
	font-weight: bold;
	margin: 0 0 2em 0;
}

#event_infos img {
	height: 40px;
	width: auto;
}

#form_inscription input[type="submit"] {
	width: 100%;
	padding: 1em;
	background-color: #33ccff;
	border: none;
	outline: none;
	color: #fefefe;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.mini_bouton {
	display: inline-block;
	background: #f0f0f0;
	border: 1px solid #ababab;
	padding: 1px 5px;
	margin: 3px;
	border-radius: 3px;
	color: #303030;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

.event_check {
	color: #444;
	text-decoration: none;
	display: block;
}

.event_wait::after,
.event_yes::after,
.event_no::after,
.event_link::after {
	content: '';
	display: inline-block;
	background-color: #444;
	mask-image: url('../img/icons/wait.svg');
	mask-size: 100% 100%;
	width: 1.2em;
	height: 1.2em;
	font-size: 1.2em;
	vertical-align: middle;
	margin: 0 2em 0 0.5em;
}

.event_yes::after {
	mask-image: url('../img/icons/check.svg');
}

.event_no::after {
	mask-image: url('../img/icons/cancel.svg');
	margin-right: 0;
}

.event_link::after {
	mask-image: url('../img/icons/link.svg');
	margin-right: 0;
}

/******************************************************************************************************************************
*
*	Mobile
*
*******************************************************************************************************************************/
@media screen and (max-width: 800px) {
	#fch_b0 {
		flex-direction: column;
	}

	#fch_b1 {
		text-align: center;
		padding: 2em 1em 0 1em;
	}

	#fch_photo {
		width: auto;
		max-width: 95%;
		min-width: 50%;
	}

	#fch_b2 {
		width: auto;
	}

	#fch_b3 {
		padding: 2em 1em;
		border-radius: 0;
	}

	#fch_name {
		font-size: 25px;
	}

	#fch_fonct {
		font-size: 18px;
	}

	#fch_comp {
		font-size: 18px;
	}

	#spiral {
		display: none;
	}

	#logo_foot {
		display: none;
	}

	#index_pub_2 {
		display: none;
	}

	#index_inv_2 {
		display: none;
	}
}