/**************************************/
/*          CSS Stylesheet            */
/**************************************/
:root {
	--primary-color: #0d6efd;
}


body {
	font: 13px/1.231 Roboto, arial, helvetica, clean, sans-serif;
	color: #666666;
	background-color:#303940;
}

/**** header ****/

#header {
	color:#fff;
	background: #000 url(/images/bg-page.png) repeat-x top left;
	height: 177px;
}

#header .logo {
	top: 0;
	left: 10px;
}

body #header .association {
	font-family: 'Roboto Condensed';
}

#header .association a {
	color: white;
}

#header .association a:hover {
	background: none;
}

#search {
	top: 55px;
	right: 0px;
}

/**** footer ****/

#footer
{
	background-color:#c8e77a;
	border-top: 1px solid #93bb3a;
	color: #607b24;

	padding: 100px 0 30px
}

#header .shopping-status {
	padding-left: 40px;
}

.address-form > ul > li.address {
	width: 100%; /** Placer les codes-postaux à la ligne **/
}

/** Conteneur des adresses google, à placer au dessus des modaux **/
.pac-container {
	z-index: 999999 !important;
}


/**** main menu ****/

#main_menu {
	width: 920px;
	padding: 12px 20px 0;
}

#main_menu li {
	padding: 0px 10px 0px 0px;
}

#main_menu li.last {
	padding-right:0px;
}

#main_menu li a {
	color: #4b6119;
	text-shadow: 1px 1px 1px #ffffff;
}

#main_menu li a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #4b6119;
	background-color: #617e20;
	-webkit-box-shadow: inset 2px 2px 6px 0px #4c6319;
	-moz-box-shadow: inset 2px 2px 6px 0px #4c6319;
	box-shadow: inset 2px 2px 6px 0px #4c6319;
}

#main_menu li ul.sub_menu {
	background: #c4e671;
	border: 1px solid #93bb3a;
}

#main_menu li ul.sub_menu li {
	border-top: 1px solid #e0f2b4;
	border-bottom: 1px solid #aacb5d;
}

#main_menu li ul.sub_menu li a {
	background-color: #c4e671;
}

#main_menu li ul.sub_menu li a:hover {
	color: #4b6119;
}

#main_menu li a {
	text-shadow: none;
}

/**** general ****/

.fnsmr_activity_association select {
	width: 212px;
}

.fnsmr_activity_association {
	text-align: center;
}

/* progressbar */

#progressbar {
	position: relative;
	border: 1px solid #DDD;
	box-shadow: 0 3px 5px -3px #CCC inset;
}

#progressbar table {
	font-size: 10px;
	margin: 0 1%;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 98%;
}

#progressbar table .on a {
	color: #D3A200;
	display: inline-block;
	line-height: 2em;
	width: 12.5%
}

#progressbar table .on a:hover {
	color: #D3A200;
	background: none;
}

#progressbar table .off a {
	display: none;
}

#progressbar + p {
	font-style: italic;
}

#progressbar .ui-progressbar-value {
	box-shadow: 0 -20px 30px -30px #FED94E inset;
}

#form-insurance span.radio_element {
    display: block;
}

.activities_embedded span {
	width: 100% !important;
	display: block !important;
}
.activities_embedded ul.radio_list {
	list-style: none;
	margin: 0 !important;
}
.activities_embedded ul.radio_list li.certificate_choice {
	display: inline;
}
.activities_embedded ul.radio_list li.certificate_choice label {
	color: #777;
}
.activities_embedded ul:not(.radio_list) li:not(.certificate_choice) {
	margin-bottom: 10px;
}

.m-t-0 {
	margin-top: 0 !important;
}

#mail_checkboxes th{
	width: 600px;
	padding-right: 40px;
}

#mail_checkboxes td{
	width: 30px;
}

body form table td.address-form,
form #player-extended-form table td.address-form {
	width: auto;
}

#player-extended-form th {
	width: 160px;
}

table.list.affiliation-prices tbody th {
	font-style: normal;
	width: auto;
}

.list-filters {
	background: #f1f1f1;
	border-radius: 6px;
	padding: 0 10px 10px;
}

#content .list-filters h3,
.list-filters label {
	padding: 10px 10px;
	background: #e8e8e8;
	margin: 20px -10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: normal;
}

.list-filters label {
	display: block;
	background: #fdfdfd;
	margin: 10px -8px 10px;
	border-radius: 0;
	border-top: 1px solid #ccc;
}

.list-filters h3 + label {
	margin-top: 0;
}

.fnsmr_activity_association select {
	width: 100%;
	margin: 0 -20px;
	min-height: 200px;
}

.sidebar a.add.dialog,
.shopping_bag a.add {
	text-align: center;
	display: block;
	background: linear-gradient(346deg, #405666, #3182b1);
	padding: 16px 10px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #68b7ff;
	margin-bottom: 3px;
}

.shopping_bag a.add:hover {
	 box-shadow: 0 0 3px #00a;
}

.sidebar a.add.dialog:before,
.shopping_bag a.add::before{
	content: "\f234";
	margin-right: 8px;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

a.need-validation span.fa {
	background: #c8eaff;
	padding: 2px 5px;
	border-radius: 50%;
}

.btn-staff-add-person {
	display: none;
}

/** A retirer avec bootstrap **/
.btn {
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-border-radius: 0.375rem;
	--bs-border-radius: 0.375rem;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-border-width: var(--bs-btn-border-width);

	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);

	/**
	 * Les surcharges de button
	*/
	text-shadow: none;
	background-image: none;
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);

	/**
	 * Les surcharges de button
	*/
	text-shadow: none;
	background-image: none;
}

.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130,138,145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}

#form-insurance ul {
	list-style: none;
}
/**
 * Revue de la grille
 */
.shopping_bag_content, .shopping_bag_warning {
	width: 100%;
	box-sizing: border-box;
}
