@charset "UTF-8";
/* CSS Document */

/*mise en forme permanente*/
/*masquage del l'entete pour les sites mobiles*/
#enteteMobile{
	display:none;
}

#site{
	display:block;
	width:980px;
	-webkit-transition:opacity 0.30s ease 0s;
	-ms-transition:opacity 0.30s ease 0s;
	-o-transition:opacity 0.30s ease 0s;
	transition:opacity 0.30s ease 0s;
}

#menu, #fil, #espace1, #espace2{
	display:block;
	float:left;
	width:940px;
}


#header, #body, #footer{
	display:table;
	float:left;
	width:940px;
	height:100%;
}


#navService{
	display:table;
	float:left;
	width:940px;
	position:relative;
}

#detailsComptes1 input[type=email], #detailsComptes1 input[type=password]{
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    height: 24px;
    margin: 10px 10px 10px 0;
    padding: 3px;
    width: 96px;
}

.creerCompte{
    background:url("/images/picto_nouveau_compte.png") no-repeat scroll right center #059EE1;
}
.modifCompte{
    background:url("/images/suivant.png") no-repeat scroll right center #059EE1;
}

#btConnexionCompte{
    background: url("/images/suivant.png") no-repeat scroll right center #059ee1;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    margin: 0 10px 0 0;
	top: 10px;
}

#detailsComptes1 > form > span > span{
	display:none;
}

#detailsComptes1 img:nth-of-type(1), #detailsComptes1 img:nth-of-type(2){
    vertical-align: middle;
	cursor:pointer;
	opacity:1;
	padding: 10px 0 10px 10px;
}

#detailsComptes1 img:nth-of-type(1):hover, #detailsComptes1 img:nth-of-type(2):hover{
	opacity:0.8;
}

.champNormal{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}

.champErreur{
	-moz-box-shadow:0 0 2px 1px rgb(255,0,0) inset;
	-webkit-box-shadow:0 0 2px 1px rgb(255,0,0) inset;
	-ms-box-shadow:0 0 2px 1px rgb(255,0,0) inset;
	box-shadow:0 0 2px 1px rgb(255,0,0) inset;
}

#header>div, #body>div, #footer>div{
	float:left;
	height: 100%;
    min-height: 100%;
	/*width:100%;*/
}
.masqueMobile{
	display:table;
}



#navService ul, #navService li{
	display:inline;
}

p{
	margin:0;
}

.styleFormulaire p{
	text-align:left;
}

table{
	height:100%;
}
table, tr{
	width:100%;
	margin:0;
	border-collapse:collapse;
}

td{
	margin:0;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
}

/*espaces à droite et à gauche de la navigation de service*/
.navServEspace{
	width:20px;
	height:20px;
	float:left;
}

#celluleNavGauche{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#celluleNavDroite{
	display: table-cell;
	height: 100%;
	text-align: right;
	float:right;
	vertical-align:middle;
}
#adresseNav {
	padding-left: 10px;
}
#messageNav {
    margin-left: 10px;
}

#popupLangues{
	padding:5px;
    background-color:rgba(0,0,0,0.71);
	position:absolute;
	left:0;
	display:none;
	color:#FFF;
}

.texteNavServiceMobile{
	display:none;
}


.tableauNav{
	width:100%;	
}

.tableauNav img{
	/*display:block;*/
}

img{
	border:none;
}

/*formatage des éléments des diaporamas*/
.diapo{
	margin:0;
	padding:0;
	position:relative;
	height:100%
}

.diapo li{
	display:none;
	position:absolute;
	margin:0;
	padding:0;
}

.diapo img{
	position:relative;
}

/*formatage des éléments des diaporama version 2*/
.diapo2{
	margin:0;
	padding:0;
	position:relative;
	height:100%;
	-moz-transition:opacity 0.5s ease;
	-webkit-transition:opacity 0.5s ease;
	-ms-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}

.diapo2 li{
	list-style-type:none;
	position:absolute;
	margin:0;
	padding:0;
	left:-2000px;
	-webkit-transition-property:all;
	-ms-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;
	transition-property:all;
}

.diapo2 li img{
	/*-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;*/
}
.contenuBodyImage img, .contenuHeaderImage img, .contenuFooterImage img{
	position:relative;
	display:block;
}

.zoneImage img{
	display:block;
}

/*mise en forme fixe des formulaires*/
div div form label, td div form input, td div form textarea{
	margin:5px 0;
}

#site div div form label{
    display: inline-block;
    margin-right: 2%;
    margin-top: 8px;
    text-align: left;
    width: 100%;
}
div div form p input[type=text], div div form p input[type=password], div div form input[type=email], div div form input[type=url], div div form input[type=date], div div form input[type=number], div div form input[type=tel], div div form select, div div form textarea, .champForm{
	background-color:#FFF;
	border-radius:2px 2px 2px;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.2) inset;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
    width: 100%;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*form input[type=button],form input[type="submit"]{
	float:left;
}*/

.formObligatoire{
	color:#FF0000;
}

/*style des formulaires du site*/
.styleFormulaire{
	margin:5px 20px;
}

.styleFormulaire>input[type="button"]{
	margin-bottom:20px;
}

