:root {
	--color-red: #5ca0c8;
	--color-blue: #273583;
}
.bg-red {
	background-color: var(--color-red) !important;
}
.bg-blue {
	background-color: var(--color-blue) !important;
}
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;
}
body {
	width: 100vw !important;
	height: 100vh !important;
	/*background: url('../fond_evenements24.gif') center left;*/
	/*background-size: cover !important;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	font-weight: lighter;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
}
.navbar-brand img {
	max-height: 36px !important;
}
.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:0;}
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; }
input[type='radio'].form-control, input[type='checkbox'].form-control{width: 15px!important;-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important; }
.form-control:focus {border-color: #5ca0c8; 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;}
h1{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	font-size: 36px;
    font-weight: normal;
}
h2{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 24px;
}
h3{
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	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{
	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{
	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 ********************************************************************/
#loginPage {
	width: 100vw !important;
	height: 100vh !important;
	color: #ffffff;
	background-image: url('../fond_login2025.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#loginPage img {
	max-width: 100% !important;
	max-height: 100% !important;
}

#loginPage a{
	color: #ffffff;
	text-decoration: underline;
}
#loginPage #coteGauche{
	margin-top: 0 !important;
}
@media screen and (min-width: 1400px) {
	#loginPage img {
		height: max-content !important;
		max-height: 100vh !important;
	}
}
#passbox{
	top: 265px;
	left: 0;
	right: 0;
	margin: 10px auto;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#passbox h3,
