
	
/* **************************** */
/* Ajout de la font personalisé */
/* **************************** */

@font-face {
    font-family: 'noto';
    src: url('/tpl/font/NotoSans-CondensedLight.ttf') format('truetype');
	font-weight: regular;
}

@font-face {
    font-family: 'noto';
    src: url('/tpl/font/NotoSans-CondensedSemiBold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'larken';
	src: url('/tpl/font/LarkenDEMO-Light.otf') format('opentype');
}

/* **************************** */
/* styles standards			 */
/* **************************** */
*{
	font-family:'noto', Arial;
	scrollbar-color: #CD7F32 #faf2ea;
}
.title-brand{
	font-family: 'larken';
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
}
a img{
	border:none;
}
a{
	color:inherit;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	color: #D09351;
}


/* tables */
	table.table {
		border-bottom: 1px solid #6c757d33;
	}

/* Header line */
h1,h2,h3,h4,h5{
	font-weight:normal;
	text-align:left;
}


/*Text balises*/
.bold, b, strong{
	font-weight:normal;
}
/*Placeholders*/
/* all */
::-webkit-input-placeholder { font-family: "noto"; }
::-moz-placeholder { font-family: "noto"; } /* firefox 19+ */
:-ms-input-placeholder { font-family: "noto"; } /* ie */
input:-moz-placeholder { font-family: "noto"; }

/*Recherche*/
#recherche{
	position: absolute;
	width: 100%;
	top: .5rem;
	right: 0;
}
#recherche input[type=text]{
	width: 0;
	padding: 0;
	border:0;
	transition: all 1s;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
#recherche input[type=text].open{
	width: calc(100% - .75rem);
	padding: .375rem .75rem;
	border: 1px solid #ced4da;
}

/*************** Page *******************/
.boutonBleu{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	text-decoration:none;
	background-image:url(/img/bt-bleu.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:none;
}
input.boutonBleu{
	height:27px;
	padding:0;
}
.boutonJaune{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	background-image:url(/img/bt-jaune.png);
	background-repeat:no-repeat;
	color:#000000;
	text-decoration:none;
}
.boutonRouge{
	width:172px;
	height:23px;
	display:inline-block;
	padding:4px 0 0 0;
	text-align:center;
	background-image:url(/img/bt-rouge.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.boutonBleu:hover, .boutonJaune:hover, .boutonRouge:hover{
	text-decoration:underline;
}
.divLeft{
	width:580px;
	float:left;
	padding:10px;
	text-align:center;
}
.divRight{
	width:580px;
	float:right;
	padding:10px;
	text-align:center;
}
#Aide{
	position:absolute;
	visibility:hidden;
	z-index:9000;
	background-color:#FFFFE0;
	padding:1px;
	border:#000000 1px solid;
	margin:1px;
}

.boutonAjout{
	background-color:#1e5c88;
	background-image:url('/img/plus.gif');
	background-repeat:no-repeat;
	background-position:right center;
	border:outset 2px #1e5c88;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	width:150px;
	height:19px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.boutonAjout:hover{
	background-color: #AFB9F0;
	color:#000000;
	border:inset 2px #AFB9F0;
	background-image:url('/img/plus.gif');
	background-repeat:no-repeat;
	background-position:right center;
}
.boutonAction{
	background-color:#0a2d46;
	border:outset 2px #0a2d46;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	width:150px;
	height:19px;
	cursor:pointer;
}
.boutonActionSombre{
	background-color:#1e5c88;
	border:outset 2px #1e5c88;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	width:150px;
	height:19px;
	cursor:pointer;
}
.boutonActionSombre:hover, .boutonAction:hover{
	background-color: #AFB9F0;
	color:#000000;
	border:inset 2px #AFB9F0;
}
/*************** Entete ********************/
.bronze{
	color: #EDA85E;
}
.entete {
	background-color: #000000;
	color: #FFF;
	padding-bottom: 5px;
}
/*.entete .row{
	height: 100%;
}
.entete h2{
	margin: 0;
}
.entete h2 img {
	margin: 5px 20px;
	height: 50px;
}
.entete form{
	display: inline-block;
}
.entete form input{
	vertical-align: middle;
}
.entete #formRecherche{
	display: inline-block;
}*/

/*séléction des langues */
div.entete #lanque{
	position: absolute;
	margin-top: 0px;
	right:0px;
	width: 110px;
	font-size:11px;
}

.lngActive{
	color: #EDA85E;
	text-decoration:none;
	display:inline-block;
	line-height:18px;
}
.lngDesactive{
	color:#000;
	text-decoration:none;
}
/*Menu de connexion et panier*/
div#entetePro{
	margin-top:70px;
	padding: 0 15px;
	background: #EDA85E;
	line-height: 35px;
}
#entetePro a{
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
#entetePro a:hover{
	color:#000000;	
}
#entetePro img{
	vertical-align:middle;
	margin:0 5px;
	max-height:23px;
}
#entetePro .aSepare{
	border-right:1px solid white;
}
.compteConnexion{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-top: 0px;
}
div.entete #enteteBoutton{
	float: right;
	margin: 24px 15px 0 0;
	display: inline-block;
}
div.entete #enteteBoutton a{
	text-decoration:none;
	color:#FFFFFF;
}
div.entete #enteteBoutton a:hover{
	text-decoration:underline;
}
div.entete #panier{
	background-image:url(/img/panier.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:138px;
	height:24px;
	padding:3px 0 0 34px;
	margin-left:10px;
}
div.entete #panier span{
	color:#000000;
}
/****** Panneau "Mon Compte" ******/
#monCompte{
	display:none;
	/*width:170px;*/
	padding:15px;
	background-color:#d5d7d9;
	z-index: 1000;
	color:#050505;
	font-size:18px;
	text-align:center;
	position:absolute;
	right:0;
}
#entetePro:hover{
	position:relative;	
}
#entetePro:hover #monCompte{
	display:block;
}
#monCompte a{
	display:block;
	min-height:25px;
	border-bottom:1px solid #000000;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
