html, body, div, span, applet, object, iframe,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@font-face {
    font-family: 'helveticaneueltproultlt';
    src: url('/medias/css/fonts/helveticaneueltproultlt.ttf');
    src: url('/medias/css/fonts/helveticaneueltproultlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltprolt';
    src: url('/medias/css/fonts/helveticaneueltprolt.ttf');
    src: url('/medias/css/fonts/helveticaneueltprolt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




html{
	height: 100%;
}

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #000000;
	margin: 0 auto;
	background-image: url(../login_photo.jpg);
	background-size:cover;
	background-repeat: repeat;
}

.aligndroite{
	text-align: right;
}

.aligncentre{
	text-align: center;
}

.aligngauche{
	text-align: left;
}

textarea.form-control {height: auto;}
input[type="search"] {-webkit-appearance: none;}
input[type="checkbox"] {border:0px;}
form button {border: none; border-radius: 5px; color: #000000; background-color: #dcdcdc; text-align: center; width: 120px; height: 32px; line-height: 32px; font-weight: bold; margin: auto; }
form button.smallbutton {font-size:10px; border: none; border-radius: 5px; color: #000000; background-color: #dcdcdc; text-align: center; width: 35px; height: 25px; line-height: 25px; font-weight: bold; margin: auto; }
label {display: inline-table; width: 100px;}
#bodyLogin label {width: 90px;}
#savform label, #formcadeauideal label {width: 100%;}
.form-control {display: inline; width: 40%; min-height: 1.42857143em; margin-bottom:3px; padding: 3px 6px; font-size: 14px; line-height: 1.2em; color: #444444; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form-control:focus {border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-control::-moz-placeholder {color: #999999; opacity: 1;}
.form-control:-ms-input-placeholder {color: #999999;}
.form-control::-webkit-input-placeholder {color: #999999;}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color: #eeeeee; opacity: 1;}
.form-control[disabled],fieldset[disabled] .form-control {cursor: not-allowed;}
.form-small{width: 50px;}
.smallform-control {display: inline-block; /*height: 1.42857143em;*/ /*margin-top:-10px;*/ padding: 6px 12px; font-size: 14px; line-height: 1.42857143em; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; width:60px;}
a{
	color: #00557b;
}

a:hover{
	text-decoration: underline;	
}


h1{
    font-family: 'helveticaneueltprolt';
	font-size: 36px;
    font-weight: normal;
}

h2{
    font-family: 'helveticaneueltprolt';
    font-weight: normal;		
	font-size: 24px;
}

h3{
    font-family: 'helveticaneueltprolt';	
	font-size: 18px;
	line-height: 28px;
    font-weight: normal;
	margin: 0;
}

.grosTexte{
	font-size: 18px;
}

.bouton{
	background-color: #444444;
	color: #fff;
	padding: 5px 10px;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
}

.bouton2{
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #444444;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	/*padding: 5px 35px;*/
	border: 0;
	margin-top: 10px;
	cursor: pointer;
}
a.bouton2
{
	padding: 5px 35px;
}
.bouton3{
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #444444;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 15px;
	border: 0;
	margin-top: 10px;
	margin-left: 30px;
	cursor: pointer;
	float: left;
	height: 22px;
}

#menu-mobile{
	display:none;
}

#changePass dt{
	display:none;
}

#motdepasse dd{
	display:block;
}

/* LOGIN ********************************************************************/

#bodyLogin {
	font-size: 12px;
	height: 100%;
	color:#000000;
	width: 100%;
	margin: 10px auto;
	background-color: #ffffff;
}

#topLogin{
	padding: 0;
	z-index: 200;
}

#banner{
	width: 100%;
	margin-top: 85px;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.8);
	color: #00557b;
	padding-top: 10px;
}

#loginform{
	width: 60%;
	margin: 10px auto 20px auto;
	text-align: center;
}

#loginform .bouton{
	background-color: #dcdcdc;
	color:#000000;
	padding: 5px 10px;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
}

#loginform label{
	display: none;
}

#loginPhoto{
	height: 480px;
	background-image: url(../visuel_login.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bottomLogin{
	color: #ffffff;
	font-size: 11px;
	text-align: center;	
}


#contactLogin{
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#contactLogin a{
	font-size: inherit;
	text-decoration: underline;
}

#passwd,
#chkpasswd, 
#apasswd{
	width: 90%; 
	margin-left:0px;
}

