.site-header
{
	background: linear-gradient(to left, rgba(62,188,207,0.96) 0,rgba(40, 68, 145,0.96) 100%);
}

.site-footer
{
	/*position: absolute;
	width: 100%;
	bottom: 0px;*/
}

.site-footer .site-info-container
{
	/*height: 100%;*/
}

div.navbar
{
	background: #1d2f61 !important;
}

ul.sub-menu a
{
	background: #1d2f61 !important;
}

.nav-menu li:hover > a, .nav-menu li a:hover
{
	background: #121e42 !important;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover
{
	background: #121e42 !important;
}

/* gère l'élément actuellement sélectionné */
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a
{
	background: #121e42 !important;
}


#headerInfos
{
	position: absolute;
	top: 10px;
	left: 15px;
}

#headerInfos h3
{
	color: #dae5ff;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.9rem;
}

#reSo-img a:hover
{
	color: #dce1ec;
}

#site-navigation .nav-menu li a
{
	font-size: 1.3rem;
	font-weight: bold;
}




.no-padding-left
{
	padding-left: 0px;
}

.no-padding-right
{
	padding-right: 0px;
}

.light-padding-left
{
	padding-left: 5px;
}

.light-padding-right
{
	padding-right: 5px;
}

#ajoutCourse textarea, #modifCourse textarea, #ajoutCourse .note-editable, #modifCourse .note-editable
{
	text-align: left;
}


#ajoutCourse label, #modifCourse label
{
	text-align: right;
}

#ajoutCourse, #modifCourse
{
	font-size: 1.4rem;
}

#ajoutCourse .form-row, #modifCourse .form-row
{
	margin-bottom: 20px;
}


.separator 
{
	width: 40%;
	height: 1px;
	border-top: 1px solid silver;
}

#titreEspOrg
{
	position: relative;
}


/* ********************************************** LISTE DES COURSES ************************************************ */

.table-liste-courses tbody tr
{
	border-radius: 5px;
	box-shadow: 0px 3px 8px rgba(40, 40, 40, 0.4);
}

.table-liste-courses tbody td
{
	border: none;
}

.table-liste-courses table 
{
	border: 1px solid #d0d0d0;
}

.table-liste-courses tr.empty-tr
{
	box-shadow: none;
	border: none;
	height: 30px;
}

.table-liste-courses tr.course-passee
{
	background: #e5e5e5;
}

.table-liste-courses tr.course-passee-btn-row
{
	background: #bdbdbd;
	box-shadow: none;
}

.table-liste-courses tr.course-passee-btn-row .coursesTableActionLink
{
	border: transparent;
}

.table-liste-courses tr.course-passee-btn-row .coursesTableActionLink
{
	background: #007bff;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


/* *********************************************** ACCUEIL ************************************************** */

#accueil h1, h2, h3, h4, h5, h6
{
	font-family: 'Arial' !important;
}

#accueilAside
{
	background: rgb(216 222 239 / 40%);
    box-shadow: 0px 2px 10px rgb(50 50 50 / 50%);
    align-self: flex-start;
    border-radius: 5px;
}

#listeCoursesPourInscriptionsAccueil ul
{
	list-style-type: none;
	padding-left: 0;
	height: 115px;
	overflow-y: auto;
}

#listeCoursesPourInscriptionsAccueil li
{
	/*display: flex;
	justify-content: space-between;
	padding: 3px;
	margin-top: 3px;
	border: 1px solid blue;
	border-radius: 3px;*/
	margin-bottom: 3px;
}

#listeCoursesPourInscriptionsAccueil li a
{
	display: flex;
	justify-content: space-between;
	padding: 8px;
}



/* ************************************************* PRIX ************************************************* */

#addPrixTab
{
	border-radius: 0px;
	font-size: 1.4rem;
}

.priceInput
{
	width: auto;
	font-size: 1.4rem;
	padding: 0px 3px;
}

#certifSubForm
{
	border: 1px solid silver;
	display: none;
}

form#recherche
{
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}

form#recherche input
{
	font-size: 1.4rem;
}

form#recherche select
{
	margin: 0px 10px;
}

.bigButton
{
	font-size: 1.6rem;
}


.coursesTableActionTd, .eventsTableActionTd
{
	display: flex;
	flex-direction: column;
}

.coursesTableActionTd .coursesTableActionLink, .eventsTableActionTd .eventsTableActionLink, tr.course-passee-btn-row .coursesTableActionLink
{
	background: silver;
	border: 1px solid white;
	font-size: 1.3rem;
	padding: 6px 4px;
	width: 100px;
	color: white;
	border-radius: 3px;
}

.coursesTableActionTd .coursesTableActionLink i, .eventsTableActionTd .eventsTableActionLink i
{
	padding-right: 5px;
}

.coursesTableActionTd .coursesTableActionLink:hover, .eventsTableActionTd .eventsTableActionLink:hover, tr.course-passee-btn-row .coursesTableActionLink:hover
{
	transition: 0.5s;
	text-decoration: none;
	filter: brightness(0.7);
}

.coursesTableActionTd .coursesTableActionLink:nth-child(1) {
	background: #355b82;
}	
.coursesTableActionTd .coursesTableActionLink:nth-child(2), .eventsTableActionTd .eventsTableActionLink:nth-child(1) {
	background: #3d863c;
}
.coursesTableActionTd .coursesTableActionLink:nth-child(3), .eventsTableActionTd .eventsTableActionLink:nth-child(2) {
	background: #3583af;
}
.coursesTableActionTd .coursesTableActionLink:nth-child(4), .eventsTableActionTd .eventsTableActionLink:nth-child(3) {
	background: #74777d;
}
.coursesTableActionTd .coursesTableActionLink:nth-child(5), .eventsTableActionTd .eventsTableActionLink:nth-child(4) {
	background: #a90000;
}

.table td
{
	border-top-color: #b2b4b7
}


.fontSizeMedium
{
	font-size: 1.5rem;
}



.gererInscriptionRechercheForm
{
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
}
.gererInscriptionRechercheForm input
{
	border: 1px solid silver;
	border-radius: 3px;
	padding-left: 5px;
	margin: 10px 15px 10px 5px;
}



.pageListeInscritsHeader
{
	display: flex;
	justify-content: center
}

.pageListeInscritsHeader .btnExportHaut
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	right: 0px;
}

.formFiltresListeInscrits
{
	border: 1px solid #cecece;
	border-radius: 5px;
}

.formFiltresListeInscrits .form-row
{
	display: flex;
	justify-content: center;
}

.formFiltresListeInscrits #accordionBtnFiltres {
	background: #cecece;
	border: 1px solid #cecece;
	color: black;
	font-size: 1.5rem;
}
.formFiltresListeInscrits #accordionBtnFiltres i {
	margin-left: 5px;
}



