body.MainBody {
    background-image: url("/images/background.jpg");
	background-color: transparent;
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: center 0;
	padding:0px;
}

a {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #99CC33;
}

/*
input[type="text"] {
    padding: 0;
}
*/

input[type="submit"] {
    padding: 0;
}

input {
    outline-style: none;
}

:-moz-placeholder {
    color: #333333;
    font-size: 12px;
}

.headerPartLeft {
    display:block;
    float: left;
    position: relative;
    padding-left : 200px;
}

.headerPartRight {
	visibility:hidden;
    position:absolute;
    float: right;
    top:0px;
    right:10px;
    margin-top:10px;
    margin-bottom:10px;
}

#NOTIE, #ie7, #ie8, #ie9 {
    margin: 0 auto;
    width: 990px !important;
}

#header {
	background-image: none;
    /* line-height: 1.2em !important; */
}

div#page {
    background-color: transparent;
    margin: 0 auto;
	padding : 0px;
    max-width: 990px;
	min-height: 100%;
	overflow : visible;
}

#logo {
	position:absolute;
	z-index:5000;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size:contain;
	display: block;
    float: left;
    left:75px;
    margin-left:5px;
    margin-bottom: 10px;
    margin-top: 8px;
	width : 200px;
	height : 38px;
	overflow : visible;
}

.logo {
	background-image: none;
	background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    float: left;
    margin-left: 10px;
	width : 990px;
	height : 110px;
}

.rech {
	display: block;
    margin-left: 5px;
    margin-top: 27px;
    position: relative;
	z-index : 50;
}

/*
.formrech {
    position: relative;
}
*/

.text_rech {
	flex-grow: 1;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    height: 36px;
    margin-right: 5px;
    padding-left: 5px !important;
    position: relative;
    vertical-align: middle;
}

.text_rech_flex {
	display: flex; 
	flex-grow: 1;
}	

.btnrech {
	box-sizing:border-box;
	background-color: #99CC33;
    background-position: -75px -35px;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: block;
    float: right;
    height: 38px;
    line-height: 37px;
    outline: medium none;
    padding: 0;
    width: 47px;
    overflow:hidden !important;
}

.bl {
    position: relative;
    z-index: 0;
}

.CompteLogo {
    float: left;
    height: 34px;
    width: 32px;
}

#buste {
	fill: #ffffff;
	fill-opacity: 1;
	stroke: #ffffff;
	stroke-width: 1px;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-opacity: 1;
}	

#buste:hover {
	fill: #ffffff;
	stroke: #ffffff;
}

#caddy {
	opacity:1;
	fill:#ffffff;
	fill-opacity:1;
	stroke:#ffffff;
	stroke-width:1;
	stroke-linejoin:miter;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-dashoffset:0;
	stroke-opacity:1
}

.BoxHome {
	box-sizing: content-box;
	background-color : #ffffff;
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 36px;
    outline: medium none;
    padding: 0 0 0 5px;
    position: relative;
    width: 152px;
}

.Compte {
    cursor: pointer;
    z-index: 15;
    margin-left: 5px;
    margin-right: 10px;
}

.Compte:hover {
    border-color: #98CA37;
}

.Planche {
    background-image: url("/images/planche.png");
    background-repeat: no-repeat;
}

.BoxContainerText {
	display:inline-block;
	box-sizing: content-box;
    line-height: 1.2em !important;
    margin-left: 10px;
    width: 80px;
}

.TitleBox {
	box-sizing: content-box;
    color: #333333;
    display: block;
    font-size: 12px;
    line-height:12px; 
    font-weight: bold;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
}

.BoxHome #CompteTitle {
    text-transform: capitalize !important;
}

.SubTitle {
	box-sizing: content-box;
    color: #999999 !important;
    display: block;
    font-size: 12px;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
    width: 100px;
}

.BoxHome #CompteTitle span {
    color: #999999 !important;
}
.BoxHome:hover #CompteTitle span {
    color: #999999 !important;
}

.Caddie {
    position: relative;
    z-index: 15;
	width : 200px;
}

.Caddie:hover {
    border-color: #98CA37;
}

.CaddieLogo {
    position:relative;
    display: inline-block;
    height: 34px;
    width: 32px;
}

#pagecontent {
	overflow : visible;
	display : block;
	position : relative;
	height : 100%;
	padding : 10px;
}

#mentionslegales {
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	width:970px;
	height : 600px;
	margin-top: 10px;
}

.msg {
	FONT-FAMILY: Arial,Verdana,sans-serif;
	COLOR: #333333;
}

