@media screen  and (max-width: 1281px) {

:root { 
	--jaune: #ffcf0a;
	--brun: #2d2f2f;
	--vert: #177175;
	--degrad1: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);	
}


html {font-size: 100%;}

a{
	text-decoration: none;
}

#mobile{
	display:none;
}

.al-30{
top: 130px;
}
/*-----------------------------------------------
---------------NAV----------------------------
-----------------------------------------------*/
.champ{
	width: 100%;
}
.nav{
background: rgb(21,112,118);
background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
color: white;

}

.fc{
	display: flex;
}
.jc-fe{
	justify-content: flex-end;
}
.al-c{
	align-items: center;
}

.jc-sb{
	justify-content: space-between;
}

.wrap50{
	width: 50%;
	margin: 0 auto;
	padding: 15px;
}
.wrap{
	width: 80%;
	margin: 0 auto;
	border: 2px solid black;
	border-radius: 6px;
	padding: 15px;
}


.label{
	width: 180px;
	display: inline-block;
	padding-bottom: 15px;
}
body{

	font-family: Arial;
}
legend{
	font-size: 0.938em;
	font-weight: bold;
}



@font-face {
 font-family: "SiemensSans-Roman",sans-serif;
 src: url("Siemens_Sans_Roman.ttf") format("truetype");
       
}


#labelReceptionnaire, #labelTelReceptionnaire{
	display:none;

}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;		
}

.feedback{
color: var(--jaune);
padding: 10px;
font-weight: bold;
background:var(--brun); 
}
.feedbackBad{
color: #be3417;
padding: 10px;
font-weight: bold;
background:var(--brun); 

}

.btnI{
	background-color: black ;
	padding: 5px;
	color: white;
}
.btnA{
	background-color: #d89b12;
	padding: 5px;
	color: white;
}


h1 {
	color: white;
	margin-left: 15px;

}
.h2{
	color: white;
	 background:  var(--brun);
	
}



/*---------------Gestion du front-------------------- */
/* --------------------------------------------------- */
#firstVue{
	
	display: flex;
	position: relative;
	background-image: url(../../../medias/pictures/testVue.jpg);
	background-size: 100%;
	background-repeat: no-repeat;


}

#Vue_Inscription{

	display: flex;
	position: relative;
	background-image: url(../../../medias/pictures/VueInscription.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 400px;


}

#Vue_fonctionaliter{

	display: flex;
	position: relative;
	background-image: url(../../../medias/pictures/Vue_fonctionaliter.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 400px;

}
#Vue_catalogue{

	display: flex;
	position: relative;
	background-image: url(../../../medias/pictures/VueCatalogue.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 400px;
	
}

.textArticle{
	background-color:rgb(105, 103, 103);
	border-radius: 4px;
	padding: 30px;
	word-wrap: break-word;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.9);
	line-height: 28px;
	font-size: 1.1em;
	word-wrap: break-word;
}
.max381{ max-height: 381px;}
.article{
	background: var(--brun);
	margin-bottom: 50px;
}

.article h2{
	color: var(--jaune);
	margin-bottom: 15px;
}
.article p{
	color:white;
}
#superieur{
	width: 100%;
	margin-bottom: -20px;
}
#Htabouret{
	width: 57%;
}
.contentBrun{
	background-color: var(--brun);
}
/*-----------------------------------------------
---------------VUE---CATALOGUE-----------
-----------------------------------------------*/
#catalogue h2{

	color:var(--jaune);
	padding:15px;
	border-top: 2px ridge #2d2f2f;
	border-bottom: 2px ridge #2d2f2f;
	margin-bottom: 60px;
}

#catalogue h3{
	background-color: var(--brun);
	color:var(--jaune);
	padding:5px;
	border-top: 2px ridge #2d2f2f;
	border-bottom: 2px ridge #2d2f2f;
	margin-bottom: 10px;
}

#catalogue p{
	background-color: #524e4e;
	color:white;
	
	min-height: 50px;
}

#catalogue div{
	margin-bottom: 50px;
	text-align: center;
}
#catalogue div p{
	padding: 10px;

}

#pAcroche{
	font-size: 1.25em;
	margin-bottom: 50px;
	padding: 20px;
}

/*-----------------------------------------------
---------------VUE---FONCTIONALITER-----------
-----------------------------------------------*/
#fonctionaliter div{
	margin-bottom: 25px;

}
#fonctionaliter h2{
	width: 100%;
	background-color: var(--brun);
	color:var(--jaune);
	padding:15px 5px;
	margin-bottom: 50px;
}
#fonctionaliter h3{
	background-color: var(--brun);
	color:var(--jaune);
	padding:5px;
}

