.blocReductionLogistique{background: url("./blocReductionLogistique.gif") no-repeat;width: 235px;height: 119px;border: 0;display:block;}
.IsVisibleEngagement {background: url("./oogarden_s_engage.de.gif") no-repeat;width: 235px;}
.carre {display:inline-block; width:20px;height:20px; margin-right:5px; vertical-align:middle}
#pagecenter .editorialContent .ndFrameTitle h3 {color: #d20c8a; font-size: 15px; font-weight: 300; text-align: center;background: none;margin:0;padding:0}
#pagecenter .editorialContent .ndFrameTitle h2 {color: #d20c8a; font-size: 15px; font-weight: 300; text-align: center;background: none;margin:0;padding:0; -webkit-margin-before:0; -webkit-margin-after:0; -webkit-margin-start: 0px; -webkit-margin-end: 0px;}
#pagecenter .editorialContent .ndFrameTitle .ndh2 {font-size: 20px; margin-top: -1px}
#pagecenter .editorialContent .ndlistegreenchecks {line-height: 1.6em; margin-bottom: 15px!important; list-style-type: none; padding-left: 35px!important; background: url(https://cdn.oogarden.net/Editorial/496/espace-client_7-748_11.png) left no-repeat!important; font-size: 15px; font-weight: bold; color:#76b82a}
#pagecenter .editorialContent .rh_editorialTitle, #pagecenter .editorialContent .rh_content li, #pagecenter .editorialContent .rh_content h2, #pagecenter .editorialContent .rh_content p, #pagecenter .editorialContent .rh_content ul, #pagecenter .editorialContent .rh_content li, #pagecenter .editorialContent h1, #pagecenter .editorialContent li 
{
	background: none;
	list-style-type:none;
	padding:0;
	margin:0;
	text-decoration:none;
    display: list-item;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;
	font-weight:normal;
	/*text-align:left;*/
}

/* Styles editorial RH */
#pagecenter .editorialContent .rh_editorialTitle 
{
	text-transform:uppercase;
	font-family:Verdana;
	font-size:12px;
	letter-spacing: 2px;
	margin: 10px 0 0 -27px;
	color: #333;
}

#pagecenter .editorialContent .rh_content h2 
{
	text-transform:uppercase;
	font-family:Verdana;
	font-size:12px;
	letter-spacing: 2px;
	margin: 15px 0 0px -17px;
	color: #333;
}

#pagecenter .editorialContent .rh_content p, #pagecenter .editorialContent .rh_content p a 
{
	margin:0 0 5px 0;
	font-family:Verdana;
	line-height:17px;
	font-size:12px;
	color:#333;
}

#pagecenter .editorialContent .rh_content .pindent p, #pagecenter .editorialContent .rh_content .pindent 
{
	text-indent:20px;
	margin-bottom: 8px;
}

#pagecenter .editorialContent .firstbigsubtitle 
{
	font-size: 24px !important;
	font-weight:bold !important;
	font-family:Verdana;
	margin: -5px 0 7px -27px;
	letter-spacing: -1px;
	color: #333;
}

#pagecenter .editorialContent .bigsubtitle 
{
	font-size: 24px !important;
	font-weight:bold !important;
	font-family:Verdana;
	letter-spacing: -1px;
	color: #333;
	margin: 8px 0 15px -19px !important;
}

/* Styles Menu RH */
#pagecenter .editorialContent .menurh 
{
	width:auto;
	margin: 0px 0px;;
	padding: 6px 6px 4px 6px;
	height: auto;
}

#pagecenter .editorialContent .menurh li 
{
	margin: 0px 0px 6px 0px;
	padding: 0px 6px 0px 6px;
	float: left;
	position: relative;
	list-style: none;
	background: none;
}

#pagecenter .editorialContent .menurh a, #pagecenter .editorialContent .menurh a:visited 
{
	text-transform:uppercase;
	font-family:Verdana;
	font-size:12px;
	letter-spacing: 2px;
	font-weight:normal !important;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0;
	margin-bottom: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #E4E4E4;
}

button.rhactive, #pagecenter .editorialContent .menurh .rhactive a, #pagecenter .editorialContent .menurh li:hover > a 
{
	background: #c8007a;
	color: #FFFFFF;
	text-decoration:none;
}

#pagecenter .editorialContent .menurh:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#pagecenter .editorialContent .menurh 
{
  display: inline-block;
}

/* FIN Menu RH */

.ndImageHeaderText 
{
	font-weight:300;
	width:85%;
	height:auto;
	background:RGBA(255,255,255,0.85);
	padding:15px;
	bottom:18px;
	right:18px;
	position:absolute;
}

.ndImageHeader 
{
	width:100%;
	height:253px;
	background-repeat: no-repeat;
	position:relative;
}

.ndBorderFrameContainer 
{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ndBorderFrameContainer a, .ndBorderFrameContainer a:link, .ndBorderFrameContainer a:visited 
{
	text-decoration:none;
	color:#7daf03;
}

.ndBorderFrame, .ndMonoBorderFrame 
{
	border:1px solid #d20c8a;
    width: auto;
	margin-right: 20px;
	margin-top:25px;
	padding: 20px 0 20px 0;
	height:100px;
	/*child properties */
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	/* container properties */
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ndMonoBorderFrame 
{
	height:auto;
}

.ndBorderFrameContainer div:last-child 
{
	margin-right:0;
}

.ndBorderFrame p, .ndMonoBorderFrame p 
{
	margin:auto;
	transform: translateY(-5px);
	vertical-align: middle;
	text-align: left;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
	max-width:100%;
}

.ndBorderFrame p img, .ndBorderFrame p img a, .ndMonoBorderFrame p img, .ndMonoBorderFrame p img a, .ndMonoBorderFrame img, .ndMonoLine img 
{
	vertical-align: central;
	border:none;
	/*margin-bottom:20px;*/
}

.ndBorderFrame ul, .ndMonoBorderFrame ul 
{
	padding:0 15px 0 25px;
	max-width:100%;
}

.ndBorderFrame ul li, .ndMonoBorderFrame ul li 
{
	line-height:1.6em;
	margin-bottom:15px !important;
	list-style-type:none;
	padding-left:35px !important;
	background:url(https://cdn.oogarden.net/Editorial/496/espace-client_7-748_11.png) no-repeat left !important;
	font-size:13px;
}

.ndBorderFrame ul li:last-child, .ndMonoBorderFrame ul li:last-child 
{
	margin-bottom:0;
}

.ndFrameTitle 
{
	width:auto;
	background-color: white;
	text-transform: uppercase;
	color:#d20c8a;
	font-size:15px;
	font-weight:300;
	text-align:center;
	margin: -30px auto 20px auto;
    flex: 0 1 auto;
	padding:0 10px 0 10px;
	/*z-index:99;*/
}

.ndMonoLine 
{
	border-top:1px solid #d20c8a;
    width: auto;
	height:auto;
	margin-top:35px;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: flex-start;
	flex-direction:column;
	-ms-flex-prefered-size:auto;
	padding: 20px 0 20px 0;
}

.ndBigTitle 
{
	font-size: 24px !important;
	font-weight:bold !important;
	font-family:Verdana;
	letter-spacing: -1px;
	color: #333 !important;
	margin: 8px 0 15px -39px !important;
	background:none !important;
}
