*{ margin: 0; padding: 0; }

.z1{ z-index: 1; }

.opacity{opacity: 0;}
.raye{ text-decoration: line-through; } 
.souligne{ text-decoration: underline; } 
/*.italique{ font-style: italic; } */
.line20{ line-height: 20px; } 
.line{ line-height: 35px; } 
.line20{ line-height: 20px; } 
.space{ word-spacing: 3px; } 

				/*COULEUR TEXTE*/
.bold{ font-weight: bold; } 
.black{ color: black; } 
.white{ color: white; } 
.gray{ color: #7a7777; } 
.gray1{	color: #5F5F6C; }  
.blue1{	color: #FD05A7; }  
.hover:hover{ color: #FD05A7; } 
.hover_black:hover{ color: black; }
.hover_pink:hover{ color: #f78ad1; }

				/*BACKGROUND COLOR*/
.fond_black{ background: black; color: white; } 
.fond_gray{ background: #0d0d0d; color: white; } 
.fond_blue{ background: #FD05A7; color: white; } 

.hover_fond:hover{ background: #3D7AFE; } 
.hover_fondbw:hover{ background: #FD05A7; color: white; }

				/*MARGES*/
.ml_197{margin-left: 197px;}
.margin_t70{margin-top: 70px;}

				/*TAILLE POLICE*/
.font0{
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;   /*il y a*/
	letter-spacing: 1px;
}

.font1{ 
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 7px;
}

.font2{ /*SOUS-TITRE*/
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;   /*il y a*/
	letter-spacing: 2px;
}

.font3{ /*TITRE ARTICLE*/
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 5px;
}

.font4{ /*TITRE NAV*/
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;     /*il y a*/
	letter-spacing: 1px;
}

.font5{ /*NEWSLETTER*/
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;    /*il y a*/
	letter-spacing: 1px;
}

.font6{ /*SOUS MENU*/
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}

.font7{ /*DATE_PRIX-CERCLE*/
	font-size: 10.5px;
	font-family: 'Open Sans', sans-serif;     /*il y a*/
	letter-spacing: 2px;
}

.font7bis{ /*DATE_PRIX-CERCLE*/
	font-size: 10.5px;
	font-family: 'Open Sans', sans-serif;     /*il y a*/
	letter-spacing: 1px;
}

.font8{ /*b_o*/
	font-size: 13px;
	font-family: 'Goergia', sans-serif;
}

.font9{ /*b_o*/
	font-size: 11px;
	font-family: 'Goergia', sans-serif;
}

.geo{ /*b_o*/
	font-family: 'Goergia', sans-serif;
}




				/*PLACEMENT BOX*/
.flex{ display: flex; } 
.block{ display: block; } 
.width150{ width: 150px; } 
.width200{ width: 200px; }  
.width9{ width: 12%; }  
.w_30{ width: 30px; }  
.auto{ margin: auto; }

				/*BTN COMMANDER-VOIR*/


.btn_ajouter{
	background: black;
	color: white;
	padding: 7px 78px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.btn_ajouter_bo{
	background: black;
	color: white;
	padding: 7px 78px;
	text-align: center;
}

.btn_back_cat{
	background: black;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	display: block;
}

.btn_ajout_bo{
	text-align: left;
	margin-left: 5%;
}


.table_cat{
  width: 90%;
  border-collapse: collapse; 
  margin: auto;
  text-align: center;
}

.table_cat th{
  border: 1px solid darkgray; 
  height: 30px; 
  background: black;
  color: white;
}

.table_cat td{
	border: 1px solid darkgray; 
	height: 28px; 
}

.modifier{
  color: black;
  font-size: 18px;
}

.case_modif{
  width: 70px;
}

.case_promo{
  width: 90px;
}