#msgpass{
	margin-top: 10px;
}
.error{
	border: none;
	color: red;
	font-size: 16px;
	margin-bottom: 0;
}
#logoSieleLogin{
	float: left;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.femme{
	margin-left: 40%;
	position: absolute;
	bottom: 0;
}
#infoContact{
	/*margin-top: 50%;*/
	margin-top: 20px;
	margin-left: 10px;
}
/* LAYOUT */
#header {
 	width: 100%;
 	height: 150px;
	background-color: #5ca0c8;
}
#entete{
	width: 70%;
	margin: 0 auto;
}
#entete p{
	margin: 0;
	font-size: 24px;
	padding-right: 20px;
}
#logo{
	text-align: center;
	padding-top: 10px;
}
#logoAdherent {
	float: right;
	width: 250px;
	height: 100%;
	margin-right: 32px;
	background-color: #ffffff;
}
#logoAdherent img{
	width: auto;
	height: auto;
	max-height: 140px;
	max-width: 200px;
	margin: auto;
	display: block;
}
#infosParticipant{
	padding-left: 20px;
	color: #ffffff;
}
#infos{
	width: 100%;
}
#menu{
	float: left;
}
#titre{
	position: absolute;
    top: 0;
    right: 35%;
}
/*** Menu ********************************************************************/
.navbar-nav a {
	height: 28px !important;
	display: inline-block !important;
}
.navbar-nav img {
	height: 28px !important;
	margin-right: 3rem !important;
}
a {
	text-decoration: none;
	color: #273583;
}
#nitems{
	position: absolute;
	left: 65%;
	top: -10px;
	background-color: #ffffff;
	color: #273583;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 7px;
	border-radius: 10px 10px 10px 0;
}
#nmessages{
	position: absolute;
	left: 440px;
	background-color: #273583;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 10px 10px 10px 0;
}
/** Footer ********************************************************************/
#footer {
	/*width: 95vw;*/
	width: 100%;
	background-color: #000;
	/*height: 15px;*/
	margin: 0 auto;
 	font-size: 16px;
 	padding: 10px 10px 10px 10px;
	border-top: solid #273583 2px;
	color: #fff;
}
#footer a{
	font-weight: bold;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
	color: #78b7e0;
}
#copyright{
	width: 50%;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
	padding-left: 12%;
}
#logoSiele img {
	width: auto !important;
	height: 55px !important;
	text-align: right;
	float: right;
	padding-right: 12%;
}
#footer hr{
	color: #5ca0c8;
}
/** Contenu **/
#content {
	width: 70%;
	margin: 0 auto;
}
/* Pages WEB */
/* ACCUEIL */
.nomRubrique{
	font-size: 48px;	
}
#contenus{
	width: 100%;
	margin-top: 25px;
}
#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-size: 24px;
	color: #000000;
	line-height: 40px;
	padding-left: 10px;
}
.cartoucheTitre p{
	margin: 0;
}
.cartoucheContenu{
	padding-top: 10px;
	box-shadow: 1px 1px 5px #b8b8b8;
	color: #fff;
	font-size: 18px;
	padding-left: 40%;
	padding-right: 20px;
	background-color: #000;
	background-image: url(../fond_edito25.jpg);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 325px;
}
.cartoucheContenu p{
	/*width: 60%;*/
}
.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*******************************************************/
#pageTexte, .pageTexte{
    width: 95%;
    margin: 0 auto;
    /*background-color: rgba(255, 255, 255, 0.7);*/
	min-height: 450px;
}
.titreRubrique{
	font-size: 40px !important;
	border-bottom: solid #e5e5e5 1px;
	margin: 0 !important;
	padding-top: 20px !important;
}
.titreRubrique a{
	white-space: nowrap;
}
#fenetreTexte{
	height: auto;
	text-align: justify;
	padding: 10px;
}
#fenetreTexte p{
	margin: 0;
}
/* FICHE PRODUITS *********************************************************/
/*#blockValeurFiche, .nomProduit{color: #45a8ac !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: 45%;
	margin: 5px;
}
#index-index .produitRes a{color:#000000;text-decoration: none;}
#index-index .produitRes a:hover{color: #5ca0c8;}
#index-index #blocCadeaux{ margin: 0 auto; width: 100%; height: 240px;}
#index-index .produitRes {border: 0px;
	width: 18.5%;
	height: 250px;
	text-align: center;
	margin: 0 10px 20px 0;
	float: left;
	color: black;
	position: relative;
	box-shadow: 1px 1px 5px #b8b8b8;
	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;}

#enteteFiche{
	border-bottom: 0;
}
/* 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;
	width: 95%;
}
#motdepasse dt{
	float: left;
	width: 160px;
}
#motdepasse dd{
	margin: 0;
	width: 100%;
}
#motdepasse #loginform{
	margin: 0;
}
#motdepasse #cpassword{
	width:100%;
}
.coordonneesPanier{
	float:left;
	width:50%;
}
.coordonneesPanier td{
	padding: 3px;
}
#demandeChangement{
	font-size: 18px;
	line-height: 24px;
}
.contenuTable{
	font-size: 12px;
	padding: 5px;
	background-color: #d8e9f4;
	border: solid #ffffff 1px;
}
.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: 0;
}
#sendsav{
	background-color: #5ca0c8;
	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:0;
}
#index-contact #rgpd-label{
	display: block;
	/*width: 40%;*/
}
#index-contact #rgpd-label label{
	display: block;
	width: 100%;
	margin-left: 10%;
}
#index-contact #rgpd-element input{
	height: 2em !important;
}
#tableCoordonnees{
	padding: 10px;
}
#tableCoordonnees dt{
	width: 0px;
	float: left;
}
#tableCoordonnees dd{
	margin-left: 130px;
}
#adresses-label, #livraison-label, #facturation-label{
	display:none;
}
#tableCoordonnees #adresses-element, #tableCoordonnees #livraison-element, #tableCoordonnees #facturation-element{
	margin:0;
}

