/* ---------------------------- */
/* General						*/
/* ---------------------------- */
@font-face {
	font-family: 'Quicksand-Regular';
	src: url('../../fonts/Quicksand-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro_Regular';
	src: url('../../fonts/MyriadPro_Regular.otf');
	font-weight: normal;
	font-style: normal;
}
html {
	background-image: url('/images/games/kontour/fond-picto.jpg');
}
body
{
	background-color: rgba(255,255,255,0.5);
	margin: 0;
	overflow-x: hidden;
	padding-bottom: 50px;
	font-family: MyriadPro_Regular;
}
h1
{
	margin-top: 0;
	text-align: center;
}
p
{
	text-align: justify;
	text-align-last: center;
}
strong {
	font-weight: bold
}
#logo, .nb_baseline {
	color: #F7954E;
}
#btn_menu, #menu, #liste_menu a, .title_section, footer, button, #btn_langue, #choix_langue
{
	background-color: #F7954E;
}

/* ---------------------------- */
/* Header						*/
/* ---------------------------- */
#auteur {
	font-weight: bold;
	font-family: Quicksand-Regular;
	color: #42C8CA;
	font-size: calc(1em + 0.2vw);
	text-align: right;
}
#logo
{
	font-family: Quicksand-Regular, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: calc(2em + 6vw);
	text-shadow: 1px 1px 1px #fff;
	width: 842px;
	max-width: 100%;
}
#baseline
{
	font-family: Quicksand-Regular;
	color: #42C8CA;
	font-size: calc(1em + 1vw);
	text-align: center;
	margin-top: -10px;
}
#txt_mise_en_place
{
	width: 70%; 
	margin: auto;
}
#video {
	text-align: center;
	margin-top: 10px;
	width: 100%!important;
	min-height: 31vw;
}
#video > * {
	max-width: 100%;
	border: 0;
	width: 55.1vw;
	height: 31vw;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media only screen and (max-width: 920px) {
	#video > *
	{
		width: 97vw;
		height: 54vw;
	}
	#video
	{
		min-height: 54vw;
	}
	#logo
	{
		margin-top: 2cm;
	}
}
@media only screen and (max-width: 400px) {
	.nb_baseline::before {
		content: "\A";
		white-space: pre;
	}
}

/* ---------------------------- */
/* Nav							*/
/* ---------------------------- */
#btn_menu
{
	position: fixed;
	top: 5px;
	right: 0px;
	padding: 0.20cm 0.25cm;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	font-size: 1.2cm;
	color: white;
}
#menu
{
	position: fixed;
	top: 5px;
	right: -270px;
	padding: 15px 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	z-index: 10;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	width: 270px;
}
#liste_menu
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#liste_menu li
{
	border-bottom: 1px white solid;
}
#liste_menu a
{
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	width: 100%;
	display: block;
	padding: 6px 15px;
}
#liste_menu a:hover
{
	background-color: rgba(0,0,0,0.07);
	padding: 8px 15px;
}
#btn_langue {
	position: absolute;
	top: 0px;
	left: 40px;
	padding: 0.20cm 0.25cm;
	z-index: 4;
	cursor: pointer;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	width: 1.5cm;
	height: 1.5cm;
	color: white;
}
#choix_langue {
	position: absolute;
	top: 1.9cm;
	left: 35px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	z-index: 5;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	overflow: hidden;
	height: 0px;
	background-color: #41B4C6;
}
.drapeau_cube_langue {
	padding: 10px;
	cursor: pointer;
}
.drapeau_cube_langue:hover {
	background-color: #35A1B2;
}
.libelle_langue, .drapeau_carre_langue {
	display: none;
}

/* ---------------------------- */
/* Page							*/
/* ---------------------------- */
main
{
	max-width: 98%;
	width: 1100px;
	margin: auto;
	padding: 1%;
	background-color: rgba(255,255,255,0.7);
}
.title_section
{
	font-family: Quicksand-Regular;
	color: #fff;
}
.small_title
{
	font-family: BARTHOWHEEL_REGULAR;
	color: #8D84C3;
}

