/*//Anims//*/
.scaleToOne{
	transform: scale(1.0) !important;
	opacity: 1.0 !important;
}
.transfToOne{
	transform: translate(0) !important;
	opacity: 1.0 !important;
}
.jeuxToOne{
	transform: rotate(0deg) scale(1) !important;
}

/*/////Globales//*/
a, a:visited, a:hover{
    text-decoration:none;
}

body{
    font-family: sans-serif;
}

main{	
    overflow: hidden;
}

.h2_left{
	color: #931bc0;
	text-transform: uppercase;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
	transform: scaleY(0);
	transition: all 0.45s ease 0.15s;
}
.h2_left::before{
	content: '';
	width: 4px;
	height: 150%;
	background-color: #3193e5;
	display: block;
	position: absolute;
	left: 0;
}
.h2_right{
	color: white;
	text-transform: uppercase;
	padding-right: 20px;
	position: relative;
	margin-bottom: 30px;
	text-align: right;
	transform: scaleY(0);
	transition: all 0.45s ease 0.15s;
}
.h2_right::after{
	content: '';
	width: 4px;
	height: 150%;
	background-color: #931bc0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

footer{
    min-height: 200px;
	background-color: #1a1a1a;	
	border-top: 5px solid #3193e5;
	color: white;
	margin-bottom: 65px;
}
footer small{
	background-color: #931bcb;
	color: white;
	display: block;
	font-size: 0.9em;
	text-align: center;
	padding: 8px;
	width: 100%;
	font-weight: bold;
}
footer a{
	color: white;
	transition: padding 0.2s ease-out 0s;
}
footer p a:hover{
	padding-left: 10px;
}
footer small a:hover{
	color: black;
}
footer h4{
    margin: 5px auto;
    width: 100%;
}
footer>div{
    max-width: 95%;
    margin: 20px auto;
}
footer>div:first-child{
    display: none;
}
footer>div:nth-child(2){
    display: flex;
	flex-direction: column;
}
footer>div:nth-child(3){
    display: flex;
	flex-direction: column;
}
footer>div p{
    margin: 5px auto;
    text-align: left;
	width: 100%;
	color: #e8e8e8;
}
footer i{
	margin-right: 10px;
	color: #3193e5;
}

button:hover{
	cursor: pointer;
}

/*///////Menu////////*/
header{
	position: fixed;
	background-color: white;
	box-shadow: 0 0 12px #0000006e;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	transform-style: preserve-3d;
	border-top: 3px solid #3193e5;
	transition: height 0.2s ease 0s;
}

header>a{
	display: block;
	max-width: 65px;
	z-index: 100;
	position: relative;
}
header > a > div {
    max-width: 65px;
    height: 65px;
    overflow: hidden;
    position: relative;
}
header > a > div img {
    position: absolute;
    max-width: 65px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 4px;
    background-color: white;
}
header nav {
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border-top: 3px solid #3193e5;
    height: 0px;
    overflow: hidden;
    box-shadow: 0 0 6px #bdbdbd inset;
    transition: all 0.2s ease 0s;
}
h1 {
    display: none;
}
header ul {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
header li {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #7b7b7b;
    transition: all 0.2s ease 0s;
}
header nav ul li a {
    display: block;
    padding: 5px;
    color: #3193e5;
}
#menu_btn {
    width: 40px;
    height: 40px;
    background-color: #931bcb;
    border-radius: 6px;
    border: 1px solid #1c1b1b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 13px;
    right: 10px;
}
#menu_btn:hover{
	cursor: pointer;
}
.menu_bar {
    height: 4px;
    width: 30px;
    background-color: #fff;
    margin: 4px auto;
    transition: all 0.2s ease 0s;
}
.menu_bar_deploy{
	margin: -2px auto;
}
.nav_deploy{
	padding: 5px 0px;
	height: 245px;
	transform: translate3d(0,-312px,-5px);
}

#ico_top{
	display: none;
}