#toolbarmenu li {
	background: linear-gradient(#c6559d, #e60b6b) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#c6559d, #e60b6b);
	background: -webkit-linear-gradient(#c6559d, #e60b6b);
	background: -o-linear-gradient(#c6559d, #e60b6b);
	background: -ms-linear-gradient(#c6559d, #e60b6b); /*For IE10*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c6559d', endColorstr='#e60b6b');/*For IE7-8-9*/ 
}

#toolbar li:hover {
    background: linear-gradient(#99CC33, #99CC33) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#99CC33, #99CC33);
	background: -webkit-linear-gradient(#99CC33, #99CC33);
	background: -o-linear-gradient(#99CC33, #99CC33);
	background: -ms-linear-gradient(#99CC33, #99CC33); /*For IE10*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99CC33', endColorstr='#99CC33');/*For IE7-8-9*/ 
}

#titlenav {
	color: #0093D1;
	padding : 0px 0px 10px 0px;
}

#titlenav h1 {
	display : inline-block;
	font-size: 1rem;
}

#titlenavhome {
	color : #000000;
}

#article {
	display:flex;
	flex-wrap: wrap;
	flex-direction : row;
}

#articlefichegauche {
	flex-wrap: wrap;
	flex-direction : column;
	width:100%;
}

#articlefichedroite {
	flex-wrap: wrap;
	flex-direction : column;
}

#articleimage-large {
	display:none;
}

#artintitule {
}

#artintitule h2 {
	display : inline-block;
	font-size : 12pt;
	font-weight : bold;
	color: #5a5a5a;
	padding-bottom: 15px;
}

#artintitule .classpersonnalise {
	display : block;
	font-size : 10pt;
	font-weight : bold;
	color: #5a5a5a;
	margin: 5px 5px 5px 0px;
}

#artimage {
    float: left;
    max-height: 200px;
    position: relative;
    max-width: 220px;
	padding-right : 5px;
}

#artimagenondispo {
	display: table-cell;
	vertical-align : middle;
	text-align : center;
	font-size : 12px;
	color: #0093D1;
	font-weight: bold;
	height : 100%;
	width : 100%;
}

#artinfo {
}	

#artpanier {
	display:inline-block;
	padding: 15px 0 0;
	height: 62px;
	color: #545454;
    font-size: 13px;
}	

#artcritere {
	display:inline-block;
	vertical-align:top;
	padding: 10px 0 0;
	color: #545454;
    font-size: 13px;
	width : 290px;
}

.stock {
	display : inline-block;
	background: url("/images/stock.png");
	background-position: 0px 0px;
	width:31px;
	height:15px;
}	

#artstock {
	vertical-align:middle;
	padding: 20px 0 0;
	width : 290px;
	color: #545454;
	font-size: 13px;
}

#artstocktext {
	color: #545454;
	font-size: 13px;
}	

#artpanierquantite {
	background: url("/images/bg_quantite.jpg") repeat-x scroll left top #FFFFFF;
    border: 2px solid #C1C1C1;
    border-radius: 4px 4px 4px 4px;
    color: #545454;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    height: 24px;
    line-height: 22px;
    padding: 0 5px;
    width: 40px;
    z-index: 5;
	text-align : center;
	vertical-align: middle;
}

#articledescriptif {
	padding-top : 20px;
}

#dialog-article {
	display:flex;
	background-color : white;
	border-radius: 4px 4px 4px 4px;
	height : 94px;
}

#dialog-artimage {
	flex-basis:content;
	border-radius: 4px 4px 4px 4px;
	border : 1px solid #C1C1C1;
	vertical-align : middle;
	margin : 5px;
	padding : 5px;
	height : 80px;
}

#dialog-artdesignation {
	flex-grow : 1;
	padding : 10px;
	vertical-align : top;
	color: #545454;
	font-size : 14px;
	font-weight : bold;
	width : 350;
}

#dialog-arttarif {
	flex-basis:content;
	padding : 10px;
	vertical-align : top;
	color: red;
	font-size : 14px;
	font-weight : bold;
}

#btnvaliderachats {
	font-size : 13px;
}

.validerachats {
	text-align : right;
	padding-top : 10px;
}

#avancement {
display: inline-block;
position: relative;
width: 100%;
font-weight : bold;
margin-bottom: 10px;
overflow: hidden;
max-width:538px;
}

.avccurrent {
    fill: #0099CC;
}

.idz_btn {
    float: right;
}
#avancement div.twoLines {
    width: 155px;
}
#avancement div.twoLines .avancementNum {
    display: block;
    float: left;
}
#avancement div.twoLines .avancementTitle {
    display: block;
    float: left;
    margin-left: 0;
    margin-top: 5px;
}
#avancement a span {
    cursor: pointer;
}
/*
input[type="checkbox"] {
    margin: 0;
}
*/
#ie7 .avancementTitle {
    margin-top: -19px;
}
#ie8 #avancement a div {
    height: 20px;
}

.helpContainerCaddie {
    display: block;
    float: right;
    height: 78px;
    width: 226px;
}

