/**
 * Engage Box
 */

.rstbox-content {
	font-size: 1.1em;
	line-height: 160%;
}

.rstboxes .rstbox .rstbox-header {
	color: #fff;
	margin: 1em 0;
	opacity: 1;
	display: none;
}

.rstbox-container h1,
.rstbox-container h2,
.rstbox-container h3,
.rstbox-container h4,
.rstbox-container h5,
.rstbox-container h6 {
	color: #fff;
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
}

.rstbox-container b,
.rstbox-container strong {
	color: #fff;
	opacity: 1 !important;
}

.rstbox-container a {
	font: normal 1em/160% 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	display: block;
	padding: 10px 0;
	margin: 1em 0 0 0;
}

.rstbox-container a:after {
	content: " »";
}

.rstbox-container a:hover {
	color: #fff;
	background: #000;
}

/**
 * Company Webcast
 */

#playerContainer {
	width: 100% !important;
}

/**
 * Folcomedia cookie alert
 */

#cadre_alert_cookies {
	z-index: 999 !important;
}

.cadre_inner_alert_cookies {
	background: rgba(33,33,33,0.5) !important;
	padding: 10px 0 5px 0;
}

.cadre_inner_alert_cookies p {
	margin: 0;
}

#cadre_alert_cookies a {
	color: #fff;
	text-decoration: underline;
}

#cadre_alert_cookies a:hover {
	color: #fb8c00;
	text-decoration: underline;
}

.cadre_bouton div {
	padding: 0 !important;
	margin: 0 !important;
}

.cadre_texte,
.cadre_bouton {
	font: 400 0.9em/30px 'Open Sans', Arial, Helvetica, sans-serif;
}

#cadre_alert_cookies .btn {
	font: 400 0.9em/30px 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	vertical-align: inherit;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 30px;
	padding: 0 15px;
	margin: 0 0 0 30px;
}

#cadre_alert_cookies .btn:hover {
	color: #fff !important;
	text-decoration: underline;
	background: #fb8c00 !important;
}

/**
 * RSForm!Pro
 */

form.formResponsive {
	background: #e0e0e0;
	padding: 30px;
	margin: 0 0 1.5em 0;
}

.formRow {
	width: 100%;
	float: left;
	clear: both;
}

.formRow img {
	width: inherit !important;
}

.formRow .rsform-block {
	width: 100%;
	margin: 0.5em 0;
	float: left;
	clear: none;
}

/* Form fields */
.formControlLabel {
	font: normal 0.9em/120% 'InterstateRegular', Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: 32%;
	padding: 10px 3% 0 0;
	margin: 0;
	float: left;
}

.formControls {
	width: 65%;
	display: block;
	float: left;
}

.formControls .formBody {
	display: block;
	width: 100%;
	float: left;
}

.formControls .rsformVerticalClear {
	line-height: initial;
}

.formControls .rsform-input-box,
.formControls .rsform-text-box {
	font: 400 1em/40px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	background: #fff;
	-webkit-appearance: none;
	outline: none;
	border: none;
	width: 94%;
	padding: 0 3%;
	margin: 0;
}

.formControls .rsform-radio,
.formControls .rsform-checkbox {
	margin: 0 10px 0 0;
}

.formControls .highlight {
	background: rgba(237,113,1,0.1);
	border: 1px solid #fb8c00 !important;
}

.formControls .rsform-text-box {
	line-height: initial;
	background: #fff;
	width: 94%;
	height: 60px;
	padding: 2% 3%;
}

.formControls .rsform-input-box:hover,
.formControls .rsform-text-box:hover,
.formControls .rsform-input-box:focus,
.formControls .rsform-text-box:focus {
	color: #000;
}

.formControls .rsform-select-box {
	color: #757575;
	line-height: 40px;
	background: #fff;
	outline: none;
	border: none;
	width: 100%;
	height: 40px;
}

.formControls .rsform-submit-button,
.formControls .rsform-reset-button {
	font: normal 1em/160% 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #4caf50;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;
	padding: 10px 45px;
	margin: 0;
}

.formControls .rsform-submit-button:hover,
.formControls .rsform-reset-button:hover {
	background: #388e3c;
}

p.formDescription {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 3px;
	margin: 0 0 0 3px;
}

div.calheader {
	text-align: center !important;
}

/* Required */
strong.formRequired {
	font-weight: normal;
	margin: 0 0 0 3px;
}

/* Error message */
span.formValidation,
span.formError {
	font: normal 0.9em/100% 'InterstateRegular', Arial, Helvetica, sans-serif;
	color: #f00;
}

.formNoError {
	display: none;
}

