@charset "utf-8";
/* CSS Document */

html {
	margin:0;
 	padding:0;
}

:root {
  --gray1: rgb(10,10,10);
  --gray2: rgb(15,15,15);
  --gray3: rgb(20,20,20);
}

@font-face {
	font-family: BD;
 	 src: local("Broken Detroit"),
		url(font/BD.ttf);
		font-weight:normal;
}

body {
	margin:0;
 	padding:0;
	background-color: var(--gray1);
  background-image: linear-gradient(30deg, var(--gray2) 12%, transparent 12.5%, transparent 87%, var(--gray2) 87.5%, var(--gray2)), linear-gradient(150deg, var(--gray2) 12%, transparent 12.5%, transparent 87%, var(--gray2) 87.5%, var(--gray2)), linear-gradient(30deg, var(--gray2) 12%, transparent 12.5%, transparent 87%, var(--gray2) 87.5%, var(--gray2)), linear-gradient(150deg, var(--gray2) 12%, transparent 12.5%, transparent 87%, var(--gray2) 87.5%, var(--gray2)), linear-gradient(60deg, var(--gray3) 25%, transparent 25.5%, transparent 75%, var(--gray3) 75%, var(--gray3)), linear-gradient(60deg, var(--gray3) 25%, transparent 25.5%, transparent 75%, var(--gray3) 75%, var(--gray3));
  background-size: 40px 70px;
  background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px;
	}
	
	
	

#banniere {
	float: left;
	height: 100px;
	width: 100%;
	min-width: 520px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #343434;
	text-align: center;
}
#corp {
	float: left;
	width: 80%;
	border: thin solid #000;
	background-color: #343434;
	min-height: 600px;
	min-width: 420px;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 5px;
}
#pied {
	float: left;
	width: 80%;
	border: thin solid #000;
	background-color: #333;
	color: #FFF;
	text-align: center;
	height: 120px;
	min-width: 420px;
	margin-top: 5px;
	margin-right: 5%;
	margin-left: 5%;
	padding-right: 5%;
	padding-left: 5%;
}

#base {
	width: 100%;
	display: block;
    margin: auto;
	
}
#full_box {
	background-color: #CCCCCC;
	float: left;
	border: 1% none #000000;
	margin: 1%;
	width: 96%;
	padding: 1%;
}


#Box_in_contenu {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 47%;
}
#full_box h3 {
	color: #000000;
}



#box_admin {
	float: left;
	width: 90%;
	margin: 5px;
	padding: 5px;
	border: thin dashed #000;
}
#sous_box_admin {
	float: left;
	width: 30%;
	margin: 5px;
	padding: 5px;
	border: thin dashed #000;
	height: 220px;
}

#bloc_contenu {
	float: left;
	width: 47%;
	margin: 0.5%;
	padding: 0.5%;
	border: thin solid #000000;
	background-color:#CCCCCC;
}

#corp h2 {
	font-family: BD;
	color: #FFFF00;
	text-align:center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	font-size: 2em;
}

#bloc_p {
	background-color: #666666;
	border: thin solid #000000;
	width: 95%;
	text-align: center;
	margin: 4px;
	padding: 4px;
}

#capcha_D {
	float: left;
	height: 100px;
	max-width: 500px;
	width: 80%;
}
#error {
	background-color: #FF6633;
	margin: 2%;
	padding: 2%;
	float: left;
	border: 1% none #FF0000;
	text-align: center;
	width: 92%;
}


#capcha_G {
	float: left;
	height: 100px;
	max-width: 22px;
	width: 20%;
}

#capcha_img {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

#cgv_ins {
	padding: 2%;
	width: 85%;
	height: auto;
	background-color: #CCCCCC;
	border: thin solid #333333;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#menu_perso {
	float: left;
	background-color: #FFCC00;
	height: 100px;
	width: 100%;
}

#perso_info {
	float: left;
}

#perso_img {
	float: left;
}

#perso_txt {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

#perso_menu {
	float: right;
}

#perso_menu i{
	margin:5px;
	padding:5px;
	border: thin solid #000000;
}

#perso_menu i:hover{
background-color:#FF6600;
}

#contenu {
	float: left;
	width: 100%;
}
#contenu_compte {
	border: thin solid #FFFF00;
	float: left;
	width: 95%;
	margin: 1%;
	padding: 1%;
}