/*///////CGU////////*/
#cgu{
	margin-top: 100px !important;
}
#cluf article,#cgu article,#cgv article,#politique article,#mentions_legales article{
	box-shadow: 0 2px 7px #dbdbdb;
	border-radius: 4px;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	color:black;
	max-width: 95%;
	margin: 0 auto;
}
#mentions_legales p{
	text-align: center;
}
#cluf, #cgu,#cgv,#politique,#mentions_legales{
	padding-bottom: 20px;
}

/*///////Autre////////*/
#logoDm{
	transform: translateY(-30px);
	opacity: 0;
	transition: all 1.0s ease 0.2s;
}

.menuDark{
	background-color: #000000b3 !important;
}

#tarifs aside{
	margin: 30px auto;
	color: white;
	font-style: italic;
	text-align: center;
}
.tarif_card{
	background-color: #e5f3ff;
	color: white;
	text-align: center;
	max-width: 350px;
	width: 100%;
	margin: 35px auto;
	box-shadow: 0 0px 20px -4px white;
/*	transform: scale(1.5); ?? */
	opacity: 0;
	transform: scale(0);
	transition: transform 0.3s ease-out 0s;
}
.tarif_card h2{
	background-color: #3193e5;
	padding: 12px 0;
	font-size: 1.35em;
	margin: 0;
}
.tarif_card>div:not(#tarif_card_game_text){
	background-color: #931bcb;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 6px;
}
.tarif_card>div h3{
	margin: 3px auto;
	font-size: 1em;
}
.tarif_card>div p{
	margin: 5px auto;
	font-size: 2em;
	font-weight: bold;
}
.tarif_card ul{
	padding: 12px;
	font-size: 1.15em;
	color: black;
}
.tarif_card li{
	padding: 6px 0;
}
.tarif_card li:not(:last-child){
	border-bottom: 1px solid #89b7dd;
}
.tarif_card_game>div p{
	font-size: 1.7em;
}
#tarif_card_game_text{
	padding: 12px;
}
#tarif_card_game_text>p{
	margin: 0px auto 10px auto;
	padding: 0;
	font-size: 1.15em;
	color: black;
	text-align: left;
	font-weight: normal;
}

.errorForm p{
	margin: 5px auto;
}
.errorForm span{
	color:#04c66b !important;
}

#contact_form button:hover, #admin button:hover{
	background-color: #b979d7;
}
#contact_form button:active, #admin button:active{
	transform: scale(0.95);
}
#contact_form button, #admin button{
	background-color: #931bcb;
    padding: 8px 30px;
    border: 2px solid white;
    border-radius: 8px;
    box-shadow: 0 0 10px -2px grey;
    color: white;
    font-weight: bold;
    margin: 5px auto;
    transition: transform 0.1s ease 0s;
}
#check_cgu_a{
	color: black;
}
#check_cgu_a:hover{
	color: #3193e5;
}
#check_cgu{
	text-align: center;
}
#check_cgu input{
	box-shadow: none !important;
	width: auto !important;
}
::placeholder{
	color:#a8a8a8;
}
#contact_form fieldset label:nth-of-type(1){
	margin:0 !important;
}
#contact_form fieldset{
	background-color: white;
	margin: 0 auto;
	max-width: 90%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	padding: 10px;
	transform: translateX(1000px);
	opacity: 0;
	transition: all 0.3s ease-out 0s; 
}
#contact_form label{
	margin: 5px auto;
	width: 100%;
    max-width: 85%;
}
#contact_form input, #contact_form textarea{
	padding: 10px;
	width: 100%;
    border-radius: 6px;
    border: 0px solid #3193e5;
    box-shadow: 0 0 3px 1px #3193e5 inset;
}
#contact_form h4{
	margin: 10px auto;
	color: #931bcb;
	font-size: 1.15em;
}