.authentificationtitre {
    clear: both;
    color: #333333;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

.f12 {
    font-size: 12px;
}
.maB20 {
    margin-bottom: 20px;
}
.clear {
    clear: both;
}

#authentification h2, #nouveaucompte h2, #authentificationEtapeCaddie h2 {
    background-color: #0099CC;
    border: 1px solid #0099CC;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 30px;
    text-align: center;
}

/* Empêche le fonctionnement de summernote (liste à puce et numéroté) */
ol, ul {
    list-style: none outside none;
}
*/

.chgPasswordError {
	position:absolute;
	top:80px;
	left:110px;
}

.invisible {
    visibility: hidden;
}

.none {
    visibility: hidden;
	height : 0px;
}

.displaynone {
	display: none;
}

.paT20 {
    padding-top: 20px;
}

.inline {
    display: inline !important;
}

#clienregistrer {
	display: block;
    float: left;
}

#dw_eu_clie_datawindow .pwstrength_viewport_progress {
	position : absolute;
	width : 200px;
	top : 415px;
	left : 255px;
}

#dw_eu_clie_datawindow .pwstrength_viewport_errors {
	position : absolute;
	width : 300px;
	top : 427px;
	left : 255px;
}

#dw_eu_clie_datawindow .password-verdict {
	position : absolute;
	font-style : MS Sans serif;
	font-size : 8pt;
	font-weight : bold;
	color: black;
	z-index : 10;
	top:401px;
	left:255px; 
}

#dw_eu_clie_datawindow .password-verdict-title {
	color:gray;
}

#passwordform .pwstrength_viewport_progress {
	position : absolute;
	width : 200px;
	top : 35px;
	left : 370px;
}

#passwordform .pwstrength_viewport_errors {
	position : absolute;
	width : 300px;
	top : 45px;
	left : 200px;
}

#passwordform .password-verdict {
	position : absolute;
	font-style : MS Sans serif;
	font-size : 8pt;
	font-weight : bold;
	color: black;
	z-index : 10;
	top:20px;
	left:370px; 
}

#passwordform .password-verdict-title {
	color:gray;
}

.adlivraison {
	font-size : 13px;
	font-weight: bold;
	color: #434343;
	display: inline-block;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.adlivraisonselect {
	font-size : 10px;
	color: #5A5A5A;
}

#adresselivraisonnew { 
width:6.542in;
display:none; 
float:left; }

#adresselivrnone {
	font-size : 13px;
	font-weight: bold;
	color: #434343;
	margin-top : 10px;
	margin-bottom : 10px;
}

.adlivraisonbtn {
	margin-top : 10px;
	margin-bottom : 10px;
}

#adfacturation {
	display:inline-block;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    margin-bottom:10px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.transport_background {
    background-color: #F2F2F2;
    margin: 5px 0;
    padding: 5px;
}

.transport {
	margin-bottom:10px;
}

.transport TABLE TD.radio {
    vertical-align: top;
    width: 20px;
}
.transport td {
    padding: 10px 0;
}

input {
    outline-style: none;
}

table.transport td, input, select {
    font-size: 13px;
}

.transport TABLE tr.sel TD.intitule, .transport TABLE tr.sel TD.montant {
    color: #0093D1;
}
.transport TABLE TD.intitule {
    vertical-align: top;
    width: 760px;
	font-size: 13px;
}
.transport td {
    padding: 10px 0;
}

.transport TABLE TD.montant {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 130px;
}

div.panier_paiement {
    border: 1px solid #B3B3B3;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
	height : auto;
}

div.panier_paiement div.bloc {
    border: 0 none #FFFFFF;
    margin: 10px;
    padding-bottom: 20px;
}

div.panier_paiement div.bloc p {
    border-bottom: 1px solid #B3B3B3;
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
}

div.panier_paiement div.bloc div.paiementcb {
    width: 725px;
}
div.panier_paiement div.bloc div.paiement {
    margin: 10px;
    text-align: center;
    width: 100%;
}

div.paiementcbtxt {
    padding-top: 5px;
    padding-bottom: 5px;
	width: 100%;
}

div.paiementcbimg {
    float: left;
    margin-left: 0 !important;
    margin-right: 0;
    text-align: center;
    width: 100%;
}

