@import url('https://fonts.googleapis.com/css2?family=Instrument Sans&display=swap');

*{
	--red: #ff6060;
	--green: #82FAB0;
	--link: #2d3748;
	
	--bleu: #26344a;
}

*{
	/*box-sizing: border-box;*/
}

html, body{
	margin: 0px;
	padding: 0px;
}

body, input, select, textarea, button{
	font-family: "Instrument Sans", sans-serif;
	font-variant: tabular-nums;
	font-feature-settings: "tnum";
	font-size: 13px;
}

select{
	font-family: "Arial", sans-serif;
}

body{
	color: #333;
	background-color: #fff;
	text-align: left;
}


#content {
	margin: 0em auto;
	left: 15%;
	text-align: left;
	background:#eee;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	font-size: 13px;
	min-height: 400px;
}


.container{
	position: relative;
}

h2 a{
	color: #004871!important;
}

button{
	border: none;
	background: none;
	color: inherit;
	cursor: pointer;
}

.fakeLink:link, .fakeLink:visited, .fakeLink:active{
	color: inherit;
	text-decoration: none;
}

.flex{
	display: flex!important;
	align-items: center;
	justify-content: center;
}

.hidden{
	display: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.black_link{
	color: #000!important;
}

.clickable{
	cursor: pointer;
}

.error{
	background: red!important;
	color: #FFF!important;
	font-weight: bold;
}

.error-light{
	background: var(--red)!important;
	color: #FFF!important;
	font-weight: bold;
	border-radius: 10px;
	padding: 0 10px;
}

.icon-delete{
	color: #f44336;
}

.warning{
	color: #e29200;
	font-weight: bold;
}

.green{
	color: green;
	font-weight: bold;
}

.success{
	display: inline-block;
	background: var(--green);
	font-weight: bold;
	border: 1px solid;
	padding: 5px;
}

.warning img, .green img{
	width: 15px;
	height: 15px;
	vertical-align: text-top;
}


h1, h2, h3, h4, h5, h6
{
	color: var(--link);
	font-weight: bold;
	line-height: 1.2;
}

h2
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}


.label
{
	font-weight: bold;
	margin: .5em 0 .3em;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

a.selected, a.link
{
	color: #e16500;
	text-decoration: none;
}

th
{
	color: white;
	background-color: #e16500;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1 { font-size: 1.8em; text-transform: uppercase;}
h2 { font-size: 1.5em; margin: 0; margin-bottom: 16px; }
h3 { font-size: 1.4em; margin: 0em; }
h4 { font-size: 1.2em; margin: 0em; }
h5 { font-size: 1.0em; margin: 0em; }
h6 { font-size: 0.8em; margin: 0em; }

.mt{
	margin-top: 24px;
}

img { border: 0px; }
div {
	padding : 0em;
	margin  : 0em;
}

strong, b { font-weight: bold; }


hr{
	background:#FFB478;
	height:3px;
}




.inline{
	display: inline-block!important;
}

.margin{
	margin-bottom: 24px;
}



.adminSession{
	float: right;
}

.adminSession a{
	text-transform: initial!important;
	color: var(--red)!important;
}



#main_menu{
	border-top: #aa0202 solid;
	border-bottom: #aa0202 solid;
	list-style: none;
	margin:0;
}

#main_menu li {
	font: 67.5% "Instrument Sans", sans-serif;
	display:inline;
}

#main_menu a {
	font-size:16px;
	padding: 8px 12px;
	text-decoration: none;
	color:#FFFFFF;
}



#title img{
	vertical-align:middle;
	max-height:70px;
}

#title a{
	text-decoration:none;
}


.menu input[type=checkbox], .show-menu{
	display: none;
}

.menu input[type=checkbox]:checked ~ #main_menu{
	display: block;
}


nav ul {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	position: relative;
}
nav a {
	color: #444;
	line-height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
}

nav li:hover a {
	background: #B5B3B3;
}
nav li ul {
	float: left;
	left: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	transition: none;
}
nav li:hover ul {
	opacity: 1;
	top: 56px;
	visibility: visible;
	width: 210px;
}
nav li:hover ul a {
	text-align: left;
	line-height: 18px;
}
nav li ul li {
	float: none;
}
nav li ul a:hover {
	background: #D9D9D9;
}

