<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  stylesheet.css

  // ced debug 060522
*/


/* links */
a:link { font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: normal; text-decoration: none; }
a:visited { font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: normal; text-decoration: none; }
a:active { font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: normal; text-decoration: none; }
a:hover { font-family: Verdana, Arial, sans-serif; color: #000000; font-weight: normal; text-decoration: underline; }

a.highlighted_link {color: #707070;	text-decoration: underline;}
a.highlighted_link:hover {color: #c30040;}

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000;}

.topLogoAdminDiv {
	width:200px;
	display:inline-block;
	text-align:center;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #fff;
}

.flag {
	height:21px;
	opacity:.8;
	margin-bottom:5px;
}
.flag_off {
	-webkit-filter: grayscale(1) opacity(0.5);
	filter: grayscale(1) opacity(0.5);
}
.flag:hover {opacity:1;}
.activeFlag {
	height:27px;
	opacity:1;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
.messageStackInfo { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: lightyellow; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
FORM { display: inline; }

/* account */
.formArea {
	background-color: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	width: fit-content;
	height: fit-content;
	padding: 10px;
}
#div_duplication {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.fieldRequired { color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


.fin-div {
	clear: both;
}
.thumbBottom {
	display:block;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}


#prn_update {
    border: 1px solid #999;
    background: #fafafa;
}

#prn_update ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#prn_update a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
}
.selected {
    background: lightyellow;
}

.kialaResult {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	border-top: 1px solid #CC0000;
	z-index: 205;
}

.windowTransparent {
	display: none;
	position: absolute;
	width: 515px;
	height: 345px;
	left: 50%;
	margin: 0px 0px 0px -260px;
	padding: 0px 0px 0px 0px;
	top: 90px;
	z-index: 106;
	background-image: url(https://www.spartoo.com/mb/bigmbClient/images/window.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.bigWindowTransparent {
	display: none;
	position: absolute;
	width: 600px;
	height: 700px;
	left: 50%;
	margin: 0px 0px 0px -260px;
	padding: 0px 0px 0px 0px;
	top: 50px;
	z-index: 106;
	background-image: url(/admin/images/bigWindow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.windowTransparentContent {
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 0px;
	top: 40px;

}

a.verifOK  {
    font-weight: bold;
}

.warning_orange {background-color: #FFBB66;}


/* CSS nouvel admin */
h1
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #707070;
	font-weight: bold;
}
h2
{
    font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
}


.tr_display_green
{
    background-color: #99FF99;
}

.tr_display_yellow
{
    background-color: #EEEE33;
}

.tr_display_red
{
    background-color: #E34F4F;
}

.tr_display_orange
{
    background-color: #ff9933;
}


.current_date
{
	color: #fff !important;
	background-color: #a80037 !important;
	border:2px solid #c30040 !important;
	font-weight:normal !important;
}
.future_date:first-of-type, .future_date:last-of-type {
	border-right: 0 !important;
}
.future_date
{
	color: #707070 !important;
	background-color: #f0eeee !important;
	font-weight:normal !important;
	border-right: 1px solid #363636;
}
.past_date:nth-of-type(2) {
	border-left: 0 !important;
}
.past_date
{
	color: #c0c0c0 !important;
	background-color: #f0eeee !important;
	font-weight:normal !important;
	border-left: 1px solid #363636;
}
.day_num
{
	font-size: 2.2em;
	font-weight: bold;
}

.tableau-border th
{
    border: solid 1px black;
}
.tableau-border td
{
    border: solid 1px black;
}




button{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:30px;
	line-height:38px;
	font-size: 11px;
	cursor: pointer;
}
button .bg_gauche{
	height:22px;
	line-height:20px;
	margin:0;
	color:#363636;
	padding-left:20px;
	background:url(/admin/images/button_bg.gif) no-repeat 0 0;
}
button .bg_droite {
	height:22px;
	line-height:20px;
	margin:0;
	color:#363636;
	font-style:normal;
	padding-right:20px;
	background:url(/admin/images/button_bg.gif) no-repeat 100% 0;
}
button:hover .bg_droite {
	height:22px;
	line-height:20px;
	margin:0;
	color:#363636;
	font-style:normal;
	padding-right:20px;
	background:url(/admin/images/button_bg_over.gif) no-repeat 100% 0;
}
button:hover .bg_gauche {
	height:22px;
	line-height:20px;
	margin:0;
	color:#363636;
	font-style:normal;
	padding-left:20px;
	background:url(/admin/images/button_bg_over.gif) no-repeat 0 0;
}
.button_selected button {
	font-weight: bold;
}










/*----- Calendar -----*/
.calendarParent {
	font-size: 11px;
	border-collapse: collapse;
	margin: 0;
	margin: auto;
	width: 160px;
	padding: 0;
}
.calendar {
	font-size: 11px;
	border-collapse: collapse;
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
}
.calendar td, .calendarDayOff td {
	font-size: 10px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.calendarDayOff {
	font-size: 11px;
	border-collapse: collapse;
	background-color: #f0eeee;
	margin: 0;
	padding: 0;
	color: #707070;
}
#calendarFormDiv {
	height: 445px;
	width: 200px;
	min-height: 290px;
	background-image: url(/admin/images/calendarBg.png);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:center;
	display: none;
	position: absolute;
	left: 50%;
	top: 190px;
	margin: 0px 0px 0px -257px;
	padding: 0px 0px 0px 0px;
	z-index: 110;
}
#pickupDate {
	text-align:center;
}
/*----- End Calendar -----*/

#div_addressreturn {
    float: left;
}

#order_summary {
    border: 1px solid;
}
.cartProductListing-heading{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
	color: #363636;
	font-weight: bold;
}
.cartProductListing-even {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #f0eeee;
	text-align: center;
        font-family: Verdana, Arial, sans-serif; font-size: 12px;
}
.cartProductListing-odd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	text-align: center;
        font-family: Verdana, Arial, sans-serif; font-size: 12px;
}
.panierIncludeTop {
	margin: 10px 0 0px 4px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: 455px;
	color: #fff;
	background-color: #09b0c9;
	text-align: center;
	line-height: 18px;
}
.panierInclude {
	width:453px;
	margin:0;
	padding:0;
}
.panierIncludeSubTotal {
	padding: 5px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.panierIncludeTotal {
	width: 453px;
	margin: 0px 0 0px 4px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 18px;
	border: 1px solid #c0c0c0;
}
.panierIncludeShipping {
	padding: 5px;
	text-align: right;
	color: rgb(54, 54, 54);
	font-size: 12px;
	font-weight: bold;
	background-color: #f0eeee;
}
.panierIncludeTotalPrice {
	padding: 5px;
	text-align: right;
	color: #c30040;
	font-size: 14px;
	font-weight: bold;
}
.panierIncludeMensualite {
	padding: 5px;
	text-align: right;
	font-size: 12px;
}
.tabSmall {
	width: 455px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	border: 0px none #000000;
        font-family: Verdana, Arial, sans-serif; font-size: 12px;
}
.sms.callback.s007 .status, .sms.callback.s009 .status {
    color: red;
}
.sms.callback.s004 .status {
    color: green;
}
.cond_com_sub_div {
    border: dashed 1px black;
    padding: 5px;
    margin: 10px;
    margin-bottom: 0px;
}

.kialaSelection {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 480px;
	z-index: 200;
}


.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {
}


.loading_mask {
	z-index: 400;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/images/trameFlou.png);
	background-repeat: repeat;
	background-position: left top;
}


/*-- Pictos textile Sprite --*/
.picto_textile{
    width:45px;
    height:45px;
    display:inline-block;
}
.picto_73 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -45px 0px;
}
.picto_74 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -90px 0px;
}
.picto_75 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -135px 0px;
}
.picto_76 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -180px 0px;
}
.picto_77 {
    background: url(/admin/images/pictos-textile.gif) no-repeat 0px 0px;
}
.picto_79 {
    background: url(/admin/images/pictos-textile.gif) no-repeat 0px -180px;
}
.picto_81 {
    background: url(/admin/images/pictos-textile.gif) no-repeat 0px -45px;
}
.picto_82 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -45px -45px;
}
.picto_83 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -90px -45px;
}
.picto_84 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -135px -45px;
}
.picto_86 {
    background: url(/admin/images/pictos-textile.gif) no-repeat 0px -90px;
}
.picto_87 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -45px -90px;
}
.picto_88 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -90px -90px;
}
.picto_89 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -135px -90px;
}
.picto_93 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -45px -135px;
}
.picto_94 {
    background: url(/admin/images/pictos-textile.gif) no-repeat 0px -135px;
}
.picto_95 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -95px -135px;
}
.picto_96 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -135px -135px;
}
.picto_97 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -180px -135px;
}
.picto_98 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -225px -135px;
}
.picto_99 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -270px -135px;
}
.picto_100 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -315px -135px;
}
.picto_142 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -225px 0px;
}
.picto_144 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -270px 0px;
}
.picto_143 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -315px 0px;
}
.picto_145 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -360px 0px;
}
.picto_146 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -405px 0px;
}
.picto_147 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -450px 0px;
}
.picto_148 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -360px -135px;
}
.picto_149 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -405px -135px;
}
.picto_150 {
    background: url(/admin/images/pictos-textile.gif) no-repeat -450px -135px;
}
/*-- End Pictos textile Sprite --*/