#passbox{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}

#login, #loginform #passwd{
	width: 140px;
	margin-left: 0px;
}

.button_strength{
	display:block;
}

form#changePass button{ 
	width: 90%;
	background-color:#000000;
	color: #fff;
}
	
#loginform #passwd{
	margin-left: 3px;
}

#passbox h3,
#msgpass{
	margin-top: 10px;
}

.error{
	border: none;
	font-size: 18px;
	margin-bottom: 0;
}

#email{
	/*width: 50%;*/
}


/*
LAYOUT
*/
#supercontainer{
	width: 70%;
	min-width:960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	/*display: grid;*//*DELJV*/
}

#header {
 	width: 100%;
 	height: 150px;
 	background-color: #ffffff;
	margin-top: 20px;
}

#bannerCoca{
	height: 30px;
	text-align: right;
	width: 100%;
	margin-top: 0;
}

#bannerCoca p{
	margin: 0;
    font-family: 'helveticaneueltproultlt';
	font-size: 24px;	
	padding-right: 20px;
}

#bannerCoca a{
	color: #ffffff;
	text-decoration: none;
}


#logoClient {
	width: 100%;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}


#logoClient img{
	width: auto;
	height: auto;
	max-height: 140px;
	max-width: 200px;
	margin: auto;
	display: block;
}

#infosParticipant{
	padding: 20px;
}
#infos{
	width: 100%;
}
#menu{
	float: left;
}

#titre{
	position: absolute;
    top: 0px;
    right: 35%;
}

#identite{
	/*float: right;*/
	margin-right: 0;
    width: 250px;
	right:0px;
	position:absolute;
	top:0px;
	max-height: 100%;

}
/*** Menu ********************************************************************/

#menu{
	height: 35px;
	width: 99%;
	position: absolute;
	top: 85px;
	font-size: 14px;
	padding-top: 10px;
}

#menu img{
	margin-right: 25px;
	margin-left: 25px;
}

#menu a,
#footer a{
	text-decoration: none;
}


#nitems{
	position: absolute;
	left: 290px;
	background-color: #00557b;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 7px;
	border-radius: 10px 10px 10px 0;
}

#nmessages{
	position: absolute;
	left: 440px;
	background-color: #00557b;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 7px;
	border-radius: 10px 10px 10px 0;
}


/** Footer ********************************************************************/
#footer {
 	height: 15px;
 	font-size: 16px;
 	padding: 10px 10px 10px 10px;
}

#footer a:hover{
	text-decoration: underline;
}
#copyright{
	width: 50%;
	float: left;
	font-size: 10px;
	text-align: right;
	padding-top: 8px;
}

/** Contenu **/

#content {
	width: 100%;
	float: right;
	background-image: url(../fond_degrade.png);
	background-repeat: repeat-x;
	background-color: rgba(255, 255, 255, 0.7);
	min-height: 500px;
	box-shadow: 1px 1px 5px #444444;	
	border-radius: 0 0 15px 15px;
}



/****************** Pages WEB ****************************************************************************/

/*
ACCUEIL********************************************************************/

#encadreEdito{
	width: 30%;
	height: 680px;
	float: right;
	background-image: url('../fond_degrade.png');
	background-repeat: repeat-x;	
}

#encadreEdito p{
	margin: 0 20px;
}

.nomRubrique{
	font-size: 48px;	
}

#contenus{
	width: 100%;
	padding: 15px;
}

#booster{
	width: 97%;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
}

#quoideneuf{
	width: 47%;
	float: left;
}

#partenaires{
	width: 47%;
	float: left;
	margin-left: 20px;
}

.cartoucheTitre{
    font-family: 'helveticaneueltprolt';
	font-size: 24px;
	color: #000000;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 15px 15px 0 0;	
}

.cartoucheTitre p{
	margin: 0;
}
.cartoucheContenu{
	background-color: #ffffff;
	border-radius: 0 0 15px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 5px 5px 5px #999999;
	color: #000000;
	font-size: 18px;
	max-height: 320px;/* ADD JV*/
	/*height: 320px;*/
	overflow-y: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.titreBooster{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.soustitreBooster{
	text-align: center;
	font-size: 18px;
	margin: 5px 0;
}

.texteBooster{
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
}

#quoideneuf span{
	padding: 70px;
}

 .fondBlanc{
 	background-color: #ffffff;
	border: 2px solid #eeeeee;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
 }

/*PAGE INTERNE TEXTE*******************************************************/

#ColonneDroite{
	width: 95%;
}

