body {
	background-color: #000000;
	font-family: Segoe UI, Verdana, Arial, Helvetica, Georgia, Comic Sans MS, sans-serif;
	color: #fff;
	font-size: 1em;
	}
#fondrouge {
	background-image: url(/images/fond_rouge_22.jpg);
	/*background-size:cover;*/
	width: 80%;
	margin-right:auto;
	margin-left: auto;
	animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
}
@media only screen and (max-device-width: 900px) {
	#fondrouge {
		width: 95%;
	}
}

#fondrougeA {
	background-image: url(/images/Marbre-rouge.jpg);
	/*background-image: url(/images/fond_rouge_22.jpg);*/
	/*background-size:cover;*/
	width: 95%;
	margin-right:auto;
	margin-left: auto;
}

#contenu{
	margin-top: 40px;
	margin-right:auto;
	margin-left: auto;
	/*background-image: url(../images/vin-verse-logo-noir.jpg);*/
	background-image: url(../images/ezgif.com-gif-maker_with_stop.gif);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #000;
	min-height: 650px;
	width: 80%;
	}
@media only screen and (max-device-width: 900px) {
	#contenu{
		background-position: top;
		width: 95%;
	}
}
#contenu2{
	margin-top: 40px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 40px;
	background-color: #000;
	min-height: 600px;
	color: #cc0000;
	width: 80%;
	}
@media only screen and (max-device-width: 900px) {
	#contenu2{
		width: 95%;
	}
}

#contenuA{
	margin-top: 5px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background-color: #000;
	min-height: 600px;
	color: #cc0000;
	width: 95%;
	color: #FFF;
	}

.widescreen{
	display: flex;
	flex-direction: column; 
	width: 25%; 
	align-items: center; 
	justify-content: space-evenly; 
	color: #000000; 
	z-index: 20; 
	margin-right: 40px
}
@media only screen and (max-device-width: 900px) {
	.widescreen{
		display:none;
	}
}

.hamburger{
	/*border: thin solid black; 
	border-radius: 3px; 
	padding: 5px; 
	margin: 3px; 
	align-self: center;*/ 
	height: 25px;
}
.smallscreen{
	display: none;
}

.smallscreen label, #toggle
{
    display: none;
}
 
@media only screen and (max-device-width: 900px) {
    .smallscreen
    {
		display:flex;
        /*height: 100px;*/
    }
 
    .main_pages 
    {
		display: none;
        flex-direction: column;
        background-color: #000;
		color: white; 
		padding-left: 40px;
		padding-right: 40px;
		position:absolute;
		right: 7.5%;
		top: 60px;
		text-align:center;
		font-size:2em;
		line-height: 2.2em;
}
 
    .main_pages a {
		/*font-size: smaller;*/ 
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		/*line-height: 2em;*/
        /*width: 100%;*/
		text-align:center;
		border-bottom: thin solid black; 
    }
 
    .smallscreen label 
    {
        width: 100%;
        display: flex;
        margin: 0 auto;
        font-size: 40px;
        color: black;
        cursor: pointer;
		justify-self: end; 
		justify-content: end;
    }
 
    #toggle:checked + .main_pages {
        display: flex;
		transition: .5s ease-in-out;
    }
}

#menuBas {
	text-color: #cc0000;
	background-color: #000;
	width: 80%;
	margin-right:auto;
	margin-left: auto;
	padding-bottom: 20px;
}	

#menuHaut {
	text-color: #cc0000;
	background-color: #000;
	margin-right:auto;
	margin-left: auto;
	padding-top: 20px;
}	

#photo {
	position:relative;
	float: right;
	margin-right: 2%;
	margin-top: 60px;
}

#logo {
	position:absolute;
	margin-left: 1%;
	margin-top: 20px;
	width: 10%;
	z-index: 255;
}

#menu {
	position: relative;
	margin-left: 60%;
	padding-top: 180px;
	padding-bottom: 5px;
	text-color: #ff0000;

}	
@media only screen and (max-device-width: 900px) {
	#menu {
		margin-left: auto;
		margin-right:auto;
		padding-top: 600px;
	}	
}

#texte{
	position: relative;
	color: #ffffff;
	width: 80%;
	margin-right:auto;
	margin-left: auto;
	line-height: 1.3em;
	animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	}