#formcat {
    overflow: hidden;
    margin:5px 0;
    padding:10px 10px 0;
    background-color: #eeeeee;
    width:400px;
}
#dateRangePicker
{
    font-size: 12px;
    line-height:16px;
    width:150px;
    background-color:#EFEFEF;
    padding:10px;
    border-radius:10px;
}

.viewBuilderBackground
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:200;
    opacity: 0.4;
    background-color:black;
}

.viewBuilderWindow
{
    position:absolute;
    left:200px;
    top:200px;
    width:700px;
    padding:10px;
    background-color:#F0EEEE;
    border: 1px solid black;
    z-index:300;
}



/*------------------ ticket_view.php --------------*/

.ticket {
    border-color:white;
    border-collapse: collapse;
}

.ticket &gt; tbody &gt; tr, .ticket &gt; tbody &gt; tr &gt; td {
    border-collapse: collapse;
    border:2px solid white;
}

.ticket.editor {
	width: 99%;
	border: 1px solid lightgrey;
}

/*------------------ Style ticket_view.php ajout pj dans edition de ticket -----------------------*/
#affiche {
    margin-top:15px;
}
.ticket_view_pj {
    border-collapse: collapse;
    width:100%;
}

.ticket_view_pj, .ticket_view_pj td, .ticket_view_pj tr, .ticket_view_pj th {
    border-color:white;
}

#piecesJointesClient img {
    max-height:100px !important;
}

#piecesJointesCall img {
    max-height:100px !important;
}

/*-- MODIFS FRED --*/
.circle_red, .circle_light_red, .circle_green, .circle_light_green {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.circle_red {
    background-color: #c30040;
}
.circle_light_red {
    background-color: #e0668e;
}
.circle_green {
    background-color: #97bf0d;
}
.circle_light_green {
    background-color: #c0d675;
}

.ticket_gestion_spam {
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	padding-top: 8px;
	border: 1px dashed grey;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eee;
}
.ticket_gestion_spam textarea {
	resize: vertical;
}


span[id*="desc_pj"] .icon-annuler {
    cursor:pointer;
}

.fakeBtn {
	display:inline-block;
	background-color: #c30040 !important;
	color:#fff;
	margin:auto;font-size: 13px;
	padding: 4px 12px;
	font-family: Verdana,sans-serif;
	text-decoration:none;
	border-radius:3px;
    line-height:25px;
}

.fakeBtn i {
	font-size:17px;
}

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width:100%;
}

.appel {

}
.appel &gt; .appel_bloc {
	width: 40%;
	height: 100%;
	float: left;
}

#appel_header {
	position: fixed;
	background-color: lightsalmon;
	top: 0;
	left: 10px;
	width: 160px;
	z-index: 1;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	cursor: pointer;
}
#appel_header:hover {
	background-color: salmon;
}


/* Menu des modules de l'admin */
#jMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	display:table;
}
#jMenu li {
	padding:0;
	background-color: #205e78;
	display:table-cell;
	margin: 0;
}
#jMenu li a {
	display:block;
	color:white;
	text-decoration:none;
	padding:10px 15px;
	text-transform: uppercase;
	background-color:transparent;
	cursor:pointer;
	font-size:12px;
	border-right:1px solid;
}
#jMenu li a:hover {
	background-color:#367c99;
	text-decoration:none;
}
#jMenu li ul {
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
    z-index:10;
}
#jMenu li:hover ul {
	display:block;
}
#jMenu li:hover ul li {
	float:none;
}

#jMenu li ul li {
	background-color:#205e78;
	display:block;
	border-bottom:1px solid #fff;
	padding:0;
	list-style:none;
	position:relative
}
#jMenu li ul li a {
		font-size:11px;
		text-transform:none;
		display:block;
		padding:7px;
		border-top:1px solid transparent;
		border-bottom:1px solid transparent;
}
#showSession {
	float: right;
	margin-right : 20px;
}


/****************/
/*    LOADER    */
/****************/
#loader &gt; div {
	z-index: 1000;
}
#loader_overlay {
  background: black;
  position: fixed;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.sk-circle {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  position: fixed;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #C30040;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.tableau_blacklist {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}
.tableau_blacklist td {

	border: 1px solid black;
}

.tableau_blacklist img {
	max-height: 150px;
	width: auto;
}

.customer_rapport {
	display: inline-block;
	width: 100px;
	white-space: inherit;
	line-height: 15px;
	margin-bottom: 10px;
}

img.grayed {
	filter: grayscale(100%) opacity(0.5);
	-moz-filter: grayscale(100%) opacity(0.5);
	-ms-filter: grayscale(100%) opacity(0.5);
	-o-filter: grayscale(100%) opacity(0.5);
	-webkit-filter: grayscale(100%) opacity(0.5);
}
div[id*="shippingdiv"] {
    border:1px solid #e6e6e6;
    padding:10px;
    overflow:hidden;
    margin-bottom:15px;
}
div[id*="shippingdiv"] label div img, div[id*="shippingdiv"] label div input,
div[id*="shippingdiv"] &gt; label &gt; div &gt; span {float:left;}

div[id*="shippingdiv"] label div img {height:45px;}
div[id*="shippingdiv"] label div input {height:40px;}

div[id*="shippingdiv"] &gt; label &gt; div &gt; span {margin: 13px 0 0 5px;}

/***********************/
/*    QUESTIONNAIRE    */
/***********************/

#questionnaire .question {
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
}

#questionnaire .rep_value {
    font-weight: bold;
    font-size: 12px;
    margin-top: 32px;
    float: right;
}

#questionnaire #commentaire {
    font-size:18px;
    padding:20px 0px 10px 0px;
    display:block;
    width:500px;
    border:none;
    border-bottom:1px solid #757575;
}

#questionnaire #submit {
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 250px;
    border: 1px solid #E65834;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-bottom: 20px;
}

#questionnaire section {
  display: flex;
  justify-content: center;
  align-self: center;
}

#questionnaire section:nth-of-type(2) input[type='range'] {
  width: 57.25em;
  height: 1.25em;
  color: #e65834;
}

#questionnaire section:nth-of-type(2) input[type='range']::-webkit-slider-runnable-track {
  width: 26.25em;
  height: 1.25em;
  border-radius: 0.625em;
  background: #e5e5e5;
}


#questionnaire section:nth-of-type(2) input[type='range']::-moz-range-track {
  width: 26.25em;
  height: 1.25em;
  border-radius: 0.625em;
  background: #e5e5e5;
}

#questionnaire section:nth-of-type(2) input[type='range']::-webkit-slider-thumb {
  margin-top: 0.1875em;
  background: #e65834;
}
#questionnaire section:nth-of-type(2) input[type='range']::-moz-range-thumb {
  margin-top: 0.1875em;
  background: #e65834;
}

#questionnaire section:nth-of-type(2) input[type='range']::-webkit-slider-runnable-track {
	background:
		radial-gradient(circle at 50% 0.625em, rgba(255, 255, 255, 0) 0.625em, #ffffff 0.625em) repeat-x 3.75em 0,
  		radial-gradient(circle at 50% -0.125em, rgba(255, 255, 255, 0) 0.625em, #ffffff 0.625em) repeat-x 3.75em 100% #e5e5e5;
	background-size: 6.25em 0.5em, 6.25em 0.5em;
}

#questionnaire section:nth-of-type(2) input[type='range']::-moz-range-track {
  background: radial-gradient(circle at 50% 0.625em, rgba(255, 255, 255, 0) 0.625em, #ffffff 0.625em) repeat-x 3.75em 0, radial-gradient(circle at 50% -0.125em, rgba(255, 255, 255, 0) 0.625em, #ffffff 0.625em) repeat-x 3.75em 100% #e5e5e5;
  background-size: 6.25em 0.5em, 6.25em 0.5em;
	width:100%!important;
}
#questionnaire input[type='range'] {
  align-self: center;
  margin: 1.75em;
  border: solid 1.75em transparent;
  padding: 0;
  border-radius: .25em;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
}

#questionnaire input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

#questionnaire input[type='range']::-webkit-slider-thumb {
  border: none;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
}
#questionnaire input[type='range']::-moz-range-thumb {
  border: none;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
}

