/* CSS Document
or #85744D
*/

a:link, a:visited, a:hover, a:active {
	color: #8E7A3D;
	TEXT-DECORATION: none;
}
a.orange:link, a.orange:visited, a.orange:hover, a.orange:active {
	color: #8E7A3D;
	TEXT-DECORATION: none;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /*	cursor: pointer;*/
}

a img {
    border: none;
}

input:focus {
    outline: none;
}

ul { 
 padding: 0px; 
}

#Menufixe {
  z-index: 899;
  position: fixed;
  width: 100%;
  height: 45px;
  font-size: 30px;
  padding-left: 135px;
  background-color: #000;
  left: 0px;
	margin-top: 50px;	
}

#Menu {
  padding-top: 45px;
  font-size: 20px;
}

.ligneMenu {
  padding: 10px 10px 5px 50px;
  list-style: none;

}

:target::before {
  content: "";
  display: block;
  height: 100px; /* ajuste à la hauteur exacte de ton #Menufixe */
  margin-top: -50px;
}

#cadre, #bandeau, #bandeau1 {
    width: 70%;
	margin: auto;
}
#bandeau1 {
    width: 70%;
	margin: auto;
	max-width: 1200px;
}
#cadre {
    position: relative;
    margin: 0 auto;
	height: 100%;
}

.bandeauImg {
	height: 175px;
}

.bandeauImg img {
  	width: 100%;
  	height: 100%;
	max-height: 175px;
}

.bandeau {
  	margin: 0 auto;
	display: flex;
 	justify-content: space-between;	
 	height: 100%;
	max-height:  175px;
	width: 70%;
	position: absolute;
	top: 0px;  
	z-index: 2;
}

#titre {
	width: 70%;
  height: auto;
  padding-top: 5px; 
  padding-bottom: 25px; 
  font-size: 20px;
  color:#F5EFEF;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.ancres {
    min-height: 35px;
}

.ancretitre {
    font-size: 13px;
    float: left;
    margin: 0 10px;
}

.titrearticle, .titrearticleb {
    width: 74%;
    float: left;
    margin: auto;
    padding-top: 10px;
    font-size: 30px;   
    color: #8E7A3D;
    overflow: auto;
}

.ligne {
    width: 90%;
    margin: auto;
    overflow: auto;
    margin-top: 50px;
}

#article {  	
    width: 74%;
    float: left;
}

#articleb {  	
    width: 55%;
    float: left;
}

.nom, .nomGamme {
    width: 80%;
    word-wrap: break-word;
    list-style: none;
}

.nom, .nomb {
    font-size: 23px;
}

.nomGamme {
    font-size: 35px;
    color: #8E7A3D;
}

.desc {
    width: 95%;    
    font-size: 13px;
    word-wrap: break-word;
    list-style: none;
}

.prix, .prixb {
  font-size: 16px;
  word-wrap: break-word;
  list-style: none;
  padding: 0;    
}

.tarifB1, .tarifB2, .tarifB3 { 
  width: 100%;
  font-size: 22px;   
}

.col1 { 
    width: 13%;
    float: left;
    text-align: right;
    font-size: 20px;   
}

.col2, .tarif2p { 
    width: 13%;
    float: right;
    text-align: right;
    font-size: 20px;   
}

.colb1, .colb2, .colb3 { 
    width: 15%;
    float: left;
    text-align: right;
    font-size: 20px;   
}


#centre {
	width: 595px;
	padding-top: 50px;
}


#centre img {
    height: auto;
}

.textstandard {
    color: #8E7A3D;
  //  font-size: 15px;
}


@media screen and (max-width: 400px) {
  #Menufixe {
    padding-left: 50px;
    margin-top: 0px;
	left: 0px;
}
  }

  .nom, .nomb {
    font-size: 16px;
  }

  #bandeau1 {
    width: 100%;
  }


  #article {
    width: 53%;
  }

  .col2, .tarif2p {
    width: 20%;
  }
}
	
.col1 {
  width: 10%;
}


.nomGamme {
  font-size: 28px;
}		
		
		
  .nav-links {
       margin-left: 50px;
  }		
		
.ligne {
  width: 95%;
}		
		
		
		
}