.overflowAutoY
{
	overflow-y: auto;
}


#tarif
{
	border: 1px solid #b7b7b7;
}


.absoluteDesktopStaticMobile
{
	position: absolute; 
	top: 0px; 
	left: 0px;
}



[id^="resExport"]
{
	text-align: center;
	font-size: 1.6rem;
	font-style: italic;
}




/* ****************************************************** CREATION COURSE *********************************************************** */

#date-course-creation::after
{
	content: attr(data-error-message);
	position: absolute;
	display: inline-block;
	top: 32px;
	left: 200px;
	color: red;
	font-size: 1.3rem;
}






/* ********************************************* MODAL COMPTE RENDU CREATION DE COURSE ********************************************** */


#modalCompteRenduContainer
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(100, 100, 100, 0.5);
}
#modalCompteRendu
{
	position: relative;
	max-height: 80%;
	width: 60%;
	overflow-y: auto;
	background: rgba(250, 250, 250, 1);
	border-radius: 5px;
}

#closeModal
{
	cursor: pointer;
}

#modalCompteRenduHeader
{
	background: #ececec;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0px 0px 8px rgba(180,180,180,0.4);
}

#modalCompteRendu .compteRenduRow
{
	display: flex;
}
#modalCompteRendu .valueCompteRendu
{
	font-weight: bold;
	margin-left: 10px;
}

#modalCompteRenduContent
{
	padding: 0px 20px;
}
#modalCompteRenduContent p
{
	margin-bottom: 15px;
}






/* ************************************* NUMEROTATION D'UNE COURSE *************************************** */

#numFormContainer ul
{
	list-style-type: disc;
}

.deleteDossardsSerie
{
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0px 6px;
	text-align: center;
	margin-left: 5px;
	color: #585858;
	cursor: pointer;
}


.doss_fin_parent::after
{
	content: attr(data-message-erreur);
	color: red;
	font-size: 1.3rem;
}




/* ********************************************* STATISTIQUES ************************************************* */


#legendeContainer
{
	background: #f9f9f9;
}

.legendeGraphique
{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.legendeGraphique span
{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	margin-right: 5px;
}

#statsSpinner
{
	display: none;
	background: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
	width: 100%;
	height: 100%;
}


#statsNavLinks .nav-link
{
	background: #f0f0f1;
}
#statsNavLinks .nav-link.active
{
	background: #007bff;
}



/* **************************************************** CODES PROMO ******************************************** */

#listCodes .actionTd
{
	padding: 0px;
}
#listCodes .actionTd button
{
	width: 100%;
	border-radius: 2px;
	border: 1px solid white;
	font-size: 1.3rem;
	padding: 8px 20px;
}
#listCodes .actionTd .btnModifierCode
{
	background: #2d6798;
}
#listCodes .actionTd .btnDesactiverCode
{
	background: #484848;
}
#listCodes .actionTd .btnActiverCode
{
	background: #0d7713;
}
#listCodes .actionTd button:hover
{
	transition: 0.5s;
	filter: brightness(0.7);
}

#listCodes .trDesactive /* rend les tr des codes désactivés plus sombres */
{
	background: #c2c4c7;
	filter: brightness(0.8);
}

#modalBoxModifierCodePromo
{
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(150, 150, 150, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

#modalBoxModifierCodePromo #modalContent
{
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 10px rgba(100,100,100,0.5);
}

#modalBoxModifierCodePromo #closeModalCode
{
	position: absolute;
	top: -20px;
	right: 15px;
	opacity: 0.4;
	font-size: 4rem;
	z-index: 1001;
	cursor: pointer;
}




/* **************************************************** T SHIRTS **************************************************** */

#tshirtSizesInputs
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 150px;
}

#tshirtSizesInputs .oneTshirtSize
{
	display: flex;
	justify-content: space-between;
	max-width: 200px;
}