/* ------------- */
/* Mise en place */
/* ------------- */
#tas_carte {
	width: 300px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: -50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
#carte_choix {
	position: absolute;
	width: 220px;
	max-width: 50%;
	top: 50%;
	left: -10%;
	-webkit-transform: translateX(-100%) translateY(-50%) rotate(-3deg);
	    -ms-transform: translateX(-100%) translateY(-50%) rotate(-3deg);
	        transform: translateX(-100%) translateY(-50%) rotate(-3deg);
}
.fleche_choix {
	width: 50px;
	height: 50px;
	background-color: rgba(247,149,78,1.00);
	clip-path: polygon(37% 10%, 10% 45%, 100% 45%, 100% 55%, 10% 55%, 37% 90%, 33% 94%, 0 50%, 33% 6%);
	-webkit-clip-path: polygon(40% 11%, 15% 45%, 100% 45%, 100% 55%, 15% 55%, 40% 89%, 33% 94%, 0 50%, 33% 6%);
}
.partie {
	position: absolute;
	top: 50%;
	left: 120%;
	width: 300px;
	font-size: calc( 1em + 1vw );
	color: rgba(247,149,78,1.00);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#part_sup {
	-webkit-transform: translateX(-9%) translateY(-120%);
	    -ms-transform: translateX(-9%) translateY(-120%);
	        transform: translateX(-9%) translateY(-120%);
}
#part_inf {
	-webkit-transform: translateX(-8%) translateY(90%);
	    -ms-transform: translateX(-8%) translateY(90%);
	        transform: translateX(-8%) translateY(90%);
}
#part_sup_en {
	-webkit-transform: translateX(-10%) translateY(-200%);
	    -ms-transform: translateX(-10%) translateY(-200%);
	        transform: translateX(-10%) translateY(-200%);
}
#part_inf_en {
	-webkit-transform: translateX(-6%) translateY(150%);
	    -ms-transform: translateX(-6%) translateY(150%);
	        transform: translateX(-6%) translateY(150%);
}
#part_mid_en {
	-webkit-transform: translateX(-8%) translateY(-30%);
	    -ms-transform: translateX(-8%) translateY(-30%);
	        transform: translateX(-8%) translateY(-30%);
}



/* -------------------- */
/* Déroulement/fin tour */
/* -------------------- */
.elmt_mise_en_place {
	position: absolute;
	left: 50%;
}
#bloc_dessin_mise_en_place {
	bottom: -50%;
	max-width: 50%;
	width: 270px;
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
}
#crayon_mise_en_place {
	width: 170px;
	bottom: -50%;
	max-width: 30%;
	-webkit-transform: translateX(30%) scaleX(-1) rotate(-40deg);
	    -ms-transform: translateX(30%) scaleX(-1) rotate(-40deg);
	        transform: translateX(30%) scaleX(-1) rotate(-40deg);
}
#sablier_mise_en_place {
	left: -100%;
	top: 1%;
	max-width: 25%;
	width: 140px ;
	-webkit-transform: translateX(30%) rotate(-180deg);
	    -ms-transform: translateX(30%) rotate(-180deg);
	        transform: translateX(30%) rotate(-180deg);
}
#feuille_kontour {
	width: 70%;
	height: 70%;
	position: absolute;
	bottom: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-image: url(/images/games/kontour/feuille-dessin.png);
	background-size: 100% 100%;
}
#dessin_zombie {
	max-height: 80%;
	margin-top: 6%;
}
.reponse {
	font-weight: bold;
	background-color: white;
	position: absolute;
	padding: 10px;
	border: 3px solid #40B6C4;
	border-radius: 50%;
	z-index: 1;
	font-family: MyriadPro_Regular, Quicksand-Regular;
	-webkit-transition: all 0.5s!important;
	-o-transition: all 0.5s!important;
	transition: all 0.5s!important;
}
#reponse1, #reponse3 {
	left: -10%;
	top: -30%;
}
#reponse2 {
	left: 80%;
	top: -50%;
}

