:root{
	--mobile-breakpoints : 320px; --tablets-breakpoints : 481px; --laptops-breakpoints : 769px; --desktops-breakpoints : 1025px; --tv-breakpoints : 1201px;
	
	--grid-template-rows: [nav-start] minmax(50px, auto) [header-start] minmax(100px, auto) [main-start] minmax(50vh, 1fr) [main-end] minmax(150px, auto) [page-end];/*NEW template-rows */
	
	
	--basicFontColor: #222;
	--basicContraFontColor: #FFF;
	
	--groundColor-100: rgba(255, 255, 255, 1);
	--groundColor-90: rgba(255, 255, 255, 0.9);
	--groundColor-75: rgba(255, 255, 255, 0.75);
	
	--body_BckgdColor: rgb(255, 255, 255);
	--page_BckgdColor: rgb(51, 51, 51);
	
	--aside_BckgdColor: rgb(153, 153, 153);
	--asideTabs_checked_BckgdColor: var(--groundColor-90);
	--asideTabs_container_BckgdColor: var(--groundColor-90);
	--aside-overlay_BckgdColor: rgba(0, 0, 0, 0.75);
	
	--header_BckgdColor: var(--groundColor-75);
	--main_BckgdColor: var(--groundColor-90);
	
	--overlay_BckgdColor: var(--groundColor-90); /* rgba(153, 153, 153, 0.95); */
	--overlay_header_BckgdColor: var(--groundColor-75);
	--overlay_container_BckgdColor: var(--groundColor-90);
	
	--basicSvgColor: #333;
	--basicSvgSize: 2rem;
	
	--MaxWidthContainerSize: 1024px;
	--basic-padding : 1rem;
	--container_padding : calc(1.2rem - 1vw);
	
	--border-radius: 1em;
}
/* --------------------------------------------------------------

   Reinitialise les balises HTML

-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 1em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Print styles from HTML5 Boilerplate */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
