@charset "utf-8";
html {
	scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    background-color: #000;
    font-family: Kalam, cursive;
	font-size: 1.3em;
}

.grid-support {
	display: none;
}	
	
.no-grid-support {
	width: 100vw;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	align-content: center;
	line-height: 6vw;
	color: #fff;
}
	
@supports (display: grid) {
	.grid-support {
		display: inline;
	}
	.no-grid-support {
		display: none;
	}

}
	

.no-grid-support-font {
    font-size: 2vw;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 48px;
}

.monosp {
	font-family: "Ubuntu Mono", "monospace";
	font-weight: bold;
}

strong {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 1em;
}

em {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-weight: bold;
	color: #050080;
	font-size: 0.9em;
}

.text-links a {
	color: #0700A7;
	text-decoration: none;
	cursor: pointer;
}

.text-links a:hover {
	color: #009C1B;
}

.links a {
	color: #00123E;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.links a:hover {
	background: #00123E;
	color: #FFFFFF;
	border-radius: 10px;
}


.wrapper {
	width: 100%;
	height: 100vh;
	display: grid;
	grid-template-columns: 200px auto;
	grid-template-rows: 135px auto 25px;
	grid-template-areas:
	"header header"
	"sidebar content"
	"footer  footer ";
	background-color: #fff;
	color: #000;
}
.header  {
	grid-area: header;
    background-color: #000000;
    background-image: url(Assets/images/ny-header.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 135px;
}
#sidebar {
	grid-area: sidebar;
	background-color:#00123E;
}

.content {
	grid-area: content;
	background-color: #fff;
    margin: 0;
    padding: 0 0 40px 0;	
}

.footer {
	grid-area: footer;
	background-color: #5C5C70;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 0.5em;
	color: #FFFFFF;
	text-align: center;
	padding: 6px 0 5px 0;
    position: -webkit-sticky;
    position: sticky;
	bottom: 0;
	display: table;
	width: 100%;
	margin: 0;
	vertical-align: middle;		
}



.footer-left {
	display: table-cell;
	text-align: left;
	padding-left: 10px;
	width: 33%;
}

.footer-center {
	display: table-cell;
	text-align: center;	
	width: 34%;
}

.footer-right {
	display: table-cell;
	text-align: right;	
	padding-right: 10px;
	width: 33%;
}

.footer a {
	color: #B6CEFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 10px;
}

.footer a:hover {
	color: #fff;
	background-color: #00123E;
	border-radius: 8px;
}

h1 {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    font-family: Limelight, fantasy;
}

.glow {
  color: #FFFFFF;	
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0 #fff, 0 0 10px #fff, 0 0 20px #54BCFF, 0 0 30px #54BCFF, 0 0 40px #54BCFF, 0 0 50px #54BCFF, 0 0 60px #54BCFF;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #54BCFF, 0 0 40px #54BCFF, 0 0 50px #54BCFF, 0 0 60px #54BCFF, 0 0 70px #54BCFF, 0 0 80px #54BCFF;
  }
}

h2 {
    font-family: Kalam, cursive;
    font-weight: 600;
	font-size: 24px;
	color: #fff;
	background-color: #00123E;
    padding: 5px 5px 5px 25px;
	margin: 0;
	text-align: center;
}

.menu {
	margin: 48px 0 0 0px;
	padding: 0 0 0 0px;
	border-top: 1px groove #fff;
    position: -webkit-sticky;
    position: sticky;
	top: 0;
}

.menutopborder {
	border-top: 1px solid #6E77A2;
}

.menu li {
	padding: 10px 0 6px 25px;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #6E77A2;
	line-height: 1em;
	color: #fff;
}

.grey {
	color: #6E77A2;	
}

.menu li.check {
	border-bottom: 1px groove #fff;
	text-indent: -25px;
}

.menu li.check:before {
	content: "\2714\0020";
}

.menu li a {
	text-decoration: none;
	color: #fff;
}

.menu li a:hover {
  text-shadow: 0 0 20px #fff, 0 0 30px #009CF4, 0 0 40px #009CF4, 0 0 50px #009CF4, 0 0 60px #009CF4, 0 0 70px #009CF4, 0 0 80px #009CF4, 0 0 100px #009CF4;	
}
.menuSub{
	font-size: 0.7em;
}

