#wrapper{
    display:flex;
    flex-direction: row;
    align-items: stretch;
    height:100vh;
}

.wrapperButton{
    width:50%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
	/* margin:15px 15px 15px 90px; */
}


.btnConnect{
    max-width: 400px;
    width:90%;
    height:48px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
    overflow:hidden;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;

}

.btnConnect.blue{
    background-color:#1563A3;
    color:#fff
}

.btnConnect.blue:hover{
    background-color:#0C4879;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}

.btnConnect.white{
    background-color:#fff;
    color:#0C4879
}

.btnConnect.white:hover{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.25);
}

.logoMirakl{
    width:25px;
    margin-right:10px;
}

.logoMirakl svg{
    width:100%;
}

.btnConnect.blue .logoMirakl .logoSvg{ fill:#fff;}
.btnConnect.white .logoMirakl .logoSvg{ fill:#1563A3;}
.occlusionAlerte{
	width:500%;
	height:500%;
	display: block;
	z-index:500;
	padding:0;
	border:0;
	position:absolute;
	
	background: rgba(255, 255, 255, 0.8) url("../img/transparent.png") repeat scroll 0 0 !important;
}
.occlusionActu{
	width:500%;
	height:500%;
	display: block;
	z-index:10000;
	left:0;
	top:0;
	padding:0;
	border:0;
	position:absolute;
	
	background: rgba(255, 255, 255, 0.8) url("../img/transparent.png") repeat scroll 0 0 !important;
}
[id*="calcul-"]{
    font-size:16px;
}
.dropper {
  margin: 50px 10px 10px 50px;
  width: 80%;
  height: auto;
  background-color: #dddddd;
  border: 1px solid #111;
  
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.drop_hover {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
}

.draggable {
  display: inline-block;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  /*width: 80px;
  height: 60px;*/
  color: #3D110F;
  background-color: #22779e;
  border: 2px solid #3D110F;
  text-align: center;
  /*font-size: 2em;*/
  cursor: move;
  
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.debug_message{
	z-index: 999;
	color: #393939;
	position: absolute;
	top: 92px;
	left: 280px;
}
.support_catalogue{
	min-height:80px;
}
.compteur_catalogue hr{
	margin:5px;
}

.checkboxSupport{
	vertical-align: top; 
	margin: 8px 0 0;
}
.divCheckboxListeSupports{	
	display: inline; 
	margin-right:5px;
}
.divListeSupports{
	float:left;
	text-align:center;
	font-size:10px;
	width:120px;
	color:#393939;
}
.guide {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #22779E;
	font-size: 18px;
	text-transform:uppercase;
	border: 0;
}
#entete {
	margin: auto;
	height: 61px;
	width: 970px;
}
#entete span, .hometxt {
	display: none;
}
#entete .logo {
	display: block;
	float: left;
	width: 216px;
	height: 61px;
	background-image: url(../img/entete_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#entete .accroche {
	width: 430px;
	height: 43px;
	float: left;
	margin-left: 50px;
	background-image: url(../img/entete_accroche.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#entete .contact {
	width: 172px;
	height: 41px;
	float: left;
	margin-top: 13px;
	margin-left: 60px;
	background-image: url(../img/entete_contact.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#infoClient .box {
	padding-left:8px;
	position:relative;
	top:0px
}
#boxLivraison {
	display:block;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
.occlusion{
	width:500%;
	height:500%;
	display: block;
	z-index:10000;
	left:0;
	top:0;
	padding:0;
	border:0;
	position:absolute;
	/* background-color:#FEFEFE; */
	/* filter:Alpha(opacity=80); */
	/* -moz-opacity:.80; */
	/* opacity:.80; */
	background: rgba(255, 255, 255, 0.8) url("../img/transparent.png") repeat scroll 0 0 !important;
}
.occlusion-inside {
	position:fixed;
	top:50%;
	left:45%;
	width:250px;
	text-align:center;
	background-color:#fff; 
	padding: 0.8em;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.popin-message-occlusion {
    text-align: center;
    margin-top: 1em;
	color: #393939;
	font-weight:600;
}
.occlusionRegle{
	width:500%;
	height:1000%;
	display: block;
	z-index:10000;
	left:0;
	top:0;
	padding:0;
	border:0;
	position:fixed;
	background-color:#FEFEFE;
	/* filter:Alpha(opacity=60); */
	/* -moz-opacity:.680; */
	/* opacity:.60; */
	background: rgba(255, 255, 255, 0.8) url("../img/transparent.png") repeat scroll 0 0 !important;
}
.occlusionImp{
	width:500%;
	height:1000%;
	display: block;
	z-index:10000;
	left:0;
	top:0;
	padding:0;
	border:0;
	position:absolute;
	background-color:#FEFEFE;
	filter:Alpha(opacity=60);
	-moz-opacity:.680;
	opacity:.60;
	}
#div_fond{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#div_zoomPhoto, #div_legendPicto, .div_historique{
	display: none;
	position: fixed;
	max-height:80%;
	padding:1%;
	border: 1px solid #002E40;
	background-color: white;
	z-index:101;
	overflow: auto;
}
.closeLightForm{
	float:right;
	text-decoration:underline;
	cursor:pointer;
}

.divChoixParam {
	position: absolute;
	background-color: #fff;
	font-family: sans-serif;
	z-index: 99;
	padding: 10px;
	border: 1px solid #002E40;
	
	left: 300px; 
	margin-left: 30px; 
	margin-top:52px
}

.divRecapRegles, .divExceptionRegles {
	position: relative;
	z-index: 99;
	color: #FFF;
	top: 5px;
}

.divConfirmExceptionUpdate {
	position: relative;
	background-color: #c5c5c5;
	z-index: 99;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 10px;
	width:30%;
	border: 1px solid #393939;
}

.b ,.c {
	/*background-color: #F6Fb66;*/
	background-color: #e9e9e9;
}

.a0 {
	font-size: 13px;
	min-width: 250px;
}

.b0 {
	text-indent: 10px;
	font-size: 13px;
	min-width: 250px;
}

.c0 {
	/*text-indent: 20px;*/
	font-size: 13px;
	min-width: 250px;
}

.divCaptionInfo{
	position: absolute;
	background-color: #fff;
	color: #002E40;
	z-index: 99;
	padding: 10px;
	border: 1px solid #002E40;
}

#hd-notifications {
position: absolute;
bottom: 0;
}

#hd-notifications div.notificationKO {
	border-color: #cc0000;
	background-color: #f45f69;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 385px;
	padding: 0.25em 0.818em 0.454em;
	border: 1px solid #DCDCDC;
	border-bottom-width: 0;
}

#hd-notifications div.notificationOK {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 385px;
	padding: 0.25em 0.818em 0.454em;
	border: 1px solid #DCDCDC;
	border-bottom-width: 0;
}

#span_txtInfoBis {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	top: 0px;
	margin-bottom:5px;
	margin-left:2px;
	width: 345px;
	padding: 0.25em 0.818em 0.454em;
	border: 1px solid #489E00;
	display:none;
}

