@charset "UTF-8";
/* Body */
body {
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	overflow-x: hidden;
	width:100%;
}
img {
	max-width: 100%;
}
section a {
	color: inherit;
	text-decoration-color: #0078ED;
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
section a:hover:not(.button) {
	color: #0078ED;
}
.small {
	font-size: 70%;
	/*line-height: 1.2;*/
}
.bold {
	font-weight: bold;
}


/* Container */
.container {
	width: 100%;
	background: white;
}

.pt { padding-top: 0.5em }
.pt-1 { padding-top: 1em }
.pt-2 { padding-top: 2em }
.pt-3 { padding-top: 3em }
.pt-4 { padding-top: 5em }
.pt-5 { padding-top: 10em }
.pt-6 { padding-top: 15em }

.pb { padding-bottom: 0.5em }
.pb-1 { padding-bottom: 1em }
.pb-2 { padding-bottom: 2em }
.pb-3 { padding-bottom: 3em }
.pb-4 { padding-bottom: 5em }
.pb-5 { padding-bottom: 10em }
.pb-6 { padding-bottom: 15em }

.yellow 	{ color: #FFC900; }
.orange 	{ color: #FF9300; }
.violet 	{ color: #771E8A; }
.pink 		{ color: #FB005A; }
.blue 		{ color: #0078ED; }
.green 		{ color: #93D400; }
.black 		{ color: #000000; }
.white 		{ color: #FFFFFF; }

.bg-yellow 	{ background-color: #FFC900; }
.bg-orange 	{ background-color: #FF9300; }
.bg-violet 	{ background-color: #771E8A;}
.bg-pink 		{ background-color: #FF69B3; }
.bg-blue 		{ background-color: #0078ED; }
.bg-green 		{ background-color: #93D400; }
.bg-black 	{ background-color: #000000; }
.bg-white 	{ background-color: #FFFFFF; }
.bg-gray 	{ background-color: #EBEBEB; }

.border { border: 5px solid black; }
.border-orange { border-color: #FF9300; }
.border-violet { border-color: #771E8A; }
.border-pink { border-color: #FB005A; }
.border-blue { border-color: #0078ED; }



h1, h2, h3, h4, h5 {
	font-family: 'Open Sans Condensed', 'Impact', Sans;
	font-weight: bold;
	line-height: 1.1;
	/*margin: 0;*/
	margin: 0.25em 0;
}
h2 { font-size: 72px; }
h3 { font-size: 40px; }
h4 { font-size: 28px; }

/* Navigation */
header {
	width: 100%;
	height: 3em;
	background-color: #FFFFFF;
/*	box-shadow: 0 2px 10px 10px rgba(0,0,0,0.1);*/
	position: fixed;
	z-index: 110;
	left: 0;
	top: 0;
}
nav {
}
header nav ul {
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 0.8em;
}
nav ul li {
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 2em;
	transition: color 0.3s linear;
	display: inline-block;
}
nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold !important;
	padding: 0.1em;
	border-bottom: 2px solid transparent;
}
nav a.active,
nav a:hover {
	border-color: #0078ED;
}
nav a[href="#CONTEXTE"].active,
nav a[href="#CONTEXTE"]:hover {
	border-color: #771E8A;
}
nav a[href="#EGALITE"].active,
nav a[href="#EGALITE"]:hover {
	border-color: #0078ED;
}
nav a[href="#ACTEURS"].active,
nav a[href="#ACTEURS"]:hover {
	border-color: #93D400;
}
nav a[href="#PLUS"].active,
nav a[href="#PLUS"]:hover {
	border-color: #FF69B3;
}
nav a[href="#CNFL"].active,
nav a[href="#CNFL"]:hover {
	border-color: #FFC900;
}
nav a[href="#PARTENAIRES"].active,
nav a[href="#PARTENAIRES"]:hover {
	border-color: #FF9300;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	width: 100%;
}
.slider {
	padding: 0;
	margin: 0;
	width: 100%;
	/*height: 100%;*/
	position:absolute; top:0; left:0;
	/*overflow:hidden;*/
}
h2 {
	color: black;
	background: white;
	padding: 0.125em 0.25em;
	margin: 0.25em 0 0.75em 0;
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
h2.hero-header {
	font-size: 80px;
	margin: 0.5em 0;
}
p.hero-tagline {
	font: bold 32px/1.2 'Open Sans Condensed';
	text-align: center;
	color: white;
	background: black;
	letter-spacing: 2px;
	padding: 0 10px;
	text-transform: uppercase;
	margin: 0;
}

section {
	position: relative;
	margin: 0 1.5em;
	overflow: hidden;
}
section:after {
  content: "";
  display: table;
  clear: both;
}

.margin-0 {
	margin: 0;
}

.mb {
	margin-bottom: 1.5em;
}
.mt {
	margin-top: 1.5em;
}


.bignumber {
	margin: -10px 0;
	overflow: hidden;
	width: 100%;
	float:left;
	text-align: center;
}

.mega-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mega-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*helper classes*/
.center {
  margin: 0;
  position: absolute;
	top: 50%;
	left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.text-center {
	text-align: center;
}


.para {
	position: absolute;
	mix-blend-mode: difference;
	filter: invert(1);
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.para > img {
	max-width:70%;
}
.para-left {
	left: -10px;
}
.para-right {
	right: -10px;
	text-align:right;
}





.button {
	font-family: 'Open Sans Condensed', 'Impact', Sans;
	background: white;
	color: black;
	font-size: 20px;
	border: 3px solid;
	font-weight: bold;
	padding: 0.3em 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.button:hover {
	background-color: transparent;
}
.button:active {
	background-color: rgba(0,0,0,0.5);
}


.partner-logo {
	display: flex;
  align-items: center;
	justify-content: space-between;
}
.partner-logo > img {
	padding: 1em;
}

#menuToggle input {
	display: none;
}








/* Small Tablets */
@media (max-width: 767px) {

	.button {
		letter-spacing: 0;
		display: block;
		text-align: center;
	}

	h2.hero-header {
		font-size: 32px;
		font-size: 10vw;
	}
	p.hero-tagline {
		font-size: 26px;
		font-size: 6vw;
	}
	.partner-logo {
		flex-direction: column;
	}
	.para {
		display: none;
	}


	h1, h2, h3, h4, h5 {
		font-size: 15vw;
	}
	h2 { font-size: 10vw; }
	h3 { font-size: 6vw; }
	h4 { font-size: 4vw; }

}









/* small screens */

@media (max-width: 1096px) {

	.pt-2,
	.pt-3,
	.pt-4,
	.pt-5,
	.pt-6 { padding-top: 2em }

	.pb-2,
	.pb-3,
	.pb-4,
	.pb-5,
	.pb-6 { padding-bottom: 2em }

header {
	background-color: transparent;
	height: 0;
}
/* hamburger menu */
#menuToggle
{
  display: block;
  position: relative;
  top: 1em;
	left: 1.5em;
  z-index: 100;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 100; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #000000;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  min-height: 100vh;
  left: -2em;
  top: -2em;
  padding-left: 0;
  padding-top: 5em;

  background: white;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  visibility: hidden;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
	/*float: left;*/
	width: 100%;
}
#menu a
{
  padding: 0.8em 0;
  font-size: 1.2em;
	display:block;
	width: 100%;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
	visibility: visible;
}
}