#pageTexte, .pageTexte{
    width: 95%;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0.7);
	min-height: 450px;
}


.titreRubrique{
    font-family: 'helveticaneueltproultlt';	
	font-size: 40px !important;
	border-bottom: solid #e5e5e5 1px;
	margin: 0 !important;
	padding-top: 20px !important;
	padding-left: 10px;
}

.titreRubrique a{
	white-space: nowrap;
}

#fenetreTexte{
	height: auto;
	text-align: justify;
	padding: 10px;
}

#fenetreTexte a{
	color:#000000;
}

/* FICHE PRODUITS *********************************************************/
/*#blockValeurFiche, .nomProduit{color: #00557b !important;}*/
/*#catalogue-detail #pageCatalogue{background:white;}*/
/** ZONE AVEC VOS POINTS RESTANT SUR LA PAGE ACCUEIL  *********************************************************/
#index-index .produitRes .bold {font-weight:bold;}
#index-index .produitRes p {font-size:12px;margin:1px;}

#index-index .produitRes img{
	width: 59%;
	margin: 5px;
}
#index-index .produitRes a{color:#000000;text-decoration: none;}
#index-index .produitRes a:hover{color: #66afe9;}
#index-index #blocCadeaux{ margin: 0 auto; width: 100%; height: 240px;}
#index-index .produitRes {border: 0px;
	width: 18%;
	height: 250px;
	text-align: center;
	margin: 0 10px 20px 0;
	float: left;
	color: black;
	position: relative;
	box-shadow: 1px 1px 1px #555;
	background-color: white;}
#index-index  p.pointsRest {font-size:14px; font-weight: bold; padding:5px 0; margin-top: 5px; margin-right:0; margin-left:0; margin-bottom: 5px;}

/* PAGE VOTRE COMPTE********************************************************************/
.titreRubrique a{
	color:	#999999;
	text-decoration: none;
}

.id{
	font-size: 18px;
	font-weight: bold;
}

#motdepasse{
	background-color: #cccccc;
	position: absolute;
	top: 260px;
	margin-left: 300px;
	width: 270px;
	padding: 10px;
	display: none;
}

#motdepasse input{
	margin: 0;
}

#motdepasse dt{
	float: left;
	width: 160px;
}

#motdepasse dd{
	margin: 0;
	width: 100%;
}

#motdepasse #loginform{
	margin: 0;
}

.coordonneesPanier{
	float:left;
	width:50%;
}

.coordonneesPanier td{
	padding: 3px;
}

#demandeChangement{
	color: #66afe9;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.contenuTable{
	font-size: 12px;
	padding: 3px;
	background-color: #cccccc;
}

.coordonnees td{
	padding: 5px;
}


.block{display: block;}
.none {display: none;}


/*
CONFIRMATION
*/

#pageTextePanier{
	padding: 10px;
}
#confirmation{
	font-size: 18px;
}

/*
SAV*********************************************************************/

#faq{
	width: 45%;
	height: 510px;
	margin-left: 20px;
	margin-top: 20px;
	overflow-y: scroll;
	font-size: 12px;
	padding: 5px;
}

#faq a{
	color: #000000;
}

#faq h3{
	margin-top: 0;
}

#fenetreContact{
	float: right;
	width: 45%;
}

#fenetreContact #message{
	width: 300px;
	height: 150px;
}

#fenetreContact  dt{
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}
#fenetreContact  dd{
	margin-left: 0px;
}

#sendsav{
	background-color: #00557b;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 45px;
	border: 0;
	/*margin-top: 10px;*/
	cursor: pointer;	
}


/*
REGLEMENT*************************************************************/

#btRetourReglement{
	float: right;
	padding-top: 20px !important;	
}


/*
CONTACT****************************************************************/

#tableContact{
	width: 100%;
	padding: 10px;
}

#tableContact dt{
	width: 50px;
	display: none;
}

#tableContact dd{
	width: 100%;
}

#contactIndigo{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-left: 90px;
}

/*
COORDONNEES
*/
#adresses-label{
	display:none;
}

#adresses-element{
	margin:0px;
}

#tableCoordonnees{
	width: 80%;
	padding: 10px;
	margin: 20px auto 0 auto;
}

#tableCoordonnees #formulaire{
	margin-left: 100px;
}

