/* ======================== 	*/
/* objet html					*/
/* ========================		*/


* {
	margin: 0px;
	padding1: 0px;
	font-family1: Arial, sans-serif;
	box-sizing: border-box;
}

html {
	font-family1:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

body
{
	background-color: #fff;
	background-image:url("../image/fond2.jpg");
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: black;
	padding-top1:54px;
}

@media (min-width:992px)
{
	body
	{
		padding-top:0;

		padding-left:128px
;
	}

}

input,textarea,select {
  width: 100%;
  max-width:350px;
  padding: 8px 12px;
  margin: 0px 0px;
  box-sizing: border-box;
  font-family:arial;
  font-size: 1em;
}

select {
  margin: 8px 0px;
  max-width:240px;
}

#contact input,#contact textarea {
  max-width:700px;
}

#departement input {
	max-width:400px;
	margin: 0px 0px;
	width: 100%;
	font-family:arial;
  font-size: 1em;
}

.form-group {
 margin: 8px 0;
}

.form-control:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

table {border-collapse: collapse;}

a {
	text-decoration: none;
	font-family:'Arial';
	color:#3F528C;
	font-size: 1em;
	transition: color 0.5s;
}

a:hover {
	color:red;
	transition: color 0.5s;
}

.bouton {
  background-color: #BFA145;
  border: none;
  color: white;
  border-radius:6px;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  font:bold 14px Arial;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s;
}


.bouton:hover {
  background-color: #5F5021;
  color: white;
  transition: background 0.5s;
}

.bouton:disabled {
  background-color: #DADADA;
  color: white;
  cursor: unset;
  transition: background 0.5s;
}

.bouton_noir_couleur {
  background-color: #BFA145;
  border: none;
  color: white;
  border-radius:6px;
  padding: 8px 16px;
  text-decoration: none;
  margin: 0px 0px 0px 12px;
  font:bold 13px Arial;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s;
  top:-20px;
}


.bouton_noir_couleur:hover {
  background-color: #5F5021;
  color: white;
  transition: background 0.5s;
}


.bouton_info {
  background-color: #478bf9;
  border: none;
  color: white;
  border-radius:6px;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  box-shadow:1px 1px 3px #aaa;
  cursor: pointer;
  font:bold 13px Arial;
  text-align: center;
  transition: background 0.5s;
}


.bouton_info:hover {
  background-color: #264E8F;
  color: white;
  transition: background 0.5s;
}


.control-label {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.1em;
  padding1:8px;
  margin :2px;
}

.check-label {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.1em;
  padding1:8px;
  margin :2px;
  color: #3F528C;
  cursor: pointer;
  transition: color 0.5s;
}

.check-label:hover {
  color: red;
  transition: background 0.5s;
}

ul.cgv, ol.cgv {
  line-height: 1.3em;
  padding-left:20px;
}

@media screen and (max-width:991.5px)

{
	ul
	{
		padding-left:8px;

	}
}

ul.cgv>li, ol.cgv>li
{
    margin: 12px 0px;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}


/* ======================== 	*/
/* gestion responsive design	*/
/* ========================		*/

.row::after {
  content: "";
  clear: both;
  display: table;
}

/* pour téléphone portable: */
[class*="col-"] {
  float: left;
  width: 100%;
  margin-top:8px;
  margin-bottom:8px;
}

/* avant col-s : 600px et col- 768px et menu smartphone 600px maintenant tout à 768 */

.un_et_demi {
  background-color1: red;
  width: 10px;
  float: left;
  margin-top:8px;
  margin-bottom:8px;
  display:none;
}


@media only screen and (min-width: 768px) {
  /* pour tablette et ordinateur: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

}

@media only screen and (min-width: 1100px) {
  /* pour ordinateur très grand */
	[class*="col-"] {
  		max-width: 840px;
	}

  .col-gm-1 {width: 8.33%;}
  .col-gm-2 {width: 16.66%;}
  .col-gm-3 {width: 25%;}
  .col-gm-4 {width: 33.33%;}
  .col-gm-5 {width: 41.66%;}
  .col-gm-6 {width: 50%;}
  .col-gm-7 {width: 58.33%;}
  .col-gm-8 {width: 66.66%;}
  .col-gm-9 {width: 75%;}
  .col-gm-10 {width: 83.33%;}
  .col-gm-11 {width: 91.66%;}
  .col-gm-12 {width: 100%;}

	.un_et_demi {width: 12.5%;  display:block;}		// génère une colonne vide pour centrer les col.
}