#fonctionaliter p{
	background-color:  #524e4e;
	text-align: left; 
	color:white;
	padding:20px;
	min-height: 300px;
	line-height: 25px;
}
/*-----------------------------------------------
---------------VUE---INSCRIPTION-----------
-----------------------------------------------*/
.divHelp {
background-color: rgb(203, 211, 169);
box-shadow: 5px 5px 10px black;

	
}
.divHelp h3{
background-color: var(--brun);
color: var(--jaune);
padding: 6px 15px;
	
}
#watchMdp{
color: black;
}
#watchMdp:hover{
color:white;
}
.rgpd_user{
	background: var(--vert) ;
	padding-left: 15px;
}

/*-----------------------------------------------
-------------VUE---CONNEXION-----------
-----------------------------------------------*/

.mdpForget{
	padding: 3px 15px;
	background-color: var(--brun);
	color: white;
}
.mdpForget a{
	color: white;
}
/*-----------------------------------------------
---------------NAV---PRINCIPAL-----------
-----------------------------------------------*/
header{
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}
.nav{

background: rgb(21,112,118);
background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
color: white;

position: relative;
z-index: 1;
}

nav{
	overflow: hidden;
	
}
#ulPrincipal i{
	font-size: 25px;
	margin-right: 10px;
}
#ulPrincipal {
	min-height: 90px;
}
.liPrincipal > a{
	color: white;
}
.liPrincipal{
	width: 13%;
}

.liHover:hover a{
	margin-left: 6px;
	transition: 0.2s;
}

.conexionOff{
	position: relative;
}

.spanConnexion:hover{
	border-bottom: 3px ridge var(--vert);
}
.ulConnexion{
	position:fixed;
	top:30px;
	min-width: 160px;
	z-index: 100;
	color: darkorange;
}
.liConnect{
	background: var(--brun);
}

.liConnect > a{
	background: var(--brun);
	padding: 8px 15px;
	display: block;
	color: white;
	border-left:2px solid var(--vert);
}
.aConnect  {
	display: block;
	background:var(--vert);
	padding: 8px 15px;
	color: var(--jaune);
	font-weight: bold;


}
.liConnect:hover > a  {
	background: rgb(223, 185, 20);
	border-left: 6px solid var(--jaune);
	transition: 0.2s;
}


#logo{
	font-family: 'MAJOR MONO Display', serif;
	font-size: 36px;
	position: relative;
	text-decoration: none;
	color: white;
	z-index: 5;
}
.logo{
	font-size: 36px;
	text-decoration: none;
	color: white;
}

.label{
	width: 180px;
	display: inline-block;
	padding-bottom: 15px;
}

#fG{
	position: absolute;
	width: 3%;
	top: 0px;
	left:-5px;
	z-index: 1;
}
#fGG{
	position: absolute;
	width: 7%;
	top:-220px;
	left:-35px;
	z-index: 0;
	opacity:1;
	
	
}
.titre{
	text-shadow: black 15px 15px 15px;
}
#barreL{
min-height: 45px;
background:  var(--brun);
vertical-align: center;
border-bottom: 3px ridge #666767;
}

/* .Tampon{
	min-height: 135px;
} */
/*-----------------------------------
      GESTION BARRE DE RECHERCHE PRE
      VALIDATION DES DA   
-----------------------------------*/
#lien{
	margin-bottom: 20px;
}
.divLien{
	position: relative;
	margin-bottom: 44px;
	max-height: 100px;
}
.lien:hover{

	padding:1px 15px; 
	font-size: 1.25em;
	color: var(--jaune);
	background-image: url(../../../medias/pictures/toleHexa3B.png);
	transition: 0.5s;
	border-left: 15px solid var(--jaune);
	border-bottom:3px inset var(--jaune);
	margin-bottom: 19px;

}

.lien{
	
	padding:8px 15px; 
	font-size: 17px;
	background-color: rgba(255,255,255,0.2);
	font-weight: bold;
	color:white;
	margin-bottom: 22px;
	transition: 0.5s;
	border:1px inset var(--jaune);
}
.lien:hover i{
	color: white;
}
.lien i{
	font-size: 1.1em;
	color: var(--jaune);
}
#ajout_produit{
	margin-top: 25px;
	display: none; 
	width: 100%;
	height: 3em;
}
.inputPanier{
	height: 2em;
}