/* Clearfix */

#main_menu:after, #main_menu:before {
	content:"";
	display:table;
}
#main_menu:after {
	clear:both;
}
#main_menu {
	zoom:1;
}


.icon {
	vertical-align: middle;
}


.title_perso{
	font-size: 24px;
	margin: 10px;
}


#submenu {
	display:inline-block;
	list-style: none;
	margin: 0;
	padding: 6px;
	/* width: 100%; */
}
#submenu li {
	display:inline-block;
	margin: 0;
	padding: 0;
}
#submenu a {
	color:#FFFFFF;
	display:inline-block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#submenu a:hover, #submenu a.selected {
	background: url("../images/hover.png") bottom center no-repeat!important;
	padding-bottom: 8px;
}


.tip {
	border:1px black;
}

label { font-weight: bold; }

#reminders label { font-weight: normal; }


#userdiv{
	position: absolute;
	top: 6px;
	right: 10px;
	color:white;
}

fieldset{
	border: none;
	/*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);*/
	/*background: rgba(255, 255, 255, 0.95);*/
	/*border-radius: 16px;*/
	/*margin-bottom: 40px;*/
	/*padding: 16px;*/
}

fieldset h2{
	margin-top: 0;
	margin-bottom: 8px;
}

legend{
	padding: 4px 10px;
	border: 1px solid;
	text-align: left;
	border: none;
	background: #FFF;
	border-radius: 8px;
	border: 1px solid var(--link);
}

.tree_root label, .tree_root .ui-icon{
	cursor: pointer!important;
}


#f_inscription table {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

#f_inscription .label {
	padding-top: 2px;
	padding-right: 8px;
	text-align: right;
	width: 125px;
	white-space: nowrap;
}

#f_inscription .field {
	padding-bottom: 10px;
	white-space: nowrap;
}

#f_inscription .status {
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: top;
	width: 246px;
	white-space: nowrap;
}

#f_inscription .textfield {
	width: 150px;
}

.validate_error {
	background:url("../images/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
}

label.checked {
	background:url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
}

.success_msg {
	font-weight: bold;
	color: #0060BF;
	margin-left: 19px;
}


#f_adherent_modif table {
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

#f_adherent_modif .label {
	padding-right: 8px;
	text-align: right;
	width: 125px;
	white-space: nowrap;
}

#f_adherent_modif .field {
	padding-bottom: 10px;
	white-space: nowrap;
}

#f_adherent_modif .status {
	padding-top: 2px;
	padding-left: 8px;
	vertical-align: top;
	width: 246px;
	white-space: nowrap;
}

#f_adherent_modif .textfield {
	width: 150px;
}

#f_adherent_modif label.checked {
	background:url("../images/checked.gif") no-repeat 0px 0px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
}

#f_adherent_modif .success_msg {
	font-weight: bold;
	color: #0060BF;
	margin-left: 19px;
}



.card{
	border: 1px solid;
	box-shadow: 0 2px 4px;
	border-radius: 3px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 15px;
}

caption {
	text-align: center;
	font: bold 16px arial, helvetica, sans-serif;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #CC00FF;
	text-transform: uppercase;
}



table {
	border-collapse: collapse;
	color: #363636;
	text-align:left;
	border: none;
	background-color: white;
}

thead, tfoot {
	text-align:left;
	height:30px;
}

thead th, tfoot th {
	padding:5px;
}

table a {
	color: #333333;
	text-decoration:none;
}

.odd_table tr:not(.noOdd):nth-child(2n+1){
	background: #f2f2f2;
}

th {
	background-color: #FFCE85;
	border-bottom:1px solid;
}

.td_color
{
	background-color: #CFDEFF;
}

table a:hover {
	text-decoration:underline;
}



.tab_footer_line
{
	border: 2px solid black;
}



table td.tab_footer_colonne
{
	border-left: 2px solid black;
	border-right: 2px solid black;
}