#contenu_compte h3 {
	color: #FFFF00;
	font-family: BD;
}
#img_compte a {
	background-color: #FFFFFF;
}
#img_compte {
	float: left;
	width: 23%;
	height: 150px;
}
#info_compte {
	float: left;
	width: 76%;
	height: 150px;
}




#bloc_menu_admin{
	float:left;
	background-color:#CCCCCC;
	mix-width: 320px;
	text-align:center;
	padding:5px;
	margin:5px;
	height: 12em;
}

#bloc_menu_admin i{
	padding:2px;
	margin:2px;
	border: thin solid #000000;
}

#bloc_menu_admin a{
	color:#FFFF00;
}

#bloc_menu_admin i:hover{
background-color:#999999;
}

.bouton-shop {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #FFA500; /* Fond jaune foncé */
    color: #fff; /* Texte en blanc */
    border-radius: 20px; /* Bords arrondis */
    font-weight: bold;
    transition: background-color 0.3s ease; /* Transition pour l'animation */
}

/* Style au survol du bouton */
.bouton-shop:hover {
    background-color: #FF8C00; /* Changement de couleur au survol */
}

.bouton-play {
    display: inline-block;
    padding: 20px 30px;
    text-decoration: none;
	border:none;
    background-color: #FFA500; /* Fond jaune foncé */
    color: #fff; /* Texte en blanc */
    border-radius: 20px; /* Bords arrondis */
    font-weight: bold;
	font-size:medium;
    transition: background-color 0.3s ease; /* Transition pour l'animation */
}

/* Style au survol du bouton */
.bouton-play:hover {
    background-color: #FF8C00; /* Changement de couleur au survol */
}

.content-toggle {
    overflow: hidden;
	max-height: 4000px;
    transition: max-height 0.5s ease-in-out;
}

.expand-button-toggle {
    background-color: #eee;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
	border-radius: 5px;
}

.content-toggle.collapsed {
    max-height: 0;
    overflow: hidden;
}

.product{
	background-color:#999999;
	border:thin #FFFF00 solid;
	float: left;
	border: 1%;
	margin: 1%;
	text-align:center;
}

.button_panier{
	display: none;
}

#paypalButton {
    background-color: #0070BA; /* Couleur de fond */
    color: #FFFFFF; /* Couleur du texte */
    border: none; /* Supprime la bordure */
    padding: 10px 20px; /* Espacement intérieur */
    font-size: 16px; /* Taille de la police */
    border-radius: 5px; /* Coins arrondis */
    cursor: pointer; /* Curseur au survol */
}

/* Style de base pour le modal */
.modal {
    display: none; /* Par défaut, le modal est caché */
    position: fixed; /* Position fixe pour le superposer au contenu */
    top: 0;
    left: 0;
    width: 100%; /* Remplit toute la largeur */
    height: 100%; /* Remplit toute la hauteur */
    background-color: rgba(0,0,0,0.7); /* Fond semi-transparent */
}

/* Style du contenu du modal */
.modal-content {
    background-color: #333333;
	color: white;
    border: 1px solid #ccc; /* Bordure */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Ombre légère */
    margin: 15% auto; /* Centrer verticalement, 10% de marge en haut et en bas */
    padding: 20px; /* Espace intérieur du contenu */
    max-width: 80%; /* Largeur maximale du contenu du modal */
    overflow-y: auto; /* Barre de défilement vertical si le contenu dépasse */
}

/* Style pour le bouton de fermeture, si vous en ajoutez un */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* DEBUT calendrier JS : jsSimpleDatePickr */
#calendarMain1, #calendarMain2{
    margin-left: 20%;
}
/* conteneur calendrier */
.calendarWrap{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 210px;
    padding: 5px 10px 10px 10px;
    background-color: #2e373f;
    /*background-color: rgba(46, 55, 63, 0.95);*/
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    font-size: 12px;
}