#formRechercheAvanceeCatalogue {
	padding: 10px;
	border: 2px solid #e5e5e5;
}

.titre_liste {
    color: #fff;
	font-size:600;
	font-size:14px;
    background-color: #22779E;
}

.liste_c1 {
    /*background-color: #FBFFBB;*/
    background-color: #fff;
	color: #000;
}

.liste_c2 {
    color: #000;
    /*background-color: #F8EE88;*/
    background-color: #fff;
}

.td_gestionGroupes_active a, .td_gestionGroupes_desactive a, .td_gestionGroupes_partielle a {
    font-weight:600;
}

.td_gestionGroupes_active {
    padding-left:20px;
	color: #393939;
    background-color: #C8D10C;
}

.td_gestionGroupes_desactive {
    padding-left:20px;
	color: #393939;
    background-color: #c6bbc8;
}

.td_gestionGroupes_partielle {
    padding-left:20px;
	color: #393939;
    background-color: #E2E86F;
}

.td_gestionGroupes_active_first {
    padding-left:20px;
	color: #393939;
    background-color: #C8D10C;	
	border-left: solid 2px #C8D10C!important;
}

.td_gestionGroupes_desactive_first {
    padding-left:20px;
	color: #393939;
    background-color: #c6bbc8;
	border-left: solid 2px #C1C1C1!important;
}

.td_gestionGroupes_partielle_first {
    padding-left:20px;
	color: #393939;
    background-color: #E2E86F;
	border-left: solid 2px #E2E86F!important;
}

.td_gestionRegles_active a, .td_gestionRegles_desactive a, .td_gestionRegles_partielle a {
    font-weight:600;
}

.td_gestionRegles_active {
    padding-left:20px;
	color: #398439;
    background-color: #fff;
}

.td_gestionRegles_desactive {
    padding-left:20px;
	color: #cc0000;
    background-color: #fff;
}

.td_gestionRegles_active_first {
    padding-left:20px;
	color: #cc0000;
    background-color: #fff;	
	border-left: solid 2px #c8d10c!important;
}

.td_gestionRegles_desactive_first {
    padding-left:20px;
	color: #cc0000;
    background-color: #fff;	
	border-left: solid 2px #cc0000!important;
}
	
.td_gestionRegles_partielle_first {
    padding-left:20px;
    background-color: #fff;	
	border-left: solid 2px #E2E86F!important;
}

.td_gestionRegles_partielle {
    padding-left:20px;
	color: #fff;
    background-color: #929292;
}

.th_editer_regle{
	vertical-align:middle; 
	color:#333; 
	border-bottom:1px solid #dddddd; 
	vertical-align:top; 
	width:200px;
}

.sidebar_li_selected{
	/*background-color: #489E00;*/
	background-color: #c8d10c;
	color:#fff;
}

