@charset 'UTF-8';
/*
Theme Name: Cardif
Author: Noosphere.lu
Author URI: http://noosphere.lu/
Description: Independant-cardif.lu custom Wordpress theme
Version: 1.0
Text Domain: cardif
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
    /* 1 */
	-ms-text-size-adjust: 100%;
    /* 2 */
	-webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    /* 1 */
	overflow: visible;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
    /* 1 */
	height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
    /* 1 */
	font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
    /* 1 */
	-webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    /* 1 */
	text-decoration: underline;
    /* 2 */
	text-decoration: underline dotted;
	border-bottom: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
    /* 1 */
	font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	color: #000;
	background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
    /* 1 */
	font-size: 100%;
    /* 1 */
	line-height: 1.15;
    /* 1 */
	margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    /* 2 */
	display: table;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    /* 1 */
	max-width: 100%;
    /* 1 */
	padding: 0;
    /* 3 */
	white-space: normal;
    /* 1 */
	color: inherit;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
    /* 1 */
	vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    /* 1 */
	padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    /* 1 */
	outline-offset: -2px;
	-webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    /* 1 */
	font: inherit;
	-webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 13, 2018 */
@font-face {
	font-family: 'bnpp_sansregular';
    font-weight: normal;
    font-style: normal;

    src: url('assets/fonts/bnpp_sans-webfont.woff2') format('woff2'), url('assets/fonts/bnpp_sans-webfont.woff') format('woff');
}