.infoParticipant {
	color: #5ca0c8;
	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;
}
#tableCoordonnees #rgpd-element{
	margin-left: 0;
}
#tableCoordonnees #rgpd-element dt,#tableCoordonnees #rgpd-element dt label, #tableCoordonnees #reglement-label, #tableCoordonnees #reglement-label label {
	width: 100% !important;
}
#client-setrgpd #tableContact dt, #client-setrgpd #tableContact label{
	display:block;
	width: 100%;
	font-size: 18px;
}
#client-setrgpd #tableContact dd {
	margin:0;
}
#client-setrgpd #tableContact legend{
	font-size: 18px;
}
#client-setcoordonnees #ok_reglement-label{
	float: right !important;
	width: 98%  !important;
	margin-top: -7px;
}
#client-setcoordonnees #ok_reglement-label label{
	display: inherit  !important;
	width: 200px  !important;
}
#client-setcoordonnees #ok_reglement{
	width: 1%  !important;
	margin: 0px  !important;
	padding: 0px  !important;
}
#coordform{
	line-height: 39px;
}
#coordform .errors{
	color: red;
}
#derniersProduits {
	padding-bottom: 10px;
}
#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 (max-width: 1400px){
	.catalogue_smallform-control {
		display: inline-block;
		width: 60px;
	}
	.cartoucheContenu #jeu {
		width: 38% ;
	}
}
/*********************************************************/
@media screen and (max-width: 1023px) {
	.cartoucheContenu #jeu, .container_public {
		width: 100%;
	}
	.jeubonbon {
		width: 100%;
	}
	.cartoucheContenu #jeu {
		position: initial;
	}
	#contenus{padding-right: 0 !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% !important;
		height: 100vh !important;
		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: #5ca0c8; 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: 0;}
	#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**/
	#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: 0;}
	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;}
	#loginform button {margin: auto;}
	#contenu{min-height: 400px;}
	#content{width: 100%;margin-top: 110px;}
	#leftColonne {width: 100%;margin: 0;padding: 10px 10px;min-height: 200px;height: inherit;}
	.bigest{display:none;}
	.small{display:block;}
	#blocCadeaux {width: 95%; margin: 0;padding: 10px 10px;margin-top: 5px;height: inherit;}
	.titreRubrique{font-size: 20px !important;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:0;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('../../_common/commandes/black/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: white; 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: #5ca0c8; display: none; position: absolute; text-align: center; top: 109px; z-index: 10000; width: 95%;}
	#menu-mobile a{color: #ffffff; font-size: 14px;}
	#menu-mobile ul{list-style: none; margin:0; padding:0;}
	#menu-mobile li{margin-bottom: 7px;color: #ffffff;}
	.li-points-mobile {color: #000000;}
	.points-mobile {font-size: 14px;font-weight: bold;}
	#logo img{padding-top: 10px;}
	/*#header{max-height: 110px; min-height: 80px;background-image: none; 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;}
	#catalogue-catalogue .produit .marque{display:block;}
	.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%;
	}
	#logoAdherent img {
		width: auto;
		height: auto;
		max-height: 100px;
		max-width: 300px;
		margin: auto;
		display: block;
	}
	#logoAdherent {
		float: initial;
		width: 44%;
		height: 100%;
		margin-top: 47px;
		margin-right: 40px;
		background-color: #ffffff;
	}
	#logoAdherent img {
		width: auto;
		height: auto;
		max-height: 56px;
		max-width: 248px;
		margin: auto;
		display: block;
	}
	#blocRecherche #slider1 {
		margin-left: 0%;
		width: 87%;
	}
	#enteteFiche {
		width: 88%;
	}
	#tableRGPD{
		margin: 0;
		text-align: left !important;
	}
	#tableRGPD .grosTexte{
		font-size: 14px;
	}
	#Envoyer-element{
		margin: 0;
	}
}

@media screen and (max-width: 1023px) {
	#content {
		margin-top: 10px !important;
	}
	#supercontainer {
		padding-top: 0 !important;
	}
	.form-control{width:95%;}
	#pastille{display:none;}
	#footer span .xsmall{float: inherit;}
	#footer img{width: 50%; text-align: right;}
	.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:12px !important;}
	#index-index .produitRes {margin: 24px  15px 0 0 !important;width: 23% !important;}
	#tableCoordonnees dt {float:none;}
	#tableCoordonnees dd {margin-left: 0px;}
	label {width: 0%;margin-top: 0px;}
	#email {width: 95%;}
	.pull-right {
		margin-top: 26px;
		margin-right: 20px;
	}
	#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%;}
	#logoAdherent img {
		width: auto;
		height: auto;
		max-height: 100px;
		max-width: 150px;
		margin: auto;
		display: block;
	}
	#identite {
		float: left;
		/*width: 50%;*/
		position: relative;
		height: 100%;
		right: 0;
	}
	#bannerTop{
		z-index:200;
		position:fixed;
		margin-top:0;
	}
	body {
		 background-image: none;
	}
	#logoAdherent {
		float: initial;
		margin-top: -5px;
		margin-right: 0px;
		margin-left: 20px;
		width: 117%;
		position: relative;
		background-color: transparent;
		height: 100%;
	}
	#logoAdherent img{
		position: absolute;
		bottom: 10px;
		right: 0px;
	}
	#entete {
		min-height: 110px;
		width: 100% !important;
	}
	#menu-mobile {
		width: 98%;
	}
	.cartoucheTitre,
	.cartoucheContenu{
		margin: 0  10px;
	}
	.cartoucheContenu{
		background-image: none;
		}
	.cartoucheContenu p{
		width: 100%;
	}
	#index-contact #rgpd-label{
		width: 100%;
	}
	#logoSiele img {
		width: auto !important;
		height: 55px !important;
	}

}