div.panier_paiement div.bloc div.paiement a.paiementcb, div.panier_paiement div.bloc div.paiement a.paiement {
    color: #0093D1;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

div.panier_paiement div.bloc div.paiement a.paiement:hover, div.panier_paiement div.bloc div.paiement a.paiementcb:hover {
    color: #006699;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

/*
div.confpaniertxt {
	font-size : 13px;
}
*/

div.confpanierinfo {
	display:flex;
	flex-direction: column;
}

div.confpanierinforef {
	flex-grow : 1;
	border: 1px solid #B3B3B3;
	position : relative;
	margin-top : 20px;
	margin-right: 0px;
	padding : 10px;
	/*font-size : 12px;
	width : 285px;
	height : 130px;*/
	line-height: 15px;
}

div.confpanierinforef p {
	color: #006699;
}	

.contenuCentreCC1 {
    position: relative;
    text-align: center;
    z-index: 1;
}

.contenuCentreCC2 {
    margin: 0px;
    text-align: left;
    max-width: 970px;
}

.menuBloc {
    display: block;
    font-size: 1px;
    margin-top: 20px;
}

/*
.fond1, .fond2, .fond3 {
    background: url("/images/fond-blanc-degradee.gif") no-repeat scroll center top transparent;
}
*/

.menuBlocContenu {
    background-repeat: repeat;
    box-shadow: 1px 1px 12px #aaa;
    height: auto;
    margin: 0;
    padding: 20px 20px 10px;
    border-radius: 1em;
}

ul.p1 {
    list-style-image: url("/images/coche-verte.gif");
}

ul.p2 {
    list-style-image: url("/images/coche-bleue.gif");
}

ul.p3 {
    list-style-image: url("/images/coche-orange.gif");
}

ul.p1, ul.p2, ul.p3 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 0;
    padding-left: 0;
}

.menuBlocContenu h3.titleMonProfil {
    color: #71A02A;
}

.menuBlocContenu h3.titleMonProfil, .menuBlocContenu h3.titleMesCommandes, .menuBlocContenu h3.titleMesFactures {
    font-size: 22px;
    font-weight: bold;
    margin-left: -15px;
    text-transform: uppercase;
}
.contenuCentreCC2 h3 {
    margin-bottom: 10px;
}

a.p1, a.p2, a.p3 {
    font-size: 16px;
}
li.p1, li.p2, li.p3 {
    margin-bottom: 10px;
    margin-top: 0;
}

ul {
 flex-wrap: wrap;
} 

.menuBlocContenu h3.titleMesCommandes {
    margin-bottom: 5px !important;
}
.menuBlocContenu h3.titleMesCommandes {
    color: #01BAEB;
}

.menuBlocContenu h3.titleMesFactures {
    color: #FF7D00;
}

div.bienvenue {
    display: block;
    position:relative;
    font-size: 16px;
    margin-top:10px;
    padding: 0 0 0 0px;
}

div.navLeft {
    float: left;
    font-size: 12px;
}
.navRight, .navLeft {
    padding: 0 0 0 30px;
    text-align: right;
    width: auto;
}

span.gris {
    color: #5B5B5B;
    font-size: 12px;
    font-weight: bold;
}

.mainCC {
    padding-top: 0;
    width: 980px;
}

.contenuCC {
    display: inline;
    float: left;
    margin-top: 0;
    text-align: left;
    width: 685px;
}

.blocLog {
    font-size: 12px;
    margin-right: 25px;
    width: auto;
}

#pagecontent .mainCC .contenuCC h2 {
    background: url("/images/fond-grise-degradee.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0;
    padding-left: 5px;
    text-transform: uppercase;
}

.impMsg DIV.little, .mainCC DIV.little, .arialGrey DIV.little {
    background: -moz-linear-gradient(left top , #838383, #FFFFFF) repeat scroll 0 0 #F7F7F7;
	background: linear-gradient(left top , #838383, #FFFFFF) repeat scroll 0 0 #F7F7F7;
	background: -webkit-linear-gradient(left top , #838383, #FFFFFF) repeat scroll 0 0 #F7F7F7;
	background: -o-linear-gradient(left top , #838383, #FFFFFF) repeat scroll 0 0 #F7F7F7;
	background: -ms-linear-gradient(left top , #838383, #FFFFFF) repeat scroll 0 0 #F7F7F7;; /*For IE10*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#838383', endColorstr='#FFFFFF');/*For IE7-8-9*/ 
    color: #5A5A5A;
    margin: 10px 0;
    overflow: auto;
    padding: 2px 0 2px 2px;
    width: auto;
    position:relative;
}

.impMsg DIV.little div.souslittle, .mainCC DIV.little div.souslittle, .arialGrey DIV.little div.souslittle {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #5A5A5A;
    font-size: 12px;
    height: auto;
    overflow: auto;
    padding: 10px 2px 10px 10px;
    text-align: justify;
    width: auto;
}

.input1 {
    border: 1px solid #CCCCCC;
    margin: 0;
}

.adressmail {
    color: #00B8DF;
    font-size: 12px;
}

.souslittle td {
    font-weight: normal;
	font-size : 12px;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

#dw_adlivraison_datawindow  tbody tr td input {
	background : transparent;
}	

.pwdrecovertitle {
    color: #0097DF;
	font: bold 17px Arial,Helvetica,sans-serif;
    padding-bottom: 8px;
}

.pwdsendsucces {
	color : green;
}

.dw_entete {
 font-weight: bold;
 font-size: 8pt;
 cursor: pointer;
 color: #fff1f7;
 font-family: ms sans serif;
 text-align: center
}
.dw_entetesort {
 font-weight: bold;
 font-size: 8pt;
 cursor: pointer;
 color: #fff1f7;
 font-family: ms sans serif;
 text-align: center
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}

.pave {
	box-sizing:border-box;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.pave ul {
    list-style-type: none;
}

#datagridimage li {
    margin-right: 10px;
    padding: 10px 0;
}
.dgiarticles li {
	text-align:left;
    float: left;
}

.dgiarticles li img {
	vertical-align : middle;
}

#datagridimage .dgiartimagecontainer {
	display:table-cell;
	text-align : center;
	vertical-align : middle;
}	

#datagridimage .dgiartimage {
    display: block;
    overflow: hidden;
    position: relative;
}

#datagridimage .dgipromo {
	position: absolute;
	display: inline-block;
	padding: 6px 30px;
	top:32px;
    left:-32px;
    width:150px;
    z-index:2;
    overflow : hidden;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #ff5c2b;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    text-transform: uppercase;
}

.pave li a {
    color: #333333;
    display: block;
	cursor: pointer;
	text-decoration: none;
}

.pave li a:visited, .pave li a:active  {
    color: #333333;
    text-decoration: none;
}

.pave li a:hover {
    color: #333333;
    text-decoration: underline;
}

#datagridimage .dgiblocdesignation {
	display:table;
}	

#datagridimage h5 {
	display:table-cell;
    color: #222222;
    font-size: 12px;
    height: 30px;
    padding-top: 5px;
}

#datagridimage .dgidescriptifcourt, #datagridimage .dgidescriptifcourt a {
    color: #666666;
}