@font-face {
	font-family: 'bnpp_sansbold';
    font-weight: normal;
    font-style: normal;

    src: url('assets/fonts/bnpp_sans_bold-webfont.woff2') format('woff2'), url('assets/fonts/bnpp_sans_bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'bnpp_sanslight';
    font-weight: normal;
    font-style: normal;

    src: url('assets/fonts/bnpp_sans_light-webfont.woff2') format('woff2'), url('assets/fonts/bnpp_sans_light-webfont.woff') format('woff');
}

/*	BURGER ICON
-----------------------------------------------------------------------------------------*/
.c-hamburger {
	font-size: 0;
	position: relative;
	z-index: 110;
	top: 18px;
	display: none;
	float: right;
	overflow: hidden;
	width: 44px;
	height: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	cursor: pointer;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
	text-indent: -9999px;
	border: none;
	-moz-border-radius: 0;
	     border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	position: absolute;
	top: 18px;
	right: 6px;
	left: 6px;
	display: block;
	height: 4px;
	background: #383b41;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	content: '';
	background-color: #383b41;
}

.c-hamburger span::before {
	top: -9px;
}

.c-hamburger span::after {
	bottom: -9px;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s .3s;
	-o-transition: background 0s .3s;
	-moz-transition: background 0s .3s;
	transition: background 0s .3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-delay: .3s, 0s;
	   -moz-transition-delay: .3s, 0s;
	     -o-transition-delay: .3s, 0s;
	        transition-delay: .3s, 0s;
	-webkit-transition-duration: .3s, .3s;
	   -moz-transition-duration: .3s, .3s;
	     -o-transition-duration: .3s, .3s;
	        transition-duration: .3s, .3s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, background-color, -webkit-transform;
	transition-property: top, background-color, -webkit-transform;
	-o-transition-property: top, background-color, -o-transform;
	-moz-transition-property: top, transform, background-color, -moz-transform;
	transition-property: top, transform, background-color;
	transition-property: top, transform, background-color, -webkit-transform, -moz-transform, -o-transform;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, background-color, -webkit-transform;
	transition-property: bottom, background-color, -webkit-transform;
	-o-transition-property: bottom, background-color, -o-transform;
	-moz-transition-property: bottom, transform, background-color, -moz-transform;
	transition-property: bottom, transform, background-color;
	transition-property: bottom, transform, background-color, -webkit-transform, -moz-transform, -o-transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
	background: transparent;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, .3s;
	   -moz-transition-delay: 0s, .3s;
	     -o-transition-delay: 0s, .3s;
	        transition-delay: 0s, .3s;
}

/* ---------------  Grid system  --------------- */
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.row::after {
	display: table;
	clear: both;
	content: '';
}

.col {
	float: left;
	padding: 0 15px;
}

.col-1 {
	float: left;
	width: 100%;
	padding: 0 15px;
}

.col-2 {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.col-3 {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
}

.col-4 {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.col-5 {
	float: left;
	width: 20%;
	padding: 0 15px;
}

.col-6 {
	float: left;
	width: 16.66666%;
	padding: 0 15px;
}

.col-2of3 {
	float: left;
	width: 66.66666%;
	padding: 0 15px;
}

.col-3of4 {
	float: left;
	width: 75%;
	padding: 0 15px;
}

/**
 *  Règles de base
 */
html {
	font-size: 16px;
	line-height: 1;
}

body {
	font-family: 'bnpp_sansregular', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #383b41;
	text-rendering: optimizeLegibility;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	font-weight: 400;
	line-height: 1;
	-webkit-transition: color .4s ease-out;
	-o-transition: color .4s ease-out;
	-moz-transition: color .4s ease-out;
	transition: color .4s ease-out;
	text-decoration: none;
	color: #00915a;
}

a:hover {
	color: #00915a;
}

a img {
	border: none;
}

a:active,
a:focus,
button:active,
button:focus {
	outline: none;
}

h1 {
	margin: 0 auto;
}

h2 {
	font-family: 'bnpp_sansbold', sans-serif;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 auto .75em;
	letter-spacing: .015em;
	text-transform: uppercase;
}

h3 {
	font-family: 'bnpp_sansbold', sans-serif;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 auto .75em;
}

h2 + h3 {
	margin-top: .5em;
}

p {
	font-family: 'bnpp_sanslight', sans-serif;
	line-height: 1.4;
	max-width: 52em;
	margin: 0;
}

p + p,
p + ul,
p + ol {
	margin-top: 1em;
}

p + blockquote {
	margin-top: 1em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

strong,
b {
	font-weight: 600;
}

em {
	font-style: italic;
}

blockquote {
	margin: 0;
}

sup {
	font-size: .625em;
	top: -.125em;
	vertical-align: super;
}

sub {
	font-size: .625em;
	vertical-align: sub;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='password'],
textarea,
select {
	font-family: 'Poppins', sans-serif;
	border: 0 none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[type='text']:-webkit-autofill,
input[type='email']:-webkit-autofill,
input[type='tel']:-webkit-autofill,
input[type='url']:-webkit-autofill,
input[type='search']:-webkit-autofill,
input[type='password']:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 9999px white;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	opacity: 1;
	color: #676d78;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	opacity: 1;
	color: #676d78;
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    /* Microsoft Edge */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* Most modern browsers support this now. */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    /* Most modern browsers support this now. */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    /* Most modern browsers support this now. */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Most modern browsers support this now. */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
input[type='search']::placeholder,
input[type='password']::placeholder,
textarea::placeholder,
select::placeholder {
    /* Most modern browsers support this now. */
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #676d78;
}

button {
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	cursor: pointer;
	border: 0 none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

address {
	font-style: normal;
}

/**
 *  CONTACT
 */

form {
	text-align: left;
}

label {
	margin: 10px 0px;
	display: block;
}

input[type='text'], .select, input[type=number] {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	color: #383b41;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #fff;
	outline: none;
}

input[type='text'].error,
.select.error,
input[type=number].error {
	border: 1px solid #f0433a;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
	-webkit-appearance: none;
		 -moz-appearance: none;
		 		  appearance: none;

	width: 120%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 10px;

	background-color: transparent;
}

input[type='submit'] {
	-webkit-appearance: none;
		 -moz-appearance: none;
		 		  appearance: none;

	-webkit-transition: all .35s;
  	 -moz-transition: all .35s;
    			transition: all .35s;
}

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

label a:hover {
	color: #fff;
	text-decoration: none;
}

label.checkbox {
	text-align: left;
	padding: 0px 15px;
	font-size: 13px;
	line-height: 17px;
}

label.checkbox.error {
	color: #f0433a;
}

#loading {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	top: 34px;
	display: none;
}
#loading img { width: 100%; }

#confirmation {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 32px;
	text-align: center;
	display: none;
	margin-top: 27px;
	top: 0px;
}

/**
 *  GLOBAL
 */
.clearfix::after {
	display: table;
	clear: both;
	content: '';
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

.center {
	text-align: center;
}

.btn {
	font-family: 'bnpp_sansregular', sans-serif;
	position: relative;
	display: inline-block;
	padding: 1em 1.5em;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.btn.btn-green {
	color: white;
	border: 1px solid #00915a;
	background-color: #00915a;
}

.btn.btn-green:hover {
	color: #00915a;
	background-color: white;
}

.btn.btn-transparent {
	color: white;
	border: 1px solid white;
	background-color: transparent;
}

.btn.btn-transparent:hover {
	color: #00915a;
	background-color: white;
}

.btn.btn-dark {
	color: #383b41;
	border: 1px solid #383b41;
	background-color: transparent;
}

.btn.btn-dark:hover {
	color: white;
	background-color: #383b41;
}

.site-wrapper {
	overflow: hidden;
}

.section-green {
	padding: 3.5rem 0;
	text-align: center;
	color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a951+0,00bc8c+50,007265+100 */
	background: #00915a;
    /* Old browsers */
	background: -moz-linear-gradient(left, #00a951 0%, #00bc8c 50%, #007265 100%);
    /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00a951 0%, #00bc8c 50%, #007265 100%);
    /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#00a951), color-stop(50%, #00bc8c), to(#007265));
	background: linear-gradient(to right, #00a951 0%, #00bc8c 50%, #007265 100%);
	background-position: center;
    /* IE6-9 */
	-moz-background-size: 1920px auto;
	     background-size: 1920px auto;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a951', endColorstr='#007265',GradientType=1 );
}

.section-green > .container {
	padding: 0 15px;
}

.section-green p {
	margin: 0 auto;
}

.section-green .wrapper-button {
	margin-top: 20px;
}

.section-bg {
	padding: 9em 0;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	     background-size: cover;
}

.section-bg > .container {
	padding: 0 15px 0 4.5em;
}

.section-bg em {
	font-size: .875em;
	font-style: normal;
}

.section-bg-content {
	max-width: 24em;
}

.section-bg-content ul {
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: disc;
}

.section-bg-content li {
	font-family: 'bnpp_sanslight', sans-serif;
	line-height: 1.4;
}

.section-bg-content li + li {
	margin-top: 4px;
}

.section-icones {
	padding: 6em 0;
	background-color: white;
}

.section-icones > .container {
	padding: 0 3.5rem;
}

.section-icones-item {
	text-align: center;
}

.section-icones-item h3 {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #00915a;
}

.section-icones-item p {
	font-size: .875em;
}

.section-icones-item .wrapper-icon {
	margin-bottom: 20px;
	text-align: center;
}

.section-icones-item .wrapper-icon img {
	display: inline-block;
	width: 100%;
	max-width: 85px;
	height: auto;
}
.small {
	font-size: 13px;
	color: #fff;
	padding: 15px;
}

@media only screen and (min-width: 1921px) {
	.section-green {
		-moz-background-size: 2400px auto;
		     background-size: 2400px auto;
	}
}

/**
 *  HEADER
 */
.header {
	position: relative;
}

.header-top {
	font-size: .75em;
	background-color: #00915a;
}

.header-top > .container {
	padding: 0 15px;
}

.header-top a {
	display: block;
	text-transform: uppercase;
	color: white;
}

.header-top-content {
	float: left;
	padding: 10px 28px;
}

.header-top-rs {
	float: left;
	padding: 10px 20px 10px 0;
}

.header-top-rs li {
	display: inline-block;
	float: left;
}

.header-top-rs li + li {
	margin-left: 20px;
}

#lang_sel_list {
	float: right;
}

#lang_sel_list li {
	display: inline-block;
}

#lang_sel_list li + li {
	margin-left: 8px;
}

#lang_sel_list li.wpml-ls-current-language a {
	opacity: 1;
}

#lang_sel_list a {
	font-family: 'bnpp_sansregular', sans-serif;
	display: block;
	padding: 10px 5px;
	text-transform: uppercase;
	opacity: .75;
	color: white;
}

#lang_sel_list a:hover {
	opacity: 1;
}

.header-bottom > .container {
	position: relative;
	padding: 20px 15px;
}

.logo-header {
	display: block;
	width: 570px;
	max-width: 100%;
}

.logo-header span {
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
}

.logo-header img {
	display: block;
	width: 100%;
	height: auto;
}

.menus-wrapper {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-40%);
	   -moz-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	     -o-transform: translateY(-40%);
	        transform: translateY(-40%);
}

.menus-wrapper li {
	display: inline-block;
}

.menus-wrapper li + li {
	margin-left: 2.25em;
}

.menus-wrapper a {
	font-weight: 600;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #383b41;
}

.menus-wrapper a:hover {
	color: #00915a;
}

/**
 *  HOME
 */
.hero {
	padding: 9em 0;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	     background-size: cover;
}

.hero > .container {
	padding: 0 15px;
}

.hero-content {
	float: right;
	max-width: 36em;
	text-transform: uppercase;
	color: white;
}

.hero-content h2 {
	font-family: 'bnpp_sanslight', sans-serif;
	font-size: 2.5rem;
	line-height: 1.15;
}

.hero-content h2 strong {
	font-family: 'bnpp_sansbold', sans-serif;
}

.hero-content h2 span {
	font-family: 'bnpp_sansbold', sans-serif;
	font-size: .375em;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	letter-spacing: .025em;
}

.main-sections {
	padding: 6em 0;
}

.main-section {
	position: relative;
}

.main-section > .container {
	position: relative;
}

.main-section-visu {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	     background-size: cover;
}

.main-section-visu::before {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-style: solid;
}

.main-section-wrapper {
	max-width: 50%;
	padding: 6em 4.5em;
}

.main-section-content ul {
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: disc;
}

.main-section-content li {
	font-family: 'bnpp_sanslight', sans-serif;
	line-height: 1.4;
}

.main-section-content li + li {
	margin-top: 4px;
}

.main-section-button {
	margin-top: 40px;
}

.main-section:nth-of-type(odd) .main-section-visu {
	right: 50%;
}

.main-section:nth-of-type(odd) .main-section-visu::before {
	right: 0;
	border-width: 30px 30px 30px 0;
	border-color: transparent white transparent transparent;
}

.main-section:nth-of-type(odd) .main-section-wrapper {
	float: right;
}

.main-section:nth-of-type(even) .main-section-visu {
	left: 50%;
}

.main-section:nth-of-type(even) .main-section-visu::before {
	left: 0;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #f8f8f8;
}

.main-section:nth-of-type(even) .main-section-wrapper {
	background-color: #f8f8f8;
}

.contact h2 {
	font-size: 2.5rem;
}

.contact .btn {
	padding: 1em 1.5em;
	cursor: pointer;
	outline: none;
}

/**
 *  FOOTER
 */
.footer {
	position: relative;
	background-color: #f5f5f5;
}

.footer-top {
	background-color: #f2f2f2;
}

.footer-top > .container {
	padding: 0 3.5rem;
}

.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-links-item {
	font-size: .875em;
	text-align: center;
}

.footer-links-item a {
	display: block;
	padding: 10px 0;
	color: #383b41;
}

.footer-links-item a span {
	display: inline-block;
	margin-left: 12px;
}

.footer-links-item a:hover {
	color: #00915a;
}

.footer-bottom {
	border-top: 3px solid #00915a;
	background-color: white;
}

.footer-bottom > .container {
	position: relative;
	padding: 15px 3.5rem;
}

.footer-logo {
	max-width: 400px;
}

.footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-legal {
	font-size: .875em;
	position: absolute;
	top: 50%;
	right: 3.5rem;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #9b9b9b;
}

.footer-legal a {
	color: #9b9b9b;
}

.footer-legal a:hover {
	color: #00915a;
}

.footer-legal .separator {
	display: inline-block;
	margin: 0 5px;
}

.disclaimer {
	padding: 15px 0;
	background-color: #00915a;
}

.disclaimer .container {
	padding: 0 3.5rem;
}

.disclaimer p {
	font-size: .625em;
	line-height: 1.4;
	max-width: 100%;
	color: white;
}

.disclaimer a {
	color: white;
}

.disclaimer a:hover {
	text-decoration: underline;
}

.noosphere {
	font-size: 12px;
	float: left;
}

.noosphere a {
	vertical-align: middle;
	text-decoration: none;
	color: #383b41;
}

.noosphere a img {
	display: inline-block;
	height: 12px;
	margin: 0 2px;
	vertical-align: middle;
}

.noosphere a img:last-of-type {
	margin: 0;
}

.noosphere a:hover {
	color: #383b41;
}

.info-cookies {
	position: fixed;
	z-index: 10001;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 25rem;
	padding: 20px 0;
	-webkit-transition: .6s all ease-in-out;
	-o-transition: .6s all ease-in-out;
	-moz-transition: .6s all ease-in-out;
	transition: .6s all ease-in-out;
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	     -o-transform: translateX(100%);
	        transform: translateX(100%);
	opacity: 0;
	-moz-border-radius-topleft: 5px;
	     border-top-left-radius: 5px;
	background-color: black;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.info-cookies > .container {
	position: relative;
	padding: 0 1rem 0 30px;
}

.info-cookies p {
	font-size: .75em;
	margin-right: 3rem;
	padding-right: 15px;
	color: white;
	border-right: 1px solid #f2f2f2;
}

.info-cookies button {
	font-family: 'bnpp_sansbold', sans-serif;
	font-size: .875rem;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 2rem;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	transition: color .3s ease-out;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: white;
	outline: none;
	background-color: transparent;
}

.info-cookies button:hover {
	color: #00c47a;
}

.cookies-bar-visible .info-cookies {
	-webkit-transition: .6s all .2s ease-in-out;
	-o-transition: .6s all .2s ease-in-out;
	-moz-transition: .6s all .2s ease-in-out;
	transition: .6s all .2s ease-in-out;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    /*--------------------------------------------------------------
	  Header
	--------------------------------------------------------------*/
    /*--------------------------------------------------------------
	  Global
	--------------------------------------------------------------*/
	.container {
		width: 960px;
	}

	h2 {
		font-size: 1.5rem;
	}
    /*--------------------------------------------------------------
	  Homepage
	--------------------------------------------------------------*/
	.hero-content {
		max-width: 30em;
	}

	.hero-content h2 {
		font-size: 2rem;
	}

	.hero-content h2 span {
		font-size: .5em;
	}

	.contact h2 {
		font-size: 2rem;
	}
    /*--------------------------------------------------------------
	  FOOTER
	--------------------------------------------------------------*/
	.info-cookies > .container {
		width: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	html.menu-open {
		overflow: hidden;
	}
    /*--------------------------------------------------------------
	  Header
	--------------------------------------------------------------*/
	.header-top {
		position: relative;
		z-index: 1010;
	}

	.logo-header {
		position: relative;
		z-index: 1020;
	}

	.c-hamburger {
		position: absolute;
		z-index: 1001;
		top: 50%;
		right: 10px;
		display: block;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.site-title {
		float: left;
		margin-right: 64px;
	}

	.menus-wrapper {
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
		background-color: white;
	}

	.menus-wrapper a {
		font-size: 1.25rem;
	}

	.menus-wrapper a:hover,
    .menus-wrapper a:focus {
		color: inherit;
	}

	.menu-main {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		text-align: center;
	}

	.menu-main li {
		display: block;
	}

	.menu-main li + li {
		margin-top: 30px;
		margin-left: 0;
	}

	.menu-main a {
		display: inline-block;
		padding: 10px 20px;
	}
    /*--------------------------------------------------------------
	  Global
	--------------------------------------------------------------*/
	.container {
		width: 768px;
	}

	h2 {
		font-size: 1.5rem;
	}

	.main-sections {
		padding: 5em 0;
	}

	.section-bg {
		padding: 5em 0;
	}

	.section-bg > .container {
		padding-left: 2em;
	}

	.section-bg h2 {
		max-width: 20rem;
		margin-left: 0;
	}

	.section-bg-content {
		max-width: 20rem;
	}

	.section-icones {
		padding: 4.5em 0;
	}

	.section-icones > .container {
		padding: 0 15px;
	}

	.section-icones-item .wrapper-icon img {
		max-width: 60px;
	}
    /*--------------------------------------------------------------
	  Homepage
	--------------------------------------------------------------*/
	.hero-content {
		max-width: 25em;
	}

	.hero-content h2 {
		font-size: 2rem;
	}

	.main-section-wrapper {
		padding: 3.5em 2em;
	}

	.contact h2 {
		font-size: 2rem;
	}
    /*--------------------------------------------------------------
	  FOOTER
	--------------------------------------------------------------*/
	.footer-top > .container {
		padding: 0 2em;
	}

	.info-cookies > .container {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	html.menu-open {
		overflow: hidden;
	}
    /*--------------------------------------------------------------
	  Header
	--------------------------------------------------------------*/
	.header-top {
		position: relative;
		z-index: 1010;
	}

	.logo-header {
		position: relative;
		z-index: 1020;
	}

	.c-hamburger {
		position: absolute;
		z-index: 1001;
		top: 50%;
		right: 10px;
		display: block;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.site-title {
		float: left;
		margin-right: 64px;
	}

	.menus-wrapper {
		position: fixed;
		z-index: 1000;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
		background-color: white;
	}

	.menus-wrapper a {
		font-size: 1.25rem;
	}

	.menus-wrapper a:hover,
    .menus-wrapper a:focus {
		color: inherit;
	}

	.menu-main {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		text-align: center;
	}

	.menu-main li {
		display: block;
	}

	.menu-main li + li {
		margin-top: 30px;
		margin-left: 0;
	}

	.menu-main a {
		display: inline-block;
		padding: 10px 20px;
	}

	.header-top-rs {
		padding: 0 20px 0 0;
	}

	.header-top-rs li + li {
		margin-left: 8px;
	}

	.header-top-rs a {
		padding: 10px 5px;
	}
    /*--------------------------------------------------------------
	  Global
	--------------------------------------------------------------*/
	.container {
		width: 480px;
	}

	h2 {
		font-size: 1.25rem;
	}

	p {
		font-size: .875rem;
	}

	a:hover,
    a:focus {
		color: inherit;
	}

	.btn {
		font-size: .875em;
	}

	.page-section {
		padding: 0;
	}

	.main-sections {
		padding: 3.5em 0 0;
	}

	.main-sections li {
		font-size: .875rem;
	}

	.main-section-visu {
		position: relative;
		top: initial;
		bottom: initial;
		left: initial;
		max-width: 100%;
		padding-bottom: 75%;
	}

	.main-section-visu::before {
		display: none;
	}

	.main-section-wrapper {
		max-width: 100%;
		padding: 2.25em 1.5em 4em;
	}

	.main-section:nth-of-type(odd) .main-section-wrapper {
		float: none;
	}

	.main-section:nth-of-type(odd) .main-section-visu {
		right: initial;
	}

	.main-section:nth-of-type(even) .main-section-wrapper {
		background-color: transparent;
	}

	.main-section:nth-of-type(even) .main-section-visu {
		left: initial;
	}

	.section-green > .container {
		padding: 0 1.5em;
	}

	.section-bg {
		position: relative;
		padding: 3.5em 0;
	}

	.section-bg > .container {
		padding: 0 1.5em;
	}

	.section-bg h2 {
		max-width: 12.5rem;
		margin: 0 0 .75em;
	}

	.section-bg-content {
		max-width: 12.5rem;
	}

	.section-bg-content li {
		font-size: .875rem;
	}

	.section-icones {
		padding: 3.5em 0;
	}

	.section-icones > .container {
		padding: 0 8px;
	}

	.section-icones .col-4 {
		width: 50%;
	}

	.section-icones .col-4:first-of-type,
    .section-icones .col-4:nth-of-type(2) {
		margin-bottom: 30px;
	}

	.section-icones .wrapper-icon {
		margin-bottom: 15px;
	}

	.section-icones .wrapper-icon img {
		max-width: 60px;
	}

	.section-icones-item h3 {
		max-width: 10em;
	}

	.section-icones-item p {
		min-height: 4.8em;
	}
    /*--------------------------------------------------------------
	  Homepage
	--------------------------------------------------------------*/
	.hero {
		padding: 4em 0;
		-moz-background-size: 1080px auto;
		     background-size: 1080px auto;
	}

	.hero-content {
		max-width: 16em;
	}

	.hero-content h2 {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

	.hero-content h2 span {
		font-size: .625em;
		margin-bottom: 15px;
	}

	.hero-content .btn {
		line-height: 1.15;
		text-align: center;
	}

	.contact h2 {
		font-size: 1.625rem;
	}
    /*--------------------------------------------------------------
	  FOOTER
	--------------------------------------------------------------*/
	.footer-top > .container {
		padding: 0 15px;
	}

	.footer-links {
		display: block;
		padding: 2.5em 0;
		text-align: center;
	}

	.footer-links:after {
		display: table;
		clear: both;
		content: '';
	}

	.footer-links-item {
		display: block;
		float: left;
		width: 50%;
		text-align: left;
	}

	.footer-links-item a {
		display: inline-block;
	}

	.footer-bottom > .container {
		padding: 15px;
	}

	.footer-logo {
		max-width: 320px;
		margin: 0 auto;
	}

	.footer-legal {
		font-size: .75em;
		position: relative;
		top: initial;
		right: initial;
		margin-top: 15px;
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
		text-align: center;
	}

	.disclaimer .container {
		padding: 0 15px;
	}

	.disclaimer p {
		text-align: justify;
	}

	.info-cookies .container {
		width: auto;
	}

	#contact .col-3,#contact .col-2 {

		width: 100%;
		float: none;
	}
	input[type='submit'] {
		max-width: 100%;
	}
	.submitContainer {
    padding: 0px 15px;
	}
}

@media only screen and (max-width: 480px) {
    /*--------------------------------------------------------------
	  Header
	--------------------------------------------------------------*/
	.header-top-rs {
		padding-right: 15px;
	}

	.header-top-content {
		padding: 10px 20px 10px 15px;
	}

	.menus-wrapper li + li {
		margin-left: 0;
	}

	.menus-wrapper a {
		font-size: 1.125rem;
	}
    /*--------------------------------------------------------------
	  Global
	--------------------------------------------------------------*/
	.container {
		width: 320px;
	}

	h2 {
		font-size: 1.125rem;
	}

	p,
    li {
		font-size: .875em;
	}

	.main-section-wrapper {
		padding: 2em 15px 3.5em;
	}

	.section-green {
		padding: 3rem 0;
	}

	.section-bg {
		position: relative;
		background-position-x: -440px;
		-moz-background-size: 1400px auto;
		     background-size: 1400px auto;
	}

	.section-bg > .container {
		padding: 0 15px;
	}

	.section-bg h2 {
		max-width: 12.5rem;
	}

	.section-bg-content {
		max-width: 12.5rem;
	}

	.section-icones > .container {
		padding: 0;
	}

	.section-icones .col-4 {
		float: none;
		width: 100%;
	}

	.section-icones .col-4:first-of-type,
    .section-icones .col-4:nth-of-type(2) {
		margin-bottom: 0;
	}

	.section-icones .col-4 + .col-4 {
		margin-top: 30px;
	}

	.section-icones-item h3 {
		font-size: .875em;
		max-width: 100%;
	}

	.section-icones-item p {
		max-width: 16em;
		min-height: inherit;
		margin: 0 auto;
	}
    /*--------------------------------------------------------------
	  Homepage
	--------------------------------------------------------------*/
	.hero {
		padding: 3.5em 0 6em;
		background-position-x: -60px;
		background-position-y: top;
		-moz-background-size: 1024px auto;
		     background-size: 1024px auto;
	}

	.hero-content {
		float: left;
		max-width: 17.5em;
		margin-top: -15px;
	}

	.contact h2 br {
		display: none;
	}
    /*--------------------------------------------------------------
	  Footer
	--------------------------------------------------------------*/
	.footer-links-item {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-legal a {
		font-size: .75rem;
	}

	.disclaimer p {
		font-size: 9px;
	}

	.info-cookies .container {
		width: auto;
	}
}