#tableCoordonnees dt{
	width: 100px;
	float: left;
}
#tableCoordonnees dd{
	margin-left: 100px;
}

#adresses-label, #livraison-label, #facturation-label{
	display:none;
}

#tableCoordonnees #adresses-element, #tableCoordonnees #livraison-element, #tableCoordonnees #facturation-element{
	margin:0px;
	margin-left:0px;
}

.infoParticipant{
	color: #00557b;
	font-size: 18px;
	margin: 0;
}

.infoParticipant span{
	font-weight: bold;
}

.lfProduct{
	float: left;
	margin-right: 10px;
	margin-bottom: -13px;
	margin-top: 17px;
}

#popup2{
	display: none;
	width: 902px;
	margin: 10px auto;
}


.coordonneesPanier label, #saveOrderForm label{width: inherit;}

#phoneField
{
	display: inline-block;
}

#hautdepage{
	position: fixed;
	right: 0;
	background-color: #e5e5e5;
	padding: 5px;
	bottom: 10%;
}

.bigest{display:block;}
.small{display:none;}
.xsmall{display: none;}
#fieldset-adresses{border: 0px solid #999999;}


@media screen and (max-width: 1390px) {
	#choix .ui-widget-header {background: gainsboro;}
	#rtheme, #mclef{width:45%;}
	#nbpage {display:none;}
	#register .formRegister{width:100%;}
	#facture {display:none;}
	#pageAccueil{padding-top: 10px; padding-right: 15px;}
	.tfmateriaux{max-width:283px;}
	#contenusUmhs{width:95%}
	#encadreEdito{width:95%; height:auto; margin: 20px 20px;  border-radius: 10px;background-image:inherit; float:inherit; padding-top:10px;}
	#quoideneuf {width:100%;}
	#partenaires{width:100%; float:left !important; margin-right:inherit; margin-left:inherit;}
	.bx-wrapper{margin: auto;}
	#bannerLogos{display: none;}
	#menuFooter{width: 100%; text-align: center;}
	#copyright{width:100%;text-align:center;}
	#introVoyage,#resultatsMensuels, #resultatsSemestriels{width: 90%; margin:auto;float:initial;}
	#avion img{margin:auto;width:7%;max-width:88px;}
	#fondAvion{background-size: 75%; background-position:top left;}
	#progression img{display:none;}
	#register #supercontainer #titre img{display:none;}
	.form-control{width:95%;}
	#tableContact {width: auto;}
	#tableContact dd { width: auto;}
	#contactform #email {width: 95%;}
}
/*********************************************************/
@media screen and (max-width: 1023px) {
	#contenus{
		padding-right: 0px!important;}