.captcha, .captch1, .captch2{
	margin-top:7px;
}

.captcha img, .captch1 img, .captch2 img{
	margin-top:-7px;
	width:100%;
	max-width:100px;
}
	
.captcha label, .captch1 label, .captch2 label{
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 8px;
    width: 100px;
}

.captcha input, .captch1 input, .captch2 input{
    float: left;
    margin-right: 10px;
	margin-left: 10px;
    width: 35px;
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px;
}

form input[type="button"],form input[type="submit"] {
	float:right;
}


/*positionnement du logo backstage permanent*/
.signature{
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
	z-index:102;
	cursor:pointer;
}

/*formulaire d'identification*/
.tableauIdentification{
	margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

.contenuBodyFormulaireIdentification{
	min-height: inherit;
	height: auto;
}

.contenuBodyFormulaireIdentification>form{
	margin:0;
}

.contenuBodyFormulaireIdentification>form>table{
	width: auto;
}

.contenuBodyFormulaireIdentification .boutonFormulaire{
	padding:10px;
	margin:0;
}

/*accès à une page privée */
.tableauIdentification td:nth-child(1){
	width: 460px;
	padding:5px;
}
.tableauIdentification td:nth-child(2), .tableauIdentification td:nth-child(3){
	width: 115px;
	padding:5px;
}

.tableauIdentification #login {
    width: 230px;
}
.tableauIdentification #mdp {
    width: 105px;
}


#coordonneesCompte #dateNaissance, #coordonneesCompte #mdp1, #coordonneesCompte #mdp2, #coordonneesCompte #cp, #coordonneesCompte #etat, #coordonneesCompte #captcha{
	width: 105px;
}

#coordonneesCompte #nom, #coordonneesCompte #prenom, #coordonneesCompte #email, #coordonneesCompte #societe, #coordonneesCompte #telephone1, #coordonneesCompte #telephone2{
	width: 230px;
}

#coordonneesCompte #ville, #coordonneesCompte #pays{
	width:360px;
}

#coordonneesCompte #adresse1, #coordonneesCompte #adresse2{
	width:480px;
}

#ajoutAdresseCompte{
	width: 370px; 
}

    #ajoutAdresseCompte #nomAdresse, #ajoutAdresseCompte #nom, #ajoutAdresseCompte #prenom, #ajoutAdresseCompte #etat, #ajoutAdresseCompte #pays, #ajoutAdresseCompte #telephone1, #ajoutAdresseCompte #telephone2{
		box-sizing: border-box;
		width: 180px;
    }
    
    #ajoutAdresseCompte #societe, #ajoutAdresseCompte #adresse1, #ajoutAdresseCompte #adresse2{
		box-sizing: border-box;
		width: 370px;
    }
    
    #ajoutAdresseCompte #cp{
		box-sizing: border-box;
		width: 80px;
    }
    
    #ajoutAdresseCompte #ville{
		box-sizing: border-box;
		width: 280px;
    }

#popActu{
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}

#iFrameActu{
    border: medium none;
    height: 500px;
    left: 50%;
    margin-left: -400px;
    /*margin-top: -250px;*/
    opacity: 1;
    position: relative;
    /*top: 50%;*/
    width: 800px;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -ms-transition-duration: 0.5s;
    -ms-transition-property: opacity;
    transition-duration: 0.5s;
    transition-property: opacity;
}

#btFermetureActu{
    cursor: pointer;
    left: 50%;
    margin-left: -20px;
    position: fixed;
    top: 20px;
    width: 40px;
    z-index: 101;
}

.listePanier{
	height:auto;
	margin-left: 0;
	width: 100%;
}

.paragraphePanier table{
	height:auto;
}

.paragraphePanier p, .paragraphePanier div, .paragraphePanier>span, .paragraphePanier>a {
    padding: 10px;
	display:inline-block;
}
    
.paragraphePanier h1, .paragraphePanier h2{
	margin:10px 0 10px 10px;
	display:inline-block;
}

#commentaireLivraison{
	width: 500px;
	height: 70px;
	resize:none;
	margin-bottom:20px;
}

/*Détails des livraisons dans la page compte client*/
.detailsListeCommandes{
	width: 878px;
	border-spacing: 10px;
	border-collapse: separate;
	margin-left:20px;
}

.piedDetailsListeCommandes a{
	background:none;
}

.piedDetailsListeCommandes a:nth-child(1){
	color:#FF0000;
}
.piedDetailsListeCommandes a:nth-child(2){
	float:right;
}

/*puces des diaporamas*/
.listePuces {
	bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	bottom:35px;
	z-index:99;/* --> menu : 100 */
}

.listePuces li {
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	display: inline-block;
	height: 8px;
	margin: 0 10px;
	width: 8px;
	transition: background-color 1s;
}

.listePuces li.active {
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(0, 0, 0, 0.25);
}

    
/*puces des diaporamas automatiques*/
#boutonsImage>li{
	/*background-color: #ffffff;*/
	/*background-image: url("/clients/0001-BS/documents/recadre800x540/skoda.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
	float: left;
	height: 50px;
	list-style-type: none;
	margin: 5px;
	width: 50px;
}