/* ========================		*/
/* menu vertical				*/
/* ========================		*/

.petit
{	font-family: Times New Roman;
	font-size: 0.8em ;
	line-height: 0.8em;
	display:block;
}

.petit_inverse
{
	display:none;
	visibility:hidden;
}

p.lead

{
	font-size:1.15rem;

	font-weight:400

}

.espace
{
	margin:0px;
	height:4px;
	font-size: 1px;
}

.bandeau_menu_petit
{
	font-family: Times New Roman;
	font-size: 1.1em;
	line-height: 0.5em;
	text-align:center;
	background:#FBB327;
	padding:2px;
	margin:0px auto;
	width:310px;
	height:30px;
}

.bandeau_menu_grand
{
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 1em;
	text-align:center;
	background:#FBB327;
	padding:2px;
	margin:1px 20px 3px -36px;
	width:120px;
}

#sideNav .navbar-nav .nav-item .nav-link

{
	font: 12px Arial,sans-serif ;

	text-align: center ;

	color: black ;


}



#sideNav li
{
	background: #F0E6F0;

	border: 1px solid black ;

	margin-bottom: 4px ;
margin-left: -24px ;
list-style: none;
	line-height1 : 38px;

	border-radius: 18px 0px 0px 18px;

	width: 112px;

	height:32px;
						//38px

}

#sideNav li a
{
	display: block ;

	background: #F0E6F0;


	text-decoration: none ;

	padding: 1px 0px 0px 4px ;

	height:30px;
						//36px
	border-radius: 18px 0px 0px 18px;

	width1:110px;
}


#sideNav li a:hover
{
	font-style1: italic;

	font-weight1:bold;

	box-shadow: 0px 4px 4px grey;

	background : #DCC8DC;

}

#sideNav .navbar-toggler:focus
{
	outline-color:#d48a6e;
}

#panier_menu
{
	height:36px;

}

#panier_menu hover
{
	background: #80e97a;	/* #DCC8DC; */
}






@media (max-width:991.5px)

{
	#sideNav .navbar-nav .nav-item .nav-link

	{
		font: 16px Arial,sans-serif ;

	}

	#sideNav li a
	{
		height:36px;

	}


	#sideNav ul
	{
		padding:0px;
	}

	#sideNav li
	{
		border-right1:0px solid black ;
		border-radius: 18px 18px 18px 18px;
		width: 290px;
		text-align:center;
		height:38px;
		margin: 0 auto; 
		margin-top:4px;
	}



	#sideNav li a

	{
	
	border-right1:1px solid black ;

		border-radius: 18px 18px 18px 18px;

		padding: 8px 0px 0px 2px ;


	}

	.une_ligne::after
	{
		content : " ";
	}

	.petit
	{
		display:none;
		visibility:hidden;
	}

	.petit_inverse
	{
		font-family: Times New Roman;
		font-size: 0.4em ;
		line-height: 0.4em;
		display:block;
	}

	.bandeau_menu_grand
	{
		display:none;
		visibility:hidden;
	}

	.menu_accueil
	{
		position:absolute;
		top:16px;
		left:130px;
		height:36px;
		width:40%;
		text-align:center;


	}

	#Menu.collapse.ferme
	{
		display:none;
		visibility:hidden;
	}

	.bouton_accueil
	{
		width:120px;
	}
}



@media (min-width:992px)