#monCompte a:last-child{
	border:none;	
}
#monCompte a:hover{
	background-color:#000000;
	color:#fff;
}
/* Représentant */ 
.clientAdmin{
	position: absolute;
	top: 27px;
	right: 0;
	padding: 8px 0px 0px 12px;
	width: 247px;
	color: #FFFFFF;
	height: 28px;
	background-color: #42494F;
}
.clientAdminOnly{
	position: absolute;
	top: 27px;
	right: 0;
	padding: 8px 12px;
	color: #FFFFFF;
	background-color: #42494F;
}

/********* MENU DE NAVIGATION **************/
div.menubar{
	background-color: #050505;
	height: 44px;
	text-align: left;
	color:white;
}
.blocmenuh{
	height:44px;
	width:1115px;
	padding-left:35px;
}
.elemmenuh, .elemmenuhActif  {
	height:32px;
	padding:12px 10px 0 10px;
	position:relative;
	float:left;
	margin-left:20px;
	font-size:16px;
	
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.elemmenuhActif, .elemmenuh:hover{
	background-color: #EDA85E;
	color:#000000;
}
.sousMenu{
	display:none;
	background-color:#D5D7D9;
	top:44px;
	left:0;
	position:absolute;
	width:200px;
	color:#000;
	z-index:1000;
}
.elemmenuh:hover .sousMenu{
	display:block;
}
.sousMenu a, .sousMenu span{
	padding:5px;
	margin:5px 0;
	display:block;
}
.sousMenu a:hover, .sousMenu span{
	color:#000;
	background-color: #EDA85E;
}
/**** Menu gauche (catalogue + letters article + admin) ****/
.menuCatalogueTitre{
	min-height:28px;
	padding-left:15px;
	padding-top: 5px;
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	background-color:#000;
}
.menuCatalogueR1,.menuCatalogueR1actif{
	min-height:28px;
	padding-left:15px;
	padding-top: 5px;
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	background-color:#8a8f95;
}
.menuCatalogueSpe{
	background-color:#54595f;
}
.menuCatalogueSpe:hover{
	background-color: #EDA85E;
}
.menuCatalogueR2,.menuCatalogueR2actif{
	padding-left:15px;
}
.menuCatalogueR2:before, .menuCatalogueR2actif:before {
	content:'- ';
}
.menuCatalogueR2actif{
	background-color: #EDA85E;
	color:white;
}
.menuCatalogueR2:hover{
	background-color: #EDA85E;
	color:white;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
/* Fil de navigation ( filariane */
.filAriane{
	padding: 5px 0 5px 5px;
}
.filAriane, .filAriane a{
	font-size:12px;
	color:#050505;
	text-decoration:none;
	 text-transform:capitalize;
}
.filAriane a:last-child{
	color: #EDA85E;
}

/************** Pied de page (Footer) **************/
#footer{
	padding-top:20px;
	background-color:#000000;
	color:#fff;
}
/*Liens*/
#footer h2{
	font-size:23px;
	color: #EDA85E;
	text-transform:uppercase;
	margin:0;
}
#footer ul{
	padding-left:0px;
	margin:0 0 0 0;
	list-style-type:none;
}
#footer ul li:before{
	content:'- '
}
/*Footer infos*/
#footerInfoContainer{
	border-top:1px solid #fff
}
#footerAdresse{
	color: #EDA85E;
	font-size:13px;
}
#footerMenu{
	color:#fff;
	font-size:13px;
}

