body{
	height:100%;
	width:100%;
    font-family: 'Montaga', serif;
    font-size: 17px;
    margin: 0;
    color: rgba(10,10,10,0.9);
 }  
.home{
	display: block;
	width: 80%;
	margin: auto auto;
	height: 100vh;
}
.home img{
	width: 100%;
	display: block;
	margin: 10vh auto;
}
.home div{
	font-size: 24px;
}
.header{
	position: fixed;
	border-bottom: 2px solid black;
	width: 100%;
	height: 10vh;
	margin: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	color: rgba(0,0,0,0.9);
	z-index: 100;
}
section{
	margin: 25px;
	margin-top: 19vh;
}
a{
	text-decoration: none;
	color: white;
}
a:hover{
	font-weight: 600;
	text-transform: uppercase;
}
iframe{
	display: block;
	width: 80%;
	margin: 20px auto;
	height: 200px;
}
.link__apropos{
	color: #E61408;
	text-transform: uppercase;
}
.recommandation{
	color: #E61408;
	font-size: 10px;
}
.tchouls{
	width: 40%;
	display: block;
	margin: auto;
}
.illucarte{
	position: absolute;
	width: 20%;
	right: 0;
	top: 1083px;
}
.plateaudes{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.section__studycase{
	margin-top: 15vh;
}
.section__studycase h1{
	font-size: 60px;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.section__studycase h2{
	font-size: 33px;
	font-family: 'Montserrat', sans-serif;
	color: #E61408;
}
.section__studycase p{
	margin: 5vh 10%;
	font-size: 20px;
}
.section__studycase img{
	margin: 30px auto;
	display: block;
	width: 80%;
	border: 1px solid #E61408;
}
.img__casestudy{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	margin: 30px auto;
}

.section__dealer{
	margin-top: 10vh;
	height: 90vh;
}
.section__home{
	margin-top: 23vh;
	height: 80vh;	
}
.apropos{
	margin: 5vh 15%;
}
.prevention{
	color: #E61408;
	font-weight: 700;
}

.title__home{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.title__jeux{
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	margin-bottom: 0;
}
.title__reglage{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title__soustitle{
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
}

.title__plateaujeux{
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.title__soustitle:before{
	content: "";
	height: 5px;
	width: 25px;
	position: relative;
	display: block;
	top: 46px;
	left: 2px;
	background-color: #E61408 ;	
}
h5{
	font-size: 20px;
}
.title__regle{
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	margin-top: 50px;
}
.align__right{
	margin-left: 50%;
}
small{
	font-size: 14px;
	margin-left: 5px;
}
.list__style{
	width: 85%;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.list__style li{
	padding-left: 25px;
	margin-bottom: 10px;

}
.list__style li:before{
	background-image: url(images/carreau.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -2px;
    margin-right: -15px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 13px;
    height: 13px;
    right: 24px;
    top: 1px;
    position: relative;
}
.list__style--pique{
	width: 70%;
	display: block;
	margin: 20px auto;
}
.list__style--pique li{
	padding-left: 25px;
	margin-bottom: 10px;

}
.list__style--pique li:before{
	background-image: url(images/pique.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -2px;
    margin-right: -15px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 13px;
    height: 13px;
    right: 24px;
    top: 1px;
    position: relative;
}
.list__style--carreau li h5{
	padding-left: 25px;
	margin-bottom: 10px;
}
.list__style--carreau li h5:before{
	background-image: url(images/carreau.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -2px;
    margin-right: -15px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0px;
    position: relative;
}
.list__style--carreau li p{
	margin: 30px 10%;
}
.header__game{
	height: 28vh;
}
.img__jeux{
	height: 25vh;
	z-index: -10;
	padding-top: 30px;
	position: absolute;
	top: 18vh;
	right: 12%;
}
.img__jeux--dés{
	height: 14vh;
}
.home__liste--flex{
	display: flex;
	justify-content: space-around;
}
.home__liste--carte li{
	font-size: 20px;
	margin-bottom: 15px;
}
.home__liste--carte li:before{
	background-image: url(images/carreau.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    position: relative;  
}
.home__liste--dés li{
	font-size: 20px;
	margin-bottom: 15px;
}
.home__liste--dés li:before{
	background-image: url(images/blanc/2.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    position: relative;  
}
.cardflex{
	display: flex;
	justify-content: space-around;
}
.logo{
	height: 9vh;
	position: fixed;
	margin-left: 15px;
	margin-top: 4px;
}
.logo__casestudy{
	width: 80%;
	position: relative;
	display: block;
	margin: 50px auto;
}
h1{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu__liste{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 10vh;
	color: white;
}
.menu__liste li{
	margin-right: 15px;
	font-size: 22px;
}
.reglage{
	position: fixed;
	background-image: url(images/reglage.svg);
	height: 40px; 
	width: 40px;
	right: 40px;
	padding: 2px;
	top: 12vh;
	outline: none;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  	border: none;	
  	transform-origin: center;
  	transition: transform 0.6s ease-out;
  	transform: rotate(0deg);
 	will-change: transform;
 	z-index: 10;
 	cursor: pointer;
}
.reglage:hover{
	transform: rotate(180deg);	
}
.validate{
  position: fixed;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  right: 5px;
  bottom: 5px;
}
.validate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(230,20,8, 0.7);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.validate span {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  top: -8px;
}

.validate:hover:before {
  width: 100%;
  background: rgba(230,20,8, 0.9);
}

   
.menu__reglage{
	height: 70vh;
	width: 70%;
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	border: 2px solid #E61408; 
	right: 30px;
	top: 20vh;
	padding: 20px;
	transform-origin: 100% -8%;
	transform: rotate(-90deg);
  	transition: transform 0.4s ease-out;
 	will-change: transform;
 	z-index: 10;
 	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.50);
}
.menu__reglage--flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu__reglage--open{
	transform: rotate(0deg);
}
.menu__cartes{
	
	height: 260px;
	width: 45%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px;
	border: 2px solid #E61408; 
	right: 130px;
	top: 100px;
	padding: 10px;
	transform-origin: 100% -8%;
	transform: translateY(-380px);
  	transition: transform 0.3s ease-out;
 	will-change: transform;
 	z-index: 10;
 	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.50);
}
.menu__cartes li{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	color: white;
}
.menu__cartes li:before{
	background-image: url(images/carreau.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    position: relative;  
}
.menu__dés{

	height: 70px;
	width: 30%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	border-radius: 20px;
	border: 2px solid #E61408; 
	right: 100px;
	top: 100px;
	padding: 20px;
	transform-origin: 100% -8%;
	transform: translateY(-380px);
  	transition: transform 0.3s ease-out;
 	will-change: transform;
 	z-index: 10;
 	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.50);
}
.menu__dés li{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	color: white;
}
.menu__dés li:before{
	background-image: url(images/blanc/3.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    position: relative;  
}
.menu__translate{
	transform: translateY(0);
}
.menu__liste--carte{
	cursor: pointer;
}
.menu__liste--carte:hover{
	color: #E61408;
}
.menu__liste--dés{
	cursor: pointer;
}
.menu__liste--dés:hover{
	color: #E61408;
}
.menu__liste--apropos{
	cursor: pointer;
}
.menu__liste--apropos:hover{
	color: #E61408;
}
.dealer{
	width: 80%;
	height: 50vh;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: 5px solid black;
	margin-bottom: 10px;
	background-color: #3C9150;
}
.place{
	width: 110px;
	height: 160px;
	border: 1px solid black;
	margin: 10px;
}
.img__reglage--carte{
	height: 10vh;
	margin-left: 10px;
}
.img__reglage--dés{
	height: 5vh;
	margin-bottom: 13px;
	margin-left: 10px;
	position: relative;
	top: -7px;
}
.miseenplace{
	width: 100%;
	height: 50vh;
	background-image: url(images/tablejeuxdealer/red.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}
.dés{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.simulation{
	position: relative;
}
.dés__flex{
	position: absolute;
	display: flex;
	width: 132px;
	margin:auto;
	justify-content: space-around;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 50%;
	right: 50%;
	transform: translate(50%, +35%);
}
.dés__illu--flex{
	display: flex;
	margin: auto;
	justify-content: space-around;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 10px;
}
.dés__illu{
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.resultat__pigeon{
	width: 300px;
	height: 40px;
	display: block;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.resultat__421{
	width: 300px;
	height: 40px;
	display: block;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.animcontainer{
  width:100px;
  height:250px;
  position: absolute;
 	top: 50%; 
 	left: 50%;
 transform: translate(-40%, +10%);
  perspective: 800px;
  display: block;
  /*permet de retourner la carte avec une perspective plus ou moins naturelle en paramétrant la déformation*/
}
.flip {
  width:110px;
  height:150px;
 	margin-top: 2px;
 
  position:absolute;
  transform-style:preserve-3d;
  /*permet de faire apparaître l'arrière de la carte*/
  transition:transform 0.8s cubic-bezier(0.175,0.885,0.32,1.275);
  /*pas "all" pour ne viser que la transformation*/
  /*cubic-bezier, effet avec petit retour, mieux que linear, ease-in, ease-in-out, etc*/
  background-color: transparent;
  /*pour ne pas masquer l'autre face de la carte*/
}
.front{
	 background:url(images/doscartebleu.svg) no-repeat;
	 background-size:contain;
	 background-position:center;
	  width:110px;
  height:150px;

  position:absolute;
  backface-visibility:hidden;
}
.back{
	 background-repeat: no-repeat;
	 background-size:contain;
	 background-position:center;
	 width:110px;
	 height:150px;
	 position:absolute;
	 backface-visibility:hidden;
}
.front__variante{	
  	width: 100%;
	height: 100%; 
}
.back__variante{
	border: 1px solid black;
	border-radius: 10px;
	
	width: 100%;
	height: 100%;
    position:absolute;
    backface-visibility:hidden;
    background-color: white;
    transform:rotateY(180deg);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
  	justify-content: center;
  	font-size: 20px; 
}
.flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;	
}

.flex .animcontainer__variante{
	left: 0;
  	transform: translateX(0);
 }
.back__variante p{
	display: block;
	margin: 15px auto;
	font-size: 52%;
	width: 80%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.animcontainer__variante{
  width:135px;
  height:200px;
  position: relative;
  perspective: 800px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  cursor: pointer;
}
.front__variante:hover{
  transform:scale(1.05);
 } 

.flip__variante {
  width: 100%;
  height: 100%;
  margin-top: 2px;
  position:absolute;
  transform-style:preserve-3d;
  transition:transform 0.8s cubic-bezier(0.175,0.885,0.32,1.275);
  background-color: transparent;

}
.flip__variante .back__variante {
  transform:rotateY(180deg);
}


.flip .back {
  transform:rotateY(180deg);
}

.question{
 position: absolute;
 top: 13%; 
 left: 50%;
  transform: translate(168%, 23vh);
}

.flipped{
  transform:rotateY(180deg);
}
.lien__changepage{
	cursor: pointer;
}
.invisible{
	opacity: 0;
	position: absolute;
	top: 0;
}
.hidden{
	display: none;
}

/* Masquer le bouton radio d'origine */
input[type=radio]{
    display: none;
}
/* Affichage par défaut du bouton radio personnalisé */
input[type=radio] + label:before {
    background: #fff;
    border: 2px solid #E61408;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    top: -11px;
    
}
/* Affichage du bouton radio personnalisé quand il est sélectionné */
input[type=radio]:checked + label:before {
    background: #E61408;
    border-color: #E61408;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
label{
    cursor:pointer;
}

body[data-section="home"] #home {
  display: block;
}
body[data-section="dealer"] #dealer{
  display: block;
}
body[data-section="h"] #h {
  display: block;
}
body[data-section="pyramide"] #pyramide {
  display: block;
}
body[data-section="pigeon"] #pigeon {
  display: block;
}
body[data-section="cercueil"] #cercueil {
  display: block;
}
body[data-section="petitchevaux"] #petitchevaux {
  display: block;
}
body[data-section="game421"] #game421 {
  display: block;
}
body[data-section="pigeondé"] #pigeondé {
  display: block;
}
body[data-section="apropos"] #apropos {
  display: block;
}
body[data-section="dealergame"] #dealergame {
  display: block;
}
body[data-section="dealergame"] .reglage {
  display: none;
}
body[data-section="dealergame"] .menu__reglage {
  display: none;
}
body[data-section="test"] #test {
  display: block;
}
footer{
	height: 10vh;
	border-top: 2px solid black;
	background-color: rgba(0,0,0,0.8);
}
.footer{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 10vh;
}

.btn__changepage{
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;

}
.btn__changepage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(230,20,8, 0.7);
  width: 40px;
  height: 40px;
  
  transition: all 0.3s ease;
}
.btn__changepage span {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  
  top: -4px;
  width: 100%;
  margin-left: 5px;
}

.btn__changepage:hover:before {
  width: 100%;
  border: 4px solid;
  border-color: rgba(230,20,8,1);
  background-color: white;
  
}
.under__700{
	display: block;
	margin: auto;
	font-size: 35px;
	height: 62vh;
	color: #E61408;
	margin-top: 30vh;
}
.over__700{
	display: none;
}
.lienmail{
	display: block;
	font-weight: 500;
	margin: auto;
	width: 100%;
	text-align: center;
	color: #E61408;
}
.lienmail:hover{
	transform: scale(1.1);
}
.illu__flex picture{
	margin-top: 40px;
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}
.illu__flex img{
	margin-top: 40px;
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}
@media(min-width: 600px){
	body{
		font-size: 20px;
	}
	.menu__liste{
	justify-content: space-around;
	margin-left: 22%
	}
	.menu__liste li{
	font-size: 30px;
	}
	.img__reglage--dés{
		height: 5vh;
		margin-left: 10px;
		position: relative;
		margin-bottom: 2px;
		top: -7px;
	}
	.illu__flex{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.illu__flex div{
		width: 50%;
	}

	.illu__flex img{
		width: 40%;
	}
	.under__700{
		display: none;
	}
	.over__700{
		display: block;
		height: 68vh;
		margin-top: 10vh
	}
	.dealer{
		height: 35vh;
		width: 85%;
		border-radius: 50px;
		padding: 10px;
	}
	.place{
		
		width: 6%;
		height: 10vh;
		border: 1px solid black;
		margin: 12px;
	}
	.animcontainer{
  		width: 15vw;
		height: 25vh;
		transform: translate(-52%, +50%);
  	}
	.flip {
		width: 15vw;
		height: 25px;
	}
	.back{
		width: 15vw;
		height: 25vh;
	}
	.front{
		width: 15vw;
		height: 25vh;
	}
	.question{
		display: flex;
		flex-direction: column;
		position: absolute;
	    top: 4%;
		transform: translate(-174%, 65vh);
	}
	.question label{
		margin-bottom: 7px;
	}
	.cplus{
		position: absolute;
		width: 30%;
		top: 50%;
		transform: translate(164%, 20vh);
		font-size: 20px;
	}
	.rappel{
		position: fixed;
		background-image: url(images/rappel.svg);
		height: 30px; 
		width: 30px;
		right: 29px;
		padding: 2px;
		top: 24vh;

		background-repeat: no-repeat;
	    background-size: contain;
	    background-color: transparent;
	  	border: none;	
	  	transform-origin: center;
	  	
	  	
	 	z-index: 10;
	 	cursor: pointer;
	}
	.rappel:hover{
		transform: scale(1.1)
	}
	.title__dealergame{
		position: absolute;
		top: 10%;
		left: 10px;
		font-size: 30px;
		font-family: 'Montserrat', sans-serif;
	}
	.rappel__div{
		width: 30%;
		height: 63vh;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		color: white;
		font-size: 14px;
		right: 0px;
		bottom: 0;
		padding: 15px;
		transition: transform 0.6s ease-out;
		transform: translateX(100%);
	 	will-change: transform;
	}
	.rappel__div h3{
		margin-top: 0;
	}
	.translated{
		transform: translateX(0);
	}
	.backchanged{
		background-image: url(images/fermer.svg); 
	}
	section{
		margin-left: 100px;
		margin-right: 100px;
	}
	.title__home{
		font-size: 40px;
		margin-bottom: 44px;
	}
	.title__reglage{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.home__liste--carte li{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.home__liste--dés li{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.home__liste--carte li:before{
		margin-right: 10px;
		width: 20px;
		height: 20px;
	}
	.home__liste--dés li:before{
		margin-right: 10px;
		width: 20px;
		height: 20px;
	}
	.section__home{
		margin-top: 27vh;
		height: 60vh;
		margin-left: 7%;
		margin-right: 7%;
	}
	.img__jeux{
		
		margin-right: 45px;
	}
	.menu__translate{
		transform: translateY(129px);
	}
	.menu__reglage {
	    height: 67vh;
	    right: 18px;
	    top: 18vh;
	}
	.reglage{
		right: 24px;
	}
	.menu__cartes{
    width: 30%;
    height: 28vh;
    right: 56%;
    top: 0;
	}
	.menu__cartes li{
    font-size: 25px;
	}
	.menu__dés {
    width: 25%;
    right: 186px;
    height: 9vh;
    top: 0;
	}
	.menu__dés li{
    font-size: 25px;
	}
	.front__variante {
	    width: 100%;
	    height: 100%;
	}
}

@media(max-height: 600px) and (min-width: 600px){
	body{
		font-size: 16px;
	}
	.title__regle {
	    font-size: 23px;
	}
	.title__soustitle {
	    font-size: 28px;
	}
	.title__soustitle::before {
	    top: 46px;
	}

	.miseenplace {
	    height: 100vh;	   
	}
	.menu__translate{
	    transform: translateY(52px);
	}
	.menu__cartes {
	    height: 53vh;
	}
	.menu__dés {
	    height: 16vh;
	}
	.menu__cartes li {
	    font-size: 15px;
	}
	.menu__dés li {
	    font-size: 15px;
	}
	.plateaudes {
	    width: 44%;
	}
	.animcontainer {
	    transform: translate(-52%, +65%);
	}
	.title__reglage {
	    font-size: 24px;
	}
	.menu__reglage--flex {
	    height: 52%;
	    margin-top: 12vh;
	}
	.menu__liste li {
	    font-size: 23px;
	}
	.section__home {
	    margin-top: 18vh;
	    height: 65vh;
	}
	.title__home {
	    font-size: 22px;
	}
	.home__liste--carte li {
	    font-size: 12px;
	    margin-bottom: 8px;
	}
	.home__liste--dés li {
	    font-size: 12px;
	    margin-bottom: 15px;
	}
}
@media(min-width: 1200px){
	body{
		font-size: 22px;
	}
	.illu__flex{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.illu__flex div{
		width: 40%;
	}
	.illu__flex img{
		width: 30%;
	}
	.regle__div{
		width: 75%;
		display: block;
		margin: 0 auto;
	}
	.dealer{
		height: 38vh;
		width: 94%;
		border-radius: 100px;
		padding: 33px;
	}
	.place{	
		width: 10.5%;
		height: 14vh;
		border: 1px solid black;
		margin: 12px;
	}
	.animcontainer{
  		width: 13vw;
		height: 25vh;
		transform: translate(-52%, 80%);
  	}
	.flip {
		width: 100%;
		height: 100%;
	}
	.back{
		width: 100%;
		height: 100%;
	}
	.front{
		width: 100%;
		height: 100%;
	}
	.front__variable{
		width: 100%;
		height: 100%;
	}
	.question{
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 63%;
		transform: translate(-211%, +262%)
	}
	.question label{
		margin-bottom: 7px;
	}
	.back__variante p {
	    font-size: 15px;
	}
	.cplus{
		position: absolute;
		width: 30%;
		top: 50%;
		transform: translate(133%, 1022%);
		font-size: 20px;
	}
	.rappel{
		position: fixed;
		background-image: url(images/rappel.svg);
		height: 30px; 
		width: 30px;
		right: 29px;
		padding: 2px;
		top: 18vh;
		background-repeat: no-repeat;
	    background-size: contain;
	    background-color: transparent;
	  	border: none;	
	  	transform-origin: center;
	 	z-index: 10;
	 	cursor: pointer;
	}
	.rappel:hover{
		transform: scale(1.1)
	}
	.title__dealergame{
		position: absolute;
		top: 63px;
		left: 10px;
		font-size: 53px;
	}
	.rappel__div{
		width: 30%;
		height: 65vh;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		color: white;
		font-size: 25px;
		right: 0px;
		bottom: 0;
		padding: 30px;
		transition: transform 0.6s ease-out;
		transform: translateX(100%);
	 	will-change: transform;
	}
	.rappel__div h3{
		margin-top: 0;
	}
	.translated{
		transform: translateX(0);
	}
	.backchanged{
		background-image: url(images/fermer.svg); 
	}
	section{
		margin-left: 20%;
		margin-right: 20%;
	}
	.title__home{
		margin-top: 45px;
		margin-bottom: 7%;
		font-size: 50px;
	}
	.title__soustitle {
	    font-size: 40px;
	    margin-bottom: 60px;
	}
	.title__soustitle::before {
	    top: 95px;
	    margin-bottom: 42px;
	}
	.title__jeux{
		font-size: 70px;
		margin-bottom: 10px;
	}
	.title__regle {
	    font-size: 35px;
	}
	.home__liste--carte li{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.home__liste--dés li{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.animcontainer__variante {
	    width: 206px;
	    height: 300px;
	}
	.list__style {
	    width: 75%;
	    display: block;
	    margin: 35px auto;
	}
	small {
    	font-size: 16px;
    	margin-left: 10px;
	}
	.home__liste--flex{
		width: 100%;
		margin-right: 20%;
		margin-right: 20%;
		justify-content: space-evenly;
	}
	.section__home {
	    margin-top: 28vh;
	    height: 64vh;
	    margin-left: 20%;
	    margin-right: 20%;
	}
	.img__jeux{	
	    height: 25vh;
	    padding-top: 65px; 
	    right: 20%;
	}
	.img__jeux--dés {
		height: 20vh;
   	 	top: 22vh;
	}
	.dés{
		width: 100%;
		height: 100%;
	}
	.dés__flex {
	    width: 250px;
	    height: 86px;
	}
	.plateaudes {
	    width: 50%;
	}
	.resultat__pigeon {
	    margin-top: 15px;
	    margin-bottom: 10vh;
    }
	.menu__translate {
    	transform: translateY(113px);
	}
	.menu__reglage {
	    height: 67vh;
	    right: 18px;
	    top: 170px;
	    width: 30%;
	}
	.reglage{
		right: 24px;
	}
	.menu__cartes {
	    width: 15%;
	    height: 29vh;
	}
	.menu__dés {
	    width: 15%;
	    right: 32%;
	}
	footer{
	    height: 6vh;
	}
	.footer {
	    height: 6vh;
	}
	.miseenplace {
	    height: 100vh;
	}
	.section__studycase {
	    margin-left: 25%;
	    margin-right: 25%;
	}
	.section__studycase h1{
		text-align: left;
	}
	.section__studycase p{
		font-size: 22px;
		width: 
	}
	.section__studycase img{
		display: block;
		border: 1px solid #E61408;
		margin: 30px auto;
		width: 80%;
	}
	.img__casestudy{
		width: 100%;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.img__casestudy img{
		display: block;
		height: 80%;
		border: 1px solid #E61408;
		margin: 30px;
		width: auto;
	}
	.img__casestudy--regle img{
		height: 75vh;
	}
	.logo__casestudy{
		width: 30%;
	}
	.flex__studycase{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 5vh auto;
	}
	.flex__studycase p{
		width: 50%;
		display: block;
		margin-right: 0;
	}
	.flex__studycase img{
		width: 20%;
		display: block;
	}
	iframe{
		width: 80%;
		height: 600px;
	}
	.home{
	display: flex;
	width: 80%;
	margin: auto auto;
	height: 100vh;
	align-items: center;
	justify-content: space-around;
	}
	.home img{
		width: 89%;
		display: block;
	}
	.home div{
		width: 100%;
		font-size: 30px;
	}
}