

*{
	--red: #ff6060;
	--green: #82FAB0;
}


html, body{
	margin: 0px;
	padding: 0px;
}

body, input, select, textarea{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

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;
}

a:link, a:visited, a:active{
	color: #0060BF;
	text-decoration: underline;
}

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 {font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, arial, helvetica, sans-serif; font-weight: bold; color: #333; }
h1 { font-size: 1.8em; color: #333; text-transform: uppercase;}
h2 { font-size: 1.5em; margin: 0em; }
h3 { font-size: 1.4em; margin: 0em; color: #333; }
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% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, 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;
	color: #004871;
}


#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{
	margin: 0.2em;
	border: 1px solid #004871;
	margin-top: 15px;
	background: #DFDFDF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 40px;
}

legend{
	padding: 4px 10px;
	border: 1px solid;
	text-align: left;
	border: none;
	background: #DFDFDF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #004871;
}

legend h2{
	text-transform:none;
	margin:0;
}

.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;
}
/*
.card:hover{
	color: #FFF;
	background: #D5D3D3;
}*/
/*
.card div{
	display: block;
	margin-bottom: 10px;
	border-bottom: 3px solid #000;
}*/

/*.card span{
	font-size: 26px;
}*/




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;
	font: normal 13px verdana, arial, helvetica, sans-serif;
	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;
}

th {
	background-color: #FFCE85;
	font-family:Arial;
	border-bottom:1px solid;
}

.td_color
{
	background-color: #CFDEFF;
}

table a:hover {
	text-decoration:underline;
}



.tab_footer_line
{
	border: 2px solid black;
}


table.tab_grille
{
	border: 1px solid;
}

table.tab_grille th
{
	border-bottom: 1px solid #000;
}

table.tab_grille tr:not(.noBorderGrille)
{
	border-bottom: 1px dashed #000;
}

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;
}



@font-face {
	font-family: 'SourceSansPro';
	src: url('../fonts/SourceSansPro-Light.otf');
	font-weight: normal;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6
{
	color: #004871;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}

h2
{
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	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;
	/*	border:solid 1px black;*/
	text-transform: uppercase;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}


.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;
}



.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;
}