#texteA{
	position: relative;
	color: #ffffff;
	width: 95%;
	margin-right:auto;
	margin-left: auto;
	}

h2 {
	color: #990000;
	font-size: 1.5em;
}
h3 {
	color: #FFFFFF;
	font-size: 1.3em;
	font-variant:small-caps;
}
h4 {
	color: #FF9999;
	font-size: 1.2em;
}

p {
	text-align:justify;
}

a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #cc3333;
}
a:hover {
	text-decoration: none;
	color: cc3333;
}

.menuRouge{
	/*background-color: rgba(153, 0, 0, 0.85);*/
	background-color: rgba(0, 0, 0, 0.85);
}

table.menu{
	border:none;
	width: 100px;
	position:relative;
	line-height: 40px;
}

table.menuBas {
	border:none;
}

td.menu,
td.menuBas {
	border: none;
	text-align: center;
}

.menu a,
td.menu a,
td.menuBas a{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-size:1.6em;
	line-height: 2em;
}
.bonhomme{
	width: 20px;
}

@media only screen and (max-device-width: 900px) {
	.menu a{
		font-size:3em;
	}
	.bonhomme{
		width: 60px;
	}
}
.menuTop a{
	text-decoration: none;
	/*color:#000000;*/
	color: #990000;
	font-weight: bold;
	font-size: 1.4em;
}

.menu a:hover,
td.menu a:hover,
td.menuBas a:hover{
	text-decoration: none;
	color: #ffffff;
}
.menuTop a:hover,
.topActif a{
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	font-size: 1.4em;
}

.topActif a:hover{
	text-decoration: none;
	color:#990000;
	font-weight: bold;
	font-size: 1.4em;
}

td.menu:hover,
td.en-cours:hover {
}

td.en-cours{
	border: none;
	text-align: center;
}
td.en-cours a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size:22px;
}

.fBleu {
	background-color: #9bcdff;
	border-color: #036cd5;
}