.menuSelected{
	color: gold;
}
article {
	width: 90%;
	padding: 0 20px 0 40px;
}

.myarticle {
	position: relative;
	margin: 0 auto;
	width: 80%;
	display: block;
	opacity: 1;
	transition: all 1.5s ease;	
}

.articleShow  {
	display: none;
	opacity: 0;
	transition: all 1.5s ease;
}

.picture {
    text-align: center;
	padding-right: 20px;
    float: left;
    width: 25%;
}

.alert-container {
	display: flex;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	border: thin solid #000000;
	width: 60%;
	padding: 5px;
	background-color: #A7AAC2;		
}
.alert-icon {
	flex-basis: 80px;
}
.alert-links {
	padding: 5px 0 0 0;
	flex-grow: 2;
}
.alert-links ul {
	padding: 0;
	margin: 0;			
}
.alert-links ul li {
	list-style-type: none;	
}
.alert-links ul li a {
	text-decoration: none;
	font-weight: 500;
	color: #000023;
	padding: 0 0 5px 10px;	
	width: 90%;
	display: inline-block;
}
.alert-links ul li a:hover {
	color: #C2C3E1;
	background-color: #000B27;	
	border-radius: 15px;
}

.material-icons.md-72 {
	font-size: 72px;
	color: black;
}	

.material-icons.md-48 {
	font-size: 48px;
	color: black;
}	

.picture img {
    max-width: 100%;
	height: auto;
}


article form textarea {
	width: 90%;
	height: 18px;
	border: thin solid black;
	display: block;
	background: #D9DAE2;
	font-size: 1em;
	color: darkblue;
    border-radius: 20px; 
    padding: 10px;    
}

.text2lines {
	height: 40px;
}

.text4lines {
	height: 80px;
	width: 80%;
}