#contact .container{
	padding: 10px;
	display: flex;
	flex-direction: column-reverse;
}
#contact h2{
	order: 1;
}
#contact iframe{
	height: 300px;
}
#contact {
	overflow: hidden;
	margin-bottom: 20px;
}
#contact_form{
	background: url("https://digital-material.fr/img/illustrations/bkg_contact.jpg");
    background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#tarifs{
	background: url("https://digital-material.fr/img/illustrations/bkg_tarif.jpg");
    background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#services figure{
	max-width: 365px;
	width: 100%;
	margin: 35px auto;
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight:bold;
	position: relative;
	letter-spacing: 1px;
	transform: scale(0);
	transition: transform 0.3s ease-out 0s;
}
#services figure figcaption{
	padding: 5px 0 8px 0;
	border-bottom: 3px solid white;
	transition: filter 0.35s ease 0s;
}
#services figure p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: left;
	padding: 10px;
	font-size: 0.9em;
	margin: 0;
	background-color: #931bcb7a;
	border: 2px solid white;
	border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
	overflow: hidden;
	transform: scale(0);
	line-height: 1.1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-shadow: 0 0 4px black;
	text-transform: initial;
	transition: transform 0.35s ease 0s;
}
#services figure img{
	box-shadow: 0 0 25px -5px #cacaca;
	transition: filter 0.35s ease 0s;
}
#services figure:hover p{
	transform: scale(1.0);
}
#services figure:hover figcaption, #services figure:hover img{
	filter: blur(2px);
}
#services{
	background: url("https://digital-material.fr/img/illustrations/bkg_serv.jpg");
    background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#accueil aside{
	margin: 30px auto;
}
#accueil aside p{
	text-align: center;
}
.about_circle{
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background-color: #3193e5;
	box-shadow: 3px 3px 0 #931bc0;
	border-radius: 100%;
	color: white;
	text-align: center;
}
.about_circle i{
	line-height: 2.2;
	font-size: 1.6em;
}
#accueil .bubble_35{
	max-width: 60%;
	margin: 0 auto;
	box-shadow: 0 0 25px #aeaeae;
	line-height: 0;
	transform: scale(0);
	transition: transform 0.3s ease 0s;
}

#home{
	background: url("https://digital-material.fr/img/illustrations/bkg_top.jpg");
    background-attachment: scroll;
	min-height: 300px;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.container{
	padding: 10px;
}
section:nth-of-type(odd) .container{
	padding: 35px 10px;
}

.bubble_35{
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	overflow: hidden;
}

.cta{
    
}

#error404{
	text-align: center;
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#noscript{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}
#noscript p{
	padding: 20px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	box-shadow: 0px 10px 12px #cecece;
	width: 100%;
	text-align: center;
}

#cookie_banner{
	display: none;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cecece54;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	z-index: 2000;
}
#cookie_banner div{
	background-color: #d9d9d9;
	padding: 10px;
	border-top: 4px solid #000;
	box-shadow: 0 10px 9px #bbb;
	text-align: center;
	width: 100%;
}
#cookie_banner p{
	text-align: left;
	margin: 8px 0px;
}
#cookie_banner div>a{
	width: 100%;
	text-align: left;
	display: block;
	color: #000;
	font-weight: bold;
}
#cookie_banner button{
	background: #fdfdfd;
	border: 2px solid #d7d7d7;
    text-align: center;
    font-family: "berlin sans fb","arial black",sans-serif;
    padding: 8px 5px;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 8px auto;
    border-radius: 4px;
    box-shadow: 0px 2px 6px #b1b1b1;
    color: #18bb7e;
    max-width: 48%;
    min-width: 145px;
    width: 100%;
}
#cookie_banner button:nth-of-type(1){
	color: #c60404;
}

/*agenda*/
#adminForm_html h2 {
  text-align: center;
  color: #931bcb;
}

#agenda_desktop .h2_left{  
  margin-top: 0;
}
#agenda{
  max-width: 95%;
  margin: 0 auto;
}
#agenda #last{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}
#agenda #last>div{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 5px;
  background-color: aliceblue;
}
#agenda #last > div:nth-of-type(even) {  
  background-color: #e3eef7;
}
#agenda #last>div button{
  border: 1px solid #590000;
  background-color: #ff7878;
  font-weight: bold;
  color: #002b59;
  border-radius: 6px;
  box-shadow: 0 2px 4px 1px #cacaca;
  padding: 4px 8px;
}
#agenda #last>div button p {
  margin: 0;
  padding: 2px;
}
#agenda fieldset{
  padding: 0;
  margin: 20px auto 0 auto;  
}
#agenda .form_fix{
	width: 100%;
	margin: 5px auto;
}
#agenda .form_fix{
	display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	  align-items: center;
}
#form_agenda fieldset button {
  border: 1px solid #002b59;
  background-color: #a5d1f9;
  padding: 10px 0px;
  font-weight: bold;
  color: #002b59;
  border-radius: 6px;
  box-shadow: 0 4px 8px 1px #cacaca;
}