#datagridimage .dgiplusinfos {
    color: #0088CC;
    font-size: 10px;
    font-weight: bold;
    padding-right: 10px;
}

#datagridimage .dgitarif_container {
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 0;
}

#datagridimage .dgitarif_table {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

#datagridimage .dgitarif {
	display:table-cell;
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

#datagridimage .dgiremise {
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	margin:auto;
	color: #fff;
    background: #f4511e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#datagridimage li .dgiajoutpanier {
    display: none;
}

#datagridimage li.pave_article {
	box-sizing:border-box;
}

#datagridimage li.dernier_pave_ligne {
    margin-right: 0;
}

#datagridimage li.premier_pave_ligne {
    clear: both;
}

#vignettes_bandeau_defilement {
    margin: 0 auto;
    width: 320px;
}

#vignettes_fleche_defilement_gauche, #vignettes_fleche_defilement_droite {
    background: url("/images/arrow-left.png") no-repeat scroll center center transparent;
    float: left;
    height: 24px;
    margin-top: 30px;
    padding-left: 4px;
    padding-right: 4px;
    text-indent: -3000px;
    width: 12px;
}

span.vignettes_zone_defilement {
	display:inline-block;
    height: 80px;
    width: 20px;
}

#vignettes_fleche_defilement_droite {
    background-image: url("/images/arrow-right.png");
}

#vignettes_liste {
	display:inline-block;
    overflow: hidden;
    width: 255px;
}

#vignettes_liste ul {
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0;
}

#vignettes_liste li {
    cursor: pointer;
    float: left;
    height: 82px;
    margin-right: 5px;
    width: 80px;
}

.vignette {
    border-radius: 3px 3px 3px 3px;
	border: 1px solid #B8B7B7;
}

ul#datagridlistimage{ 
	margin-top: 2em; 
	list-style-type:none;
	padding-left:0px; 
}

ul#datagridlistimage li {
	border: solid 1px #d0d3d8;
	padding: 6px;
	min-height: 130px;
	height: auto;
	clear: both;
	margin-bottom: 0.3em
}
* html ul#datagridlistimage li {
	height: auto !important;
}

ul#datagridlistimage li div.bloc_image {
	display:inline-block;
	margin : 0 auto 0 auto;
}

ul#datagridlistimage li a {
	text-decoration: none;
	color: #374853;
}

ul#datagridlistimage a.article_img_link {
	border: solid 1px #d0d3d8;
	float: left;
}

ul#datagridlistimage a.article_img_link img { 
	vertical-align: bottom; 
	display: block;
}

ul#datagridlistimage li h2 { 
	font-weight : bold;
	font-size : 11pt;	
	margin: 0.4em 0;
}

ul#datagridlistimage li p.article_desc {
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 1.0em;
}

ul#datagridlistimage li div.bloc_global {
	display:flex;
	flex-direction:column;
	position:relative;
}

ul#datagridlistimage li div.bloc_droite {
	flex-basis : content;
	vertical-align : top;
	text-align:center;
}

