html, body {
	font: 16px/21px Helvetica, Arial, sans-serif;
	color: #000000;
}

body {
	background-color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

a, a:visited	{ text-decoration: none; }
a:hover				{ color: var(--global-color-blue1); }
i.fas { vertical-align: middle; }

.inlinebloc									{ text-align: left; }
.inlinebloc > .item					{ display: inline-block; vertical-align: middle; }
.inlinebloc > .item.center	{ text-align: center; }
.inlinebloc > .item.left		{ text-align: left; }
.inlinebloc > .item.right 	{ text-align: right; }
.inlinebloc > .item:not(:last-child) { padding-right: 10px; }

.tablebloc								{ display: table;	}
.tablebloc.full						{ width: 100%; }
.tablebloc > .item				{ display: table-cell; text-align: center; vertical-align: middle; }
.tablebloc > .item.half		{ width: 50%; }
.tablebloc > .item.top		{ vertical-align: top; }
.tablebloc > .item.bottom	{ vertical-align: bottom; }
.tablebloc > .item.left		{ text-align: left; }
.tablebloc > .item.right	{ text-align: right; }

.row .col.left { text-align: left; }
.row .col.center { text-align: center; }
.row .col.right { text-align: right; }


/* To Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	border: none;
	z-index: 1000;

	bottom: 0.750rem;
	right: 0.750rem;

	width: 50px;
	height: 50px;

	color: rgba(150, 150, 150, 0.5);
}

#toTop:hover { color: var(--global-color-red1); }
#toTop:active, #toTop:focus { outline: none; }
/* /To Top */


::selection {
	color: #ffffff;
	background: var(--global-color-blue1);
	text-shadow: none;
}


.wrapper_entete {
	background-color: #000000;
	padding: 8rem 0;
	text-align: center;
	color: #ffffff;
}

.wrapper_entete .logo { max-width: 400px; }


.wrapper_contenu {
	background-color: #ffffff;
	padding: 4rem 0;
	text-align: center;
}
.wrapper_contenu .waves { max-width: 80px; }

.wrapper_contenu .sectionTitle {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 100%;
	letter-spacing: -1px;
	color: #000000;
}


.wrapper_basdepage {
	background-color: #000000;
	padding: 3rem 0;
	text-align: center;
	color: #ffffff;
}

.wrapper_basdepage a, .wrapper_basdepage a:visited { color: #ffffff; }
.wrapper_basdepage a:hover { color: #2693e4; }

.alignmentLtoC { text-align: left; }
.alignmentRtoC { text-align: right; }

.contenu_padding					{ padding: 10px; }
.contenu_padding_sides		{ padding: 0px 10px; }
.ipad-afficher						{ display: none; }
.ipad-portrait-afficher 	{ display: none; }
.ipad-paysage-afficher		{ display: none; }
.mobile-show							{ display: none; }
.mobile-portrait-afficher { display: none; }
.mobile-paysage-afficher	{ display: none; }


@media only screen and (min-width: 1008px) and (max-width: 1030px) {
  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-paysage-cacher		{ display: none; }
	.ipad-paysage-afficher	{ display: block; }
}


/* #Base 1008 Grid */
@media only screen and (min-width: 1008px) and (max-width: 1259px) {

	html, body { font-size: 14px; line-height: 18px; }

	.contenu_padding				{ padding: 8px; }
	.contenu_padding_sides	{ padding: 0px 8px; }

}


/* #Base  756 Grid */
@media only screen and (min-width: 756px) and (max-width: 1007px) {

	html, body { font-size: 13px; line-height: 17px; }

  .ipad-cacher						{ display: none; }
	.ipad-afficher					{ display: block; }
  .ipad-portrait-cacher		{ display: none; }
	.ipad-portrait-afficher { display: block; }

	.contenu_padding				{ padding: 6px; }
	.contenu_padding_sides	{ padding: 0px 6px; }

}


/* #All Mobile */
@media only screen and (max-width: 755px) {

  .mobile-hide			{ display: none; }
	.mobile-show			{ display: block; }

	.alignmentLtoC, .alignmentRtoC { text-align: center; }

	.contenu_padding_sides		{ padding: 0px 6px; }

	h1, h1 a, h1 a:visited { font-size: 1.625rem; }
	h2, h2 a, h2 a:visited { font-size: 1.250rem; }
	h3, h3 a, h3 a:visited { font-size: 1.125rem; }

	.wrapper_entete { padding: 3rem 0; }
	.wrapper_contenu { padding: 2rem 0; }
	.wrapper_contenu .waves { max-width: 60px; }

}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 755px) {
	html, body { font-size: 13px; line-height: 17px; }

  .mobile-paysage-cacher		{ display: none; }
	.mobile-paysage-afficher	{ display: block; }
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {
	html, body { font-size: 12px; line-height: 16px; }

  .mobile-portrait-cacher		{ display: none; }
	.mobile-portrait-afficher { display: block; }

	.sectionTitle h2 { font-size: 28px; }
	.sectionTitle h3 { font-size: 20px; }
}


@media only screen and (min-height: 500px) and (max-height: 800px) {
	html, body { font-size: 13px; line-height: 17px; }
}


@media print {
	.no-print, .no-print * { display: none !important; }
}