#form_add_rdv button, #form_add_checklist button{
  max-width: 100%;
  width: 100%;
}

#form_agenda fieldset button:hover {
  background-color: #d4eaff;
}
#form_agenda fieldset button:active {
  box-shadow: 0 3px 4px 0px #cacaca;  
}
#form_agenda #errorForm {
  text-align: center;  
}

.cache_hover{
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}
.cache_pointer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#jeux_page{
	background: url("https://digital-material.fr/img/illustrations/bkg_arcadeblur.jpg");
    background-attachment: scroll;
	min-height: 100vh;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 5px;
}
#jeux_page img{
	display: block;
}
.game_container{
	padding: 10px;
	background-color: #00285387;
	color: white;
	border-radius: 16px;
	border: 2px solid #002853;
	margin-top: 10px;
	margin-bottom: 20px;
}
.game_container h2{
	color: white;
	font-size: 1.8em;
	margin: 10px 0px;
}
.game_image{
  border: 2px solid whitesmoke;
  border-radius: 12px;
  overflow: hidden;
}
.game_infos a{
	background-color: #373536;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 30px;
	padding: 4px;
	margin: 10px auto;
	border: 2px solid whitesmoke;
}
.game_infos a:hover{
	background-color: #6e6e73;	
}
.game_infos a img{
	background-color: whitesmoke;
	border-radius: 30px;
	max-width: 36%;
	padding: 2px 6px 2px 2px;
}
.game_infos a p{
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	color: whitesmoke;
  	font-family: 'Noto Sans JP', sans-serif;
}
.game_mini_description{
  	margin: 0 0 25px 0;
}
#jeux_page h3{
	text-transform: uppercase;
	font-size: 1.05em;
	margin: 25px 0 5px 0;
}
#jeux_page h4{
	text-transform: capitalize;
  	margin: 25px 0 5px 0;
  	font-size: 1em;
}
.game_description ul li{
	list-style: disc;
	list-style-position: inside;
}
.game_details p{
	margin: 0 auto;
}
.game_details table {
	width: 100%;
	max-width: 100%;
}
.game_details table tr{
	border-bottom: 1px solid whitesmoke;
}
.game_details table th,.game_details table td  {
	padding: 4px;
}
.game_details table .trcenter {
	text-align:center;
}

.game_carrousel {
	height: 120px;
	transition: all 0.2s ease 0s;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;
	flex-wrap: nowrap;
}
.slider_master {
	width: 100%;
	overflow: hidden;
}
.slider_slider {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transform: translateX(0px);
	transition: transform 0.3s ease 0s;
}
.slider_item {
	border: 2px solid #666;
	margin: 2px;
	transition: border 0.2s ease 0s;
}
.slider_item:hover{
	cursor: pointer;
	border: 2px solid #868686;
	transition: border 0.2s ease 0s;
}
.slider_item_clicked{
	border: 2px solid whitesmoke;
}
.slider_arrow_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 100px;
	text-align: center;
	transition: transform 0.2s ease 0s;
}
.slider_arrow_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 100px;
	text-align: center;
	transition: transform 0.2s ease 0s;
}
.slider_arrow_left:hover, .slider_arrow_right:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.game_price{
	background-color: #972ccaa3;
	border-radius: 30px;
	padding: 10px 10px 15px 10px;
	margin: 10px auto;
	border: 2px solid whitesmoke;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	max-width: 70%;
}


#accueil_sections{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.accueil_sections_single{
	transform: translateX(-1000px);
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
	transition: transform 0.4s ease 0s;
}
.accueil_sections_single:nth-child(2){
	transform: translateX(1000px);	
	transition: transform 0.4s ease 0s;
}

