html {
	background-color: #fff;
	height: 100%;
}
html.bg {
	background-image: url(/img/background.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
body {
	background-color: transparent;
}
body, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', Sans-Serif;
	font-size: 14px;
}
strong {
	font-weight: bold;
}
ol {
	list-style-type: decimal;
	padding-left: 20px;
}
.fit {
	max-width: 100%;
}
.context {
	overflow: auto;
}
.layer {
	position: relative;
	top: 0;
	left: 0;
}
.layer_base,
.shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.note1,
.note2,
.note {
	font-style: italic;
	color: #304899;
	font-size: 13px;
}
.note1::before,
p.note::before {
	content: '\24D8';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #fd3c22;
	padding-right: 3px;
}
/*.bt .note {
	color: #000;
	font-size: 12px;
}*/
.user_note,
p.user_note {
	font-style: italic;
	color: #fd3c22;
	font-size: 13px;
}
.error,
.crucial {
	color: #fd3c22;
	font-weight: bold;
}
p.error::before {
	content: '\24D8';
	content: '\26D4';
	content: '\26A0';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #304899;
	padding-right: 3px;
}
body.disconnected .is_connected,
body.connected .is_disconnected,
body.discharged .is_charged {
	display: none;
}

/* Liens et boutons */

a {
	cursor: pointer;
	color: #000;
}
.link {
	color: #2daaf2;
}
.link:hover,
.link2:hover {
	color: #fdee69;
}
.link:focus,
.link2:focus {
	color: #fdee69;
}
.red_link2:hover,
.red_link2:focus {
	background-color: #fd3c22;
	color: #fff;
}
.link:hover {
	text-decoration: underline;
}
a .two,
a:hover .one,
a:focus .one {
	display: none;
}
a:hover .two,
a:focus .two {
	display: inline;
}
.bt {
	display: inline-block;
	background-color: #2daaf2;
	color: #000;
	border: 0 none;
	line-height: 25px;
	padding: 10px 20px;
	cursor: pointer;
}
.bt_gray {
	background-color: #304899;
	color: #fff;
}
.bt_quiet,
.bt_cancel {
	background-color: #e3e3e3;
	color: #888;
}
.bt_align_right {
	float: right;
	margin-right: calc(100% - 312px);
}
.bt:hover,
a:hover .bt {
	background-color: #fdee69;
	color: #000;
}
.bt:focus,
a:focus .bt {
	background-color: #fdee69;
	color: #000;
}
.bt_cancel:hover,
.bt_cancel:focus,
a:hover .bt_cancel,
a:focus .bt_cancel {
	background-color: #fd3c22;
	color: #fff;
}

/* Corbeille */

.junked {
	color: #fd3c22;
	font-weight: bold;
	margin: 10px 0;
}

/* Formulaires */

label {
	color: #304899;
}
.label label::after {
	content: ' :';
}
.label.no_colon label::after {
	content: '';
}
p.field {
	margin-bottom: 10px;
}
p.field.closer {
	margin-bottom: 5px;
}
input.field,
select.field,
textarea.field {
	box-sizing: content-box;
	background-color: #fff;
	color: #000;
	width: 300px;
	padding: 10px 5px;
	border: 1px solid #2daaf2;
	height: 20px;
	line-height: 20px;
}
select.field_date {
	width: 88px;
}
select.field_date {
	float: left;
	margin-right: 6px;
}
select.field_date:last-child {
	float: none;
	margin-right: 0;
}
textarea.field {
	height: 60px;
	resize: vertical;
}
textarea.field.two {
	height: 40px;
}
input.field:focus,
select.field:focus,
textarea.field:focus {
	border-color: #fdee69;
}
input.field:hover,
select.field:hover,
textarea.field:hover {
	border-color: #fdee69;
}
.radios label,
.checkboxes label {
	padding: 1px 5px 0 2px;
	vertical-align: middle;
}
.radios label:last-child,
.checkboxes label:last-child {
	padding-right: 0;
}
.radios input,
.checkboxes input {
	vertical-align: middle;
}
.radios :hover + label,
.radios label:hover,
.checkboxes :hover + label,
.checkboxes label:hover {
	color: #fdee69;
}
.radios :focus + label,
.radios label:focus,
.checkboxes :focus + label,
.checkboxes label:focus {
	color: #fdee69;
}
.radios :checked + label,
.checkboxes :checked + label {
	color: #fdee69;
}
.if_checked {
	display: none;
}
.radios :checked ~ .if_checked.block,
.checkboxes :checked ~ .if_checked.block {
	display: block;
}

/* En-tête */

.header_spacer {
	line-height: 45px;
}
.header {
	position: fixed;
	width: 100%;
	background-color: #2daaf2;
	overflow: auto;
	z-index: 1;
}
.menu_mobile {
	float: left;
	padding: 10px;
}
.profile_link {
	float: right;
	padding: 10px;
}
.menu_mobile:hover,
.profile_link:hover {
	background-color: #fdee69;
}
.menu_mobile:focus,
.profile_link:focus {
	background-color: #fdee69;
}
.menu_mobile img,
.profile_link img {
	width: 25px;
	height: 25px;
}
.logo {
	width: 35px;
	padding-top: 5px;
	vertical-align: top;
}
.ycc_title {
	font-family: 'Nova Round', Cursive, Sans-Serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	vertical-align: top;
}
.ycc_title .link2 {
	display: inline-block;
	color: #00204d;
	padding: 0 10px;
}
h1 .big {
	display: none;
}
.menu_pc {
	display: none;
	float: right;
}
.menu_pc li {
	float: left;
	font-size: 16px;
}
.menu_pc .link2 {
	display: inline-block;
	color: #00204d;
	padding: 0 10px;
	line-height: 45px;
	cursor: pointer;
}
.layer_base .link2:hover,
.ycc_title .link2:hover,
.menu_pc .link2:hover {
	background-color: #fdee69;
	color: #000;
}
.layer_base .link2:focus,
.ycc_title .link2:focus,
.menu_pc .link2:focus {
	background-color: #fdee69;
	color: #000;
}
.menu_pc .selected,
.menu_pc .selected:hover {
	background-color: #304899;
	color: #fff;
}

/* Menu mobile */

.layer_base {
	display: none;
	position: fixed;
	top: 0;
	z-index: 2;
	min-width: 220px;
}
body.menu .layer_menu,
body.profile .layer_profile {
	display: block;
}
.layer_menu {
	left: 0;
}
.layer_profile {
	right: 0;
}
.close_layer {
	background-color: #2daaf2;
}
.close_layer a {
	display: block;
	padding: 10px 10px 0 10px;
	height: 35px;
	line-height: 25px;
	font-size: 16px;
	color: #00204d;
}
.close_layer a:hover {
	background-color: #fd3c22;
	color: #fff;
}
.close_layer img {
	width: 25px;
	height: 25px;
}
.layer_menu .close_layer img {
	float: left;
	padding-right: 10px;
}
.layer_profile .close_layer img {
	float: right;
}
.layer_base .inner_layer {
	max-height: calc(100vh - 45px);
	overflow: auto;
}
.layer_submenu1 {
	background-color: #fff;
	color: #000;
}
.layer_submenu1 a {
	display: block;
	padding: 5px 10px;
	line-height: 25px;
	font-size: 16px;
	color: #000;
}
.preload {
	z-index: -999;
	position: absolute;
	top: -999px;
	left: -999px;
}
body.charged .is_charged_preload1::before,
.layer_submenu1 .is_charged a::before {
	content: url(/img/pictos/star?sz=15&clr=_fd3c22);
	line-height: 25px;
	vertical-align: middle;
	/*content: '\2B50';*/
	/*
	content: '\1F7CA';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: ;
	*/
	padding-right: 3px;
}
body.charged .is_charged_preload2::before,
.layer_submenu1 .is_charged a:hover::before,
.layer_submenu1 .is_charged a:focus::before {
	content: url(/img/pictos/star?sz=15&clr=_000);
	/*color: ;*/
}
.layer_submenu2 {
	background-color: #304899;
}
.layer_submenu2 a,
.layer_menu_note {
	display: block;
	padding: 5px 10px;
	line-height: 22px;
	font-size: 11px;
	color: #2daaf2;
}
.layer_submenu2 a {
	color: #fff;
}
@media screen and (min-width: 980px) {
	body.menu .layer_menu {
		display: none;
	}
	.layer_profile {
		right: 20px;
		min-width: 250px;
	}
	.close_layer a,
	.layer_submenu1 a,
	.layer_submenu2 a {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 1240px) {
	.layer_profile {
		right: calc(50% - 600px);
	}
}

/* Fil d'Ariane */

#ariane {
	display: none;
	margin-bottom: 10px;
	text-align: left; /* Ne pas justifier */
	color: #304899;
}
@media screen and (min-width: 640px) {
	#ariane {
		display: block;
	}
}
#ariane a {
	color: #304899;
	white-space: nowrap;
}
#ariane a:hover {
	color: #fdee69;
}
#ariane a:focus {
	color: #fdee69;
}