#rtheme #themeSelect{height: 3em;}
	#bannerCoca{position:fixed;    z-index: 100;}
	.ba-slider{width:95%; overflow: initial;}
	#introVoyage, #resultatsMensuels, #resultatsSemestriels {margin-left:10px;}
	#content{background-image:inherit;}
	header{top: 10px; left: 0; right: 0; position: fixed; z-index: 100;}
	#header{box-shadow: 5px 5px 5px #999999;}
	/*.XL {display: none;}*/
	.img-responsive{width:100%;}
	#supercontainer {width: 100%;margin: 0 auto;box-shadow: inherit;-moz-box-shadow : inherit;-webkit-box-shadow: inherit; padding-top: 10px; min-width: inherit !important;}
	.smallform-control {display: block; width: 100%; /*height: 1.42857143em;*/ margin-top:-10px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143em; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
	.smallform-control:focus {border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
	.smallform-control::-moz-placeholder {color: #999999; opacity: 1;}
	.smallform-control:-ms-input-placeholder {color: #999999;}
	.smallform-control::-webkit-input-placeholder {color: #999999;}
	.smallform-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color: #ececec; opacity: 1;}
	.smallform-control[disabled],fieldset[disabled] .form-control {cursor: not-allowed;}
	.smallform-control[type="radio"]{width: 20px;/* margin-top:-20px; */float: left;/* display: table-header-group; */margin: 0px;}
	#sliderCatalogue{width:95%;display: inline; position: relative;}
	#sliderCatalogue .smallform-control{width: 20%; margin:10px; display: inline-block;}
	#sliderCatalogue p{ display: block; clear: both; height:50px; text-align: center;}
	/**Login**/
	#coteGauche {width: 99%;text-align: -webkit-center;}
	#contenuGauche {width: 100%; float: inherit;}
	#logoLogin img {width: 90%;	max-width: 480px;}
	#login, #passwd, #apasswd, #chkpasswd, .form-control, #loginform #passwd {width: 90%;}
	#loginform #passwd{margin-left: 0;}
	.form-control{padding: 3px;font-size: 12px;}
	#passwd {margin-left: 0px;}
	form button {border: none;border-radius: 5px;color: #000000;background-color: #dcdcdc;text-align: center;width: 112px;height: 32px;	line-height: 32px;font-weight: bold;margin: auto;}
	form button.smallbutton {font-size: 10px;border: none;border-radius: 5px;color: #000000;background-color: #dcdcdc;text-align: center;width: 25px;height: 25px;line-height: 25px;font-weight: bold;margin: auto;}
	#loginform {margin: auto;}
	label{width: 90%;}
	#renewlink label, #loginform label {display: none;}
	#coteDroit {display: none;}
	#loginform button {margin: auto;}
	#contenu{min-height: 400px;}
	#content{width: 100%;margin-top: 110px;}
	#leftColonne {width: 100%;margin: 0px;padding: 10px 10px;min-height: 200px;height: inherit;}
	.bigest{display:none;}
	.small{display:block;}
	#blocCadeaux {width: 95%;	margin: 0px;padding: 10px 10px;margin-top: 5px;height: inherit;}
	.titreRubrique{font-size: 20px;padding-bottom: 7px;}
	.id{font-size: 14px; text-align: left;}
	/**/
	#entete{height:100px;min-height:100px; width: 95%;}
	.form-small{width: 10%;}
	.form-small-basket{ width:30%;}
	#menu, .hautlogout, #btPanier, #deconnexion {display:none;}
	.pull-right {float: right !important; padding-right:0px;margin-top:  -124px;}

	#infosParticipant h3{font-size: 10px !important;}
	#btn-panier, #btn-menu-mobile {display: inline-block; margin-left: 3px;}
	#btn-panier {background-color: #ffffff; background-image: url('../picto_panier.gif');background-size: contain; width: 38px; height: 38px; margin-top: 15px; border-radius: 5px; padding-top: 13px; padding-left: 5px; padding-right: 5px; background-repeat: no-repeat;background-position: center; border:1px solid gainsboro}
	#btn-menu-mobile {width: 40px; height: 40px; background-color: #dadada; margin-top: 15px; border-radius: 5px; padding-top: 13px; padding-left: 5px; padding-right: 5px;}
	.bar-menu-mobile {width: 100%; height: 3px; margin-bottom: 3px; background-color: #000000;}
	#menu-mobile {padding: 15px; background-color: #dadada; display: none; position: absolute; text-align: center; top: 65px; z-index: 10000; width: 95%;}
	#menu-mobile a{color: #000000; font-size: 14px;}	
	#menu-mobile ul{list-style: none; margin:0px; padding:0px;}
	#menu-mobile li{margin-bottom: 7px;}
	.li-points-mobile {color: #000000;}
	.points-mobile {font-size: 14px;font-weight: bold;}
	#logo img{width: 62%; padding-top: 10px;}
	#header{max-height: 110px; min-height: 80px;background-image: none;	position:fixed; width:100%;}
	/*.qtemoins img, 	.qteplus img{ width: 25px;height: 25px;}*/
	.produit img{width:100%;height:100%;max-height: 150px;max-width: 150px;}
	#aDroite{margin-bottom: 10px;}
	.bouton2 {width: 100%; margin: 10px auto 0 auto; white-space: nowrap;}
	#ColonneDroite{width: 100%;}
	#coordonnees img{display: none;}
	#motdepasse{position: relative; top: 0; margin-left: 0; width: 95%; padding: 10px; display: none;}
	#motdepasse dd{float: inherit; width: 100%;}
	form#changePass .jqbutton{width: 90%;}
	#fenetreContact{float: inherit; width: 100%;}
	#faq{width: 90%; min-height: 480px; margin-left: 20px; margin-top: 20px;font-size: 12px; padding: 5px;}
	#client-sav #contenu{display: inline-block;}
	#index-index .teasercontainer {width: auto;margin: 0 -159px 0 56px;}
	#index-index #blocCadeaux {  margin: 0 0 0 0px; width: auto;}



	#ref{float: right;font-size: 16px;}
	.soustitre{font-size: 20px;	border-bottom: solid #e5e5e5 1px;}

	#popup2{width: 90%; padding: 20px 40px;}
	.smallform-control {display: block; width: 100%; /*height: 1.42857143em;*/ margin-top:-10px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143em; color: #444444; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
	.smallform-control:focus {border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
	.smallform-control::-moz-placeholder {color: #999999; opacity: 1;}
	.smallform-control:-ms-input-placeholder {color: #999999;}
	.smallform-control::-webkit-input-placeholder {color: #999999;}
	.smallform-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {background-color: #eeeeee; opacity: 1;}
	.smallform-control[disabled],fieldset[disabled] .form-control {cursor: not-allowed;}
	.smallform-control[type="radio"]{width: 10%; margin-top:-20px;}
	#saveOrderForm .coordonneesPanier label{margin-left: 80px; text-decoration:underline;}
	.coordonneesPanier{float:left;width:100%; margin-bottom:20px;font-size:12px;}
	#orderform a.bouton2 {width: 92%;display: inline-block;margin-bottom: 10px;text-align: center;}
	.top_formulaire{font-size: 24px;}
	#Envoyer-element #SendSubmit{padding: 0; margin-left: -25px;}
	h3{text-align: left; font-size: 18px; margin: 20px 0;}
	#hautdepage{bottom: 15px; top: inherit;}
	#categories li {float: left; width:100%;}
	#categories a{margin-left: inherit; float: inherit; width: 100%;}
	#categories li ul li{width: 70%;}
	.top_formulaire img{display: none;}
	.top_formulaire{padding-left: 5px; padding-bottom: 5px;}
	.produit .marque, #nbpage, #mclef, #choix label, #tableauCommandes .big, #connexion .register-form, .bigscreen {display:none;}
	.form-control{width:95%;}

	#index-index .produitRes {min-height: 135px !important;}
	#tableCoordonnees #formulaire { margin-left: 0 !important; }
	#fenetreTexte {text-align: left;}

	#identite {
		/* float: right; */
		margin-right: 0;
		width: 40%;
		right: 20%;
		position: absolute;
		top: 0px;
		max-height: 100%;
	}
	#logoClient img {
		width: auto;
		height: auto;
		max-height: 100px;
		max-width: 300px;
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.form-control{width:95%;}
	#pastille{display:none;}
	#footer span .xsmall{float: inherit;}
	#footer img{width: 50%;}
	.xsmall{display: inline-block;}
	.big{display: none;}
	.nophone{display:none;}
	#contenusUmhs{padding:0px;padding-left:10px;}
	#booster .cartoucheContenu #visuel{float:inherit;clear:both;}
	#booster .cartoucheContenu #info{margin-left:inherit;clear:both;}
	#index-index .blocProduitRes, #index-index .pointsRest, #index-index .plink,#index-index .blocProduitRes p{font-size:8px !important;}

	#index-index .produitRes {margin: 24px  15px 0 0 !important;width: 38% !important;}
	#tableCoordonnees dt {float:none;}
	#tableCoordonnees dd {margin-left: 0px;}
	label {width: 0%;margin-top: 0px;}
	#email {width: 95%;}
	.pull-right {margin-top:  0px;}
	#infosParticipant{display:none;}

	.bouton{clear:both;}

	#index-index #blocCadeaux { margin: 0 0;}
	#index-index .teasercontainer {position: relative;margin: 0 0 0 0;}
	#orderform a.bouton2 {width: 79%;}
	#logoClient img {
		width: auto;
		height: auto;
		max-height: 100px;
		max-width: 150px;
		margin: auto;
		display: block;
	}
	#identite {
		/* float: right; */
		margin-right: 0;
		width: 50%;
		left: 0px;
		position: absolute;
		top: 0px;
		max-height: 100%;
	}

}
/* Fin de la gestion du responsive */

.couleurMetier{background-color: #00557b; color:#FFFFFF;} /* DEFAUT */
.fondPage{background-color: #00557b;}/* DEFAUT */

/******* CSS PANIER ET CATALOGUE COMMUM **************/
.ui-slider-range, .colorcatalogue, .colordetail, .colorpanier, .Dialogcolorpanier > .ui-dialog-titlebar, .ui-button {background-color: #00557b !important;}
.pointsValuesColor, .ColorHandle, .textDetail, .sousmenuselection, .textpanier,.lienpanier, .produitRes a:hover, .messageError{color: #00557b !important;}