.accueil_sections_single a{
	display: block;
	box-shadow: 0px 0px 10px 4px #00000029;
	border-radius: 20px;
	overflow: hidden;
	transition: transform 0.1s ease 0s;
}
.accueil_sections_single a:hover{
	transform: scale(1.05);
	transition: transform 0.1s ease 0s;
}
.accueil_sections_single p{
	max-width: 100%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #3193e5;
	font-size: 1.4em;
	text-shadow: 2px 2px 5px #0000004f;
}

#jeux_section{
	display: flex;
	flex-direction: column;
}
#jeux_section a{
	transform: translateX(-2000px);	
	display: block;
	max-width:90%;
	width:100%;
	margin:0 auto;
    transition: transform 0.4s ease 0s;
}
#jeux_section a:nth-child(2){
	transform: translateX(2000px);	
	transition: transform 0.4s ease 0s;
}
#jeux_section a>div{
    transition: transform 0.1s ease 0s;
}
#jeux_section a>div:hover{
	transform: scale(1.05);
    transition: transform 0.1s ease 0s;
}
.jeux_section_single{
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 8px 5px #00000038;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	padding: 8px;
}
.jeux_section_single div{
	border-radius: 10px;
	overflow: hidden;
}
.jeux_section_single p{
	color: black;
	font-size: 1.05em;
}
.game_presskit {
  	text-align: center;
  	width: 100%;
}
.game_presskit a{
	color: white;
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: bold;
	max-width: 200px;
	width: 100%;
	background-color: #373536;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 30px;
	padding: 12px 0;
	margin: 40px auto 10px auto;
	border: 2px solid whitesmoke;
}
.game_presskit a:hover{
	background-color: #6e6e73;
}
.game_presskit a p{
  	margin: 0;
	padding: 0;
}
.game_presskit a p i{
  	margin: 0 12px;
}


/*//////images administration//////*/
#image_admin form{
	padding: 10px;
}
#image_admin fieldset{
	border: 1px solid gray;
}

#admin_show_image {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
}

.singleImg{
	position: relative;
	width: 200px;
	height: 200px;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	box-shadow: 0 0 5px #d7d7d7;
	padding: 10px;
	margin: 5px;
}
.singleImg img{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.singleImg button{
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px 8px;
}
.singleImg button:hover{	
	cursor:pointer;
}

.imgDetails{
	position: absolute;
	text-align: center;	
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
}
.imgDetails i{
	margin-left: -24px;
    background-color: white;
    font-size: 1.6rem;
    color: #d11920;
    padding: 0 4px;
    border-left: 1px solid grey;
    vertical-align: middle;
    margin-top: -2px;
}
.imgDetails i:hover{
	cursor:pointer;
}

.copyMe{
	padding: 2px 4px;
    max-width: 230px;
    border-radius: 3px;
    box-shadow: none;
}

/*///////Admin////////*/

.mess_dm{
	background-color: whitesmoke;
	border-radius: 6px;
	border: 2px solid #3193e5;
	padding: 35px 6px 6px 6px;
	margin: 5px auto;
	position: relative;
	overflow: hidden;
}
.mess_dm p:nth-child(1){
	background-color: #931bcb;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	color: white;
	font-size: 1.1em;
	padding: 5px 0 5px 5px;
}
.mess_dm p:not(:nth-child(1)){
	margin: 4px auto;
	font-size: 1.1em;
}
.mess_dm_del{
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	text-align: center;
	margin: 0 !important;
	padding: 8px !important;
	background-color: #ca1717 !important;
}

#admin_top{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: right;
	align-items: center;
}

#admin{
	max-width: 95%;
	margin: 100px auto 0 auto;
}
#adminForm label{
	width: 100%;
	display: block;
	margin: 10px auto;
}
#adminForm input,#adminForm textarea{
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 0 5px -1px inset #3193e5;
}
#adminForm legend{
	font-size: 1.1em;
	color: #931bcb;
	font-family: "Arial", sans-serif;
}
#adminForm button:hover,#agenda_desktop button:hover,#arduino button:hover{
	background-color: #b979d7;
}
#adminForm button:active,#agenda_desktop button:active,#arduino button:active{
	transform: scale(0.95);
}
#adminForm button,#agenda_desktop button,#arduino button{
	background-color: #931bcb;
    padding: 8px 30px;
    border: 2px solid white;
    border-radius: 8px;
    box-shadow: 0 0 10px -2px grey;
    color: white;
    font-weight: bold;
    margin: 5px auto;
    transition: transform 0.1s ease 0s;
}
#arduino button{
	margin-right: 60px;
}
#arduino #admin_top{
	margin: 0px;
}