.ui-autocomplete-categorie{
	color: var(--jaune);
	background:  var(--brun);
	font-weight: bold;
	padding: 4px 0px;
}
.ui-menu {
   
    font-size: 0.938em;
    color: #888;
}
.ui-menu .ui-menu-item a {
    color: #888;
}

.ui-menu .ui-menu-item:hover a{
    display: block;
    color: #3D3D3D;
    cursor: pointer;
    background-color: lightgray;
    background-image: none;
    
}
/*.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    border: 1px solid lightgray;
    background-image: none;
    background-color: lightgray;
    color: #3D3D3D;
}*/
/*-----------------------------------
       BODY et MAIN GENERAL    
-----------------------------------*/

body{

	font-family: "SiemensSans-Roman",sans-serif;
}


.bodyG{
	/*background-color: #c9c9c7;*/
	background-image: url(../../../medias/pictures/betonF.jpg);
	background-size: 50%;
}

#mainP{	
	min-width: 77%;
}
.pNewda{
background: var(--jaune);
}
/*-----------------------------------
     GESTION DE La NAV DANS PROFIL
-----------------------------------*/
#ulProfil{
	padding: 6px 15px;
}
#ulProfil 	li{
	width: 20%;
	text-align: center;
}
#ulProfil 	li:hover a{
	margin-left: 15px;
	transition: 0.3s;
}
#ulProfil 	a{
	color: white;
}
#ulProfil 	i{
	margin-right: 5px;
}
/*-----------------------------------
     GESTION DE L'AVATAR
-----------------------------------*/
.avatar{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border:solid 1px #4b5661;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hexagone {
  position: relative;
  /* Pour rendre responsive mettre width à 100% ;*/
  width:100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-filter : drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
  filter : drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
  background-size: cover;
}
.hexagone:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: block;
  margin-top: 28.86751%;
  padding-bottom: 86.602%;
}
.hexagone .hexagonemain{
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 115.47005%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  z-index: 1;
}
.hexagone .hexagonemainbefore{
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #cccccc;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.hexagone .hexagonecontent{
  overflow-y: auto;
  width: 100%;
  display: block;
  position: absolute;
  visibility: visible;
  bottom: 25%;
  top: 25%;
  left: 0;
  z-index: 3;
}
.hexagone img{
  left: -100%;
  right: -100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: rotate3d(0,0,0,0deg);
  -ms-transform: rotate3d(0,0,0,0deg);
  transform: rotate3d(0,0,0,0deg);
  background-size: cover;
}

.bague {
display: block;
	width: 100%;
}
.bague img{
	width: 110%;
	position: absolute;	
	margin: calc(100% - 12.6vw) 0px 0px calc(100% - 11.3vw);	
}
.bagueSmall {
display: block;
	width: 100%;
	
}
.bagueSmall img{
	width: 112%;
	position: absolute;	
	margin: calc(100% - 5vw) 0px 0px calc(100% - 4.9vw);
}



/*------------------------------------
---------DESIGN SECTION SURPLUS-----------
------------------------------------*/
.secSurplus{
margin: 50px auto;
}
.secSurplus h2{
max-width: 100%;
white-space: normal;
 overflow: hidden;
text-overflow: ellipsis;
color: white;
background:var(--brun);
padding: 3px 15px;
border-bottom: 3px ridge #666767;
}
.secSurplus  a{
text-decoration: none;
color: white;
font-size: 1.25em;
}
.secSurplus  i{
text-decoration: none;
color: var(--jaune);
font-size: 1.25em;
}
.colLeft{
	background: linear-gradient(to left,  rgba(242,242,242,0.33) 13%,rgba(228,229,229,0.33) 19%,rgba(45,47,47,1) 100%);
}
.colRight{
	padding: 15px;
}
.divSurplus{
	margin-bottom: 20px;
}

.divSurplus h3{
background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
padding: 6px 15px;
color: white;
}
.divSurplus p{
color: white;
padding: 15px
}