a.boutonR,
button.bouton,
input.bouton {
	color:#fff;
    background: linear-gradient( #cc3333, #990000);	/*#f60, #660000 */
	height: 30px; 
	border-radius: 4px;
	box-shadow:1px 2px #660000;
}
a.boutonR:hover,
button.bouton:hover,
input.bouton:hover {
	color:#990000;
    background: linear-gradient( #ffffff, #ffcc99);	 
	height: 30px;
	border-color: #990000;
}
a.boutonR{
	padding:5px;
	text-decoration:none;
	}
a.boutonB:hover {
	color:#fff;
    background: linear-gradient( #cc3333, #990000);	/*#f60, #660000 */
	height: 25px; 
	border-radius: 4px;
	box-shadow:1px 2px #660000;
	padding:3px;
}
a.boutonB {
	color:#990000;
    background: linear-gradient( #ffffff, #ffcc99);	 
	height: 25px;
	border-radius: 4px;
	border-color: #990000;
	padding:3px;
	text-decoration:none;
}
.formulaire td{
	padding-left:10px} /* controler si utilise ou pas */

button.discret{
	background-color:transparent;
	color: white;
	border: none;
	}
button.discret:hover{
	color: #F60;
	text-decoration:underline;
	}

.fondError{
	background-color: red;
}

/* Formulaire de commande ---------------------------------------------- */

.grid_commande { 
	width:100%; 
	/*height: 100%;*/
	display: grid;
	grid-template-columns: 30% 1fr 12% 8% 8px 12% ;
	
	row-gap: 10px;
}
.grid_nl { 
	width:100%; 
	/*height: 100%;*/
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	box-sizing: border-box;
	gap: 1px;
}

.grid_nl > div { 
	padding: 10px;
	background-color: #333;
  outline: 1px solid white;
}
.grid_clair > div { 
	background-color: #ccc;
  outline: 1px solid black;
  color: black;
}
.grid_clair a { 
  color: black;
}
.grid_moyen > div { 
	background-color: #999;
  outline: 1px solid black;
  color: black;
}
.box1 { /**/
	grid-column: 1 ;
	grid-row: 1;   
}
.box1_sl { /**/
	grid-column: 1 ;
}
.box2 { /**/
	grid-column: 2 ;
	/*grid-row: 1;*/   
}
.box3 { /**/
	grid-column: 3 ;
	/*grid-row: 1;  */ 
}
.box4 { /**/
	grid-column: 4 ;
	/*grid-row: 1;*/   
}
.box5 { /**/
	grid-column: 5;
	/*grid-row: 1;*/   
}
.box6 { /**/
	grid-column: 6;
	/*grid-row: 1;*/   
}
.box1span6 { /**/
	grid-column: 1/ span 6 ;
	/*grid-row: 1;*/   
}

.boxrowspan1 {
	grid-row: span 1;
}
.boxrowspan2 {
	grid-row: span 2;
}
.boxrowspan3 {
	grid-row: span 3;
}

	
.separation {
	border-collapse:collapse; 
	border-bottom: thin solid #fff; 
	font-size:1px; 
	padding-top:10px; 
	margin-bottom:10px; 
	margin-top: 10px;	
	}
.TitreProduit{
	color:#FFF; 
	padding-top:10px; 
	background-color:#990000; 
	border-top-left-radius:4px; 
	border-top-right-radius:4px;
	}
.DescriptionProduit {
	text-align:center;
	font-style:italic;
	background-color:#FFF;
	color:#990000;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	}
.FormCommande {
	border:thin solid #FFF; 
	padding:15px; 
	width:100%;
	text-align:center
	}
.FormCommande td{
	text-align:center
	}

.Error {
	color: #F60;
	}
.ErrorInput {
	background-color: #F60; /* #990000*/
	color: #fff;
	text-align: center;
	}	
.paddingL20{
	padding-left: 5px;
	}
	
.numberInput{
	width: 80px;
	text-align:center;
	}	
.numberInputError{
	width: 50px;
	background-color: #F60; /* #990000*/
	color: #fff;
	text-align:center;
	}

a.lienEve{
	text-decoration: none;
	color: white;
}

/*label {
  position: relative;
  padding: 0 0 0 2rem;
}

input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  display: inline-block;
}

input[type=checkbox] + label::before {
  left: 0.5rem;
  top: 0.15rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.05rem solid white;
  /*background: white;*/
}*/

input[type=checkbox]:checked + label::after {
  /*left: 0.55rem;
  top: 0.18rem;
  height: 0.8rem;
  border-left: 0.8rem solid red;*/
}

input[type=checkbox]:focus + label::before {
    /*outline: 0.1rem solid;
    outline-offset: 0.1rem;*/
}
/*input[type=checkbox]:active ~ .test {
        background-color: white;
      }	
input[type=checkbox]:checked ~ .test:after {
        display: block;
      }*/
      /* Styling the checkmark using webkit */
      /* Rotated the rectangle by 45 degree and showing only two border to make it look like a tickmark */
/*.test:before {
	border: none;
}*/
/*.test:after {
        left: 0.8rem;
        width: 0.35rem;
        height: 0.9rem;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }*/
input[type="checkbox"] { 
  display: none;
}
input[type="checkbox"] + label::before {
  /*content:'';*/
  /*border: 3px solid #00B7E8;*/
  /*border-radius: 2px;
  padding: 0 0.6rem;
  padding-right: 1rem;
  margin-right: 0.6rem;*/
  padding-left: 1rem;
  width: 50px;
  height: 50px;
  background-image: url("images/case-a-cocher-w-vide.png");
  background-size:contain;
  background-color: #fff;
}
input[type="checkbox"]:checked + label::before {
  background-color: #00B7E8;
  width: 50px;
  height: 50px;
}

@media only screen and (max-device-width: 900px) {
	input[type="checkbox"].checkbox + label::before {
	  padding-right: 0.6rem;
	  padding-left: 0.6rem;
	}
}

.tocheck img{
  width: 30px;
  height: 30px;
}
	  
/*input[type="checkbox"]:checked {
	background-image: url(/images/case-a-coecher-w-vide.png);	
}*/	  
/*proportions pour les formulaires en ligne ----------------------------------------*/	
.prop1{
	width:15%;
	text-align:right;
	padding-right: 3px;
	padding-top: 8px;
	}
.prop2{
	width:34%;
	}
.prop3{
	width:24%;
	text-align:right;
	padding-right: 3px;
	padding-top: 8px;
	}
.prop4{
	width:24%;
	}
.propTot{
	width:100%;
	}
.prop70{
	width:70%;
	}
.propDemi{
	width:45%;
	}

.tableTotal{
	max-width:100%;
	}
.oblig{
	font-size:smaller;
	font-style:italic;
	}
  

/* Zone Admin ---------------------------------------------- */

.Liste table{
	border: solid thin #FFFFFF;
	border-collapse:collapse;
	font-size:smaller;
	max-width: 100%;
	}

.Liste tr{
	border: solid thin #FFFFFF;
	}

.Liste td{
	border-right: solid thin #FFFFFF;
	padding: 5px;
	}

.ListeB table{
	border: solid thin #000;
	border-collapse:collapse;
	font-size:smaller;
	max-width: 100%;
	color: #000;
	}

.ListeB tr{
	border: solid thin #000;
	background-color: #fff;
	}

.ListeB td{
	border-right: solid thin #000;
	padding: 5px;
	color: #000;
	}
.ListeB input{
	background-color: transparent;
	border: none;
	}
.ListeB a:visited,
.Liste a:visited{
	color: #ffffff;
	}
.ListeB a{
	color: #cc0000;
	}
.doublon{
	background-color: #fff;
	color: #000;
	border: black;
}
tr.doublon td{
	border: black;
	padding: 5px;
}
.doublon-titre td{
	border-top: thin solid #fff; 
	border-right: thin solid #fff;
	border-left: thin solid #fff;
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align:center;
}

td.doublon-noir {
	border-top: thin solid #000; 
}

.menuAdmin a:link,
.menuAdmin2 a:link{
	text-decoration: none;
	/*color: #fff;*/
	text-align:center;
	}

.menuAdmin a:hover,
.menuAdmin2 a:hover, {
	text-decoration: none;
	/*color: #F60; /* #F06 */
	text-align:center;
}

.menuAdmin {
	font-variant:small-caps;
	font-size: large;
	font-weight:bold;
	margin-top: 0px;
	}
.menuAdmin2 {
	font-variant: normal;
	font-size: medium;
	font-weight:bold;
	}


.menuAdmin ul{
	list-style:none;
	text-align:center;
}
.menuAdmin li{
	display:inline-block;
	text-align:center;
	padding-top: 20px;
	padding-left: 20px;
}

	
/*Si je supprime le .menuAdmin li li a, alors quand le li est sélectionné les li li sont en _en_cours*/
.bouton a,
.bouton2 a,
.menuAdmin li a,
.menuAdmin li li a{
	color: #fff;
	font-weight: bold;
    text-align: center;
    /*background: #444;	*/
    background: linear-gradient( #cc3333, #990000);	/*#f60, #660000 */
	border-radius: 8px;	 
	text-shadow: 0px 1px 0px rgba( 102, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba( 255, 204, 153, 0.5),
                 0 -1px 0 rgba( 51, 0, 0, 0.4);
	 }
.bouton a,
.menuAdmin li a{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	 }
.bouton2 a,
.menuAdmin li li a{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-variant: normal;
	font-size: medium;
	font-weight:bold;
	 }

	
.bouton a:hover,
.bouton2 a:hover,
.menuAdmin li a:hover,
.menuAdmin li li a:hover {
    /*background: #555;*/
    background: linear-gradient( #ffcc99, #990000);	
	}	
	
.bouton-en-cours a,
li.menuAdmin_en_cours a,
li li.menuAdmin_en_cours a{
	color: #990000;
	font-weight: bold;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;	 
    background: linear-gradient( #ffffff, #ffcc99);	 
	box-shadow: 0 0 5px rgba( 255, 204, 153, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.4);
	}	
	
.bouton-en-cours a:hover,
.menuAdmin_en_cours li a:hover {
	text-decoration: none;
	color: #fff; /*#f60*/
    background: linear-gradient( #ffcc99, #990000);	 
	}	
	
.Fiche table{
	max-width: 100%;
}	
.Fiche td{
	padding-left:5px;
	}
.Fiche input{
	text-align: left;
	float:left;
	}	
	
.Fiche select{
	text-align: left;
	float:left;
	}	
	
.delete{
	background-image: url(/images/delete.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:x-large;
	}	
.delete:hover{
	background-image: url(/images/delete2.png);
	}	
.deleteN{
	background-image: url(/images/deleteN.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:large;
	}	
.deleteN:hover{
	background-image: url(/images/deleteN2.png);
	}	
.modifier{
	background-image: url(/images/modifier.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:x-large;
	}	
.modifier:hover{
	background-image: url(/images/modifier2.png);
	}	
.modifierR{
	background-image: url(/images/modifierR.png);
	}	

.ajouterP{
	background-image: url(/images/ajouterP.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:x-large;
	}	
.ajouterP:hover{
	background-image: url(/images/ajouterP2.png);
	}	
.ajouterV{
	background-image: url(/images/ajouterV.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:x-large;
	}	
.ajouterV:hover{
	background-image: url(/images/ajouterV2.png);
	}	
	
.transpa{
	opacity: 0.5;
    filter: alpha(opacity=50);
	}

/* ESPACE CLIENT ------------------------------------------------------------------------------------------------- */

.contenu3{
	border: thin solid white;
	min-height: 500px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	}

.menuClient td,
.sousMenuClient td{
	padding: 10px;
	text-align:center;
	font-weight: bold;
	margin-top: 0px;
	}
.menuClient td{
	border-top: thin solid white;
	border-right: thin solid white;
	border-left: thin solid white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-variant:small-caps;
	font-size: larger;
	}


.sousMenuClient td a,
.menuClient td a{
	text-decoration:none;
	color: #FFF;
	}

.sousMenuClient td a visited,
td.sousMenuClient_en_cours:hover a,	
.menuClient td a:visited,
td.menuClient_en_cours:hover a{
	color: #FFF;
	}

.menuClient td:hover{
	background-color: #cc0000;
	}
.sousMenuClient td:hover{
	background-color: #990000;
	}

td.menuClient_en_cours{
	background-color: #FFF;
}

td.sousMenuClient_en_cours{
	background-color: #ffcc99;
}

td.sousMenuClient_en_cours a,
td.sousMenuClient_en_cours a:visited,
td.menuClient_en_cours a,
td.menuClient_en_cours a:visited{
	color: #990000;
	font-weight:bold;
}

td.sousMenuClient_en_cours:hover a,
td.sousMenuClient_en_cours:hover a:visited,
td.menuClient_en_cours:hover a,
td.menuClient_en_cours:hover a:visited{
	color: #FFF;
}


.sousMenuClient table {
	border-bottom: thin solid white;
	text-align:center;
	font-weight: bold;
}
	

td a.lienCellule{
	display:block
	}
	
.Liste table.insideTable {
	border: none;
	width:100%; 
	text-align: center;
}

.Liste table.insideTable tr{
	border: none;
	border-bottom: thin dashed white;
}
.Liste table.insideTable td{
	border: none;
}
.Liste table.insideTable tr:last-child
/*.Liste table.insideTable tr:first-child*/{
	border-bottom: none;
}
	
/* pour le pop up étiquette vin -------------------------------------------------------------------------- */	

 /* Style the Image Used to Trigger the Modal */
#myImg,
#myImg2, {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover,
#myImg2:hover {opacity: 0.7;}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 40%;
  max-width: 400px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 
	
/* galerie -------------------------------------------------------------------------- */	
	
* {box-sizing:border-box}

/* Slideshow container */
/*.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
*/
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
*/
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  right: 0;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}	

/* slidein animation */
/*.slide {
  -webkit-animation-name: slide;
  -webkit-animation-duration: 1.5s;
  animation-name: slide;
  animation-duration: 1.5s;
}

@-webkit-keyframes slide {
  from {
		margin-left: 100%;
		}
  to {
		margin-left: 0%;
	  }
}

@keyframes slide {
  from {
		margin-left: 100%;
		}
  to {
		margin-left: 0%;
	  }
}	
*/
.box_item { 
	width:100%; 
	/*height: 100%;*/
	display: grid;
	grid-template-columns: 1fr;
}
.box_RowItem2 { 
	grid-column: 1 ;
	grid-row: 1; 
	/*text-align: left;*/
}
	
.movfond {
	width: 100%;
	-webkit-animation: movfond 10s ease-in-out;
	animation: movfond 10s ease-in-out;
	z-index:0;
	/*animation-delay: 5s;*/
}
.movfond img{
	width: 100%;
	z-index:0;
}

@keyframes movfond {
0% { transform: translate(0px, 100%) }
100% { transform: translate(0px, 0px) }
}
@-webkit-keyframes movfond {
0% { transform: translate(0px, 0px) }
100% { transform: translate(0px, 100%) }
}
.bg {
  width: 100%;
 /* height: 100vh;*/
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  /*background-image: url(/images/bulles1.jpg);*/
  /*background-size: 300% 300%;*/
  /*background-image: linear-gradient(
        -45deg, 
        rgba(59,173,227,1) 0%, 
        rgba(87,111,230,1) 25%, 
        rgba(152,68,183,1) 51%, 
        rgba(255,53,127,1) 100%
  );*/  
  animation: AnimateBG 20s ease ;
}	
@keyframes AnimateBG { 
  0%{background-position:0% 100%}
  100%{background-position:0% 0%}
}


/* */
/* ----- Diaporamas   ------------------------- -----------------  ------------------------- */
.diaporama { /*utilisé: H8, P19*/
	position: relative;
	top: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	z-index:0;
	
}

/* définition de l'animation sur les images */
/*https://nosmoking.developpez.com/demos/css/diapo_fade_calcul.html*/
/*Variables : nb images, temps par image: 2, temps effet fade image: 2*/
.diaporama img {
	position:absolute;
	width: 100%;
	z-index:1;
	opacity: 0;
}
.diapo2 img {
	animation: fade-in-out2 8s ease infinite 1s;
}

/* définition délai des images */
.diapo2 img:nth-child(1) { animation-delay: 0s;}
.diapo2 img:nth-child(2) { animation-delay: 4s;}

/* définition des étapes */
@keyframes fade-in-out2 {
  0%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}
.diapo3 img {
	animation: fade-in-out3 12s ease infinite 1s;
}

/* définition délai des images */
.diapo3 img:nth-child(1) { animation-delay: 0s;}
.diapo3 img:nth-child(2) { animation-delay: 4s;}
.diapo3 img:nth-child(3) { animation-delay: 8s;}

/* définition des étapes */
@keyframes fade-in-out3 {
  0%, 100% {
    opacity: 0;
  }
  16.67% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.diapo4 img {
	animation: fade-in-out4 16s ease infinite 1s;
}

/* définition délai des images */
.diapo4 img:nth-child(1) { animation-delay: 0s;}
.diapo4 img:nth-child(2) { animation-delay: 4s;}
.diapo4 img:nth-child(3) { animation-delay: 8s;}
.diapo4 img:nth-child(4) { animation-delay: 12s;}

/* définition des étapes */
@keyframes fade-in-out4 {
  0%, 100% {
    opacity: 0;
  }
  6.25% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0;
  }
}
.diapo5 img {
	animation: fade-in-out5 20s ease infinite 1s;
}

/* définition délai des images */
.diapo5 img:nth-child(1) { animation-delay: 0s;}
.diapo5 img:nth-child(2) { animation-delay: 4s;}
.diapo5 img:nth-child(3) { animation-delay: 8s;}
.diapo5 img:nth-child(4) { animation-delay: 12s;}
.diapo5 img:nth-child(5) { animation-delay: 16s;}

/* définition des étapes */
@keyframes fade-in-out5 {
  0%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}

.diapo6 img {
  animation: fade-in-out6 24s ease infinite 1s;
}
/* définition délai des images */
.diapo6 img:nth-child(1) { animation-delay: 0s;}
.diapo6 img:nth-child(2) { animation-delay: 4s;}
.diapo6 img:nth-child(3) { animation-delay: 8s;}
.diapo6 img:nth-child(4) { animation-delay: 12s;}
.diapo6 img:nth-child(5) { animation-delay: 16s;}
.diapo6 img:nth-child(6) { animation-delay: 20s;}
/* définition des étapes */
@keyframes fade-in-out6 {
  0%, 100% {
    opacity: 0;
  }
  8.33% {
    opacity: 1;
  }
  16.67% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.diapo7 img {
  animation: fade-in-out7 28s ease infinite 1s;
}
/* définition délai des images */
.diapo7 img:nth-child(1) { animation-delay: 0s;}
.diapo7 img:nth-child(2) { animation-delay: 4s;}
.diapo7 img:nth-child(3) { animation-delay: 8s;}
.diapo7 img:nth-child(4) { animation-delay: 12s;}
.diapo7 img:nth-child(5) { animation-delay: 16s;}
.diapo7 img:nth-child(6) { animation-delay: 20s;}
.diapo7 img:nth-child(7) { animation-delay: 24s;}
/* définition des étapes */
@keyframes fade-in-out7 {
  0%, 100% {
    opacity: 0;
  }
  7.14% {
    opacity: 1;
  }
  14.29% {
    opacity: 1;
  }
  22.43% {
    opacity: 0;
  }
}
.diapo8 img {
  animation: fade-in-out8 33s ease infinite 1s;
}
/* définition délai des images */
.diapo8 img:nth-child(1) { animation-delay: 0s;}
.diapo8 img:nth-child(2) { animation-delay: 4s;}
.diapo8 img:nth-child(3) { animation-delay: 8s;}
.diapo8 img:nth-child(4) { animation-delay: 12s;}
.diapo8 img:nth-child(5) { animation-delay: 16s;}
.diapo8 img:nth-child(6) { animation-delay: 20s;}
.diapo8 img:nth-child(7) { animation-delay: 24s;}
.diapo8 img:nth-child(8) { animation-delay: 28s;}
/* définition des étapes */

@keyframes fade-in-out8 {
  0%, 100% {
    opacity: 0;
  }
  6.25% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  18.75% {
    opacity: 0;
  }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


.slideshow {
  position: relative;
  width: 99%;
  margin: 0 auto;
  overflow: hidden;
  z-index:0;
}

.slideshow-container {
	position:absolute;
  /*width: 500%;*/
  font-size: 0;
  transition: 1s ease;
}

.slideshow-container:hover {
  animation-play-state: paused;
}

.slideshow img {
  display: inline-block;
  /*font-size: 16px;*/
  text-align: center;
}

.slide3 {
  animation: slide3 20s ease infinite;
}
.slide3 img{
	width: 25%;
}
.container3 {
  width: 400%;
}

@keyframes slide3 {
  0%, 16%  {
    transform: translate(0,0);
  }
  28%, 44% {
    transform: translate(-25%,0);
  }
  56%, 72% {
    transform: translate(-50%,0);
  }
  84%, 100% {
    transform: translate(-75%,0);
  }
}

.slide4 {
  animation: slide4 24s ease infinite;
}
.slide4 img{
	width: 20%;
}
.container4 {
  width: 500%;
}

@keyframes slide4 {
  0%, 12%  {
    transform: translate(0,0);
  }
  22%, 34% {
    transform: translate(-20%,0);
  }
  44%, 56% {
    transform: translate(-40%,0);
  }
  66%, 78% {
    transform: translate(-60%,0);
  }
  88%, 100% {
    transform: translate(-80%,0);
  }
}

.slide5 {
  animation: slide5 30s ease infinite;
}
.slide5 img{
	width: 16.66666667%;
}
.container5 {
  width: 600%;
}

@keyframes slide5 {
  0%, 10% {
    transform: translate(0,0);
  }
  18%, 28% {
    transform: translate(-16.66666666%,0);
  }
  36%, 46% {
    transform: translate(-33.33333333%,0);
  }
  54%, 64% {
    transform: translate(-50%,0);
  }
  72%, 82% {
    transform: translate(-66.66666666%,0);
  }
  90%, 100% {
    transform: translate(-83.33333333%,0);
  }
}

.slide6 {
  animation: slide6 36s ease infinite;
}
.slide6 img{
	width: 14.2857%; /*100/7*/
}
.container6 {
  width: 700%;
}

@keyframes slide6 {
  0%, 8% {
    transform: translate(0,0);
  }
  15%, 23% {
    transform: translate(-14.2857%,0);
  }
  30%, 38% {
    transform: translate(-28.5714%,0);
  }
  45%, 54% {
    transform: translate(-42.8571%,0);
  }
  61%, 69% {
    transform: translate(-57.1428%,0);
  }
  76%, 84% {
    transform: translate(-71.4285%,0);
  }
  91%, 100% {
    transform: translate(-85.7142%,0);
  }
}

.reduction{ 
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.reduction:hover{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