/* Contenu */

.body {
	padding: 10px;
	text-align: justify;
	min-height: 42vh;
	background-color: #fff;
	color: #000;
}
h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #2daaf2;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-family: 'Nova Round', Cursive, Sans-Serif;
	color: #2daaf2;
	border-left: 5px solid #2daaf2;
	padding-left: 10px;
	margin-top: 42px;
	margin-bottom: 20px;
}
h3.gray {
	border-left-color: #304899;
	color: #00204d;
}
.inner3 {
	padding-left: 15px;
}
h4 {
	margin-top: 20px;
	margin-bottom: 3px;
	color: #2daaf2;
}
h3::after,
h4::after {
	content: ' :';
}
h3.no_colon::after,
h4.no_colon::after {
	content: '';
}
h3:first-child,
h4:first-child {
	margin-top: 0;
}

/* Design classic */

.classic_img {
	display: block;
	margin: 20px auto;
	max-width: 50vw;
}
.classic_img.big {
	display: none;
}
.classic_full + .json,
.classic_full + .classic_full {
	margin-top: 42px;
	clear: both;
}
.classic_full p,
.classic_div p {
	margin-bottom: 20px;
}
.classic_full p:last-child,
.classic_div p:last-child {
	margin-bottom: 0;
}
.classic_full ul,
.classic_div ul {
	list-style-type: "▸";
	padding-left: 7px;
}
.classic_full li,
.classic_div li {
	padding-left: 8px;
	margin-bottom: 20px;
}
.classic_full .inner3 li,
.classic_div .inner3 li {
	margin-bottom: 3px;
}
ol.no_marker,
.no_marker li,
ul.no_marker,
.no_marker li {
	list-style-type: none;
	padding-left: 0;
}
.classic_full iframe,
.classic_div iframe {
	width: 100%;
	height: 75vh;
	max-height: 500px;
}
.reverse {
	padding-top: 22px;
}