.td_codesEAN_categ {
    padding-left:10px;
	color: #393939;
    background-color: #fff;
}

.td_codesEAN_marque {
    padding-left:30px;
	color: #393939;
    /*background-color: #C1C1C1;*/
}

.td_codesEAN_produit {
    padding-left:40px;
	color: #393939;
    /*background-color: #eae8e4;*/
}

.td_produit_sansCodesEAN {
    padding-left:10px;
	color: #393939;
    background-color: #fff;
}

div.notification {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px 1px 0px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.notificationOK {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px 1px 0px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.notificationKO {
	border-color: #CC0000;
	background-color: #f45f69;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px 1px 0px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


div.notificationV2 {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
}

div.notificationV2OK {
	border-color: #489E00;
	background-color: #8DC361;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
}

div.notificationV2KO {
	border-color: #CC0000;
	background-color: #f45f69;
	color: #FFF;
	cursor: pointer;
	bottom: 0px;
	width: 650px;
	padding: 0.454em 0.818em;
	border-width: 1px;
	border-style: solid;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
}
/**/
	/*	Cadre	*/
/**/
/*BLOC EXTENSIBLE jaune*/
.bloc-libre{
	position:relative;
}
.bloc-libre .TL{
	position:absolute;
	background:url(./../img/img_page/img_tableau/c1.gif) left top no-repeat;
	top:0px;
	left:0px;
	height:30px;
	width:20px
}
.bloc-libre .TR{
	position:absolute;
	background:url(./../img/img_page/img_tableau/c2.gif) top right no-repeat;
	top:0px;
	right:0px;
	height:30px;
	width:20px
}
.bloc-libre .BL{
	position:absolute;
	background:url(./../img/img_page/img_tableau/c3.gif) bottom left no-repeat;
	bottom:0px;
	left:0px;
	height:30px;
	width:20px
}
.bloc-libre .BR{
	position:absolute;
	background:url(./../img/img_page/img_tableau/c4.gif) bottom right no-repeat;
	bottom:0px;
	right:0px;
	height:30px;
	width:20px;
}
/*BORDURES jaune*/
.bloc-libre .L{
	background:url(./../img/img_page/img_tableau/h1.gif) repeat-y 0 0;
	background-position:center left;
	position:relative;
}
.bloc-libre .R{
	background:url(./../img/img_page/img_tableau/h2.gif) repeat-y 100% 0;
	background-position:center right;
}
.bloc-libre .T{
	background:url(./../img/img_page/img_tableau/l1.gif) repeat-x 0 0;
	position:relative;
}
.bloc-libre .B{
	background:url(./../img/img_page/img_tableau/l2.gif) repeat-x 0 100%;
}
.cadreTableau{
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}
.cadreTableauLogin{
	padding-top:15px;
	padding-bottom:15px;
	margin:10px;
	padding-left:10px;
	padding-right:10px;
}

.onoffswitch {
    position: relative; 
	width: 60px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
    -webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; 
	margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
	-webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
	float: left; 
	width: 50%; 
	height: 25px; 
	padding: 0; 
	line-height: 25px;
    color: white;
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 5px;
    background-color: #c8d10c; 
	color: #393939;
	text-align: left;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 5px;
    background-color: #c6bbc8; 
	color: #393939;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
	width: 18px; 
	margin: 6px;
	height: 8px;
	top: 2px;
    background: #fff;
    border: 1px solid #999999; 
	border-radius: 21px;
    position: absolute; 
	right: 30px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.td_comparateurs_1 {
    width:29%;
	border: solid 1px #dddddd;
	padding-right: 5px;
	line-height: 20px;
}

.td_comparateurs_2, .td_comparateurs_3, .td_comparateurs_4, .td_comparateurs_4, .td_comparateurs_5, 
.td_comparateurs_6, .td_comparateurs_7, .td_comparateurs_8, .td_comparateurs_9,
.td_comparateurs_10, .td_comparateurs_11, .td_comparateurs_12, .td_comparateurs_13 {
    width:6%;
	border: solid 1px #dddddd;
	padding-right: 5px;
	line-height: 20px;
}
.rouge {
	color:#cc0000;
	font-weight:600;
}
.vert {
	color:#00cc00;
	font-weight:600;
}

.bulleInfo a{
     color:#333333;
     text-shadow:0 -1px 0 black;     
     cursor:pointer;
}
.bulleInfo a:hover,.bulleInfo a:focus{
     background:rgba(0,0,0,.4);
     box-shadow:0 1px 0 rgba(255,255,255,.4);
}
.bulleInfo a span{
    position:absolute;  
    margin-top:-2%;
    margin-left:2%;	 
	color:white;
    background:#777;
    padding:15px;
	font-family: 'Open Sans';
	font-size: 13px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
	width: 40%;
	text-align:left;
}
.bulleInfo a:hover span, .bulleInfo a:focus span{
    transform:scale(1) rotate(0);  
    opacity:1;	 
}