#questionnaire-page .bloc {
	margin: 15px 0px 10px 0px;
}

#questionnaire-page .ok {
	text-align: center;
	line-height: 16px;
	width: 320px;
	padding: 20px 0px 0px 0px;
	margin: 20px auto;
}

#questionnaire-page {
	margin: 50px auto 0px auto;
	width: 760px;
	background-image:linear-gradient(#FFF, #FFF, #EBEBEB);
	border: #666 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#questionnaire-page .container_title {
	margin: 5px auto 0px auto;
	width: 720px;
	height: 75px;
	border-bottom-style:solid;
	border-width:1px;
}

#questionnaire-page .container_title h1 {
	display: inline-block;
	line-height: 0;
	padding-bottom: 2px;
}

#questionnaire-page .bloc h2 {
	font-size: 15px;
	margin: 0 0 -10px 0;
}

#questionnaire {
	width: 640px;
	padding: 50px 0px 20px 0px;
	margin: 0px auto 0px auto;
}

#questionnaire .legend {
	font-style: italic;
	margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: -15px;
}

#questionnaire #infoCommentaire {
	display: none;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* customer_rapports.php */
.is_Email {background-color:#ffe2ec !important;}
.is_Ticket {background-color:#fff1c9 !important;}
.is_Appel {background-color:#cefffc !important;}
.is_Commentaire {background-color:#cdf2bc !important;}
.is_Email:hover, .is_Ticket:hover, .is_Appel:hover, .is_Commentaire:hover {background-color: #fcfbf2 !important;}
.is_Email, .is_Ticket, .is_Appel, .is_Commentaire {border-bottom:2px solid #fff;}
.is_Email td, .is_Ticket td, .is_Appel td, is_Commentaire td {padding:5px;}

/* Relay admin order */
.relay_point_new_order &gt; span {
	margin: 5px;
}

/*----- Doc utilisateur -----*/

#header_modification_aide_utilisateur {display:none;}
#header_affichage_aide_utilisateur h4 {color:#888; margin-top:0;text-align:center;}

/*Affichage Contenu*/
#header_affichage_aide_utilisateur {
	display:none;
	background-color: #f7f7f7;
	border: 1px solid #f0eeee;
	padding: 20px;
	margin-bottom: 10px;
	font-size:11px;
	box-sizing: border-box;
	width:99%;
	margin-right:1%;
}
#valider_edition_documentation,
#bouton_edition_documentation {
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
	background-image:none;
	text-align:center;
	cursor:pointer;
	color:#fff;
	text-decoration: none;
	font-size:10px;
}
#bouton_edition_documentation {display:none;}

.table_aide{margin:auto;border-collapse: collapse;}
.table_aide thead th:last-of-type {width:15%;text-align:center;}
.table_aide th, .table_aide td {text-align: center;}
.table_aide td, .table_aide th {border: 1px solid #ddd;}
.table_aide tr:nth-child(even) {background-color: #f2f2f2;}
.table_aide input {width:95%;}
#header_affichage_aide_utilisateur button {margin:3px auto;line-height:10px;font-size:10px;}

/*view_checkout_user_actions.php*/
.vcua_clientID {margin-bottom:5px;}
.vcua_date {
	margin-top:0;
}
.vcua_session {
	font-weight:bold;
	border : #c0c0c0 1px solid;
	padding: 10px;
	background-color: #e3e3e3;
	line-height:20px;
	margin-top:40px;
	overflow:hidden;
	margin-right:10px;
}
.vcua_session img {width:20px;height:20px;}
.vcua_session_id {
	display:inline-block;
	margin:0;
}
.vcua_session + div &gt; ul {
	margin:0;
	padding:0!important;
}
.vcua_session i {
	font-size:1.4em;
}
.vcua_main {float:left;}
.vcua_infos {float:right;text-align:right;}
.vcua_infos span {display:block;line-height:25px;}
.vcua_log ul {padding: 0;margin:0;}
.vcua_etat {
	border: #ccc 1px solid;
	background-color:#f2f2f2;
	padding:15px;
	margin-right:10px;
	display: none;
}
.vcua_etat h4 {margin-top:0;}

.vcua_etat &gt; ul {
	display:flex;
	flex-flow: row wrap;
	padding: 0;
}
.vcua_etat &gt; ul &gt; li {
	flex:1 1 32%;
	border:4px solid #f2f2f2;
	border-collapse: collapse;
	background-color:#fff;
	padding:5px;
	list-style-type:none;
}
.vcua_etat &gt; ul &gt; li:not(:first-child) {
	text-align:center;
}
.vcua_etat h5 {
	font-size:1em;
	font-weight:bold;
	margin:0 0 10px;
	text-align:center;
}
.vcua_order {}
.vcua_livraisons {
	list-style-type: none;
	margin-bottom:5px;
}
.vcua_livraisons span {
	display:inline-block;
	margin-bottom:5px;
	text-indent:20px;
}
.vcua_livraisons &gt; span:first-child {font-weight:bold;text-indent:0;}

.vcua_event {
	margin:20px auto;
	padding:10px;
	list-style-type:none;
	background-color:#ffbfd3;
	text-align:center;
	cursor: pointer;
}
.fw_normal {font-weight:normal;}
.vcua_picto {
	height:30px;
	vertical-align:middle;
}
.vcua_device {vertical-align:middle;font-size:1.7em!important;}
.vcua_partnership {vertical-align:middle;margin-bottom:5px;}
.vcua_error {background-color: #ffdbe6!important;}
.vcua_error b {color: #c30040;}
.vcua_errors {
	width:30%;
	margin-right:3%;
}
.vcua_errors ul {padding-left: 0;}

.vcua_paniers {
	box-sizing: border-box;
	padding:20px 15px;
	/*border:1px solid #c0c0c0;*/
	background-color: #f8f8f8;
	margin-right: 10px;
}
.vcua_paniers h3 {margin-top:0}
.vcua_panier {
	display:inline-block;
	border:1px solid #c0c0c0;
	background-color: #f0eeee;
	box-sizing:border-box;
	padding:20px;
	margin-right:20px;
}
.vcua_panier h4 {margin-top:0;text-transform:uppercase;text-decoration: underline;}
.vcua_product {
	display:inline-block;
	margin-right:10px;
	padding:10px;
	background-color:#fff;
}
.vcua_product p:first-child {text-align: center;margin-top:0;}
.vcua_product img {width:80px;height:80px;}

#select_language {
	height:200px;
}

#tendance_type div{
	display: inline-block;
}

#validation_product {
	width:100%;
	margin-top:10px;
	margin-right: 3px;
}

#delete_photo[style] {
	height: 25px !important;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}



/* mail_model.php */


.iblockleft {
	display: inline-block;
	width: 55%;
	vertical-align: top;
	border: 1px solid black;
}

.iblockright {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	border: 1px solid black;
	margin-left: 20px;
}

.bodyMail {
	border: 2px solid black;
	width: 780px;
	transform-origin: 0 0;
	margin-top: 10px;
}

#mailModel {
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:10px 10px 10px 0;
}

.mailModel1, .mailModel2 {
	box-sizing:border-box;
	background-color: #fafafa;
	border: 1px solid #f0eeee;
	padding:7px;
}

.mailModel1 {width:60%}
.mailModel2 {width:38%;}

.mailModel1 fieldset {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #f0eeee;
	padding:25px;
	min-height:0;
}

.mailModel1 fieldset * {margin-bottom:10px;}

.mailModel2 input[type=button] {
	background-color: #505050;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 4px 12px;
	cursor: pointer;
}
.mailModel2 input[type=button]:hover {background-color: #252525;}
#mailModel #affichage {
	margin-top:20px;
	width:100%;
}
#mailModel #affichage hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom:20px;
}
#mailModel #affichage &gt; h1, #mailModel #affichage &gt; h1 + div {
	width:780px;
	margin:auto;
}
#mailModel #affichage .bodyMail {
	border: 1px solid #c0c0c0;
	padding:20px;
	width: 780px;
	margin: 20px auto;
}

/* suivi_mouvements_internes.php */
.photo_bad_product {
	max-height: 550px;
	max-width: 90%;
}