/* Design  */

.outsider_right {
	margin-top: 42px;
}
.outsider_left ol,
.outsider_left ul,
.outsider_left p {
	margin-bottom: 20px;
}
.outsider_left p.field {
	margin-bottom: 10px;
}
.outsider_left li,
.outsider_left .label {
	margin-bottom: 3px;
}
.outsider_left .label:last-child,
.outsider_left p.field:last-child,
.outsider_left p:last-child,
.outsider_left ol:last-child,
.outsider_left ul:last-child,
.outsider_left li:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 640px) {
	.outsider_left {
		float: left;
		width: calc(66% - 20px);
	}
	.outsider_right {
		margin-top: 0;
		margin-left: auto;
		width: 34%;
	}
	.body {
		overflow: auto;
	}
}

/* Pieds de page */

#traces {
	background-color: #eee;
	box-shadow: 0 0 5px 5px rgba(85, 85, 221, 0.5) inset;
	padding: 15px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}
#traces p {
	margin: 3px 0;
}
.shadow,
.footer {
	border-radius: 0 0 7px 7px;
}
body {
	padding-bottom: 20px;
}
.footer {
	display: none;
	background-color: #304899;
	text-align: center;
	font-size: 11px;
}
.footer li,
.footer .link2,
.footer .text {
	display: inline-block;
	color: #fff;
	line-height: 35px;
}
.footer .text {
	color: #2daaf2;
}
.footer .link2,
.footer .text {
	padding: 0 10px;
}
.footer .link2:hover {
	background-color: #fdee69;
	color: #000;
}
.footer .link2:focus {
	background-color: #fdee69;
	color: #000;
}
.footer .selected,
.footer .selected:hover {
	background-color: #2daaf2;
	color: #00204d;
}

/* Tablette */

@media screen and (min-width: 480px) {
	h1 .small,
	.classic_img.small {
		display: none;
	}
	h1 .big {
		display: inline;
	}
	.classic_img.big {
		display: block;
	}
}

/* PC */

@media screen and (min-width: 980px) {
	.menu_mobile {
		display: none;
	}
	.menu_pc {
		display: block;
	}
	.ycc_title {
		float: left;
		padding-left: 10px;
	}
	.profile_link {
		padding-right: 10px;
		margin-right: 10px;
	}
	.page_width {
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto;
	}
	.body {
		overflow: auto;
		padding: 20px;
	}
	.footer {
		display: block;
	}
	.classic_img {
		float: right;
		max-width: 450px;
		max-width: calc(50% - 10px);
		margin: 0;
	}
	.classic_div {
		margin-right: 470px;
		margin-right: calc(50% + 10px);
	}
	.reverse {
		clear: both;
		padding-top: 42px;
	}
	.reverse .classic_img {
		float: left;
	}
	.reverse .classic_div {
		margin-right: 0;
		margin-left: 470px;
		margin-left: calc(50% + 10px);
	}
}