.todolist .last_single_last{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
}
.todolist .last_single_last:hover{
	cursor: pointer;
}
.todolist .last_single_last::selection{
	background: transparent;
    color: inherit;
}
.checklistChecked{
	text-decoration: line-through !important;
}
.sendNewPos{
	background-color: #a5d1f9 !important;
}
.numberline{
	background-color: white;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #19709b;
	margin-right: 6px;
	font-size: 0.7em;
}
.checklist_btn{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	width: 100%;
	max-width: 120px;
}
.checklist_btn button{
	width: 34px;
	height: 34px;
}
#h2checklist{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: center;
	color: #a5d1f9;
	font-size: 1.4em;
	text-shadow: 1px 1px 2px #006aaa;
}

/*////Responsive///*/
@media all and (min-width: 576px){ 
	#accueil aside {
	    max-width: 80%;
	}

	section:nth-of-type(odd) .container {
	    padding: 55px 10px;
	}

	#tarifs aside {
	    max-width: 90%;
	}

	#contact_form fieldset {
	    max-width: 440px;
	}

	footer {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	footer>div {
	    max-width: 40%;
    	width: 100%;
	}
	.game_container {
		margin: 20px auto;
		max-width: 95%;
		padding: 20px;
	}
	.game_carrousel {
		height: fit-content;
		margin: 20px auto;
	}
}

@media all and (min-width: 768px){ 

	.game_price{
		font-size: 1.5em;
	}
	#adminForm fieldset{
		max-width: 300px;
		margin: 0 auto 30px auto;
	}

	#cluf,#cgu,#cgv,#politique,#mentions_legales{
		max-width: 90%;
		margin: 0 auto;
	}
	#cluf article,#cgu article,#cgv article,#politique article,#mentions_legales article{
		margin: 20px;
	}

	header {
		top: 0;
		height: 68px;
    	background-color: #0000005c;
	    box-shadow: none;
	    border: none;
	    transition: background-color 0.2s linear 0s;
    }

    header>a {
    	display: none;
    }
	header nav ul li a {
	    color: whitesmoke;
	}
    header nav {
	    border: none;
	    background-color: transparent;
	    justify-content: center;
	    align-items: flex-end;
	    padding: 0;
	    height: auto;
	    box-shadow: none;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    border-bottom:none;
	}
	header ul {
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	    width: calc(100% - 65px);
	    align-items: center;
	}
	header li {
		font-size: 1.1em;
	    font-family: inherit;
	    font-weight: normal;
	    letter-spacing: 1px;
	    text-shadow: none;
	}
	header li:hover a {
		color:#9621c1;
	}
	footer {
		margin-bottom: 0;
	}

	#agenda_desktop{
		max-width: 25%;
		width: 100%;
		margin: 30px auto 0px auto;
		padding: 10px;
		border-radius: 10px;
	}

	#menu_btn{
		display: none;
	}

	#home {
	    min-height: 650px;
	    justify-content: flex-start;
	}

	#logoDm{
		margin-top: 105px;
	}

	#accueil .container{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin-bottom: 40px;
	}
	#accueil h2{
		flex-basis: 100%;
	}
	#accueil .bubble_35 {
	    max-width: 35%;
	    align-self: center;
	}
	#accueil aside {
		margin: 0 auto;
	    max-width: 92%;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	}
	.about_circle {
	    min-width: 70px;
	    height: 70px;
	    box-shadow: 4px 4px 0 #931bc0;
	    margin:0 15px 0 auto;
	}
	.about_circle i{
	    line-height: 2.1;
    	font-size: 2em;
	}
	#accueil aside p {
	    text-align: left;
	}

	section:nth-of-type(odd) .container {
	    padding: 75px 10px;
	}

	#services .container, #jeux .container, #tarifs .container{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	#services .container .h2_right, #jeux .container .h2_left, #tarifs .container .h2_right, #contact .container .h2_left{
		flex-basis: 100%;
	}

	#contact .container{
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	#contact .container .h2_left{
		order: 0;
	}
	#contact iframe{
		border: 0;
	    max-width: 40%;
	    height: auto;
	}
	#contact_form{
		max-width: 60%;
    	width: 100%;
	}

	#accueil_sections {
		flex-direction: row;		
		flex-wrap: nowrap;
	}
	.accueil_sections_single {
		max-width: 42%;
	}
	.accueil_sections_single p {
		margin-top: 40px;
	}
	.tarif_card_game{
		max-width:90%;
		width:100%;
	}

	footer small{
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}

	.game_container {
		margin-top: 80px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.game_infos {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 30px;
		justify-content: space-evenly;
	}
	.game_infos>a {
		max-width: 60%;
		margin: 10px 0;
	}
	.game_mini_description{
		flex-basis: 100%;
		text-align: center;
	}
	.game_description{
		max-width: 50%;
	}
	.game_price {
		max-width: 100%;
		height: 62px;
		padding: 15px 28px;
		margin: 10px 0;
	}
	.game_details table {
		max-width: 100%;
	}
	.game_details {
		max-width: 50%;
	}
	.game_carrousel {
		height: fit-content;
		margin: 20px auto;
	}
	.game_container h2 {
		font-size: 2.2em;
	}
}