/*------------------------------------
---------DESIGN TABLEAU-------------
------------------------------------*/
.secTable{
margin: 50px auto;
}
.secTable h2{
max-width: 100%;
white-space: normal;
 overflow: hidden;
text-overflow: ellipsis;
color: white;
background:var(--brun);
padding: 3px 15px;
border-bottom: 3px ridge #666767;
}
.secTable  a{
text-decoration: none;

font-size: 1.25em;
}
.secTable table a{
text-decoration: none;
color: white;
}
#HborderNone{
	border-bottom:none;
}
.containerBtn {
	position: relative;
	background-image: url(../../../medias/pictures/toleHexa3.png);
	background-size: cover;
	opacity: 6; 
}
.container {
	position: relative;
	background-image: url(../../../medias/pictures/surplus1.png);
	background-size: cover;
	opacity: 6; 
}
.containerOuvrier {
	position: relative;
	background-image: url(../../../medias/pictures/ouvrier1.jpg);
	background-size: cover;
	opacity: 6; 
}
.containerAffaire {
	position: relative;
	background-image: url(../../../medias/pictures/affaire2.jpg);
	background-size: cover;
	opacity: 6; 
}
.containerDetail {
	position: relative;
	background-image: url(../../../medias/pictures/bandoL.jpg);
	background-blend-mode: multiply;
	background-size: cover;
}
.containerSurplus {
	position: relative;
	background-image: url(../../../medias/pictures/surplus0.png);
	background-blend-mode: multiply;
	background-size: cover;

}
.trFooter{
background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
min-height: 25px;

}
.tabDel{
	background-color: rgba(0,0,0,0.3);
}
.sombre{
	position: absolute;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.4);
	display: none;
	z-index: 1;
}
.backSombre{
	background-color: rgba(0,0,0,0.5);
}
table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}

th,td {

	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	text-align: center;
}

tr:nth-child(2n){
	background-color: rgba(255,255,255,0.1);
}
tr:hover{
	background-color: rgba(255,255,255,0.4);
}
tr:hover td {
	color: var(--jaune);
}
.cursor{
	cursor: pointer;
}
.tailleQuantite{
	width:10rem;
	height: 15px;	
}
.tdLong100{
	margin: 0 auto;
	max-width: 100px;
	white-space: normal;
  	overflow: hidden;
	text-overflow: ellipsis;
}
.poubelle:hover{
	font-weight: bold;
	color: red;
}
.green:hover{
	color: green;
}

.tdLong150{
	max-width: 150px;
	margin: 0 auto;
	white-space: normal;
  	overflow: hidden;
	text-overflow: ellipsis;
}
.overText{
	max-width: calc(100%-50px);
	white-space: normal;
  	overflow: hidden;
	text-overflow: ellipsis;
}
table .rowCategorie{
	background-color: rgba(255,207,10,0.3);
	font-weight:bold;
	font-size: 1.25em;
}

/*---------------------------------
----DESIGN ENTETE DA--------------
---------------------------------*/
.headDa p{
	
	padding: 8px 15px;
	color: white;
	font-size: 19px;
}
.headDa h3{
	padding: 10px 15px;
	font-size: 22px;
	color: white;
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
}
.colorHead{
	background: linear-gradient(to left,  rgba(242,242,242,0.33) 13%,rgba(228,229,229,0.33) 19%,rgba(45,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.headDa{

	margin-bottom: 20px;
}
.btnEdit{
	display: flex;
	align-items: center;
	/*background-color: rgba(201, 201, 199, 1);*/
	background-color:var(--brun);
	border: 6px outset var(--jaune);
	padding: 10px;
	cursor: pointer;
	font-size: 1.3em;
	color:var(--jaune);
}
.btnEdit:hover{
	display: flex;
	align-items: center;
	/*background-color: rgba(201, 201, 199, 1);*/
	background-color:var(--vert);
	border:6px inset var(--vert);
	/*border-left: 1px ridge #666767;
	border-right: 1px ridge #666767;*/
	padding: 10px;
	cursor: pointer;
	font-size: 25px;
	color:var(--jaune);
	transition: 0.3s;

}
.pValidTall a {color:var(--jaune);}
.pValidTall {
	width:43%;
	margin-left: calc(100%-200px);
	background-color: var(--vert);
	padding: 20px;
	
	font-size: 1.25em;
	text-align: center;
	margin:0 auto 25px;

}
.pValidTall:hover{
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);

	color: white;
	justify-content: space-between;
	border-left: 17px solid var(--vert);
	transition: 0.7s;
}
.pValid i{
	font-size: 25px;
	color:white;
	display: none;
}
.pValid:hover i{
	display: block;
}
.pValidTall:hover a, .pValid:hover a{
	color:white;
}
.pValid {
	width: 22%;
	margin-left: calc(100%-200px);
	background-color: var(--vert);
	padding: 20px;
	color:var(--jaune);
	font-size: 1.25em;
	text-align: center;
	margin-left: auto;
}
.pValid:hover{
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
	max-width: 23%;
	color: white;
	justify-content: space-between;
	border-left: 22px solid var(--vert);
	transition: 0.7s;
}
/*----------------------------------------------
________GESTION DESIGN DE CREATION FORMULAIRE______
----------------------------------------------*/

.newForm i {color:var(--jaune);}
.newForm  label{
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
	color: white;
	font-weight: 20px;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 5px 15px;
}

/*----------------------------------------------
________GESTION DESIGN DE MODIF FORMULAIRE APPELER____
----------------------------------------------*/
.titreForm{
	color: white;
	 background:  var(--brun);
	 padding: 6px 15px;
	 border-bottom: 3px ridge #666767;
}
/*GESTION DE X SORTIE FORM*/
#times{
	font-size: 1.25em;
}
#times:hover{
	color: red;
	z-index: 100;
}
#hoverRed{
	font-size: 1.25em;
}
#hoverRed:hover{
	color: red;
	z-index: 100;
}