ul#datagridlistimage li div.bloc_centre {
	flex-basis : auto;
	overflow: hidden;
}

ul#datagridlistimage li div.bloc_gauche {
	flex-basis : auto;
	width: min-content;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0
}

.datagridlistimage-remise {
	text-align:center;
	margin:auto;
	color: #fff;
    background: #f4511e;
    font-size: 14px;
    line-height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.datagridlistimage-promo {
    overflow : hidden;
    display: inline;
    position: absolute;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #ff5c2b;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 5px 30px;
    text-transform: uppercase;
}

ul#datagridlistimage li .tarif {
	color: #DA0F00;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight : bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul#datagridlistimage li span.dispo {
	color: #488c40;
	font-size: 0.9em
}

ul#datagridlistimage li button {
	font-size:13px;
	margin-top: 5px; 
	width:170px; 
}

.select {
	text-align : right;
}	


.PanierQteAjoute, .PanierQteSoustraire {
	display: table-cell;
	cursor:pointer;
	vertical-align:middle;
  	text-align:center;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px 10px 10px 10px;
    font-size: 26px;
	font-weight : bold;
    border: 1px solid #CCC;
	background-color : #ffffff;
    color: #069;
    line-height:.5;
	box-sizing:content-box !important;
	width:15px;
}

.PanierQteAjoute:hover, .PanierQteSoustraire:hover {
    background-color: #9C3;
    color: #FFF;
}

.PanierQte, .PanierQteSmall {
    font-size: 18px !important;
	border: 1px solid #CCC;
    height: 28px;
    line-height: 24px;
    padding: 0px;
    text-align: center !important;
    vertical-align: middle;
    width: 51px;
    box-sizing:content-box !important;
}

#alternatecontent {
	display:none;
	width : 0px;
	height : 0px;
	visibility: hidden;
}

.rib_entete {
 font-weight: bold;
 font-size: 8pt;
 color: #333;
 font-family: ms sans serif;
 text-align: center
}

.PanierVide {
    background-color: #F4F4F4;
    padding: 40px 10px;
    margin: 10px 0px 10px;
    text-align: center;
}

.PanierVide p.title {
    color: #F60;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.PanierVide p {
    margin: 10px 0px;
    font-size: 24px;
    line-height: 28px;
}

#indisponible {
  background-image : url("/images/indisponible.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
  height:400px;
  min-height: 100%;
  width: 100%;
  text-align: center;
}

#textindisponible {
  display: table-cell;
  vertical-align: middle;
  color:red;
  font-size:16pt;
  font-weight:bold;
}

#ventescroisees_bloc, #monteesgammes_bloc {
	margin-bottom : 10px;	
}

#avc_titre {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	padding: 0px 0 0px;
	margin: 0 0 10px;
	position: relative;
}	

.avc_articles {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.avc_article_image {
	border: 1px solid #d6d4d4;
    position: relative;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px;
}

.avc_designation {
	min-height : 80px;
	margin-bottom: 5px;
    display: inline-block;
}

.avc_designation a {
	font : inherit;
	color : inherit;
}

.avc_designation a:hover {
	color : grey;
}

.avc_panier {
	min-height : 30px;
	margin-top : 5px;
	text-align : center;
}	

.bx-wrapper, .bx-viewport {
    background-color: transparent !important;
    box-shadow : none !important;
    border : none !important;   
    margin-bottom : 10px important;
}

#promosolde {
	display:table;
	width:100%;
}

.promosolderemise {
	display:table-cell;
	align:right;
	padding-right : 10px;
	color: #fff;
	font-weight: 700;
    background: #f4511e;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 100px;
}

#promosoldetexte {
	width:100%;
	position:relative;
	padding-left : 10px;
	display:table-cell;
	color: #fff;
	font-weight: 700;
    background: #f4511e;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px !important;
}

.prixhab {
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.popover-header a {
	font-size : inherit;
}

.visoldepromo {
	border-radius : 5px;
	color: #fff;
	font-weight: 700;
    background: #f4511e;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    padding-top: 5px !important;
    margin-top: 5px !important;
}

.viremise {
	display:table-cell;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	margin:auto;
	color: #fff;
    background: #f4511e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
    
#vidatagridgamme ul li {
	border-radius:10px;
	width:240px;
	height:290px;
	margin:10px;
	padding:0px;
}

#vidatagridgamme a {
	color:unset;
	text-decoration:unset;
}

#vidatagridgamme .vidgblocimage	{
	display:flex;
	width:238px;
	height:238px;
	padding:10px;
	background-color:#ffffff;
	border-radius:10px;
}

#vidatagridgamme .vidgintitule {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:inherit;
	margin:5px;
}