/* Clear */
.formClr {
	display: block;
	clear: both;
}

/**
 * Widgetkit
 */

/* Home slideshow */
.home_wrapper .wk-slideshow-default .caption {
	background: none;
	padding: 0;
	top: 30px;
	right: auto;
	bottom: auto;
	left: 30px;
}

.home_wrapper .wk-slideshow-default .caption p {
	font: normal 1.9em/48px 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	display: block;
	padding: 0 20px;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

.home_wrapper .wk-slideshow-default p.cta {
	font: normal 1em/36px 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #fb8c00;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
	width: auto;
	min-height: auto;
	padding: 0 30px;
	margin: 0;
	float: left;
	clear: both;
}

.home_wrapper .wk-slideshow-default p.cta:after {
	content: " »";
}

.home_wrapper .wk-slideshow-default p.cta:hover {
	color: #fff;
	background: #ef6c00;
}

.home_wrapper .wk-slideshow-default > div {	position: relative;
}

.home_wrapper .wk-slideshow-default > div .next,
.home_wrapper .wk-slideshow-default > div .prev {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	top: auto;
	bottom: 30px;
	width: 16px;
	height: 50px;
	margin-top: -25px;
	background: url(../images/widgetkit/buttons.png) 0 16px no-repeat;
}

.home_wrapper .wk-slideshow-default > div .next {
	right: 30px;
	background-position: 0 0;
}

.home_wrapper .wk-slideshow-default > div .prev {
	left: 30px;
	background-position: 0 -50px;
}

.home_wrapper .wk-slideshow-default > div .next:hover,
.home_wrapper .wk-slideshow-default > div .prev:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* Accordion */
.content_wrapper .wk-accordion-default {
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	width: 100% !important;
	padding: 0;
	margin: 0 0 1em 0;
}

.content_wrapper .wk-accordion-default .content-wrapper {
	width: 100%;
}

.content_wrapper .wk-accordion-default .toggler {
	font: normal 1.2em/130% 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../images/widgetkit/accordion_bg.svg) no-repeat 0 18px;
	background-size: 24px 24px;
	border: none;
	border-top: 1px solid #e0e0e0;
	border-radius: 0 !important;
	box-shadow: none;
	text-shadow: none;
	display: block;
	padding: 1em 0 1em 35px;
	margin: 0;
}

.no-svg .content_wrapper .wk-accordion-default .toggler {
	background: url(../images/widgetkit/accordion_bg.png) no-repeat 0 18px;
}

.content_wrapper .wk-accordion-default .toggler:hover {
	color: #fb8c00;
	background: url(../images/widgetkit/accordion-hover_bg.svg) no-repeat 0 18px;
	background-size: 24px 24px;
}

.no-svg .content_wrapper .wk-accordion-default .toggler:hover {
	background: url(../images/widgetkit/accordion-hover_bg.png) no-repeat 0 18px;
}

.content_wrapper .wk-accordion-default h2.active,
.content_wrapper .wk-accordion-default h3.active {
	background: url(../images/widgetkit/accordion_down-hover_bg.svg) no-repeat 0 18px;
	background-size: 24px 24px;
	border: none;
	border-top: 1px solid #e0e0e0;
	display: block;
	padding: 1em 0 1em 35px;
	margin: 0;
}

.no-svg .content_wrapper .wk-accordion-default h2.active,
.no-svg .content_wrapper .wk-accordion-default h3.active {
	background: url(../images/widgetkit/accordion_down-hover_bg.png) no-repeat 0 18px;
}

.content_wrapper .wk-accordion-default h2.active:hover,
.content_wrapper .wk-accordion-default h3.active:hover {
	color: #fb8c00;
	background: url(../images/widgetkit/accordion_down_bg.svg) no-repeat 0 18px;
	background-size: 24px 24px;
}

.no-svg .content_wrapper .wk-accordion-default h2.active:hover,
.no-svg .content_wrapper .wk-accordion-default h3.active:hover {
	background: url(../images/widgetkit/accordion_down_bg.png) no-repeat 0 18px;
}

.content_wrapper .wk-accordion-default .content {
	text-align: left;
	background: none;
	border: none;
	display: block;
	min-height: 0;
	padding: 0 0 0 35px;
	margin: 0 0 1em 0;
}

/* Twitter module */
.right .wk-twitter-list p.meta {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 1em 0;
}