#reponse4 {
	right: -30%;
	top: -30%;
	padding: 20px;
	z-index: 2;
	border: 3px solid #F7954E;
}
#traits {
	position: absolute;
	bottom: 2%;
	left: 4%;
	z-index: 2;
	color: #40B6C4;
	font-weight: bold;
	font-family: Quicksand-Regular;
}
#nombre_traits {
	font-size: 2em;
}
#carte_pioche {
	max-width: 60%;
	position: absolute;
	top: -100%;
	left: 50%;
	-webkit-transform: translateX(-90%) translateY(-55%) rotate(-5deg);
	    -ms-transform: translateX(-90%) translateY(-55%) rotate(-5deg);
	        transform: translateX(-90%) translateY(-55%) rotate(-5deg);
	border-radius: 7%;
}
#tas_carte_points {
	width: 150px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
.point {
	width: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: perspective( 600px ) rotateY( -25deg ) rotateZ( 55deg ) rotateX( 30deg ) translateX(-110%) translateY(-2%);
	        transform: perspective( 600px ) rotateY( -25deg ) rotateZ( 55deg ) rotateX( 30deg ) translateX(-110%) translateY(-2%);
}
#bloc_dessin_prochain_tour {
	max-width: 80%;
}
#crayon_prochain_tour {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 40%;
	-webkit-transform: translateX(-40%) translateY(-60%) scaleX(-1) rotate(-40deg);
	    -ms-transform: translateX(-40%) translateY(-60%) scaleX(-1) rotate(-40deg);
	        transform: translateX(-40%) translateY(-60%) scaleX(-1) rotate(-40deg);
}
#kit_joueur_suivant {
	position: absolute; 
	top: 50%; 
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%) translateY(50%);
	    -ms-transform: rotate(0deg) translateX(-50%) translateY(50%);
	        transform: rotate(0deg) translateX(-50%) translateY(50%); 
}

/* ---------- */
/* Fin partie */
/* ---------- */
.carte_compte_point {
	width: 260px;
	max-width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 7%;
}
#carte_gagner {
	width: 50%;
	position: relative;
	left: -100%;
}
.nb_point {
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: calc( 4em + 2vw );
	color: #F7954E;
	font-family: Quicksand-Regular;
}

/* ---------- */
/* Outils 	  */
/* ---------- */
#btn_pause
{
	display: none;
}
button
{
	border: none;
	margin: 10px;
	cursor: pointer;
	padding: 8px;
}
button:hover
{
	background-color: #F57B23;
}
button:active
{
	background-color: #F47011;
}
#chrono 
{
	text-align: center
}
#sablier_container 
{
	width: 30%;
	display: inline-block;
	vertical-align: middle
}
#sable_haut
{
	opacity: 0;
}
rect
{
	fill: #F7954E;
	stroke: #F28D42;
}
#btn_restart, #btn_run, #btn_pause {
	font-size: 3.6em;
	width: 80px;
	height: 80px;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	#sablier_container
	{
		width:50%;
		margin: auto
	}
}


/* ---------- */
/* Démo 	  */
/* ---------- */
#demo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
#feuille_dessin {
	background-image: url("/images/games/kontour/feuille-dessin.png");
	background-size: 100% 100%;
	width: 400px;
	height: 283px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