@media screen and (max-width: 790px) {
	#loginPage #coteGauche img {
		max-width: 100% !important;
		height: 300px !important;
	}
	#loginPage #coteDroit{
		background-color: rgba(0, 0, 0, .35);
	}

	#loginPage #infoContact{
		text-align: center;
		margin-top: 0;
		margin-left: 10px;
	}
	#loginConexion .my-5{
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	#content {
		margin-top: 10px !important;
	}
	#supercontainer {
		padding-top: 0 !important;
	}
	.cartoucheContenu{
		padding-left: 10px;
		width: 96%;
	}
	#index-index .produitRes {
		margin: 24px 15px 0 0 !important;
		width: 47% !important;
	}
	#copyright{
		padding-left: 10px !important;
	}
	#logoSiele img {
		padding-right: 20px;
	}
}
@media screen and (max-width: 540px) {
	#content {
		margin-top: 10px !important;
	}
	#supercontainer {
		padding-top: 0 !important;
	}
	#logo_login{
		display:block;
		text-align: center;
		margin-top: 0;
	}
	#loginform table {
		width: 80%;
		margin: 0 auto;
	}

	#passbox {
		margin: 0 auto;
	}
	#passbox button{
		margin: 5px 10px;
		width: 89%;
	}

	#index-index .produitRes {
		margin: 24px 15px 0 45px !important;
		width: 70% !important;
	}
	#index-index .produitRes img {
		width: 41%;
		margin: 5px;
	}

}

@media screen and (max-width: 450px) {
	#supercontainer {
		padding-top: 0 !important;
	}
	#bannerTop img {
		width: 90%;
	}
	#index-index .produitRes {
		margin: 24px 15px 0 0!important;
		width: 99% !important;
	}
}
/* Fin de la gestion du responsive */

.couleurMetier{background-color: #89c4e6; color:#FFFFFF;} /* DEFAUT */
/*.fondPage{background-color: #45a8ac;} DEFAUT */

/******* CSS PANIER ET CATALOGUE COMMUM **************/
.ui-slider-range, 
.colorcatalogue, 
.colordetail, 
.colorpanier, 
.Dialogcolorpanier > .ui-dialog-titlebar, 
.ui-button {
	background-color: #5ca0c8 !important;
	}
	
.pointsValuesColor, 
.ColorHandle, 
.textDetail, 
.sousmenuselection, 
.textpanier,
.lienpanier, 
.produitRes a:hover, 
.messageError{
	color: #5ca0c8 !important;
}

.produit{
	box-shadow: 1px 1px 5px #b8b8b8 !important;
}

#eff_filtre,
#ajout_cadeau{
	border: 0 !important
}

/*PETITS DETAILSUR DIVERSES PAGES*/
#catalogue-detail,
#catalogue-catalogue{
	/*background: url('../fond_evenements24.gif') center left;*/
}

#pageCadeau{
	margin-top: 20px;
}

#derniersProduits{
	top: 50px;
 }

.squarecolor{
	width: 25px;
	height: 25px;
}

#panier .contenuTable{
	/*background-color: #fce8ec;*/
}

#commande_panier .produitRes {
	min-height: 235px !important;
}

#catalogue-menucatalogue #footer{
	width: 95%;
}

.drawer {
	width: 31%;
	height: 200px;
	float: left;
	border: 1px solid grey;
	background-color: white;
	padding: 2%;
	margin: 0 !important;
	margin-right: 2%!important;
	margin-bottom: 2%!important;
}
.all_catalogue_nb3, .all_catalogue_nb6, .all_catalogue_nb9 {
	width: 97%;
}