/* Surcharge du thème jsGrid */
.jsgrid-row > .jsgrid-cell {
    background: #dcdcdc !important;
    color: #000000 !important;
}

.jsgrid-alt-row > .jsgrid-cell {
   	background: #f0f0f0 !important;
   	color: #000000 !important;
}
	
.jsgrid-header-row > .jsgrid-header-cell {
   	background: #999999 !important;
   	color: #fff1f7 !important;
}
	
.jsgrid-header-row .jsgrid-header-sort {
   	background: #f58400 !important;
}

#navbar-tools {
	height:0px;
}

.bg-navbarproprietaire {
	background-color: rgb(0, 123, 255) !important;
}

#navbarajouter:hover {
	color:black !important;
	background-color:transparent !important;
}

#navbar-afinity {
	position:relative;
	top:0px;
	
}	

#navbar-search {
	position:absolute;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	top:56px;
	margin-top:8px;
	margin-left:10px;
	margin-right:20px;
	box-sizing:content-box;
	width:95%;
}

#navbar-menu {
	position:relative;
}	

#headerPartRight-small {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:80px;
	text-align:right;
	z-index:1045;
}

.Connexion {
	font-size:11px;
}

#navbarLogoContainer {
	margin-top:8px;
	display: flex;
  	align-items: center;
	position:absolute;	
	z-index:1040;
	left:80px;
	height:40px;
}	

#navbarLogo {
		max-width: 200px;
		max-height: 40px;
		vertical-align:middle;
	}
	
/* Couleur de fond pour la navbar bootstrap en adéquation avec le thème jquery ui */	
.bg-theme {
	background-color: #c6559d !important;
}

/* Menu bootstrap - Couleur de police des entêtes de menu */
.nav-link {
	color: #ffffff !important;	
}	

/* Menu bootstrap - Couleur de police des entêtes de menu survolés */
.nav-link:hover {
	color: #000000 !important;	
}	

/* Menu bootstrap couleur de fond sous-menu */
/*
.dropdown-menu {
	background-color: #ffffff !important;
	border: 1px solid #0000 !important;	
}
*/
/* Menu bootstrap couleur de police sous-menus */
/*
.dropdown-item {
	color: #212529 !important;	
}
*/
/* Menu bootstrap couleur de fond de l'entrée de sous-menu survolé par la souris */
/*
.dropdown-item:hover {
	background-color: #c6559d !important;	
}
*/

#navbar-menu {
	height:106px;
}

#navbar-home-img {
	width:30px;
}	

#adlivraison_liste {
	display:none;
}

#jsgridresponsive_liste_large {
	display:none;
}

#adlivraison_liste_small {
	display:block;
}

#jsgridresponsive_liste_small {
	display:block;
}

#jsGridPanier-small {
	display:block;
}

#jsGridPanier {
	display:none;
}

.CaddieNbreArt {
	position: absolute;
	top: 0px;
	right: -8px;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
    padding-top: 0px;
	padding-top: 1px;
	border-radius: 10px;
	font-family: Roboto,sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: red;
	z-index: 5000;
}

#btnrelaiscolissearchbloc {
	margin-left:0px;
}

#btnrelaiscolissearch {
	margin-top:5px;
}	

#mapid {
	display:inline-block;
	vertical-align:top;
	width: 100%; 
	height: 400px;
	margin-bottom:10px;
}	

.group-result {
	background: #f3f3f3;
}	

@media print,screen and (min-width:39.75em) {
	
	#jsGridPanier-small {
		display:block;
	}

	#jsGridPanier {
		display:none;
	}

	#navbar-menu {
	height:56px;
	}
		
	.text_rech_flex {
		flex-grow: 0;
		flex-basis:250px;
	}
		
	#navbar-search {
		flex-grow:0;
		z-index:1040;
		top:0px;
		left:250px;
		margin-left:0px;
		width:360px;
	}
	
	#adlivraison_liste {
		display:block;
	}
	
	#jsgridresponsive_liste_large {
		display:block;
	}
	
	#adlivraison_liste_small {
		display:none;
	}	
	
	#jsgridresponsive_liste_small {
		display:none;
	}
	
	ul#datagridlistimage li div.bloc_global {
		flex-direction:row;
	}
	
	ul#datagridlistimage li div.bloc_centre {
		flex-grow : 1;
		flex-shrink: 1;
		width:max-content;
	}	
	
	ul#datagridlistimage li div.bloc_gauche {
		margin-left: 0.8rem;
		margin-right: 0rem;
	}
	
	ul#datagridlistimage a.article_img_link {
		margin-right: 0.6em;
	}
	
	#article {
		flex-wrap: nowrap;
	}
	
	#articlefichedroite {
		margin-left : 10px;
		max-width: 630px;
		flex-shrink: 1;
	}
	
	#articleimage-small {
		display:none;
	}
	
	#articleimage-large {
		display:block;
	}
	
	#articlefichegauche {
		max-width:320px;
	}
	
	.cookies-dialog {
		flex-direction:row;
	}
	
	#btnrelaiscolissearch {
	margin-top:0px;
	}	
	
	#btnrelaiscolissearchbloc {
		margin-left:10px;
	}
}