.right .wk-twitter-list article {
	margin-top: 10px;
	padding-top: 5px;
	border-top: none;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.right .wk-twitter-list article:last-child {
	border: none;
}

.right .wk-twitter .image {
	border: none;
	padding: 0;
	margin: 3px 10px 0 0;
}

.right .wk-twitter-list .content {
	font-size: 0.9em;
	line-height: 160%;
	width: auto;
	min-height: 0;
	padding: 0;
	margin: 0;
	float: none;
}

.right .wk-twitter-list a {
	font: 400 1em/160% 'Open Sans', Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
	margin: 0;
	clear: none;
}

.right .wk-twitter-list a:hover {
	color: #000;
	text-decoration: underline;
	background: none;
}

/* Slideshow tabs landingpage */
.wk-slideshow-tabs .nav li,
.last .wk-slideshow-tabs .nav li {
	font: normal 0.9em/100% 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	background: #fff;
	box-shadow: none;
	text-shadow: none;
}

.wk-slideshow-tabs .nav li:hover,
.last .wk-slideshow-tabs .nav li:hover {
	color: #000;
}

.wk-slideshow-tabs .nav li.active,
.last .wk-slideshow-tabs .nav li.active {
	color: #000;
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
	padding-bottom: 0;
}

.wk-slideshow-tabs .nav span,
.wk-slideshow-tabs .nav li:active:not([class*="active"]) span {
	padding: 20px;
}

.wk-slideshow-tabs .slides-container,
.last .wk-slideshow-tabs .slides-container {
	background: #e0e0e0;
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.wk-slideshow-tabs .slides>li>article,
.last .wk-slideshow-tabs .slides>li>article {
	padding: 0;
}


/**
 * ZOO
 */

ul.zoo-list {
	list-style: none none;
	padding: 0;
	margin: 0;
}

ul.zoo-list > li {
	border: none;
	padding: 0;
	margin: 0;
}

ul.zoo-list > li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

ul.zoo-list > li > a:first-child { display: block; }

.zoo-item-list > li { overflow: hidden; }

.zoo-item-list p.title {
	font: bold 0.9em/160% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}

.zoo-item-list p.title a {
	font: normal 0.9em/160% Arial, Helvetica, sans-serif;
	color: #757575;
	text-decoration: none;
}

.zoo-item-list p.title a:hover {
	color: #fb8c00;
}

/**
 * MailPlus
 */

table.mpFormTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	padding: 0;
	margin: 15px 0;
	float: left;
}

table.mpQuestionTable {
	width: 50%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	min-height: 100px;
	padding: 0;
	margin: 0;
	float: left;
}

td.mpFormLabel {
	font: normal 0.9em/100% 'InterstateRegular', Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	padding: 0;
	margin: 0;
}

td.mpFormField {
	display: block;
	width: 100%;
}

/* Error */
tr.mpErrorRow {
	display: block;
	width: 100%;
}

tr.mpErrorRow .error {
	font: normal 0.9em/100% 'InterstateBold', Arial, Helvetica, sans-serif;
	color: #f00;
}

/* Input */
td.mpFormField input {
	font: 400 1em/40px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	background: #e0e0e0;
	outline: none;
	border: none;
	width: 90%;
	height: 40px;
	padding: 0 2%;
	margin: 0;
}

td.mpFormField input:hover,
td.mpFormField input:focus {
	color: #000;
}

td.mpFormField select {
	color: #000;
	line-height: 40px;
	background: #e0e0e0;
	border: none;
	width: 90%;
	height: 40px;
}

/* Lists */
table.mpQuestionTable ul {
	padding: 0;
	margin: 0;
}

table.mpQuestionTable ul li {
	list-style: none;
}

table.mpQuestionTable ul li input {
	border: none;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}

/* Submit button */
#CNT1005 {
	width: 100%
}

table.mpQuestionTable .submitCellSpacer {
	display: none;
}

table.mpQuestionTable .submitCell {
	text-align: center;
}

table.mpQuestionTable .submitButton {
	font: normal 1.2em/40px 'InterstateRegular', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #fb8c00;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;
	height: 40px;
	padding: 0 20px;
	margin: 0;
}

table.mpQuestionTable .submitButton:hover {
	background: #ef6c00;
}

/**
 * Responsive
 */

@media screen and (max-width: 1100px) {
	.wk-slideshow-tabs .nav span,
	.wk-slideshow-tabs .nav li:active:not([class*="active"]) span {
		padding: 15px 10px;
	}

	.last .wk-slideshow-tabs .nav span,
	.last .wk-slideshow-tabs .nav li:active:not([class*="active"]) span {
		padding: 15px 10px;
	}
}

@media screen and (max-width: 1020px) {}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 640px) {
	.formControlLabel {
		width: 100%;
		padding: 0 0 0.25em 0;
		float: none;
	}

.formControls {
		width: 100%;
		float: left;
	}
}