{

	#sideNav

	{
		text-align:center;

		position:fixed;

		top:0;

		left:0;

		display:flex;

		flex-direction:column;

		width:8rem;

		height:100vh;
		border-right:1px solid;
	}

	#sideNav .navbar-brand

	{

		display:flex;

		margin:auto auto 0;

		padding:.5rem

	}



	#sideNav .navbar-brand .img-profile

	{

		max-width:10rem;

		max-height:10rem;

		border:.5rem solid rgba(255,255,255,.2)

	}

	#sideNav .navbar-collapse

	{
		display:flex;

		align-items:flex-start;

		flex-grow:0;

		width:100%;

		margin-bottom:auto

	}

	#sideNav .navbar-collapse .navbar-nav

	{

		flex-direction:column;

		width:100%

	}

	#sideNav .navbar-collapse .navbar-nav .nav-item

	{
		display:block
	}

	#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link

	{
		display:block
	}

	#sideNav li a
	{
		border-radius: 18px 0px 0px 18px;


	}


	.une_ligne::after
	{
		content : "\A";
	}

	.bandeau_menu_petit, .espace
	{
		display:none;
		visibility:hidden;
	}
}

/* Add an active class to highlight the current page */
.menu a.active {
  background-color: #4CAF50;
  color: white;
}


/* Hide the link that should open and close the topnav on small screens */
.menu .icon {
	display: none;
	background-color: #BFA145;
	line-height: 0.2em;
	padding:8px;
	margin:10px;
  font-family:'arial';
  font-size: 20px;
}

.menu a.icon:hover,.menu a.icon.active {
  background-color: #5F5021;
}


@media screen and (max-width: 992px) {
  
  .menu a.icon {
    float: right;
    display: block;
  }
}