/* Remonte Page */
#remontePage{
	width:40px;
	height:40px;
	right:15px;
	margin:15px 5px 5px;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
	}
#remontePage:hover{
	margin-top:10px;
	margin-bottom: 10px;
}


/**************** Boutons - liens ****************/
.boutonMain{
	display:inline-block;
	background-color: #EDA85E;
	color:#FFF;	
	font-size:17px;
	line-height:25px;
	padding:0 30px;
	border:none;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.lienNavigation{
	display:inline-block;
	background-color: #EDA85E;
	color:#FFF;	
	font-size:17px;
	line-height:39px;
	padding:0 62px 0 30px;
	border:none;
	background-image:url(/tpl/images/fleche.png);
	background-repeat:no-repeat;
	background-position:right 5px center;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.lienModif{
	display:inline-block;
	background-color: #EDA85E;
	color:#FFF;	
	font-size:15px;
	line-height:29px;
	padding:0 52px 0 20px;
	border:none;
	background-image:url(/img/modifier.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size: 18px auto;
	cursor:pointer;
	/*transition*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.boutonMain:hover,.lienNavigation:hover,.lienModif:hover{
	color:#000000;	
}
/*************** Fenêtre popUp *******************/
#fondu {
	left:0;top:0;
	z-index:1001;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.7);
	display:none;
	min-width:1200px;
	width:100%;
	height:100%;
	position:fixed;
}
#window { 
	display:none;
	position:absolute;		
	z-index:1001;
	color:#000000;
	top: 82px;
	left:calc(50% - 1170px / 2);
	background-color:transparent;  
	text-align:center;
	}
.boutonValider{
	background-color: #EDA85E;
	background-image:url('/img/valid.png');
	background-repeat:no-repeat;
	background-position:right center;
	border:none;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	width:190px;
	height:26px;
	line-height: 26px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.boutonValider:hover{
	background-color: #000000;
	background-image:url('/img/valid.png');
	background-repeat:no-repeat;
	background-position:right center;
}
#code_keycode{
	width:auto;
}
.fenetreForm a{
	color:#0A2D46;
	font-weight:normal;
}

#pageWindow { 
	margin:auto auto auto auto;
	width:1170px;
} 

/*Intérieur Fenêtre*/
.boutonSuite{
	display	:block;
	float:left;
	margin-right:0px;
	cursor:pointer;
}

.txtBouton{
	margin:auto auto auto auto;	
	font-size:14px;
	font-weight:bold;	
}

.txtLibelle{
	font-size:13px;
	text-align:left;
}

.txtLibelleR{
	font-size:10px;
	text-align:left;
	color:red;
}

.petitCadreImg{
	float:left;
	height:300px;
	width:175px;
	/*background-color:yellow;*/
	margin:10px 15px;
	border: 1px solid  #B3B3B3;
	text-align:center;
	position:relative;
}

/*Ornement*/
.imgOrn_Selectionne{
	border: 1px solid  #B3B3B3;	
}

.txtBouton{
	margin-top:9px;
	font-size:12px;
	text-align:left;	
	font-weight:bold;	
	color:white;
}
.legend{
	color:#696969;
	display:block;
	font-size:10px;
}

