@import url(global.css);
@import url(header2.css);
@import url(footer.css); 

#body{
position: relative;
}

#wrap{
width: 90%;
margin-top: 30px;
padding: 1% 5% 5% 5%;
background-color: #f8f8f8;
}

/* Fil Ariane */
#ariane a{
font-family: arial;
font-size: 85%;
font-style: italic;
color: #333;
white-space : nowrap;
}

#ariane li{
display: inline;
list-style: none;
}

/* Article */
#article{
width: 95%;
margin: auto;
}

/* Image */
#main-image{
width: 45%;
height: auto;
float: left;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background-color: #fff;
box-shadow: 1px 1px 10px #ccc;
}


#photo1, #photo2, #photo3, #photo4, #photo5{
display: none;
}

#thumb{
clear: both;
float: left;
padding-top: 15px;
width: 45%;
height: auto;
display: flex;
align-items: center;
overflow: auto;
}

#thumb img{
max-width: 80px;
height: 50px;
margin-right: 5px;
}

#main-image img:hover{
cursor: pointer;
opacity: 0.9;
}


/* Image Full */
#full-screen, #full-screen1, #full-screen2, #full-screen3, #full-screen4, #full-screen5{
display: none;
z-index: 100;
position: fixed;
align-items: center;
justify-content: center;
top: 0px;
left: 0px;
width: 100%;
margin: auto;
height: 100vh;
background-color: rgba(0,0,0,0.8);
}

#full-screen img, #full-screen1 img, #full-screen2 img, #full-screen3 img, #full-screen4 img, #full-screen5 img{
display: flex;
max-width: 100vw;
max-height: 100vh;
}

.red{
color: red;
}

#full-screen p{
font-family: Arial;
position: absolute;
top: 20px;
right: 20px;
color: #fff;
}

#full-screen p:hover{
cursor: pointer;
}

/*DESCRIPTION COURTE */

#desCourte{
width: 45%;
margin-left: 55%;
}

#desCourte h1{
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
font-weight: 400;
font-size: 180%;
color: teal;
}

/* PDF */

#pdf{
margin-top: -20px;
margin-bottom: 50px;
}

#pdf img{
position: relative;
top: 10px;
}

/* PRIX SANS OPTIONS*/

/*reduction %*/
.promo{
opacity: 0.8;
width: 50px;
text-align: center;
color: #333;
border-radius: 5px;
border: thin #777 solid;
font-weight: 600;
}

/*reduction prix*/
.prixPromo, .prixReduit{
display: inline;
}

.prixPromo{
text-decoration: line-through;
}

.prixReduit{
font-size: 120%;
margin-left: 10px;
}

.prix, .prixReduit{
font-size: 150%;
}

/* Description courte */

#txtDescCourte p{
display: inline-block;
white-space: pre-line;
}

/* OPTIONS */

.prixHead{
font-size: 130%;
}

.promoHead{
font-size: 60% !important;
padding: 2px;
opacity: 0.8;
width: 50px;
text-align: center;
background-color: #ffcc33;
color: #333;
border-radius: 5px;
border: thin #777 solid;
font-weight: 600;
text-shadow: 0.5px 0.5px #fff;
}

#options label{
font-family: Arial;
display: block;
margin-bottom: 5px;
color: #222;
}

#options select {
font-family: Arial;
font-size: 100%;
color: #777;
min-height: 25px;
padding: 0px 10px 0px 10px; 
box-shadow: 2px 2px 5px #999;
}

#options select:focus, #options select:active {
border: 2px rgb(253, 185, 7) solid;
}

/* prix avec options */
#prixOption{
font-family: Arial;
color: #555;
font-size: 150%;
}

/* prix avec options et réductions*/

#prixOptionRedu{
margin: 40px 0px 40px 0px;
font-family: Arial;
color: #555;
}

#prixOptionRedu .prixPromo, #prixOptionRedu .prixReduit{
display: inline;
}

#prixOptionRedu .promo{
width: 75px;
font-size: 90%;
}

#prixOptionRedu .prixPromo{
font-size: 100%;
}

#prixOptionRedu .prixReduit{
font-size: 150%;
}

/* Ajout panier*/

#ajoutPanierFiltres{
display: none;
}

#ajoutPanier{
display: block;
}

#ajoutPanierFiltres input, #ajoutPanier input{
width: 200px;
height: 40px;
background-color: LightSteelBlue;
color: #fff;
font-size: 120%;
font-weight: 600;
text-shadow: 1px 1px #555;
border: none;
}

#ajoutPanier input{
margin-top: 50px;
}

#ajoutPanier input:hover, #ajoutPanierFiltres input:hover{
cursor: pointer;
border: 2px #999 solid;
}

/* BLOC PRODUIT */
#bloc-produit{
width: 90%;
padding: 0% 5% 0% 5%;
}

/*Menu onclick*/
#menu-produits ul{
width: 100%;
height: 72px;
border-bottom: thin #ccc solid;
list-style: none;
padding: 0px;
}

#menu-produits li{
cursor: pointer;
color: #333;
float: left; 
padding: 0px 10px 0px 10px;
margin-right: 10px;
border: thin #ccc solid;
border-bottom: none;
}

#menu-produits li:first-child{
background-color: #f8f8f8;
}

/* description */
#description{
white-space: pre-line;
margin-left: 2%;
padding-bottom: 50px;
}

/*Livraison*/
#livraison{
display: none;
margin-left: 2%;
line-height: 25px;
}

#livraison table{
margin-bottom : 30px;
}

#livraison th{
text-align: right;
background-color: #f9f9f9;
padding: 0px 5px 0px 5px;
}

#livraison td{
padding-left: 50px;
}

/* RESPONSIVE */
@media screen and (max-width: 1024px){ 

#wrap{
width: 100%;
padding: 1% 0% 5% 0%;
}

#bloc-produit{
width: 96%;
padding: 0% 2% 0% 2%;
}

}

@media screen and (max-width: 800px){ 

#main-image, #thumb{
width: 100%;
margin: auto;
float: none;
}

#main-image img{
width: 100%;
}

#desCourte{
clear: both;
padding-top: 20px;
width: 100%;
margin: auto;
}

}

@media screen and (max-width: 480px){ 

/*Menu onclick*/
#menu-produits ul{
border-bottom: none;
padding-bottom: 40px;
}

#menu-produits li{
float: none; 
width: 90%;
margin: auto;
text-align: center;
padding: 0px 10px 0px 10px;
margin-bottom: 10px;
border-bottom: thin #ffcc33 solid;
background-color: #fff !important;
border-radius: 10px;
}


#description{
margin-top: 40px;
}

#livraison{
margin-top: 70px;
}

}