.button_Envoyer {
    font-family: Open Sans, sans-serif;
	background: #5E75B4;
	background-image: -webkit-linear-gradient(top, #5E75B4, #16153B);
	background-image: -moz-linear-gradient(top, #5E75B4, #16153B);
	background-image: -ms-linear-gradient(top, #5E75B4, #16153B); 
	background-image: -o-linear-gradient(top, #5E75B4, #16153B);
	background-image: linear-gradient(to bottom, #5E75B4, #16153B);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	height: 0;
	line-height: 0;
	color: #FFFFFF;
	width: auto;
	min-width: 90px;
	font-size: 16px;
	font-weight: 400;
	padding: 18px;
	box-shadow: 1px 1px 20px 0 #000000;
	-webkit-box-shadow: 1px 1px 20px 0 #000000;
	-moz-box-shadow: 1px 1px 20px 0 #000000;
	text-shadow: 1px 1px 20px 0 #000000;
	border: 1px solid #363898;
	text-decoration: none;
	display: table;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}

.button_Envoyer:hover {
	background: #76BD57;
	background-image: linear-gradient(to bottom, #26345B, #080716);
	background-image: -webkit-linear-gradient(to bottom, #26345B, #080716);
	background-image: -moz-linear-gradient(to bottom, #26345B, #080716);
	background-image: -ms-linear-gradient(to bottom, #26345B, #080716);
	background-image: -o-linear-gradient(to bottom, #26345B, #080716);
	text-decoration: none;
}

.boutonRouge {
    background-color: #CC9191;
	border: 1px solid #6f001c;
    background-image: -webkit-linear-gradient(270deg,rgba(204,145,145,1.00) 0%,rgba(59,21,21,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(204,145,145,1.00) 0%,rgba(59,21,21,1.00) 100%);
    background-image: -ms-linear-gradient(top, #AECC91, #203B16);
    background-image: -o-linear-gradient(270deg,rgba(204,145,145,1.00) 0%,rgba(59,21,21,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(204,145,145,1.00) 0%,rgba(59,21,21,1.00) 100%);
}

.boutonRouge:hover {
    background-color: #C04949;
    background-image: linear-gradient(180deg,rgba(220,67,67,1.00) 0%,rgba(55,19,19,1.00) 99.74%);
    background-image: -webkit-linear-gradient(270deg,rgba(220,67,67,1.00) 0%,rgba(55,19,19,1.00) 99.74%);
    background-image: -moz-linear-gradient(270deg,rgba(220,67,67,1.00) 0%,rgba(55,19,19,1.00) 99.74%);
    background-image: -ms-linear-gradient(to bottom, #76BD57, #203B16);
    background-image: -o-linear-gradient(270deg,rgba(220,67,67,1.00) 0%,rgba(55,19,19,1.00) 99.74%);
    text-decoration: none;
}

.TwoButtonsWrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	opacity: 1;
	transition: all 1.5s ease;		
}

.displayAnswers {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: italic;
	color: #001D7B;
	width: 75%;
	margin: 0 auto;
    padding: 0px 10px 10px 10px;
	font-size: 1.1em;
	line-height: 1.2em;	
	}	

.validationBox {
    font-family: Kalam, serif;
	font-size: 1em;
	line-height: 1em;
	width: 60%;
	height: auto;
	padding: 15px;
	border-radius: 15px;
	background: #DEDFEF;
	border: thin solid black;
	box-shadow: 3px 3px 15px 3px #C0C0C0;
	margin: 0 auto;
}

.hidden {
	display: none;
	opacity: 0;
}
.shown {
	display: block;
	opacity: 100;
}

/* Customize the label (the container) */
.validationLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.validationLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.greenradio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: thin solid black;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.validationLabel:hover input ~ .greenradio {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 5px 2px blue;
}

/* When the radio button is checked, add a blue background */
.validationLabel input:checked ~ .greenradio {
  background-color: #292A5E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.greenradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.validationLabel input:checked ~ .greenradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.validationLabel .greenradio:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.NextChapArticle {
	background: #1C115E;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
.NextChapBtn {
    width: 100%;
    background: #111A5E;
    color: white;
    margin: 0 auto;
    font-family: Open Sans, sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    height: 30px;
	padding-top: 2px;
	padding-bottom: 10px;
    letter-spacing: 0.5em;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
}

.NextChapBtn:hover {
  color: #FFF;	
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.Titlebar {
    width: 100%;
    height: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #11124F;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Syncopate, sans-serif;
    font-weight: bolder;
    display: none;
	opacity: 0;
	transition: all 1.5s ease;	
	z-index: 999;
}
.sidebysidepicture {
    display: flex;
	grid-gap: 10px;
	text-align: center;
}

.sidebysidepicture figure {
    width: 50%;
}

figcaption {
	position: relative;
	top: -35px;
	font-weight: bold;
	font-family: "Open sans";
	font-size: small;
}

.fourbyFourWrapper {
	margin: 0 auto;
	width: 70%;
	display: grid;
	grid-template-columns: 50% 50%;
}

.fourbyFourItem {
	width: 100%;
	padding: 0;
}

.encadre {
	width: 75%;
	margin: 0 auto;
    padding: 10px 10px 10px 10px;
	font-family: Kalam;
	font-size: 0.9em;
	color: #DC898A;
	line-height: 1.2em;
	border: 6px solid #DC898A;
}

.encadre-green {
	width: 75%;
	margin: 0 auto;
    padding: 10px 10px 10px 10px;
	font-family: Kalam;
	font-size: 0.9em;
	color: #046A00;
	line-height: 1.2em;
	border: 3px solid #046A00;
}



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #3B51FF;

  pointer-events: none;
}

.popupTip_container {
    width: 330px;
    height: 150px;
    background-color: transparent;
    display: block;
    position: absolute;
    z-index: 9999;    
}

.popupTip {
    width: 300px;
    height: 150px;    
    background-color: rgba(219, 143, 0, 0.96);
    color: #000;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.7);
    line-height: 1.2em;
    font-size: 0.9em;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid rgba(219, 143, 0, 0.96);
    border-bottom: 15px solid transparent;
    float: left;
    margin-top: 20px;
 }

.triangle-bottom {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 30px solid rgba(219, 143, 0, 0.96);
    border-right: 15px solid transparent;
    margin-top: 26px;
    margin-left: 120px;
 }

a.popupButton {
    border: 1px solid #000;
    color: #000;
    padding: 0 10px 0 10px;
    border-radius: 10px;
    width: 125px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.5em;
}
a.popupButton:hover {
    background-color: #000;
    color: rgb(219, 143, 0);
}