.txtBoutonNoir{
	margin-top:7px;
	font-size:12px;
	text-align:left;	
	font-weight:bold;	
	color:black;
}

.ligneSelectMultiple{
	background-color:red;
	color:white;
	text-decoration:none;
}

.ligneSelect{
	background-color:blue;
	color:white;
	text-decoration:none;
}

.bordureBleu{
	border: 1px solid #316AC5;
}

.ui-state-disabled .ui-icon ui-icon-arrowthick-2-n-s{
	opacity:0.35;
}

#cadrePrincipal h3{
	font-size:16px;
	text-align:center;
	margin:5px 0 0 0;
}

/* style Atelis */
.KeywordsDivCode{

}
.KeyWordsDivHidden{
	display: none;
	visibility: hidden;
}
.KeyWordsDivVisible{
	background-color: white;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -1px;
	visibility: visible;
	width: 600px;
	z-index: 9099;
}
tr.KeyWordNormal{
	background-color: white;
	color: black;
	cursor: default;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-indent: 2px;
}
tr.KeyWordSelected {
	color: white;
	cursor: default;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-indent: 2px;
}
tr.KeyWordSelected td {
	background-color: #336699;
}
.KeyWordBold{
	color: red;
}
#formLoadImg{
	position:absolute;
	bottom:30px;
	left:10px;
	text-align:left;
}
.imgArticle{
	cursor: pointer;
	display: block;
	margin: 10px auto;
	max-height: 120px;
	max-width: 100%;
}
.InputDisabled{
	background-color: #ffffff;
	border: medium none;
	box-shadow: 0 0 0 0 #ffffff inset;
}
.txtOutilDisabled, .fenetreForm .txtOutilDisabled label{
	color:#6C8190;
	font-size:12px;
	text-decoration:line-through;
}


.boutonEtape{
	background-color: #000;
	background-image: url("/tpl/images/fleche.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 62px 0 30px;
	float:right;
}
.boutonEtape:hover,.boutonEtapePrec:hover{
	background-color: #EDA85E;
}
.boutonEtapePrec{
	background-color: #8a8f95;
	background-image: url("/tpl/images/flecheRetour.png");
	background-position: left 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 32px 0 62px;
}

.listeEapePanier, 
.listeEtapePanier{
	text-align: center;
	justify-content: center;
	padding: 0 1em;
}
.etapePanier{
	line-height:38px;
	font-size:17px;
	background-repeat:no-repeat;
	text-align:center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
	position: relative;
}
.etapePanierMini{
	width: 111px;
}
.etapePanier.etapePanierActif::after, .etapePanierMini.etapePanierActif::after, .etapePanier.etapePrec:hover::after, .etapePanierMini.etapePrec:hover::after{
	content: " ";
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -3px;
	position: absolute;
	background-color: #EDA85E;
}
.etapePanier.etapePrec:hover{
	cursor: pointer;

}
.etapePanier a{
	width: 100%;
	text-align: left;
}
.etapePanier a:hover{
	text-decoration: none;
	color: unset;
}
.etapePanierMini span{
	margin-right:0px;	
	padding: 0 5px 0 0;
}



.glyphicon.glyphicon-remove{
	background-image: url("/img/croix.jpg");
	background-size: 20px auto;
	height: 20px;
	width: 20px;
}
.btn-configurateur{
	background-color: #EDA85E;
	color: #FFFFFF;
}
#carousel, #carousel .carousel-item{
	max-height: 600px;
}


/* Entête */
.btn-barth-entete{
	padding-left: 1rem;
	padding-right: 1rem;
}

.btn-barth-entete:hover,
button.btn-barth-entete:hover {
	background-color: #EDA85E;
}

button.btn-barth-entete:focus {
	box-shadow: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
	margin: 0;
}
.dropdown-item:hover {
	background-color: #EDA85E;
	color: white;
}


.pictoNew {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
}
.iconPolice .pictoNew{
	top: 4px;
	right: 4px;
	width: 30px;
	left: revert;
}

.underline_list>span.underline {
	border-bottom-width: 4px;
	border-bottom-color: transparent;
	border-bottom-style: solid;
}
.underline_list>span.barth-selected {
	color: #EDA85E;
	border-bottom-width: 4px;
	border-bottom-color: #00000000;
}