/* hover menu left */
.iNormal {color:#c30040!important;}
.menuLeftHover {background-color:#e6e6e6;} /*=rub active*/

/* Dark mode switch */
.darkmode_btn {
	position:fixed;
	top:55px;
	right:5px;
	height:30px;
	width:30px;
	border-radius:30px;
	line-height: 30px;
	background-color:#fff;
	color:#808080;
	border: 1px solid #c0c0c0;
	text-align:center;
	font-weight:bold;
	z-index:99;
}
.darkmode_btn:hover {background-color: #363636;text-decoration:none;color:#fff;cursor:pointer;}
.darkmode_btn i {font-size:17px;vertical-align: -2px;}

/* operations.php */

.tableau tr td.opModified {background-color:#deedb2;}
.tableau tr:nth-child(even) td.opModified {background-color:#d5e3ac;}
.tableau tr.coralBckg {background-color:#fa5858;}
.tableau tr.orangeBckg {background-color:#FE9A2E;}

/*prios*/ /*lignes highlight*/
.chosen2 {background-color:#FF8888!important; color: #000!important;}
.chosen3 {background-color:#8888FF!important; color: #000!important;}

body &gt; .bench_admin {
	margin-left: 210px;
}




.hide, .hidden {display: none ;}
.marque_spartoo {
	background-color: yellow;
	font-weight: bold;
}

.inputIBAN {
    text-align: center;
    width: 45px !important;
    margin-right: 0.25rem;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}


@font-face {
    font-family: "OpenSansItalic";
    src: url('/font/italic/OpenSans-Italic-webfont.eot');
    src: url('/font/italic/OpenSans-Italic-webfont.eot?#iefix') format('eot'), url('/font/italic/OpenSans-Italic-webfont.woff') format('woff'), url('/font/italic/OpenSans-Italic-webfont.ttf') format('truetype'), url('/font/italic/OpenSans-Italic-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansLight";
    src: url('/font/light/OpenSans-Light-webfont.eot');
    src: url('/font/light/OpenSans-Light-webfont.eot?#iefix') format('eot'), url('/font/light/OpenSans-Light-webfont.woff') format('woff'), url('/font/light/OpenSans-Light-webfont.ttf') format('truetype'), url('/font/light/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansRegular";
    src: url('/font/regular/OpenSans-Regular-webfont.eot');
    src: url('/font/regular/OpenSans-Regular-webfont.eot?#iefix') format('eot'), url('/font/regular/OpenSans-Regular-webfont.woff') format('woff'), url('/font/regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('/font/regular/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansBold";
    src: url('/font/bold/OpenSans-Bold-webfont.eot');
    src: url('/font/bold/OpenSans-Bold-webfont.eot?#iefix') format('eot'), url('/font/bold/OpenSans-Bold-webfont.woff') format('woff'), url('/font/bold/OpenSans-Bold-webfont.ttf') format('truetype'), url('/font/bold/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSansExtrabold";
    src: url('/font/extra-bold/OpenSans-ExtraBold-webfont.eot');
    src: url('/font/extra-bold/OpenSans-ExtraBold-webfont.eot?#iefix') format('eot'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.woff') format('woff'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('/font/extra-bold/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icospartoo';
    src:    url('/font/icoSpartoo/icoSpartoo.eot?2itsnd');
    src:    url('/font/icoSpartoo/icoSpartoo.eot?2itsnd#iefix') format('embedded-opentype'),
        url('/font/icoSpartoo/icoSpartoo.ttf?2itsnd') format('truetype'),
        url('/font/icoSpartoo/icoSpartoo.woff?2itsnd') format('woff'),
        url('/font/icoSpartoo/icoSpartoo.svg?2itsnd#icospartoo') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icospartoo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-accessoire-homme:before {
  content: "\e900";
}
.icon-accessoires:before {
  content: "\e901";
}
.icon-affichageDetail:before {
  content: "\e902";
}
.icon-affichageMenu:before {
  content: "\e903";
}
.icon-affichageVignette:before {
  content: "\e904";
}
.icon-aide:before {
  content: "\e905";
}
.icon-android:before {
  content: "\e906";
}
.icon-annulation-commande:before {
  content: "\e907";
}
.icon-annuler:before {
  content: "\e908";
}
.icon-apple:before {
  content: "\e909";
}
.icon-appli:before {
  content: "\e90a";
}
.icon-arobase:before {
  content: "\e90b";
}
.icon-attente-paiement:before {
  content: "\e90c";
}
.icon-bijoux:before {
  content: "\e90d";
}
.icon-blanchimentChlore:before {
  content: "\e90e";
}
.icon-blanchimentExclu:before {
  content: "\e90f";
}
.icon-blanchimentOxygene:before {
  content: "\e910";
}
.icon-blog:before {
  content: "\e911";
}
.icon-cadenas:before {
  content: "\e912";
}
.icon-chat:before {
  content: "\e913";
}
.icon-chaussure:before {
  content: "\e914";
}
.icon-chaussure-homme:before {
  content: "\e915";
}
.icon-chequeCadeau:before {
  content: "\e916";
}
.icon-cochon:before {
  content: "\e917";
}
.icon-coeur:before {
  content: "\e918";
}
.icon-coupons:before {
  content: "\e919";
}
.icon-cumule:before {
  content: "\e91a";
}
.icon-eauExclu:before {
  content: "\e91b";
}
.icon-enHaut:before {
  content: "\e91c";
}
.icon-etoile:before {
  content: "\e91d";
}
.icon-facebook:before {
  content: "\e91e";
}
.icon-flecheBas:before {
  content: "\e91f";
}
.icon-flecheDroite:before {
  content: "\e920";
}
.icon-flecheGauche:before {
  content: "\e921";
}
.icon-flecheHaut:before {
  content: "\e922";
}
.icon-google:before {
  content: "\e923";
}
.icon-guideChaussure:before {
  content: "\e924";
}
.icon-infog:before {
  content: "\e925";
}
.icon-instagram:before {
  content: "\e926";
}
.icon-ipad:before {
  content: "\e927";
}
.icon-iphone:before {
  content: "\e928";
}
.icon-jean:before {
  content: "\e929";
}
.icon-lavageProExclu:before {
  content: "\e92a";
}
.icon-livraisonGratuite:before {
  content: "\e92b";
}
.icon-log-connect:before {
  content: "\e92c";
}
.icon-logistic:before {
  content: "\e92d";
}
.icon-log-mypack:before {
  content: "\e92e";
}
.icon-log-package:before {
  content: "\e92f";
}
.icon-log-package2:before {
  content: "\e930";
}
.icon-log-print:before {
  content: "\e931";
}
.icon-log-renren:before {
  content: "\e932";
}
.icon-log-send:before {
  content: "\e933";
}
.icon-log-ups:before {
  content: "\e934";
}
.icon-log-wechat:before {
  content: "\e935";
}
.icon-log-weibo:before {
  content: "\e936";
}
.icon-lookbook:before {
  content: "\e937";
}
.icon-loupe:before {
  content: "\e938";
}
.icon-main:before {
  content: "\e939";
}
.icon-mainExclu:before {
  content: "\e93a";
}
.icon-maison:before {
  content: "\e93b";
}
.icon-mine:before {
  content: "\e93c";
}
.icon-modifier:before {
  content: "\e93d";
}
.icon-moins:before {
  content: "\e93e";
}
.icon-montre:before {
  content: "\e93f";
}
.icon-NettoyagePro_F:before {
  content: "\e940";
}
.icon-NettoyagePro_F1:before {
  content: "\e941";
}
.icon-NettoyagePro_F2:before {
  content: "\e942";
}
.icon-NettoyagePro_P:before {
  content: "\e943";
}
.icon-NettoyagePro_P1:before {
  content: "\e944";
}
.icon-NettoyagePro_P2:before {
  content: "\e945";
}
.icon-NettoyagePro_W:before {
  content: "\e946";
}
.icon-NettoyagePro_W1:before {
  content: "\e947";
}
.icon-NettoyagePro_W2:before {
  content: "\e948";
}
.icon-newsletter:before {
  content: "\e949";
}
.icon-packClose:before {
  content: "\e94a";
}
.icon-packOpen:before {
  content: "\e94b";
}
.icon-panier:before {
  content: "\e94c";
}
.icon-parrainage:before {
  content: "\e94d";
}
.icon-partager:before {
  content: "\e94e";
}
.icon-persoCompte:before {
  content: "\e94f";
}
.icon-persoHappy:before {
  content: "\e950";
}
.icon-pieces:before {
  content: "\e951";
}
.icon-pinterest:before {
  content: "\e952";
}
.icon-plus:before {
  content: "\e953";
}
.icon-poubelle:before {
  content: "\e954";
}
.icon-premium-livraison:before {
  content: "\e955";
}
.icon-premium-payment:before {
  content: "\e956";
}
.icon-premium-reduc:before {
  content: "\e957";
}
.icon-prixLePlusBas:before {
  content: "\e958";
}
.icon-pull:before {
  content: "\e959";
}
.icon-quarante:before {
  content: "\e95a";
}
.icon-quarante1:before {
  content: "\e95b";
}
.icon-quarante2:before {
  content: "\e95c";
}
.icon-rechercher:before {
  content: "\e95d";
}
.icon-referencement:before {
  content: "\e95e";
}
.icon-repassage1:before {
  content: "\e95f";
}
.icon-repassage2:before {
  content: "\e960";
}
.icon-repassage3:before {
  content: "\e961";
}
.icon-repassageExclu:before {
  content: "\e962";
}
.icon-retourGratuit:before {
  content: "\e963";
}
.icon-rh:before {
  content: "\e964";
}
.icon-robe:before {
  content: "\e965";
}
.icon-sac:before {
  content: "\e966";
}
.icon-satisfaitOuRembourse:before {
  content: "\e967";
}
.icon-sauver:before {
  content: "\e968";
}
.icon-sechage:before {
  content: "\e969";
}
.icon-sechage1:before {
  content: "\e96a";
}
.icon-sechage2:before {
  content: "\e96b";
}
.icon-sechageExclu:before {
  content: "\e96c";
}
.icon-shoesPair:before {
  content: "\e96d";
}
.icon-soixante:before {
  content: "\e96e";
}
.icon-soixante1:before {
  content: "\e96f";
}
.icon-soixante2:before {
  content: "\e970";
}
.icon-tee-shirt:before {
  content: "\e971";
}
.icon-telechargement:before {
  content: "\e972";
}
.icon-telephone:before {
  content: "\e973";
}
.icon-tickets:before {
  content: "\e974";
}
.icon-too:before {
  content: "\e975";
}
.icon-tools:before {
  content: "\e976";
}
.icon-top:before {
  content: "\e977";
}
.icon-trente:before {
  content: "\e978";
}
.icon-trente1:before {
  content: "\e979";
}
.icon-trente2:before {
  content: "\e97a";
}
.icon-triangleDroite:before {
  content: "\e97b";
}
.icon-triangleGauche:before {
  content: "\e97c";
}
.icon-twitter:before {
  content: "\e97d";
}
.icon-valider:before {
  content: "\e97e";
}
.icon-veste:before {
  content: "\e97f";
}
.icon-video:before {
  content: "\e980";
}
.icon-wt-logo:before {
  content: "\e981";
}
.icon-wt-lookbook:before {
  content: "\e982";
}
.icon-wt-mode:before {
  content: "\e983";
}
.icon-wt-plus:before {
  content: "\e984";
}
.icon-wt-psycho:before {
  content: "\e985";
}
.icon-wt-so-hot:before {
  content: "\e986";
}
.icon-wt-tendance:before {
  content: "\e987";
}


/*-- Font icons admin --*/
@font-face {
    font-family: 'icoadmin';
    src:    url('/font/icoAdmin/icoadmin.eot?4i4rv');
    src:    url('/font/icoAdmin/icoadmin.eot?4i4rv#iefix') format('embedded-opentype'),
        url('/font/icoAdmin/icoadmin.ttf?4i4rv') format('truetype'),
        url('/font/icoAdmin/icoadmin.woff?4i4rv') format('woff'),
        url('/font/icoAdmin/icoadmin.svg?4i4rv#icoadmin') format('svg');
    font-weight: normal;
    font-style: normal;
}



.headerBar { background-color: #cfcfcf; }
.headerBarContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; padding: 0px; }
.columnLeft {
	background-color: #FFF;
	border: none;
	padding: 0px;
}


.index_content
{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.rub {
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin: 0px;
	width:45%;
	padding: 0px;
    border-bottom: 1px solid #e6e6e6;
    max-width: 300px;
    display: flex;
}

.rub a {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 18px;
    color: #707070;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 50px;
    display: inline-block;
    width: 100%;
}
.rub i {
    font-size: 28px;
    line-height: 40px;
    float: left;
    margin: 0 0 0 5px;
    color: #707070;
    margin: 5px 12px 0 10px;
    min-width: 28px;
}
.srub {
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color: #e6e6e6;
}
.srub a {
    font-family: OpenSansLight, Arial, sans-serif;
    font-size: 12px;
    color: #707070;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding:0 0 0 15px;
    display: block;
    line-height: 30px;
}

.srub a:hover {
    background-color: #dddddd;
}
.srubSelected {
    font-family: OpenSansRegular, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
}


[class^="rub-"], [class*=" rub-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icoadmin' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="rub-"], [class*=" rub-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icoadmin' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rub-tools:before {
    content: "\e900";
}
.rub-tickets:before {
    content: "\e901";
}
.rub-stats:before {
    content: "\e902";
}
.rub-rh:before,.rub-service_rh:before {
    content: "\e903";
}
.rub-reports:before {
    content: "\e904";
}
.rub-referencement:before {
    content: "\e905";
}
.rub-redaction:before {
    content: "\e908";
}
.rub-photographie:before {
    content: "\e909";
}
.rub-parrainage:before {
    content: "\e90a";
}
.rub-panel-vp:before {
    content: "\e90b";
}
.rub-newsletter:before {
    content: "\e90c";
}
.rub-moteur:before {
    content: "\e90d";
}
.rub-marketplace:before {
    content: "\e90e";
}
.rub-marketing:before {
    content: "\e90f";
}
.rub-magasin:before {
    content: "\e910";
}
.rub-logistic:before {
    content: "\e911";
}
.rub-infog:before {
    content: "\e912";
}
.rub-info:before {
    content: "\e913";
}
.rub-facturation:before {
    content: "\e914";
}
.rub-customers:before {
    content: "\e915";
}
.rub-crossdock:before {
    content: "\e916";
}
.rub-crm:before {
    content: "\e917";
}
.rub-coupons:before {
    content: "\e918";
}
.rub-compta:before {
    content: "\e919";
}
.rub-commercial:before {
    content: "\e91a";
}
.rub-chat:before {
    content: "\e91b";
}
.rub-catalog:before {
    content: "\e91c";
}
.rub-callpoint:before {
    content: "\e91d";
}
.rub-transport:before {
    content: "\e955";
}

@media screen and (min-width: 1024px)
{
	.rub{
		width: 200px;
	}
	.index_content
	{
		width:820px;
		margin:auto;
		justify-content: flex-start;
	}
}


#buttonHideMenu
{
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: -10px;
}

#buttonHideMenu img
{
	width:20px;
	height:20px;
}



a.headerLink:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.headerLink:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.headerLink:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.headerLink:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.menuBoxHeadingLink:link {
	font-size: 10px;
	color: #616060;
	font-weight: bold;
	text-decoration: none;
}

a.menuBoxHeadingLink:visited {
	font-size: 10px;
	color: #616060;
	font-weight: bold;
	text-decoration: none;
}

a.menuBoxHeadingLink:active {
	font-size: 10px;
	color: #616060;
	font-weight: bold;
	text-decoration: none;
}

a.menuBoxHeadingLink:hover {
	font-size: 10px;
	color: #616060;
	font-weight: bold;
	text-decoration: none;
}

a.splitPageLink:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.splitPageLink:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.splitPageLink:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.splitPageLink:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFFF33;
}

/* menu box */
.menuBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #616060;
	background-color: #ffffff;
}

.menuBoxContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #616060;
}

.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}


/* info box */
.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #FD8630;
}

.infoBoxContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFF;
}


.tableau750 {
	border-collapse: collapse;
	width: 99%;
	border-top: 1px solid #09b0c9;
	border-bottom: 2px solid #09b0c9;
	border-left: 1px solid #09b0c9;
	border-right: 1px solid #09b0c9;
}

.tableau750 tr:hover {
	background-color: #FFFFFF;
}

.tableau750 tr {
	background-color: #F0EEEE;

}

.tableau750 th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #09b0c9;
	text-align: left;
	padding: 5px;
}

.tableau750 td {
	padding: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.tableau750Selected td {
	background-color: #F0EEEE;
}


.tableau2 {
	border-collapse: collapse;
}

.tableau2 tr:hover {
	background-color: #FFFFFF;
}

.tableau2 tr {
	background-color: #F0EEEE;
}

.tableau2 th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #09b0c9;
}

.tableau2 td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.tableauSelected td {
	background-color: #F0EEEE;
}


.formulaire label {
	float: left;
	width: 200px;
}

.formula {
	overflow: hidden;
}

.formula input[type=text], .formula select, .formula textarea {
	border: 1px solid #ddd;
	padding: 4px 2px !important;
	margin: 1px !important;
}

.formula label {
	float: left;
	width: 200px;
	vertical-align: middle;
}

.formula input[type=submit] {
	cursor: pointer;
	padding: 0.8em;
	margin: 1em 0.5em;
	background: #5192ef;
	float: right;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	outline: none;
}

.formula input[type=submit]:hover {
	background-color: #204170;
}

.formulaire-small label {
	float: left;
	width: 100px;
}

.warning_ced {
	background: #FF0000;
	color: #FFFFFF;
}

.summary_total {
	font-weight: bold;
	background-color: #09b0c9;
}

.tabTemplate {
	width: 195px;
	background-color: #ffffff;
	border: 2px solid #c30040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tabTemplate td {
	height: 70px;
	border: 1px solid #c30040;
	text-align: center;
}


.label {
	width: 150px;
	float: left;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.inputRequirement {
	font-size: 11px;
	font-style: italic;
	color: #FB4609;
}

.inputGrey {
	float: left;
	width: 150px;
	border: 1px solid #363636;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

.boite {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.alert {
	font-size: 11px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.smallInput {
	width: 70px;
}







/*Classe form*/
.form {
	display: flex;
	flex-direction: column;
	margin-bottom:0.67em;
}
.form &gt; *:not(table):not(p) {
	display: flex;
}
.form &gt; *:not(:last-child):not(hr):not(legend) {
	margin-bottom: 5px;
}
.form &gt; .btn {
	align-self: center;
}
.form &gt; div {
	justify-content: center;
	flex-wrap: wrap;
}
.form &gt; div &gt; * {
	width: 100%;
}
.form &gt; * &gt; * {
	min-width: 0;
	text-overflow: ellipsis;
}
.form &gt; div &gt; * {
	margin-bottom: 1%;
}
.form &gt; div &gt; * {
	margin-right: 1%;
}
.form &gt; hr {
	width: 80%;
	margin: 10px auto;
}
.form &gt; label &gt; * {
	width: 100%;
	flex-shrink: 1;
	margin-left:10px;
}
.form &gt; label &gt; *:first-child {
	font-weight: bold;
	flex-shrink: 2;
	display: flex;
	align-items: center;
	margin-left:0px;
}
.form &gt; label &gt; div:last-child:not(.sp_draggable) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form &gt; label &gt; div.form_fill:last-child {
	justify-content: space-between;
}
.form &gt; label &gt; div.form_fill:last-child &gt; input {
	flex-grow: 1;
}
.form &gt; label &gt; div.form_column:last-child {
	flex-direction: column;
	align-items: stretch;
}
.form &gt; label &gt; div:last-child &gt; * {
	margin: 2px 0;
}
.form &gt; label &gt; div:not(.form_column):not(.sp_draggable):last-child &gt; *:not(:last-child) {
	margin-right: 20px;
}
.form &gt; label &gt; div:last-child label {
	display: flex;
	align-items: center;
}
/*Classe form "rendre joli"*/
.form input {
	box-sizing: border-box;
}
.form input[type=radio], .form input[type=checkbox] {
	margin: 0 5px 0 0; /*Les input radio et checkbox ont des margin par dÃ©faut*/
}
.form textarea {
	box-sizing: border-box;
	resize: vertical;
}
.form &gt; p {
	margin: 0;
	text-align: justify;
}
.form input:invalid,  .form input.invalid {
	border: 2px solid #e74c3c;
}
.form input:invalid:focus,  .form input.invalid:focus {
	outline-color: #e74c3c;
}
.form input.valid {
	border: 2px solid #2ecc71;
}
.form input.valid:focus {
	outline-color: #2ecc71;
}
.form fieldset, fieldset.form {
	min-width: 0;
	box-sizing: border-box;
}
.form input, .form textarea {
	border: 1px solid #a9a9a9;
}
/*.form input:invalid::after,  .form input.invalid::after {
	content: "";
	background: red;
	width: 10px;
	height: 10px;
	display: inline-block;
}*/

/*Taille du formulaire*/
.form.unlimited { max-width: none;   }
.form.x-large   { max-width: 1350px; }
.form.large     { max-width: 900px;  }
.form           { max-width: 600px;  }
.form.small     { max-width: 400px;  }
.form.x-small   { max-width: 275px;  }


.form.x-large &gt; .btn       { width: calc(96% / 5); }
.form.x-large &gt; div &gt; .btn { width: calc(96% / 5); }
.form.large &gt; .btn         { width: calc(97% / 4); }
.form.large &gt; div &gt; .btn   { width: calc(97% / 4); }
.form &gt; .btn               { width: calc(98% / 3); }
.form &gt; div &gt; .btn         { width: calc(98% / 3); }
.form.small &gt; .btn         { width: calc(99% / 2); }
.form.small &gt; div &gt; .btn   { width: calc(99% / 2); }
.form.x-small &gt; .btn       { width: 100%; }
.form.x-small &gt; div &gt; .btn { width: 100%; }

.form.unlimited &gt; div &gt; *:nth-child(5n),
.form.x-large &gt; div &gt; *:nth-child(5n),
.form.large &gt; div &gt; *:nth-child(4n),
.form:not(.x-small):not(.small):not(.large):not(.x-large):not(.unlimited) &gt; div &gt; *:nth-child(3n),
.form.small &gt; div &gt; *:nth-child(2n),
.form.x-small &gt; div &gt; *,
.form &gt; div &gt; *:last-child {
	margin-right: 0;
}

/*Formulaires verticaux*/
.form.vertical &gt; *:not(div) {
	flex-direction: column;
}
.form.vertical &gt; label &gt; * {
	margin-left:0px;
}

.form.hide, .form.hidden {display: none ;}


fieldset.disabled {
	margin: 0;
	padding: 0;
	border: none;
}

/* Tabulations pour formulaire */
.form-tabs
{
	margin: 15px 0 20px 0;
	text-align: justify;
}
.form-tabs &gt; ul
{
	padding: 0;
	margin:0px;
}
.form-tabs &gt; ul &gt; li
{
	display: inline-block;
	float: none;
	margin: 0 0px 0 0;
	list-style: none;
	line-height: 20px;
	height: 20px;
	padding: 10px;
	color: #363636;
	font-family: OpenSansLight, Arial, sans-serif;
	font-size: 14px;
	color: #707070;
	background-color: #e6e6e6;
	cursor:pointer;
}
.form-tabs &gt; ul &gt; li.active
{
	background-color: #c0c0c0;
}

.form-tabs&gt;fieldset
{
	display:none;
}

/*Buttons*/
.btn, a.btn {
	/*Reset CSS Spartoo*/
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	height: auto;
	line-height: normal;
	font-weight: normal;
	font-family: Verdana, Arial;
	/*Reset CSS Spartoo*/
	border: none;
	color: white;
	cursor: pointer;
	outline: none;
	transition: background 0.2s ease, opacity 0.2s ease;
	border-radius: 3px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}


/*Tailles*/
.btn.x-small { font-size: calc(1rem / 1.25 / 1.25); padding: calc(0.3rem / 1.25) calc(0.8rem / 1.25 / 1.25); }
.btn.small   { font-size: calc(1rem / 1.25       ); padding: calc(0.3rem / 1.25) calc(0.8rem / 1.25);        }
.btn         { font-size:      1rem               ; padding:      0.3rem              0.8rem;                }
.btn.large   { font-size: calc(1rem * 1.25       ); padding: calc(0.3rem * 1.25) calc(0.8rem * 1.25);        }
.btn.x-large { font-size: calc(1rem * 1.25 * 1.25); padding: calc(0.3rem * 1.25) calc(0.8rem * 1.25 * 1.25); }

/*Couleurs*/
.btn                              { background: #505050; }
.btn:disabled                     { opacity: .5; cursor: auto; }
.btn:hover:not(:disabled)         { background: #252525; }
.btn.success                      { background: #28a745; }
.btn:disabled.success             { opacity: .5; cursor: auto; }
.btn.success:hover:not(:disabled) { background: #218838; }
.btn.danger                       { background: #dc3545; }
.btn:disabled.danger              { opacity: .5; cursor: auto; }
.btn.danger:hover:not(:disabled)  { background: #c82333; }
.btn.warning                      { background: #ffc107; }
.btn:disabled.warning             { opacity: .5; cursor: auto; }
.btn.warning:hover:not(:disabled) { background: #e0a800; }
.btn.info                         { background: #17a2b8; }
.btn:disabled.info                { opacity: .5; cursor: auto; }
.btn.info:hover:not(:disabled)    { background: #138496; }

/*Icones*/
.btn.icon {
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn.icon.x-small { width: calc(1.5 * 1rem / 1.25 / 1.25); height: calc(1.5 * 1rem / 1.25 / 1.25); }
.btn.icon.small   { width: calc(1.5 * 1rem / 1.25       ); height: calc(1.5 * 1rem / 1.25       ); }
.btn.icon         { width: calc(1.5 * 1rem              ); height: calc(1.5 * 1rem              ); }
.btn.icon.large   { width: calc(1.5 * 1rem * 1.25       ); height: calc(1.5 * 1rem * 1.25       ); }
.btn.icon.x-large { width: calc(1.5 * 1rem * 1.25 * 1.25); height: calc(1.5 * 1rem * 1.25 * 1.25); }





/*Le bouton contient d'autres Ã©lÃ©ments*/
.btn &gt; *:not(:last-child) {
	margin-right: 5px;
}
.btn p {
	display:inline-block;
	margin-bottom:0
}
.btn span {
	display:inline-block
}


/*Pastilles*/
.pastille {display:inline-block; width:.8em; height:.8em; border-radius:50%;vertical-align: middle;}
.pastille.success                      { background: #28a745; }
.pastille.on                           { background: #28a745; }
.pastille.danger                       { background: #dc3545; }
.pastille.off                          { background: #dc3545; }
.pastille.warning                      { background: #ffc107; }
.pastille.info                         { background: #17a2b8; }
.pastille.hidden                       { background: transparent; }


.clickable {
	cursor:pointer
}

.btn.hide, .btn.hidden {display: none ;}


/*CompatibilitÃ© avec scroller.js*/
.ui-widget-content a.btn, .ui-state-default a.btn, .ui-state-default a:link.btn, .ui-state-default a:visited.btn, a.ui-button.btn, a:link.ui-button.btn, a:visited.ui-button.btn, .ui-button.btn {
	color: white;
}

/*Colonnes en flex*/
.col-r-1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-r-1 &gt; * {
	box-sizing: border-box;
	width: 99%; /*On laisse 4% entre les deux colonnes*/
	margin: .5%;
	padding: 1%;
}

.col-r-2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-r-2 &gt; * {
	box-sizing: border-box;
	width: 49%; /*On laisse 4% entre les deux colonnes*/
	margin: .5%;
	padding: 1%;
}
@media screen and (max-width: 1023px) {
	.col-r-2 &gt; * {
		width: 99%;
	}
}

.col-r-3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-r-3 &gt; * {
	box-sizing: border-box;
	width: 32.3333%; /*On laisse 4% entre les deux colonnes*/
	margin: .5%;
	padding: 1%;
}
@media screen and (max-width: 1023px) {
	.col-r-3 &gt; * {
		width: 99%;
	}
}

.col-r-4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-r-4 &gt; * {
	box-sizing: border-box;
	width: 24%; /*On laisse 4% entre les deux colonnes*/
	margin: .5%;
	padding: 1%;
}
@media screen and (max-width: 1023px) {
	.col-r-4 &gt; * {
		width: 48%;
	}
}
@media screen and (max-width: 767px) {
	.col-r-4 &gt; * {
		width: 99%;
	}
}

.col-r-5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col-r-5 &gt; * {
	box-sizing: border-box;
	width: 19%; /*On laisse 4% entre les deux colonnes*/
	margin: .5%;
	padding: 1%;
}
@media screen and (max-width: 1023px) {
	.col-r-5 &gt; * {
		width: 31.3333%;
	}
}
@media screen and (max-width: 767px) {
	.col-r-5 &gt; * {
		width: 99%;
	}
}

/*CodeMirror*/
.highlight + .CodeMirror {
	border: 1px solid darkgrey;
	height: auto;
}

/**
 * Css des tableaux dans le framework Spartoo
 *
 * AmÃ©liorations possibles :
 * - PossibilitÃ© de mettre des bordures (classe table_border par exemple)
 */

.tableau {
	border-collapse: collapse;
	width: 100%;
}

.tableau th {
	color: #FFF;
	background-color: #C30040;
	text-align:left;
}
.tableau.sticky th {
	position: sticky;
	top: 0;
}
.tableau.sticky-footer &gt; tfoot &gt; tr &gt; * {
	position: sticky;
	bottom: 0;
	background-color: #CCC;
}

.tableau tr {
	background-color: #F0EEEE;
}
.tableau tr:nth-child(even) {
	background-color: #DCDCDC;
}
.tableau tr:hover {
	background-color: #FFFFFF;
}

.tableau td {
	padding: 4px;
}


.tableau.fit-content td {
	width: fit-content;
	text-wrap: nowrap;
}


.tableau.tri th {
	padding: 4px;
	cursor: pointer;
}
.tableau.tri th:hover {
	filter: grayscale(.2);
	z-index: 5;
}
.tableau.tri th:not(:last-child) {
	border-right: 1px solid white;
}


.tableau.tri .tablesorter-filter {
	width: 100%;
}
.tableau.tri .tablesorter-header-inner {
	display: flex;
	align-items: center;
}
.tableau.tri .tablesorter-header &gt; div::after {
	content: "â—";
	color: black;
	margin-left: auto;
}
.tableau.tri .tablesorter-header.tablesorter-headerDesc &gt; div::after {
	content: "â–²";
}
.tableau.tri .tablesorter-header.tablesorter-headerAsc &gt; div::after {
	content: "â–¼";
}

/* Coloration pour mise en exergue des lignes */

/*Couleurs*/
.tableau tr.success    { background: #79db8f; }
.tableau tr.danger     { background: #e37b85; }
.tableau tr.warning    { background: #ffdd78; color: initial; }
.tableau tr.info       { background: #95dbe6; }

.status-tag {
	padding: 0.1em 0.5em;
	margin: 0.2em;
	border-radius: 3em;
	font-weight: bold;
	width: fit-content;
}

.status-tag.error {
	background-color: rgba(255, 0, 0, 0.354);
	border: 1px solid red;
}

.status-tag.warning {
	background-color: rgb(255, 165, 0, 0.354);
	border: 1px solid orange;
}

.status-tag.success {
	background-color: rgb(0, 128, 0, 0.354);
	border: 1px solid green;
}

details.details {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0.5em;
	margin-bottom: 1em;
	border-radius: 0.2em;
}

details.details&gt;summary {
	padding: 0.5em;
	font-size: medium;
	cursor: pointer;
	user-select: none;
}

details.details&gt;div {
	margin-top: 0.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0.5em 0.7em;
}

.tooltip {
	position: relative;
	cursor: help;
}

.tooltip.success, .tooltip.danger, .tooltip.warning, .tooltip.info {
	margin: 0 5px;
	margin-left: auto;
	background: #17a2b8;
	border-radius: 50%;
	padding: 0;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
	width: 2em;
	height: 2em;
}

.tooltip.success { background: #28a745; }
.tooltip.danger  { background: #dc3545; }
.tooltip.warning { background: #ffc107; }
.tooltip.info    { background: #17a2b8; }

.tooltip-popup {
	z-index: 1;
	top: 0;
	color: black;
	position: absolute;
	background: white;
	flex-grow: 1;
	font-size: 1.33333em;
	padding: 3px 7px;
	border: 1px solid grey;
	box-shadow: 0 0 5px gray;
	font-weight: normal;
	width: max-content;
	cursor: auto;
}

.sp_dragged {
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
	margin: 2px 0;
	user-select: none;
	cursor: grab;
}
.sp_dragged.moved {
	background-color: #f1cf68;
}

.multiselect {
	position: relative;
	width: auto;
	min-width: 120px;
	max-width: 100%;
}

.multiselect-label {
	background: #fff;
	border: 1px solid #888;
	padding: 2px 30px 2px 10px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-size: 11px;
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 20vw;
}

.multiselect-label::after {
	content: 'â–¾';
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
}

.multiselect-label-text {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}

.multiselect-dropdown {
	display: none;
	background: white;
	border: 1px solid #ccc;
	width: 100%;
	position: absolute;
	top: 100%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 2px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 100;
	width: max-content;
	min-width: 100%;
}

.multiselect-dropdown label {
	display: block;
	padding: 4px 5px;
	cursor: pointer;
	font-size: 14px;
}

.multiselect-dropdown label:hover {
	background: #f0f0f0;
}

.multiselect-dropdown label.selected {
	background-color: #d3d3d3;
}

.group-label {
	font-weight: bold;
	background: #f8f8f8;
	padding: 4px 5px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.group-options {
	margin-left: 10px;
}

.multiselect .highlighted-option {
	background-color: #e0f0ff;
	border-radius: 4px;
}



.sp_popup input[type="text"],.sp_popup input[type="tel"],.sp_popup input[type="date"]
 { 
	height: 25px;
	padding: 0 1em;
	font-size: 1em;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #FFF;
	border: 1px solid #333333;
}
.sp_popup_content .chk-postcode { width: 80px; }
.sp_popup_content #chk-shipping_relais_pay &gt; img { margin-right: 2em; margin-left: 2em; width: 80px; }
.sp_popup_content #chk-shipping_relais_pay { text-align: center; }
.sp_popup_content #chk-shipping_relais_pay * { display:inline-block; vertical-align: middle; }
.sp_popup_content .relais_horaires_main { margin-top: 10px; }
.sp_popup_content .relais_horaires_main &gt; div { margin: 5px 0;font-size: 12px; }
.sp_popup_content .relais_horaires_name {
    height: auto;
    margin: 0 auto;
    font-weight: bold;
    color: #c30040;
    vertical-align: top;
}
.sp_popup_content #chk-shipping_relais_pay &gt; img {
    margin-right: 2em;
    margin-left: 2em;
    width: 80px;
}

/* 
#shippingAddressWindowContent {
	text-align: center;
	font-size: 1.5em;
}
 */
#shippingAddressWindowContent &gt; span {
	display: block;
}
#securepayment_title_boxe {
    width: 100%;
    height: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 0 -1px 1px #c30040;
    background-color: #c30040;
    text-transform: uppercase;
}
.map_ib_content {
	text-align: left;
}
.map_ib_horaire {
	margin-top: 10px;
	overflow: hidden;
}

.relais_horaires_day {
    display: inline-block;
    width: 35%;
	font-family: OpenSansCond, Arial, sans-serif;
    font-weight: bold;
}

.relais-post { text-align: center; font-size: 13px; margin-bottom: 2em; }
.relais-post &gt; div,.relais-post &gt; input {
    display: inline;
}
.relais-post &gt; input { font-size: 13px; padding: 0.5em 0.25em; margin-left: 1em; text-align: center; }

.map_list_ul {
    list-style-type: none;
    padding:0;
}
.map_list_li {
    display: block;
    margin: 0;
    padding: 1em 0 1em 1em;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
}
.map_list_name {
    display: block;
    margin: 2px 0;
    padding: 0;
    font-family: OpenSans, Arial, sans-serif;
    font-weight: bold;
}
.map_list_name &gt; span {color: #c30040;}

.map_list_addr {
    display: block;
    margin: 0.5em 0 1em 0;
    padding: 0;
    text-transform: lowercase;
}
.map_ib_button {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
/*.map_list_button, .map_list_button_select {text-align: center;}*/
#listContent .map_ib_horaire,
.relais_horaires_main { display: none; }
.relais_horaires_day {
    display: inline-block;
    width: 20%;
}
.map_list_icon {
    float: left;
    padding-right: 5px;
}
.map_ib_horaire_tab {
    font-size: 10px;
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.map_ib_horaire_tab td {
    border-collapse: collapse;
    border: 0 none;
}
#shipping_relais_pay {
    text-align: center;
}
#shipping_relais_pay &gt; img[src*="ico"], .flags #shipping_relais_pay &gt; div[src*="ico"] {
    margin: 15px 0 0 15px;
}
#shipping_relais_pay &gt; span {
    display: block;
}
#shipping_relais_pay &gt; span strong {
    font-size: 12px !important;
    color: #c30040;
}
.return_button {
    margin-top: 10px;
    margin-left: 740px;
}

map_list_button {
    color: #0a9100;
}

.custom-combobox-toggle {
    position : relative;
    left : -1px;
    height : 26px;
    width : 20px;
    border : 1px solid #4f4f4f;
    background : #fff;
    vertical-align: top;
    z-index : 0;
}


.custom-combobox-input {
    box-sizing: border-box;
    margin: 0;
    padding: 5px 10px;
    height : 28px;
    border : 1px solid #4f4f4f;
    vertical-align: top;
    background : #fff;
    color : #000;
    z-index : -2;
}

.combobox-menu-item {
    font-size : 10px;
}

.combobox-menu{
    height: 10px;
    z-index : 5;
}

.ui-menu .ui-menu-item a{
    font-size:10px;
}


/**************************************/
/** Marketplace **/
/**************************************/
#mp_legend {
	box-sizing: border-box;
	width:300px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #707070;
	padding:10px;
	border-radius: 5px;
}
#mp_legend h3 {
	width:100%;
	text-align:center;
	margin-top:0;
}
#mp_legend &gt; div {
	width:calc(80% / 2);
	text-align:center;
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-bottom:10px;
}
.mp_merchants {
	display:flex;
	/*flex-direction: column;*/
	flex-wrap: wrap;
	width: 90%;
	margin:20px auto;
	justify-content: space-between;
}
.mp_list_merchant {
	padding: 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-bottom:10px;
	box-sizing: border-box;
	width: calc(95% / 7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mp_list_merchant.toobone {
	background-color: #FCD6DA;
}
.rw_search {
	position:absolute;
	right:15px;
}
.rw_search form {
	display:flex;
	align-items: center;
}
.rw_search input {
	margin-right:7px;
	border: 1px solid #f0eeee;
	border-radius:5px;
	padding:5px;
}
.mp_list_merchant:hover {
	background-color: #f0eeee;
}

.mp_controls {
	width:99%;
	display:flex;
	justify-content: space-between;
}
.mp_account {
	display:flex;
	justify-content: flex-start;
	width:99%;
}
.mp_infos {
	display:inline-block;
	width:25%;
	margin-right:2%;
}
.mp_div h2 {
	margin-top:0;
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}
.mp_div {
	padding:15px;
	background-color: #f0eeee;
	border-radius: 8px;
	margin: 10px 0;
	font-size:1.1em;
}
.mp_messages {
	display:inline-block;
	box-sizing:border-box;
	width: 73%;
	padding:10px;
	border-radius: 8px;
	font-size:1.1em;
}
.mp_message {
	box-sizing: border-box;
	background-color: #f0eeee;
	margin-bottom:10px;
	width: 100%;
	padding:15px;
	border-radius: 8px;
	font-size:1em;
	border: 2px solid #dedede;
}
.mp_message .title {
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #fff;
}
@media (max-width:1000px) {
	.mp_controls {
		flex-direction: column;
	}
	.mp_controls &gt; * {
		margin:1px;
	}
	.mp_stop &gt; * {
		margin:1px;
	}
	.mp_stop a {
		width:100%;
		margin:1px;
	}

	.mp_account {
		flex-direction: column-reverse;
	}
	.mp_infos {
		width:100%;
	}
	.mp_messages {
		width: 100%;
	}
}

.flag_links:link img, .flag_links:visited img, .flag_links:active img {opacity:.6; transition: all 200ms ease;margin-right: 3px;}
.flag_links:hover{ text-decoration: none; opacity:1;transform: scale(1.5);}
.flag_links:hover img{ transform: scale(1.2);}
.flag_links img.selected{opacity:1; width:30px; height:20px;}

.mp_infossuppDiv {
	display:flex;
	justify-content: space-around;
	flex-wrap:wrap;
}
.mp_infossupp {
	margin:0;
	width: calc(85% / 3);
}
.mp_infossupp table {font-size:10px;}
.mp_addp_submit {margin:20px 0;}

#size_form.mp_update &gt; div:first-of-type,
#language_form.mp_update &gt; div:first-of-type {
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#size_form.mp_update .item,
#language_form.mp_update .item,
.mp_photo {
	width: 31%;
	background-color: #f0eeee;
	border-radius: 5px;
	margin: 10px 1%;
	padding: 15px;
	box-sizing: border-box;
}
#size_form.mp_update &gt; div:last-of-type,
#language_form.mp_update &gt; div:last-of-type {
	margin:20px 0;
}

#language_form.mp_update .item {
	display: flex;
	flex-direction: column;
}

#language_form.mp_update .item &gt; a {
	text-align:right;
}

#language_form.mp_update .item p {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width:100%;
}
#language_form.mp_update .item label {
	width:48%;
	margin-right:2%;
	font-weight:bold;
}
#language_form.mp_update .item input,
#language_form.mp_update .item textarea {
	border-radius:3px;
	border: 1px solid #707070;
	padding: 3px;
}
#language_form.mp_update .item input[type="text"],
#language_form.mp_update .item input[type="number"] {
	width:50%;
}

#language_form.mp_update .item textarea {
	width:100%;
	margin-top:5px;
}
.mp_update_photos {
	display: flex;
	flex-wrap: wrap;
	width:95%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.mp_photo img {
	max-width:80%;
	display:block;
	margin:15px auto;
}
.mp_photo .subtitle {
	font-weight: bold;
	margin: 10px 0;
	display:block;
	float: none;
}
.mp_validation {
	display:block;
	margin-top: 10px;
	font-style: italic;
}
.mp_photo button[type="submit"] {
	display:block;
	margin: 20px auto 0;
	padding: 10px 10px;
}

.mp_update_price {
	width: 50%;
	background-color: #f0eeee;
	border-radius: 5px;
	margin: 30px auto;
	padding: 15px;
	box-sizing: border-box;
}
.mp_update_price p {
	width:100%;
	display:flex;
}
.mp_update_price .infos {
	font-weight: bold;
}
.mp_update_price hr {
	margin:20px 0;
}
.formulaire.mp_update_price_form label {
	width:75%;
	float:none;
}
.mp_update_price_form p input {
	width:25%;
}
.mp_update_price_form input[type="submit"] {
	display:block;
	margin: auto;
}

</pre></body></html>