.showForm{
	display: none;
	position: absolute;
	top: 200px;
	/*background-color: rgba(255,255,255,0.4);*/
	background-color: rgba(0,0,0,0.4);
	min-width: 30%;
	z-index: 2;

}
.showForm i {color:var(--jaune);}
.showForm  label{
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
	color: white;
	font-weight: 20px;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 5px 15px;
}
.pSubmit i{
	display: none;
	font-size: 25px;
	font-weight: bold;
	color:white;
}
.pSubmit{
	display: none;
	background-color: var(--vert);
	padding: 20px;
	color:var(--jaune);
	font-size: 1.25em;
	cursor: pointer;

}
.submit{
	background:none;
	width: 100%;
	color:var(--jaune);
	font-size: 1.25em;
	border:none;
}

.pSubmit:hover{
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
	width: 90%;
	color: white;
	border-left: 45px solid var(--vert);
	transition: 0.7s;
}
.pSubmit:hover i{
	display: block;
	color: white;
	
}
.pSubmit:hover .submit{
	color: white;
	

}
.block{display: block}

/*---------------------------------
----GESTION DU FOOTER-----------
---------------------------------*/
#sectionFoot{
	width: 100%;
	padding-top: 25px;
	background:  var(--brun);
	border-top:  3px ridge var(--jaune); 
	min-height: 300px;
}
#sectionFoot h3{
	color: White;
	margin-bottom: 20px;
}
#sectionFoot a{
	color: slategray;
	padding: 2px 0;
}
#sectionFoot a:hover{
	color:var(--jaune)
}

#sectionFoot i{
	padding:0 15px 0 0;
}


#politiqueP{
	position: absolute;
	width: 100%;
	top: auto;
	padding: 10px;
	background: linear-gradient(90deg, rgba(21,112,118,1) 0%, rgba(67,123,95,1) 26%, rgba(159,145,49,1) 52%, rgba(255,209,12,1) 100%);
}
#politiqueP a{
	color: white;
	text-decoration: none;
}

/*---------------------------------
----GESTION DES CATEGORIES-----------
---------------------------------*/
.ariane a{
	color: white;
}
.ariane{
	background: var(--degrad1);
	padding: 10px;
	color: white;
	border-bottom: 3px ridge #666767;


}
.ariane i{
	margin:0 0.3em 0 0.3em;
	font-size: 25px;
	color: black;
}

.ving20{
	width: 24%;
	list-style-type: none;
	background-color: rgba(255,255,255,0.5);
	
}
.ving20 h5{
	background:var(--brun) ;
	padding: 5px;
	color: var(--jaune);
	
}
.ving20 h4{
	background:var(--brun) ;
	color: white;
	padding: 5px;
	border-bottom: 3px ridge #666767;
}
.ving20 p{
	background:var(--degrad1) ;
	color: white;
	padding: 5px;
	border-bottom: 3px ridge #666767;
}
.ving20 a{
	font-size: 0.938em;
	color: black;
}

.height70{
	height: 70px;
}
#choice{
	background: var(--brun);
	padding: 8px 30px;
	font-size: 1.25em;
	color: var(--jaune);
}
.wrap{
	width: 80%;
	margin: 0 auto;
	border: 2px solid black;
	border-radius: 6px;
	padding: 0 15px;
}


table{
	margin-bottom: 15px;
	text-align: center;
}
/* ----------------Carroussel----------- */
.slider{
	overflow: hidden;
	background-color: var(--brun);
}

/* ----------------COMPTEUR BOOTSTRAP----------- */
#comptage{
padding: 3em;
}
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: var(--jaune);
}

.col{
	position: relative;
	width:100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex-basis:0;
	flex-grow:1;
	max-width: 100%;
}

.rowb{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.containerB{
	width: 80%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.divconnexionMobile{
	display: none;
}

}