@media all and (min-width: 1024px){
    #cookie_banner button{
		max-width: 180px;
		margin: 15px 10px;
	}
	#cookie_banner p,#cookie_banner div>a {
	    text-align: center;
	}

	header ul {
	    justify-content: flex-end;
	}
	header li {
		font-size: 1.2em;
	    margin: 0 15px;
	    opacity: 0;
	    transform: scale(2.0);
	}

	#logoDm {
	    margin: 105px auto 0 auto;
	    max-width: 800px;
	}

	.container {
	    max-width: 85%;
	    margin: 0 auto;
	}

	section:nth-of-type(odd) .container {
	    padding: 95px 10px;
	}

	.about_circle {
	    min-width: 80px;
	    height: 80px;
	    margin-right: 20px;
	}
	.about_circle i{
	    line-height: 2.3;
    	font-size: 2.1em;
	}

	#accueil aside {
		margin-left: 30px;
		max-width: 100%;
	}

	#accueil aside p {
    	font-size: 1.2em;
	}

	#contact_form {
		box-shadow: 0 0 20px -5px gray;
	    border-bottom-right-radius: 35px;
	}
	#contact iframe{
		box-shadow: 0 0 20px -5px gray;
	    border-top-left-radius: 35px;
	}
	
	#tarif_card_game_text > p {		
		text-align: center;
		max-width: 80%;
	}

	.game_container h2 {
		order: 1;
		flex-basis: 100%;
	}
	.game_image {
		order: 2;
		max-width: 58%;
	}
	.game_infos {
		order: 3;
		max-width: 40%;
		margin:0;
		justify-content: center;
		align-content: space-evenly;
	}
	.game_carrousel {
		order: 4;
	}
	.game_description {
		order: 5;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.game_details {
		order: 7;
		max-width: 50%;
  		width: 100%;
	}
	.game_config {
		order: 6;
		max-width: 50%;
  		width: 100%;
	}
	.game_price {
		order: 2;
	}
	.game_mini_description{
		margin: 0;
		order: 3;
	}
	.game_infos>a {
  		order: 1;
	    flex-basis: 100%;
	    width: 100%;
	    max-width: 100%;
	    height: 60px;
	}
	.game_details table {
	    max-width: 68%;
	}

	.game_presskit {
	  	order: 8;
	}
}