#mau_rep, #bon_rep, #vrai_rep {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	background-color: white;
	padding: 0px;
	font-size: 0em;
	border: solid 0px;
	border-radius: 50%;
	top: 40%;
}
#bon_rep {
	border-color: #F7954E;
	-webkit-transform: translateY(-50%) rotate(-10deg);
	    -ms-transform: translateY(-50%) rotate(-10deg);
	        transform: translateY(-50%) rotate(-10deg);
}
#mau_rep {
	border-color: #61D1D3;
	-webkit-transform: translateY(-50%) rotate(10deg);
	    -ms-transform: translateY(-50%) rotate(10deg);
	        transform: translateY(-50%) rotate(10deg);
}
#traits_demo {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	color: #40B6C4;
	font-weight: bold;
	font-family: Quicksand-Regular;
	background-color: white;
	padding: 0 5px 0 0;
}
#nombre_traits_demo {
	font-size: 2em;
}
.image_demo {
	width: 350px;
	height: 210px;
}
#easteregg {
	position: absolute;
	z-index: 10;
	left: 10%;
	display: none;
}
#easteregg img {
	width: 200px;
}
#message_gagner_demo {
	font-size: 1.3em;
	display: none;
}
#proposition_joueur {
	border: solid 2px #40B6C4;
	border-radius: 5px;
	padding: 5px;
}
#btn_start_demo {
	font-size: 1.0em;
	border-radius: 5px;
}
#form_reponse {
	opacity: 0;
}
#vrai_rep {
	border-color: #A492C5;
	-webkit-transform: translateY(-50%) rotate(-5deg);
	    -ms-transform: translateY(-50%) rotate(-5deg);
	        transform: translateY(-50%) rotate(-5deg);
}
#bonne_reponse {
	text-align: center;
    font-weight: bold;
}
.glitch_planete, .glitch_texte {
  position: relative;
  margin: 0 auto;
}
.glitch_planete:after, .glitch_planete:before, .glitch_texte:after, .glitch_texte:before {
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
          clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
}
.glitch_planete:after, .glitch_texte:after {
  -webkit-filter: hue-rotate(10deg);
          filter: hue-rotate(10deg);
  animation: noise-anim 3s infinite linear alternate-reverse;
  z-index: 1;
  text-shadow: -1px 0 #B8B8B8;
}
.glitch_planete:before, .glitch_texte:before {
  -webkit-filter: hue-rotate(-10deg);
          filter: hue-rotate(-10deg);
  animation: noise-anim-2 5s infinite linear alternate-reverse;
  z-index: 2;
  text-shadow: -1px 0 #DFDFDF;
}
.glitch_planete:after {
  left: 1px;
}
.glitch_planete:before {
  left: -1px;
}
.glitch_planete:after, .glitch_planete:before  {
  content: " ";
  top: 0;
  background-image: url("/images/games/cosmicFactory/kaosmos_planete_glace.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.glitch_texte:after, .glitch_texte:before  {
  content: "Bonne réponse !";
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: block;
  background: white;
}
@-webkit-keyframes noise-anim {
  0% {
	-webkit-clip-path: polygon(0 91%, 100% 91%, 100% 69%, 0 69%);
	        clip-path: polygon(0 91%, 100% 91%, 100% 69%, 0 69%);
  }
  5% {
	-webkit-clip-path: polygon(0 46%, 100% 46%, 100% 56%, 0 56%);
	        clip-path: polygon(0 46%, 100% 46%, 100% 56%, 0 56%);
  }
  10% {
	-webkit-clip-path: polygon(0 46%, 100% 46%, 100% 99%, 0 99%);
	        clip-path: polygon(0 46%, 100% 46%, 100% 99%, 0 99%);
  }
  15% {
	-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 11%, 0 11%);
	        clip-path: polygon(0 90%, 100% 90%, 100% 11%, 0 11%);
  }
  20% {
	-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 47%, 0 47%);
	        clip-path: polygon(0 5%, 100% 5%, 100% 47%, 0 47%);
  }
  25% {
	-webkit-clip-path: polygon(0 66%, 100% 66%, 100% 22%, 0 22%);
	        clip-path: polygon(0 66%, 100% 66%, 100% 22%, 0 22%);
  }
  30% {
	-webkit-clip-path: polygon(0 96%, 100% 96%, 100% 57%, 0 57%);
	        clip-path: polygon(0 96%, 100% 96%, 100% 57%, 0 57%);
  }
  35% {
	-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 58%, 0 58%);
	        clip-path: polygon(0 37%, 100% 37%, 100% 58%, 0 58%);
  }
  40% {
	-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 36%, 0 36%);
	        clip-path: polygon(0 65%, 100% 65%, 100% 36%, 0 36%);
  }
  45% {
	-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 55%, 0 55%);
	        clip-path: polygon(0 86%, 100% 86%, 100% 55%, 0 55%);
  }
  50% {
	-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 64%, 0 64%);
	        clip-path: polygon(0 75%, 100% 75%, 100% 64%, 0 64%);
  }
  55% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 93%, 0 93%);
	        clip-path: polygon(0 100%, 100% 100%, 100% 93%, 0 93%);
  }
  60% {
	-webkit-clip-path: polygon(0 47%, 100% 47%, 100% 47%, 0 47%);
	        clip-path: polygon(0 47%, 100% 47%, 100% 47%, 0 47%);
  }
  65% {
	-webkit-clip-path: polygon(0 58%, 100% 58%, 100% 7%, 0 7%);
	        clip-path: polygon(0 58%, 100% 58%, 100% 7%, 0 7%);
  }
  70% {
	-webkit-clip-path: polygon(0 82%, 100% 82%, 100% 24%, 0 24%);
	        clip-path: polygon(0 82%, 100% 82%, 100% 24%, 0 24%);
  }
  75% {
	-webkit-clip-path: polygon(0 59%, 100% 59%, 100% 74%, 0 74%);
	        clip-path: polygon(0 59%, 100% 59%, 100% 74%, 0 74%);
  }
  80% {
	-webkit-clip-path: polygon(0 35%, 100% 35%, 100% 95%, 0 95%);
	        clip-path: polygon(0 35%, 100% 35%, 100% 95%, 0 95%);
  }
  85% {
	-webkit-clip-path: polygon(0 53%, 100% 53%, 100% 37%, 0 37%);
	        clip-path: polygon(0 53%, 100% 53%, 100% 37%, 0 37%);
  }
  90% {
	-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 35%, 0 35%);
	        clip-path: polygon(0 23%, 100% 23%, 100% 35%, 0 35%);
  }
  95% {
	-webkit-clip-path: polygon(0 38%, 100% 38%, 100% 38%, 0 38%);
	        clip-path: polygon(0 38%, 100% 38%, 100% 38%, 0 38%);
  }
  100% {
	-webkit-clip-path: polygon(0 63%, 100% 63%, 100% 17%, 0 17%);
	        clip-path: polygon(0 63%, 100% 63%, 100% 17%, 0 17%);
  }
}
@keyframes noise-anim {
  0% {
	-webkit-clip-path: polygon(0 91%, 100% 91%, 100% 69%, 0 69%);
	        clip-path: polygon(0 91%, 100% 91%, 100% 69%, 0 69%);
  }
  5% {
	-webkit-clip-path: polygon(0 46%, 100% 46%, 100% 56%, 0 56%);
	        clip-path: polygon(0 46%, 100% 46%, 100% 56%, 0 56%);
  }
  10% {
	-webkit-clip-path: polygon(0 46%, 100% 46%, 100% 99%, 0 99%);
	        clip-path: polygon(0 46%, 100% 46%, 100% 99%, 0 99%);
  }
  15% {
	-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 11%, 0 11%);
	        clip-path: polygon(0 90%, 100% 90%, 100% 11%, 0 11%);
  }
  20% {
	-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 47%, 0 47%);
	        clip-path: polygon(0 5%, 100% 5%, 100% 47%, 0 47%);
  }
  25% {
	-webkit-clip-path: polygon(0 66%, 100% 66%, 100% 22%, 0 22%);
	        clip-path: polygon(0 66%, 100% 66%, 100% 22%, 0 22%);
  }
  30% {
	-webkit-clip-path: polygon(0 96%, 100% 96%, 100% 57%, 0 57%);
	        clip-path: polygon(0 96%, 100% 96%, 100% 57%, 0 57%);
  }
  35% {
	-webkit-clip-path: polygon(0 37%, 100% 37%, 100% 58%, 0 58%);
	        clip-path: polygon(0 37%, 100% 37%, 100% 58%, 0 58%);
  }
  40% {
	-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 36%, 0 36%);
	        clip-path: polygon(0 65%, 100% 65%, 100% 36%, 0 36%);
  }
  45% {
	-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 55%, 0 55%);
	        clip-path: polygon(0 86%, 100% 86%, 100% 55%, 0 55%);
  }
  50% {
	-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 64%, 0 64%);
	        clip-path: polygon(0 75%, 100% 75%, 100% 64%, 0 64%);
  }
  55% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 93%, 0 93%);
	        clip-path: polygon(0 100%, 100% 100%, 100% 93%, 0 93%);
  }
  60% {
	-webkit-clip-path: polygon(0 47%, 100% 47%, 100% 47%, 0 47%);
	        clip-path: polygon(0 47%, 100% 47%, 100% 47%, 0 47%);
  }
  65% {
	-webkit-clip-path: polygon(0 58%, 100% 58%, 100% 7%, 0 7%);
	        clip-path: polygon(0 58%, 100% 58%, 100% 7%, 0 7%);
  }
  70% {
	-webkit-clip-path: polygon(0 82%, 100% 82%, 100% 24%, 0 24%);
	        clip-path: polygon(0 82%, 100% 82%, 100% 24%, 0 24%);
  }
  75% {
	-webkit-clip-path: polygon(0 59%, 100% 59%, 100% 74%, 0 74%);
	        clip-path: polygon(0 59%, 100% 59%, 100% 74%, 0 74%);
  }
  80% {
	-webkit-clip-path: polygon(0 35%, 100% 35%, 100% 95%, 0 95%);
	        clip-path: polygon(0 35%, 100% 35%, 100% 95%, 0 95%);
  }

  85% {
	-webkit-clip-path: polygon(0 53%, 100% 53%, 100% 37%, 0 37%);
	        clip-path: polygon(0 53%, 100% 53%, 100% 37%, 0 37%);
  }
  90% {
	-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 35%, 0 35%);
	        clip-path: polygon(0 23%, 100% 23%, 100% 35%, 0 35%);
  }
  95% {
	-webkit-clip-path: polygon(0 38%, 100% 38%, 100% 38%, 0 38%);
	        clip-path: polygon(0 38%, 100% 38%, 100% 38%, 0 38%);
  }
  100% {
	-webkit-clip-path: polygon(0 63%, 100% 63%, 100% 17%, 0 17%);
	        clip-path: polygon(0 63%, 100% 63%, 100% 17%, 0 17%);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
	-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 10%, 0 10%);
	        clip-path: polygon(0 15%, 100% 15%, 100% 10%, 0 10%);
  }
  5% {
	-webkit-clip-path: polygon(0 99%, 100% 99%, 100% 61%, 0 61%);
	        clip-path: polygon(0 99%, 100% 99%, 100% 61%, 0 61%);
  }
  10% {
	-webkit-clip-path: polygon(0 26%, 100% 26%, 100% 63%, 0 63%);
	        clip-path: polygon(0 26%, 100% 26%, 100% 63%, 0 63%);
  }
  15% {
	-webkit-clip-path: polygon(0 51%, 100% 51%, 100% 55%, 0 55%);
	        clip-path: polygon(0 51%, 100% 51%, 100% 55%, 0 55%);
  }
  20% {
	-webkit-clip-path: polygon(0 21%, 100% 21%, 100% 91%, 0 91%);
	        clip-path: polygon(0 21%, 100% 21%, 100% 91%, 0 91%);
  }
  25% {
	-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 92%, 0 92%);
	        clip-path: polygon(0 86%, 100% 86%, 100% 92%, 0 92%);
  }
  30% {
	-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 48%, 0 48%);
	        clip-path: polygon(0 23%, 100% 23%, 100% 48%, 0 48%);
  }
  35% {
	-webkit-clip-path: polygon(0 62%, 100% 62%, 100% 27%, 0 27%);
	        clip-path: polygon(0 62%, 100% 62%, 100% 27%, 0 27%);
  }
  40% {
	-webkit-clip-path: polygon(0 55%, 100% 55%, 100% 50%, 0 50%);
	        clip-path: polygon(0 55%, 100% 55%, 100% 50%, 0 50%);
  }
  45% {
	-webkit-clip-path: polygon(0 28%, 100% 28%, 100% 53%, 0 53%);
	        clip-path: polygon(0 28%, 100% 28%, 100% 53%, 0 53%);
  }
  50% {
	-webkit-clip-path: polygon(0 38%, 100% 38%, 100% 67%, 0 67%);
	        clip-path: polygon(0 38%, 100% 38%, 100% 67%, 0 67%);
  }
  55% {
	-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 4%, 0 4%);
	        clip-path: polygon(0 75%, 100% 75%, 100% 4%, 0 4%);
  }
  60% {
	-webkit-clip-path: polygon(0 13%, 100% 13%, 100% 39%, 0 39%);
	        clip-path: polygon(0 13%, 100% 13%, 100% 39%, 0 39%);
  }
  65% {
	-webkit-clip-path: polygon(0 59%, 100% 59%, 100% 30%, 0 30%);
	        clip-path: polygon(0 59%, 100% 59%, 100% 30%, 0 30%);
  }
  70% {
	-webkit-clip-path: polygon(0 63%, 100% 63%, 100% 49%, 0 49%);
	        clip-path: polygon(0 63%, 100% 63%, 100% 49%, 0 49%);
  }
  75% {
	-webkit-clip-path: polygon(0 18%, 100% 18%, 100% 76%, 0 76%);
	        clip-path: polygon(0 18%, 100% 18%, 100% 76%, 0 76%);
  }
  80% {
	-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 81%, 0 81%);
	        clip-path: polygon(0 3%, 100% 3%, 100% 81%, 0 81%);
  }
  85% {
	-webkit-clip-path: polygon(0 41%, 100% 41%, 100% 71%, 0 71%);
	        clip-path: polygon(0 41%, 100% 41%, 100% 71%, 0 71%);
  }
  90% {
	-webkit-clip-path: polygon(0 94%, 100% 94%, 100% 100%, 0 100%);
	        clip-path: polygon(0 94%, 100% 94%, 100% 100%, 0 100%);
  }
  95% {
	-webkit-clip-path: polygon(0 43%, 100% 43%, 100% 16%, 0 16%);
	        clip-path: polygon(0 43%, 100% 43%, 100% 16%, 0 16%);
  }
  100% {
	-webkit-clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
	        clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
  }
}
@keyframes noise-anim-2 {
  0% {
	-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 10%, 0 10%);
	        clip-path: polygon(0 15%, 100% 15%, 100% 10%, 0 10%);
  }
  5% {
	-webkit-clip-path: polygon(0 99%, 100% 99%, 100% 61%, 0 61%);
	        clip-path: polygon(0 99%, 100% 99%, 100% 61%, 0 61%);
  }
  10% {
	-webkit-clip-path: polygon(0 26%, 100% 26%, 100% 63%, 0 63%);
	        clip-path: polygon(0 26%, 100% 26%, 100% 63%, 0 63%);
  }
  15% {
	-webkit-clip-path: polygon(0 51%, 100% 51%, 100% 55%, 0 55%);
	        clip-path: polygon(0 51%, 100% 51%, 100% 55%, 0 55%);
  }
  20% {
	-webkit-clip-path: polygon(0 21%, 100% 21%, 100% 91%, 0 91%);
	        clip-path: polygon(0 21%, 100% 21%, 100% 91%, 0 91%);
  }
  25% {
	-webkit-clip-path: polygon(0 86%, 100% 86%, 100% 92%, 0 92%);
	        clip-path: polygon(0 86%, 100% 86%, 100% 92%, 0 92%);
  }
  30% {
	-webkit-clip-path: polygon(0 23%, 100% 23%, 100% 48%, 0 48%);
	        clip-path: polygon(0 23%, 100% 23%, 100% 48%, 0 48%);
  }
  35% {
	-webkit-clip-path: polygon(0 62%, 100% 62%, 100% 27%, 0 27%);
	        clip-path: polygon(0 62%, 100% 62%, 100% 27%, 0 27%);
  }
  40% {
	-webkit-clip-path: polygon(0 55%, 100% 55%, 100% 50%, 0 50%);
	        clip-path: polygon(0 55%, 100% 55%, 100% 50%, 0 50%);
  }
  45% {
	-webkit-clip-path: polygon(0 28%, 100% 28%, 100% 53%, 0 53%);
	        clip-path: polygon(0 28%, 100% 28%, 100% 53%, 0 53%);
  }
  50% {
	-webkit-clip-path: polygon(0 38%, 100% 38%, 100% 67%, 0 67%);
	        clip-path: polygon(0 38%, 100% 38%, 100% 67%, 0 67%);
  }
  55% {
	-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 4%, 0 4%);
	        clip-path: polygon(0 75%, 100% 75%, 100% 4%, 0 4%);
  }
  60% {
	-webkit-clip-path: polygon(0 13%, 100% 13%, 100% 39%, 0 39%);
	        clip-path: polygon(0 13%, 100% 13%, 100% 39%, 0 39%);
  }
  65% {
	-webkit-clip-path: polygon(0 59%, 100% 59%, 100% 30%, 0 30%);
	        clip-path: polygon(0 59%, 100% 59%, 100% 30%, 0 30%);
  }
  70% {
	-webkit-clip-path: polygon(0 63%, 100% 63%, 100% 49%, 0 49%);
	        clip-path: polygon(0 63%, 100% 63%, 100% 49%, 0 49%);
  }
  75% {
	-webkit-clip-path: polygon(0 18%, 100% 18%, 100% 76%, 0 76%);
	        clip-path: polygon(0 18%, 100% 18%, 100% 76%, 0 76%);
  }
  80% {
	-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 81%, 0 81%);
	        clip-path: polygon(0 3%, 100% 3%, 100% 81%, 0 81%);
  }
  85% {
	-webkit-clip-path: polygon(0 41%, 100% 41%, 100% 71%, 0 71%);
	        clip-path: polygon(0 41%, 100% 41%, 100% 71%, 0 71%);
  }
  90% {
	-webkit-clip-path: polygon(0 94%, 100% 94%, 100% 100%, 0 100%);
	        clip-path: polygon(0 94%, 100% 94%, 100% 100%, 0 100%);
  }
  95% {
	-webkit-clip-path: polygon(0 43%, 100% 43%, 100% 16%, 0 16%);
	        clip-path: polygon(0 43%, 100% 43%, 100% 16%, 0 16%);
  }
  100% {
	-webkit-clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
	        clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0 100%);
  }
}

/* ---------------------------- */
/* Footer						*/
/* ---------------------------- */
footer 
{
	max-width: 80%;
	width: 1500px;
	margin: auto;
	padding: 1%;
	position: relative;
	z-index: 1;
	color: white;
}
.conteneur_cols
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.titre_col_footer
{
	font-size: 1.1em;
}
footer a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
footer a:hover
{
	color: #ddd;
} 
.mentionslegales {
	text-align: center;
	padding: 20px 0 5px 0;
	color: white;
}
.footer_col 
{
	margin: 20px 0;
	min-width: 209px;
}
#footer_sites, #footer_reseaux, #footer_adresse
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
footer p, footer a {
	margin: 2px 0;
}
.reseaux_footer {
	width: 70px;
}
.reseaux_footer:hover {
	-webkit-box-shadow: 0px 0px 5px white;
	        box-shadow: 0px 0px 5px white;
}
#bouton_point_vente {
	color: white;
	background-color: #adb614;
	border: none;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	font-size: 1.1em;
	cursor: pointer;
	display: block; 
}
#bouton_point_vente:hover {
	background-color: #909810;
}