.round-button {
    box-sizing:content-box !important;
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #464646;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
    vertical-align:middle;
}
.round-button:hover {
    background: #262626;
    color:#f5f5f5;
    text-decoration:none;
}

.selectionadresse, #cbx_adlidentiquefact, .selectionadressesmall {
    width:20px;
    height:20px;
}

/* Pour ne pas avoir de zoom auto sur iphone */
#selectArtSort, #lbcritA, #lbcritB, #lbcritC, #lbcritD {
	font-size:16px;
}

.plandusite-famille {
	font-size:20px;
	color:black;
}

.plandusite-gamme {
	font-size:17px;
	color:blue;
}

.plandusite-type {
	font-size:15px;
	color:green;
}

.cookies-dialog {
	border-radius:10px;
	box-shadow:0 0 15px 0 rgba(0,0,0,.4);
	box-sizing:border-box;
	max-width:970px;
	background-color: white;
	color: black; 
	bottom:0px;
	position : fixed;
	display : flex; 
	flex-direction: column;
	align-items: center;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	padding: 10px;
}

#btnacceptecookie {
	width:150px;
}

#moncompte {
	color:maroon;
}

#moncompte:hover {
	color:blue;
	text-decoration: none;
}

@media print,screen and (min-width:60.5em) {
	
	#logo {
		left:0px;
		margin-top:10px;
	}
	
	#jsGridPanier-small {
		display:none;
	}

	#jsGridPanier {
		display:block;
	}
			
	#navbar-menu {
		height:auto;		
	}
	
	#navbar-tools {
		height:120px;
	}
		
	#navbar-afinity {
		position:relative;
	}
	
	.text_rech_flex {
		flex-basis:315px;
		flex-shrink:0;
	}	
	
	#navbarLogo {
		height: 40px;
	}
	
	#navbar-search {
		box-sizing:content-box;
		flex-grow:0;
		position:absolute;
		top:0px;
		left:220px;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:0px;
	}
	
	.headerPartRight {
		display:block;
		visibility:visible;
		z-index:1045;
	}	
	
	#headerPartRight-small {
		visibility: hidden;
	}	
	
	/*
	#navbarLogoContainer {
		left:0px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.nav-item {
		width : 110px;
	}
	
	.nav-link {
		text-align:center;
    	font-size: 14px;
    	text-decoration: none;
    	white-space: normal !important;
	}
	*/
	#adlivraison_liste {
		display:block;
	}
	
	#jsgridresponsive_liste_large {
		display:block;
	}
	
	#adlivraison_liste_small {
		display:none;
	}
	
	#jsgridresponsive_liste_small {
		display:none;
	}	
	
	ul#datagridlistimage li div.bloc_global {
		flex-direction:row;
	}	
	
	ul#datagridlistimage li div.bloc_centre {
		flex-grow : 1;
		flex-shrink: 1;
		width:max-content;
	}	
	
	ul#datagridlistimage li div.bloc_gauche {
		margin-left: 0.8rem;
		margin-right: 0rem;
	}
	
	ul#datagridlistimage a.article_img_link {
		margin-right: 0.6em;
	}
	
	#article {
		flex-wrap: nowrap;
	}
		
	#articlefichedroite {
		margin-left : 10px;
		max-width: 630px;
		flex-shrink: 1;
	}
	
	#articleimage-small {
		display:none;
	}
	
	#articleimage-large {
		display:block;
	}
	
	#articlefichegauche {
		max-width:320px;
	}	
	
	.PanierVide {
    	padding: 40px 140px;
	}
	
	div.confpanierinfo {
		flex-direction: row;
	}	
	
	div.confpanierinforef {
		margin-right:20px;
	}	
	
	.PanierQteAjoute, .PanierQteSoustraire {
		font-size: 16px;
		padding: 10px 2px 10px 2px;
	}
	
	.cookies-dialog {
		flex-direction:row;
	}
	
	#btnrelaiscolissearch {
		margin-top:0px;
	}
	
	#btnrelaiscolissearchbloc {
		margin-left:10px;
	}
	
	#mapid {
		width: 550px;
	}	 
	
}
/* Correctif : le bouton du bootstrap toggle ne s'affiche pas correctement, il est décalé vers le bas, il est partiellement visible */
/* Conflit avec le style .btn vertical-align : middle => certainement lié à la version de bootstrap utilisé */ 
/* toggle =< bootstrap 4.3.1 et utilisation de la version 4.6.1 */	
.toggle-handle {
	vertical-align: top !important;
}	