@media all and (min-width: 1200px){
	
	#admin{
		max-width: 85%;
	}
	.mess_dm{
		max-width: 80%;
	}

	.h2_left, .h2_right {
		margin-top:30px;
	    font-size: 1.8em;
	}

    #logoDm {
	    margin: 85px auto 0 auto;
	    max-width: 1050px;
	}

	#home {
	    min-height: 80vh;
	}

	#accueil .container .h2_left{
		margin-bottom: 70px;
	}
	#accueil .container {
	    margin-bottom: 90px;
	}
	#accueil aside{
    	margin-left: 40px;
	}
	.about_circle {
	    margin-right: 40px;
	}

	section:nth-of-type(odd) .container {
	    padding: 110px 10px;
	}

	#services figure {
	    max-width: 30%;
	}

	footer>div:first-child {
	    display: block; 
	}
	footer>div {
	    max-width: 30%;
	}

	#accueil aside p {
	    font-size: 1.32em;
	}

	.tarif_card{
		max-width: 35%;
	}

	#services figure p {
		font-size: 1em;
	}

	.h2_left::before,.h2_right::after {
	    width: 6px;
	}

	.tarif_card h2 {
	    font-size: 1.4em;
	}
	.tarif_card>div p {
	    font-size: 2.4em;
	}

	.tarif_card_game>div p{
		font-size: 1.8em;
	}

	.tarif_card ul {
	    font-size: 1.2em;
	}

	#contact_form h4 {
		margin: 15px auto;
	    font-size: 1.25em;
	}
	#contact_form input, #contact_form textarea {
	    font-size: 1.15em;
	}

	#contact_form button {
	    margin: 10px auto;
	    font-size: 1.1em;
	}

	#contact_form {
	    min-height: 580px;
	}

	footer>div {
	    max-width: 20%;
	    font-size: 1.1em;
	    line-height: 1.2;
	}
	footer small {
	    font-size: 1em;
	}

	#services .container, #tarifs .container{
		padding-bottom: 160px;
	}

	#jeux .container{
		padding-bottom: 80px;
	}

	.accueil_sections_single p {
		font-size: 1.7em;
		margin-top: 60px;
	}

	.jeux_section_single {
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 30px;
	}
	#jeux_section a:nth-of-type(2) .jeux_section_single {
		flex-direction: row-reverse;
	}
	.jeux_section_single p {
		max-width: 45%;
		width: 100%;
		margin: 0 auto;
	}
	.jeux_section_single div {
		max-width: 50%;
		width: 100%;
	}
	.jeux_section_single p {
		font-size: 1.3em;
	}

	.tarif_card_game{
		max-width:85%;
	}
	.game_infos > a {		
		height: 66px;
	    border-radius: 50px;
	}	
}

@media (min-width: 1440px){
	.h2_left, .h2_right {
    	margin-top: 50px;	    
	}

	header ul{
		margin-right: 8%;
	}

	#home {
	    min-height: 100vh;
	}

	#logoDm {
	    margin: 95px auto 0 auto;
	    max-width: 95%;
	}

	#accueil aside p {
	    font-size: 1.42em;
	    line-height: 1.1;
	}

	.about_circle {
	    min-width: 100px;
	    height: 100px;
	    margin-right: 50px;
	}
	.about_circle i {
	    line-height: 2.2;
    	font-size: 2.7em;
	}

	section:nth-of-type(odd) .container {
	    padding: 130px 10px;
	}
	
	#tarifs aside {
	    flex-basis: 100%;
	}
	.tarif_card {
	    max-width: 308px;
	}

	#contact_form h4 {
		margin: 15px auto;
	    font-size: 1.3em;
	}

	footer>div {
	    max-width: 25%;
	}
	
	#services figure {
	    max-width: 25%;
	    margin: 35px 10px;
	}

	.accueil_sections_single {
	    max-width: 38%;
	}

	.tarif_card_game{
		max-width:95%;
	}

	footer img{
		max-width: 80%;
	}

	#jeux_page article{
		max-width: 85%;
	}
	.game_infos > a {	   
	    max-width: 500px;
	    height: 70px;
	}
	.game_description {		
		max-width: 45%;
	}
	.game_details {
	    max-width: 25%;
	}
	.game_config {
	    max-width: 25%;
	}
	.game_details table {
	    max-width: 100%;
	}
}

@media (min-width: 1600px){
	.accueil_sections_single {
	    max-width: 30%;
	}

	#jeux_page article {
		padding: 30px 50px;
		max-width: 75%;
	}
	.game_infos a p,.game_mini_description,.game_description,.game_details,.game_config {
	  font-size: 1.2em;
	}
}