/* bouton d'affichage*/
#calendarMain1 > input, #calendarMain2 > input{
    display: block;
    width: 100px;
    height: 22px;
    padding-top: 2px;
    background-color: #2e373f;
    color: #fff;
    border-radius: 5px;
    border: none;
}
#calendarMain1 > input:hover, #calendarMain2 > input:hover{
    background-color: #2673cb;
}
/* navigation dans le calendrier */
.calendarWrap ul{
    margin: 5px 0 10px 0;
    padding: 0;
}
.calendarWrap li{
    margin: 0;
    padding: 0;
    width: 20px;
    display: inline-block;
    *display: inline;
}
.calendarWrap li.calendarTitle{
    width: 170px;
    color: #ccc;
    text-align: center;
}
.calendarWrap li input{
    width: 20px;
    background-color: #5d6f7f;
    border: none;
    color: #fff;
}
.calendarWrap li input:hover{
    background-color: #6f8598;
}
/* calendrier */
.jsCalendar{
    color: #fff;
    border-collapse: collapse;
}
.jsCalendar th{
    color: #8ba7bf;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.jsCalendar td{
    padding: 0;
    border: none;
}
.jsCalendar a{
    display: block;
    width: 30px;
    padding: 3px 0 3px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.jsCalendar .day:hover a{
    background-color: #2673cb;
    border-color: #2673cb;
}
.jsCalendar .selectedDay a{
    background-color: #c44d38;
    border-color: #c44d38;
}
/* FIN calendrier JS : jsSimpleDatePickr */

/* Accept cookie CSS */
.cookie-alert {
   position: fixed;
   bottom: 20px;
   right:20px;
   border-radius: 10px;
   background:#2f2f2f;
   color:#fff;
   padding:10px 15px;
   width:280px;
   z-index:100;
}
.cookie-alert a { 
   display:block;
   text-align: center;
   padding:5px 10px;
   margin:8px auto 0 auto;
   border-radius: 10px;
   background:transparent;
   border: 2px solid #46A2D9;
   color:#46A2D9;
   transition: all .3s ease;
}
   .cookie-alert a:hover {
      background: #46A2D9;
      color:#2f2f2f;
   }
@media only screen and (max-width:480px) {
   .cookie-alert {
      text-align: center;
      left: 0; right: 0;;
        margin: 0 auto;
      max-width:700px;
      padding:10px 30px;
   }
}
/* fin aceppt cookie CSS*/

/*hamburger*/

.container {
  max-width: 3000px;
  width: 90%;
  margin: auto;
  /*background-color:#990000;*/
}

.navbar {
  width: 100%;
}

.nav-container {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #666666;
  font-weight: 2vh;
  font-size: 3rem;
  padding: 1rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 100px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 75px;
  width: 75px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 56px;
  width: 75px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: yellow;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 100px;
  box-shadow: inset 0 0 2em rgba(50, 50, 50, .7);
  height: auto;
  min-height: 800px;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-color:#EAEAEA;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 3rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 35px;
  color: yellow;
  font-family: 'BD', sans-serif;
}

.logo h1{
display:inline;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}



.big{
	font : 2em "Cambria";
	border : none;
	padding : 0 8px;
	margin-left:auto;
	margin-right:auto;
	margin  : 0;
	border-radius: 4px;
}

p{
	font : 1.3em "Cambria";
}

table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid #333333;
}

.table_connexion {
	width: 35%;
	margin-left: auto;
  	margin-right: auto;
	background-color: #CCCCCC;
}

.table_admin {
	width: 35%;
	margin-left: auto;
  	margin-right: auto;
	background-color: #CCCCCC;
}

.txt_cgv{
	width:80%;
	resize:none;
}

.input_nok{
	border:thick #FF0000 solid;
}

#ins_error_div{
	width: 60%;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	padding: 2%;
	border: thin #FF0000 solid;
}

#tri_box {

	background-color: #CCCCCC;
	float: left;
	border: 1% none #000000;
	margin: 1%;
	width: 29%;
	padding: 1%;
}


/* pour les PC*/
@media screen and (min-width: 1001px) {

	.big{
		width: 70%;
	}

	#perso_menu .las{
		font-size: 5em;
	}
	
	.table_inscription {
		width: 60%;
	}
	
	.table_connexion {
		width: 35%;
	}
	
	.table_admin {
		width: 70%;
	}
	
	#bloc_menu_admin{
		width: 20%;
	}
	
	.product {
		width: 27%;
	}
}

/* pour les smatphone et tablette*/
@media screen and (max-width: 1000px) {

	.big{
		width: 90%;
	}

	#perso_menu .las{
		font-size: 3em;
	}

	#bloc_contenu {
		width: 97%;
	}
	
	.table_inscription {
		width: 100%;
	}

	.table_connexion {
		width: 80%;
	}
	
	.table_admin {
		width: 90%;
	}
	
	#bloc_menu_admin{
		width: 45%;
	}
	
	#tri_box {
		width: 100%;
	}
	
	.product {
		width: 95%;
	}
}
