
body{
	margin: 0;
}
/*Graphique*/
.bloc{
	width: 242px;
	margin: 0 auto;
}
.btnplus{
  background-image: url(images/plus.png);
  position: relative;
  height: 25px; 
  width: 25px;
  right: -210px;
  padding: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none; 
  transform-origin: center;
  transition: transform 0.4s ease-out;
  will-change: transform;
  z-index: 40;
  cursor: pointer;
  outline-style:none;
  top: -40px;
}
.btnmoins{
  background-image: url(images/moins.png);
}
.graphique{
  width: 242px;
  height: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
/*Vignette*/
.card {
  width: 242px;
  margin: 40px auto;
  background-color: #fff;
  color: #444;
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
}
.card h3 {
  margin: 0;
  padding: 2px 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  animation: fadein 1.2s;
}
.card .details {
  position: relative;
  font-family: 'Archivo', sans-serif;
  font-size: 9px;
  margin: 12px;
  line-height: 1.4;
  color: #555555;
  animation: slidein 1.2s;
}
.vignetteplus{
	background-image: url(images/plus.png);
	position: absolute;
	height: 25px; 
	width: 25px;
	right: 20px;
	padding: 2px;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  	border: none;	
  	transform-origin: center;
  	transition: transform 0.4s ease-out;
 	will-change: transform;
 	z-index: 10;
 	cursor: pointer;
 	outline-style:none;
}
.vignettemoins{
	background-image: url(images/moins.png);
}

@keyframes fadein {
  from {
    color: transparent;
  }
  to {
    color: inherit;
  }
}
@keyframes grow {
  from {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slidein {
  from {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    left: -240px;
  }
  to {
    left: 0;
  }
}

/*Burger menu*/
.burger-menu{
    width: 50px;
    height: 50px;
}
.burger {
  position: fixed;
  background: #000;
  -webkit-appearance: none;
  -webkit-writing-mode: vertical-lr;
  width: 45px;
  height: 5px;
  top: 45px;
  left: 35px;
  margin-top: -5px;
  opacity: 1;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
}
.burger::before {
  position: absolute;
  background: #000;
  width: 45px;
  height: 5px;
  top: 10px;
  z-index: 999;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
  background: #000;
  width: 45px;
  height: 5px;
  bottom: 10px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.burger-menu.burger-cross .burger::after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0px;
	background: #FFF;
	opacity: 1;
}
.burger-menu.burger-cross .burger::before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0px;
	background: #FFF;
	opacity: 1;
}
.burger-menu.burger-cross .burger{
	background: #000;
}
.burger-cross{
	z-index: 999;
	position: absolute;
}
.menu {
    position: fixed;
    top: 0;
    bottom: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    z-index: 998;
    transition: .2s;
    transform: translateX(-100%);
}

.menu--open {
    transform: translateX(0);
    background-color: #000;
}
.nav {
    display: none;
}
/*Design menu__el*/
.lien {
    padding: 15% 0 0 0;
    text-align: center;
	list-style: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
}

.lien li {
    margin-top: 25px;
}

.lien li a {
    transition: 300ms;
    color: #FFFFFF;
    font-weight: 500;
	text-decoration: none;
}

.lien li a:hover {
    color: #000;
}
/*Catégories*/
.catégories{
	list-style-type: none;
	display: flex;
	flex-flow: column wrap;
	height: 40px;
	font-family: 'Oswald', sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
	width: 261px;
	font-weight: 500;
	position: absolute;
	left: 100px;
	top: 30px;
}
.catégories__el{
	width: 87px;
}
.circle{
	content: "";
	width: 9px;
	height: 9px;
	margin-right: 9px;
	border-radius: 50%;
	background-color: #000;
	display: inline-block;
}
.circle_red{
	background-color: #E77B7B;
}
.circle_red--border{
	border-left-color: #E77B7B;
}
.circle_yellow{
	background-color:#FAE77B;
}
.circle_yellow--border{
	border-left-color: #FAE77B;
}
.circle_blue{
	background-color: #7B95E7;
}
.circle_blue--border{
	border-left-color: #7B95E7;
}
.circle_teal{
	background-color: #7BE7CB;
}
.circle_teal--border{
	border-left-color: #7BE7CB;
}
.circle_green{
	background-color: #7BE77F;
}
.circle_green--border{
	border-left-color: #7BE77F;
}
.circle_purple{
	background-color: #9F7BE7;
}
.circle_purple--border{
	border-left-color: #9F7BE7;
}
/*Carte*/
.section__quiz{
	width: 100%;
}
.map__image{
	width: 75%;
	height: 100%;
	display: block;
	margin-top: 45px;
	margin-left: 10%;
}
path{
	fill: #EEE;
	stroke: #666;
	stroke-width: 1px;
	transition: fill 0.3s;
}
h2{
	margin: 0;
}
.map__image--element{
	fill: #FFF;
}
.map__image--element:hover{
	stroke: #000;
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}
.bloc__text{
	background-color: #FFF;
	color: black;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
}
.bloc__title{
	background-color: #FFF;
	color: black;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
}
.hidden{
	display: none;
}
.validated{
	fill: #EEE;
}
.validated:hover{
	stroke: #666;
	filter: drop-shadow( 0px 0px 0px rgba(0, 0, 0, 0));
}
.selected--green{
	fill: #7BE77F;
}
.selected--purple{
	fill: #9F7BE7;
}
.selected--cyan{
	fill: #7BE7CB;
}
.selected--red{
	fill: #E77B7B;
}
.selected--blue{
	fill: #7B95E7;
}
.selected--yellow{
	fill: #FAE77B;
}


.bloc__text h3{
	margin: 0;
	padding: 10px;
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
}
.bloc__title h3{
	margin: 0;
	padding: 10px;
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
}
/*Question*/
.question{
	position: absolute;
	right: 20px;
	bottom: 50px;
	font-family: 'Oswald', sans-serif;
	width: 200px;
}
.bloc__question{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	margin-left: 65px;
	margin-right: 35px;
	margin-bottom: 0;
}

.bloc__question h2{
	display: inline-block;
	font-size: 36px;
	position: relative;
	line-height: 1.6;
	margin-bottom: 0;
	margin-top: 20px;
}
.bloc__question h2:after{
	content: "/5";
    position: absolute;
    color: #E6E6E6;
	font-size: 200px;
	z-index: -10;
	top: -80px;
	left: 0;
}
.bloc__question p{
	color: #000;
	opacity: 0.6;
	font-weight: 500;
	font-size: 9px;
	margin-top: 20px;
}
.bloc__question span{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 1.6;
	margin-left: -30px;
}
.bloc__question h3{
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	padding: 3px 0px 3px 10px;
	width: 200px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*Button*/
.btn{
	margin-left: 60px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 0px;

	line-height: 1.6;
	width: 100px;
	height: 40px;

	color: #000000;
	border:2px solid #000000;
	border-image: none;
	text-decoration: none;

	border-radius: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFF;

}
.btn:hover{
	background-color: #000000;
	color: #fff;
	line-height: 1.6;
	transition: all .4s ease-in-out;
	-webkit-transform: translate(4px,4px);
	transform: translate(4px,4px);
}
.btn:hover:after{
    transform: translate(-4px ,-4px);
    height: 36px;
	width: 95px;
	transition: all .3s ease-in-out;
}
.btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
	bottom: 0px;
	left: 2px;
	height: 40px;
	width: 100px;
	border: 2px solid black;
	z-index: -10;
	background-color: black;
}

.btn--consulter{
	width: 180px;
	height: 48px;
	padding: 0;
	float: right;
	left: -40px;
}

.btn--consulter:after{
	height: 48px;
    width: 180px;

}


/*Score*/
.score{
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 35px;
    margin-bottom: 0;
}

.score h2{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
  	line-height:1.2;
  	margin-top: 0px;
	 margin-bottom: 0px;
	position: relative;
}

.score span{
	bottom: -230px;
    font-size: 58px;
    display: block;
    position: absolute;
}

.score h3{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
  	font-weight: 700;
  	padding: 3px 0px 3px 10px;
	background-color: #000000;
	color: #fff;
  	width: 50%;
}
.score ul{
	padding-left: 0px;
	width: 90%;
}

.score li{
	list-style: none;
	margin-bottom: 10px;
	font-family: 'Archivo', sans-serif;
	font-size: 9px;
	font-weight: 400;

}
.score__reponsetrue{
	position: relative;
}
.score__reponsefalse{
	position: relative;
}
.score__reponsefalse:before{
	content: "";
	background-image: url(images/cancel.svg);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	display: block;
	position: absolute;
	left: -15px;
}
.score__reponsetrue:before{
	content: "";
	background-image: url(images/tick.svg);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	display: block;
	position: absolute;
	left: -15px;
}

.flex__return{
	display: flex;
    flex-direction: column-reverse;
}

.hidden{
	display: none;
}

@media (min-width: 700px){
	/*Graphique*/
	.bloc{
		width: 300px;
	}
	.btnplus{
	  right: -270px;

	}
	.graphique{
	  width: 300px;
	}
	/*Vignette*/
	.card {
        width: 300px;
    }
    .card h3{
        font-size: 19px;
        padding: 2px 15px;
    }
    .card .details{
        font-size: 12px;
        margin: 15px;
    }
    .question{
		bottom: 160px;
	}
	/* Menu*/
	.burger{
		top: 65px;
		left: 45px;
	}
	/*Catégories*/
	.catégories{
		top: 45px;
		left: 135px;
		width: 288px;
		height: 40px;
	}
	.catégories__el{
		font-size: 12px;
		width: 135px;
	}
	.circle{
		width: 12px;
		height: 12px;
		margin-left: 12px;
	}
	.bloc__text h2{
		font-size: 19px;
		margin-left: 10px;
	}
	.bloc__title h2{
		font-size: 19px;
		margin-left: 10px;
	}
	.bloc__question{
		margin-top: 65px;
		margin-right: 45px;
		margin-left: 90px;
	}
	.bloc__question h2{
		font-size: 49px;
	}
	.bloc__question span{
		font-size: 49px;
		margin-left: -45px;
	}
	.bloc__question p{
		font-size: 12px;
		margin-top: 16px;
	}
	.bloc__question h3{
		width: 400px;
		margin-top: 0;
		font-size: 19px;
	}
	/*Carte*/
	.map__image{
		margin-left: 3%;
		margin-top: 65px;
		width: 80%;
	}
	/*button*/
	.btn{
		font-size: 19px;
		width: 150px;
		height: 54px;
		margin-left: 90px;
		margin-right: 45px;
	}
	.btn--valider:after{
		height: 54px;
		width: 150px;
	}
	.btn--consulter{
		width: 233px;
		height: 52px;
	}
	.btn--consulter:after{
		height: 52px;
		width: 233px;
	}
	/*Score*/
	.score{
		width: 60%;
		margin: auto auto;
	}
	.score h2{
		font-size: 49px;
	}
	
	.score span{
		bottom: -300px;
	}
	.score h3{
		font-size: 19px;
	}

	.score li{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.score__reponsefalse:before{
	width: 20px;
	height: 20px;
	left: -30px;
	}
	.score__reponsetrue:before{
		width: 20px;
		height: 20px;
		left: -30px;
	}

}
@media (min-width: 1000px){
	.score span{
		bottom: -260px; 
	}
}
@media (min-width: 1200px){
	/*Graphique*/
	.btnplus{
	  right: 10px;
	  top: 47px;
	  position: absolute;
	}
	.graphique{
	  width: 300px;
	}
	/*Vignette*/
	.bloc{
		width: 349px;
		position: absolute;
		right: 5%;
		top: 25%;
	}
	.card {
        width: 349px;
        position: relative;   
    }
    .card h3{
        font-size: 22px;
        padding: 2px 20px;
    }
    .card .details{
        font-size: 14px;
        margin: 20px;
    }
    .question{
		bottom: 20px;
		right: 40px;
		font-size: 22px;
		width: 300px;
	}
	/* Menu Desktop */
	.container {
        z-index: 999;
        transition: 200ms;
    }
    .burger-menu {
        display: none;
    }
    .flex {
        display:flex;
        justify-content: space-between;
    }
    .nav{
        display: block;
		margin-top: 37.5px;
		margin-bottom: 0;
		margin-left: 55px;
        font-size: 22px;
    }
    .nav__el {
        display: inline-block;
        margin: 0 55px 0 0;
		position: relative;
		text-transform: uppercase;
	}
	.nav__el a{
		text-decoration: none;
		color: #000;
	}
	.nav ul{
		list-style-type: none;
		font-family: 'Oswald', sans-serif;
		margin-top: 0;
		padding: 0;
		margin-bottom: 0;
	}
    .nav__el:last-child {
        margin-right: 0;
    }
    .nav__el:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 60%;
        background-color: black;
        left: 20%;
		top: 150%;
	    opacity: 0;
        transition: 300ms;
    }
    .nav__el:hover:after {
		top: 100%;
		opacity: 1;
    }
	/*Catégories*/
	.catégories{
		bottom: 75px;
		top: 90%;
		left: 55px;
	}
	.catégories__el{
		font-size: 14px;
	}
	.circle{
		width: 15px;
		height: 15px;
	}
	/*Carte*/
	.map__image{
		width: 500px;
		height: 100%;
		display: block;
		margin: 0 auto;
		padding-right: 200px: 
	}
	.section__map{
		width: 100%;
		margin: 0px;
		display: flex;
		flex-grow: 1;
		height: 100%;
	}
	.flex__horizontal{
		display: flex;
		margin-top: 75px;
	}
	.flexwrap{
		flex-wrap: wrap;
		align-items: center;
		margin-top: 0;
	}
	.bloc__question{
		margin-top: 65px;
		margin-left: 55px;
		margin-right: 55px;
		margin-bottom: 0;
		display: inline-block;
	}
	.bloc__question h2{
		font-size: 50px;
	}
	/*Button*/
	.btn{
		font-size: 22px;
		width: 200px;
		height: 59px
		margin-left: 45px;
		margin-right: 45px;
	}
	.btn:after{
		height: 59px;
    	width: 200px;
		z-index: -10;
	}
	.btn:hover{
		height: 59px;
	}
	.btn--consulter{
		float: left;
		width: 245px;
		height: 59px;
		margin-left: 15px;
	}
	.btn--consulter:after{
		width: 245px;
    	height: 59px;
	}
	/*Score*/
	.score{
		width: 100%;
	}
	.score h2{
		font-size: 57px;
	}
	
	.score span{
		font-size: 57px;
    	display: initial;
    	position: initial;
	}
	
	.score h3{
		font-size: 22px;
		width: 55%;
	}
	.score li{
		margin-bottom: 15px;
		font-size: 16px;
	
	}
	.section__resultat{
		display: flex;
		align-items: center;
		margin-left: 80px;
		width: 100%;
	}
	.hidden{
		display: none;
	}	
}
@media(min-width: 1700px){
	/*Vignette*/
	.card {
        width: 390px;
    }
    .card h3{
        font-size: 25px;
    }
    .card .details{
        font-size: 16px;
    }
	.bloc__text{
		font-size: 25px;
	}
	.bloc__title{
		font-size: 25px;
	}
	/*Menu*/
	.nav{
		margin-top: 42.5px;
		font-size: 25px;
	}
	/*Catégories*/
	.catégories__el{
		font-size: 16px;
		width: 150px;
	}
	.circle{
		width: 20px;
		height: 20px;
	}
	.flex__horizontal{
		margin-top: 85px;
	}
	.bloc__question{
		margin-left: 60px;
		margin-right: 100px;
		margin-top: 0;
		margin-bottom: 0;
		display: inline-block;
	}
	.bloc__question h2{
		font-size: 65px;
	}
	.bloc__question p{
		font-size: 16px;
		margin-top: 20px;
	}
	.btn{
		font-size: 25px;
		width: 200px;
		margin-left: 60px;
	}
	.btn--consulter{
		width: 300px;
	}
	.btn--consulter:after{
		width: 300px;
	}
	.categorie__el{
		width: 140px;
	}
}