table td.tab_footer_colonne_top
{
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

tr.odd{
	background: #f2f2f2;
}

tr.odd2{
	background: #dedede;
}

tr.red{
	font-weight:bold;
	color: red;	
}

tbody th, tbody td {
	padding: 5px;
}





.listing{
	background:none!important;
	margin:7px;
	margin-left:10px;
}

.listing a{
	display:block;
	text-decoration:none;
	border:1px solid;
	color:black;
	box-shadow:inset 7px 0 #e16500;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	margin:1.5px;
	background:#FFF;
}

.listing td{
	padding:0px;
	margin:5px;
	min-width:200px;
}

.listing a:hover{
	background:#F1A05E!important;
}

.listing a:hover{
	text-decoration:none;
}

td.trombi{
	text-align:center;
}

span.trombi {
	display:block;
}

div.conf_dial{
	background:white;
	border: 1px solid;
	display:inline-block;
}

.form_left
{
	float:left;
}



.inputFile{
	display: none;
}

.file-select-button{
	border: 1px solid;
	border-radius: 10px;
	padding: 4px 14px;
	cursor: pointer;
}

.file-select-button:hover{
	background: #dadada;
}

.file-select-name{
	margin-left: 14px;
}

.no-background{
	background:none!important;
}


.encart{
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
	padding-bottom: -5px;
	margin-bottom: 10px;
}

.encart ul{
	margin-top: 6px;
	margin-bottom: 0px;
}

.encart b{
	font-size: 1.2em;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}


.border{
	border: 1px solid;
	border-radius: 10px;
	padding: 10px;
}




.etapes_inscriptions{
	border: 1px solid;
	max-width: 800px;
	margin: 30px auto;
	padding: 10px 70px;
	text-align: center;
	background: #FFF;
}

.etapes_inscriptions .title{
	font-size: 16px;
}

.step{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: oblique;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.step::before {    
	content: "";
	background: var(--header);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: .3;
	border: 1px solid var(--hover);
	border-radius: 0 40px 40px 0;
	border-radius: 40px;
}

.step:hover.step::before{
	opacity: .2;
}

.step__title{
	position: relative;
	min-width: 90px;
	min-height: 90px;
	line-height: 90px;
	font-size: 30px;
	font-style: normal;
	color: var(--header);
	background: no-repeat center/80% url(../images/circle.svg);
}

.step__content{
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.step__content strong{
	font-size: 18px;
	text-decoration: underline;
	display: block;
}





.checkBtn label {
	display: block;
	position: relative;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	font-weight: normal;
	background-color: var(--header);
	cursor: pointer;
	opacity: .4;
	min-width: 60px;
}

.checkBtn input:checked + label {
	opacity: 1;
	font-weight: bold;
}

.checkBtn input {
	position: absolute;
	left: -9999px;
}





.containerCheckbox{
	padding: 0 10px;
}

.containerCheckbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 4px;
	height: 20px;
	width: 70px;
	background: #fff;
	border: 1px solid #ccc;
}

.containerCheckbox input[type="checkbox"]:checked {
	background: #5a83ca;
	/*margin: 0px;*/
	position: relative;
}


.fix_btn{
	position: absolute!important;
	right: 0;
	top: 0;
}


.alert{
	display: none;
	position: fixed;
	top: 2px;
	right: 8px;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	background: #bdffb1;
	border: 3px solid #119e00;
	border-radius: 10px;
	padding: 12px 30px;
}


.divider{
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 14px;
}

.divider::before, .divider::after{
	content: '';
	flex: 1;
	height: 1px;
	background: #919bc1;
}




.creneaux__card{
	display: grid;
	grid-template-columns: 1fr max-content;
	justify-content: space-between;
	align-items: start;
	background: #FFF;
	border-radius: 8px;
	padding: 8px;
	margin-block: 16px;
	width: 900px;
}

.creneaux__title{
	font-size: 15px;
	margin-bottom: 4px;
	font-weight: bold;
}

.creneaux__actions{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.creneaux__actions .tag{
	margin-bottom: 4px;
}

h2.creneaux__card{
	border: 1px solid;
	border-left: 8px solid var(--bleu);
	width: max-content;
	gap: 40px;
}