/* "responsive" menu par JavaScript */
@media screen and (max-width: 992px) {
  .menu.responsive {position: relative;}
  .menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.bg-primary

{
	//couleur du menu

	background-color:red!important
background: #fff;

	background: rgb(248,236,225); /* Old browsers */

	background: -moz-linear-gradient(top,  rgba(248,236,225,1) 0%, rgba(196,142,89,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,236,225,1)), color-stop(100%,rgba(196,142,89,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  rgba(248,236,225,1) 0%,rgba(196,142,89,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  rgba(248,236,225,1) 0%,rgba(196,142,89,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  rgba(248,236,225,1) 0%,rgba(196,142,89,1) 100%); /* IE10+ */

	background: linear-gradient(top,  rgba(248,236,225,1) 0%,rgba(196,142,89,1) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ece1', endColorstr='#c48e59',GradientType=0 ); /* IE6-9 */
}

#menu_footer .petit
{
	display:none;
	visibility:hidden;
}


/* ========================		*/
/* contenu						*/
/* ========================		*/

.image {
	max-width: 100%;
	height: auto;
}

.centre {
  text-align: center;
}

.footer {
  background-color: #585650;
  font-family:'arial';
  line-height: 1.3em;
  color: #AEAEAC;
  text-align: center;
  font-size: 14px;
  padding: 12px;
}

.div_centre {
  width:90%;
  margin: 0px auto;
  display: block;
}

.footer a {
	color: #AEAEAC;
}

.footer a:hover {
	color: #fff;
}


.footer ul {
  line-height: 1.5em;
  text-align:left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color1: #f1f1f1;
}


@media (max-width:991.5px)

{
	.footer ul
	{
		line-height: 1.8em;
		font-size: 16px;
	}
}

.footer li a {
  display1: block;
  padding: 4px 4px;
  text-decoration: none;
}

.douceur a {
	transition: color 0.5s;
}

.douceur a:hover {
	transition: color 0.5s;
}

@media only screen and (max-width: 1000px) {
  .div_centre {width:100%}
}

.principal {
  width:100%;
  
}

.bandeau_fin {
	background-color: #252423;
	padding: 0.6em 0;
	font-size: 0.85em;
	color: #7F7F7F;
	text-align:center;
}

.bandeau_fin a {
	color: #AEAEAC;
}

.bandeau_fin a:hover {
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
font-family:'Times New Roman';
margin: 12px 0px 12px 8px;
}

h1 {font-size: 2.5em;line-height: 1.3em;}
h2 {font-size: 2em;line-height: 1.3em;}
h3 {font-size: 1.5em;line-height: 1.3em;}
h4 {font-size: 1.2em;line-height: 1.1em;}
h5,h6 {font-size: 1em;line-height: 1.0em;}



@media (max-width:991.5px)

{
	h1,h2,h3,h4,h5,h6
	{
		margin: 8px 0px 8px 8px;
	}

	h1 {font-size: 2.1em;line-height: 1.1em;}
	h2 {font-size: 1.5em;line-height: 1.1em;}
	h3 {font-size: 1.2em;line-height: 1.1em;}
	h4 {font-size: 1em;line-height: 1.1em;}
	h5,h6 {font-size: 1em;line-height: 1.1em;}
}

p {
	margin:6px;

}

ul {
  line-height: 1.3em;
  
}

.contenu {
  background-color: #F6EAB9;
  padding: 18px;
  color: black;
  line-height: 1.0em;
  font-family:'arial';
  text-align: left;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin:8px;
}

.contenu_vide {
  background-color: white;
  padding: 0px;
  
  margin:8px;
}

.marge {
  padding: 8px;
  
  margin1:12px;
}

@media screen and (max-width: 768px) {

	.contenu {margin-left:0px;margin-right:0px;}
	.contenu_vide {margin-left:0px;margin-right:0px;}

	.marge {padding: 0px;}

}

#BoutonVersDebut {
	position: fixed;
	bottom: 30px;
	float: right;
	right: 32px;
	width: 35px;
	height: 35px;
	font-size: 40px;
	font-family:'courrier';
	color: white;
	border-color: rgba(85, 85, 85, 0.2);
	background-color: #7F7F7F;
	padding-top: 12px;
	text-align:center;
	border-radius: 4px;
	display:block;
	opacity: 0.8;
}

#BoutonVersDebut:hover {
        background-color: #333333;
}
 
.img-vignette
{
	display:inline-block;
	max-width:100%;
	height:auto;
	padding:4px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

.img-produit, .img-produit-modale
{
	display:inline-block;
	max-width:100%;
	height:auto;
	padding1:4px;
	line-height:1.43;
	background-color1:#fff;
	border:1px solid #C0C0C0;
	border-radius:4px;
	box-shadow: 4px 4px 16px #555;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}

.img-produit:hover
{
	box-shadow: 4px 4px 16px green;
	
}



.taille {margin:12px 8% 12px 8%;}

.taille1 {margin:12px 1% 12px 1%;}

@media only screen and (max-width: 767.5px) {
  /* pour tablette et ordinateur: */
	
  .taille {margin:6px 4px 12px 2px;}
}

.artiste p
{
  font-family:'Times New Roman';
  line-height: 1.0em;
  font-size: 1.3em;
  color:#7D0000 ;
  text-align: left;

  padding-left: 8px;
  margin1 : 6px 18px 6px 18px;
  max-width1:140px;
  box-shadow1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.artiste a
{
  font-family:arial;
  font-size:0.8em;
}

.titre
{
	padding: 0px 8px 0px 8px;
	font-family:'Times New Roman';
	font-size: 1.3em;
	font-weight:bold;
	line-height: 1.5em;
	font-style: italic;
}

.logo_banque { font-family: Arial,Times New Roman; font-size: 8pt;color:black;margin-top:10px;}

.input_obligatoire_rouge { font-family: Times New Roman; font-size: 12pt;color:red}

.input_obligatoire_noir { font-family: Times New Roman; font-size: 12pt;color:black}


.k1
{
	font-family: Comic sans MS; Times New Roman;
	font-size: 2.5em;
	line-height: 1em;
	color: #4d350a;
	padding1:10px;
	margin1:6px;
	text-align:center;
	position1: absolute;
  	top1: 40px;
	left1:0px;
	width1:100%;
}



@media (max-width:991.5px)

{
	.k1
	{
		font-size: 1.5em;
	}
}

.k2 { font-family: Comic sans MS; Times New Roman; font-size: 0.6em; color: #4d350a;line-height: 0.6em;}
.k3 { font-family: Times New Roman; font-size: 11pt; color: black;padding-left1:20;padding-top1:150px; }
.k4 { font-family: Arial; font-size: 15pt; color: #4d350a; }
.k5 { font-family: Times New Roman; font-size: 12pt; color: black;padding-left:20;padding-top:6 }
.t3 { font-family: Times New Roman; font-size: 16pt; color: black;line-height: 1.2em;}
.t4 { font-family: Times New Roman; font-size: 14pt; color: black;padding-left:2; }

.titre_mini::after {content:"Yves DUCOURTIOUX®";}

@media (max-width:300px)

{


	.titre_mini::after {content:"Accueil";}

	.menu_accueil
	{
		left:100px;
		
		width:50%;
		
	}
}

.alex_info, .alex_info a {
font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.1em;
  padding1:8px;
}

.alex_t2 { font-family: Arial,Times New Roman; font-size: 16pt; color: red; }
.alex_info { font-family: Arial; font-size: 10pt;}

.accueil
{
	background: #F8F6E8;	//FFFFFF;
	padding : 12px;
	margin : 8px 0px 4px 1px;
	border: 1px solid black ;
	line-height: 1em;
}

label {
font-weight:normal;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media screen and (max-height: 800px)
{
	#entete {visibility : hidden; height:0px;display:none}
}

@media screen and (max-width:991.5px)

{
	#entete {visibility : hidden; height:0px;display:none}
	
}


#affiche_mt:hover
{
	
background-color: #80e97a;

}

.treb { font-family: arial; font-size: 10pt; color: black;font-style : italic;}
.treb2 { font-family: arial; font-size: 12pt; }

.t1 { font-family: 'Times New Roman',Arial, 'Trebuchet MS'; font-size: 12pt;color:black;font-style: normal;line-height: 1em;}
.t1_tab {font-family:'Times New Roman',Arial, 'Trebuchet MS'; font-size: 11pt;}
.t1_ds_dessin { font-family: Times New Roman;arial; font-size: 11pt;line-height: 1em;}

.t2 { font-family: Times New Roman; font-size: 12pt;}
.t2_cadre { font-family: 'Trebuchet MS','Times New Roman',Arial; font-size: 10pt;}
.t2_pt { font-family: Arial; font-size: 10pt;line-height: 1.2em;}

.t3 { font-family: Times New Roman; font-size: 11pt; height:20; width: 58px;}
.t3a { font-family: 'Trebuchet MS','Times New Roman',Arial; font-size: 10pt;color:red;}
.t3g { font-family: Times New Roman; font-size: 16pt; color: green;line-height: 1.1em; }

.t4 { font-family: arial; font-size: 10pt; color: blue;}
.t5 { font-family: arial; font-size: 14pt; color: red;font-style : italic;}
.t5_CB { font-family: Arial,Times New Roman; font-size: 10pt;color: red;line-height: 1em;}


.t6 { font-family: 'Arial,Times New Roman', 'Trebuchet MS'; font-size: 12pt;color:black}
.t7 { font-family: 'Trebuchet MS','Times New Roman',Arial; font-size: 10pt;}
.t8 { font-family: Times New Roman; font-size: 12pt;color: black;line-height: 1.1em;}

.t9 { font-family: Times New Roman; font-size: 12pt; color: black; }

.t11 { font-family: arial; font-size: 10pt;padding-left: 4px ;}

.t12 { font-family: Times New Roman; font-size: 14pt;line-height: 1.1em;}

.t21 { font-family: Times New Roman; font-size: 20pt; color: red;line-height: 1em;}
.t22 { font-family: Times New Roman; font-size: 14pt; font-weight: bold;color: red; }

.cadre { font-family: Times New Roman; font-size: 10pt; }

.t5_produit a,.t5_produit { font-family: arial; font-size: 14pt; color: black;line-height: 1.1em;}
.t5_produit a:hover { color: green}

.torange { font-family: Times New Roman; font-size: 16pt; color: #FF8040 }

.rouge1 { font-family: Arial; font-size: 10pt; color: black;font-style : italic;}
.commande { font-family: Times New Roman; font-size: 12pt; font-weight: bold; }

.titre_cde
{
	font-family: Times New Roman;
	font-size: 18pt;
	color: red;
	font-style : italic;
	line-height: 1.2em;
}

.recherche
{
	font-family: Times New Roman;
	font-size: 12pt;
	max-width:250px;
}

.recherche_btn
{
	width:32px;
padding:0px;
align:left;
font-size: 12pt;
margin:0px;
	
}

.style1_err {
  background-color : #F4E6CE;
  border-width:1px;
  border-style:solid;
  border-color:black;
  font-family: arial; font-size: 10pt;
  color : black;

}

.style2_err {
  background-color : #C8DCFF;
  border-width:1px;
  border-style:solid;
  border-color:black;

  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  color : black;
  text-align : center;
  padding:20px;
}

.style2a {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color:black;	//#39556a;
  text-align : center;
line-height:12px;

}

.style3 {
  background-color : #C8DCFF;
  border-width:2px;
  border-color:black;
  border-style:solid;
  

  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  color : black;
  text-align : center;
}

.style3a {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  color:#39556a;
  text-align : center;
}

.style3a_noir {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  color:black;
  text-align : center;
}

.style3a_produit {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  color:black;
  text-align : left;
}

@media screen and (max-width: 480px)
{
	.style3a_produit { font-size : 14px;}
}

.style3b {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 24px;
  color:#363636;
  text-align : center;
  line-height: 1em ;
  padding:4px;
}

.t7 a:hover
{
  color:red;
}

.style4 {
  background-color : #C8DCFF;
  border-width:2px;
  border-style:solid;
  border-color:black;

  text-decoration: none ;

  font-family : Arial, Helvetica, sans-serif;
  font-size : 16px;
  height : 18px;
  color : black;
  text-align : left;
  padding : 4px;
}

#style4 a:hover, #style4 a:focus, #style4 a:active {
  text-decoration: none;
}

#style4 a {
  color: black ;
  
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
  padding: 4px 0 ;
}


a:link {text-decoration: none ;}
a:visited {color:none}
a:hover {color:black}
a:active {color:none}

.image {
 box-shadow: 4px 4px 16px #555;
} 

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.load
{
    background:url('image/attente.gif') no-repeat center;
} 

.tab_client {
	font-family: Arial;
	font-size: 12pt ;
color:black;
padding: 4px;
text-align:right;
width:40%;
height:30px;
}

.tab_resa {
	font-family: Arial;
	font-size: 12pt ;
color:black;
padding: 4px;
text-align:left;
}

@media screen and (max-width: 480px) {
.tab_resa {
    font-size: 12px;
  }

}

.k4 { cursor:pointer;}

.ivoire {
	display:none;
}

.categorie {
  background-color : #F4E6CE;
  border-width:0px;
  display: block ;
  font-family: arial; font-size: 12pt;
  color : black;
  width : 260;
  padding : 4;
  margin-left:50px;
  font-weight:bold;
}

@media (max-width:676px)

{


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

	
}

.div_aller_page
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: white;
	line-height: 2.5em;
	font-style: normal;
	top:8px;
	margin:6px;
	padding-left:1px;
	left1:13px;
	height:36px;
	width:99%;
	position1:relative;
	background1:red;
	height:36px;
}

.div_aller_page a
{
	font-family: Arial;
	font-size: 12pt;
	color: white;
	background:#5F5021;
	padding:4px 10px;
	border:1px solid #C0C0C0;
	border-radius:6px;
	box-shadow1: 4px 4px 16px #555;
	transition: unset;
	margin:2px;
}

.div_aller_page a:hover {
  background-color:#EAC283;
  color: black;
  transition: unset;
}

.div_aller_page .inactive 
{
	color: black;
	background1:red;
	padding:4px 10px;
	border:1px solid #C0C0C0;
	border-radius:6px;
	box-shadow1: 4px 4px 16px #555;
	margin:2px;
	font-weight1: bold;
	font-family: Arial;
	font-size: 12pt;
}

@media screen and (max-width: 880px)
{
	.div_aller_page .bloc 
	{
		display:block;	
	}

	.div_aller_page
	{
		height:120px;
	}
}

#_adresse
{
	color:red;
	font-family: Arial;
	font-size: 14pt;
	text-decoration: underline #FF3028;
}


.bouton_tel {
  
  border: none;
  border-radius:6px;
  padding: 6px 0px;
  text-decoration: none;
  margin: 4px 2px;
  font:bold 16px Arial;
  text-align: center;
  cursor: text;
}

a.bouton_tel  { color: black;}
a.bouton_tel:hover, a.bouton_tel:focus { color: black;}



@media screen and (max-width:768px)

{
	.bouton_tel
	{
		background-color: #478bf9;
		cursor: pointer;
		margin : 20px 0px;
		padding: 8px 16px;
 	}
}
