/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    font-family: 'Libre Baskerville', serif;
    font-size: 62.5%;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body { font-size: 1.6rem; position: relative; } /* =16px */

html, body {
	background-color: #fff;
	color: #4A4A4A;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4A4A4A;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4A4A4A;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4A4A4A;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4A4A4A;
}

*:focus {
  outline: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

small {
	font-size: smaller;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Links.
 */

a {
	color: #4A4A4A;
	text-decoration: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-underline {
	text-decoration: underline !important;
}

.list-bullet {
	padding-left: 2rem;
	list-style: circle;
}
.list-bullet > li {
	margin-bottom: 1rem;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.row {
	margin-bottom: 3rem;
}

.bloc-center {
	margin: auto;
}

.display-block {
	display: block;
}

.display-inlineblock {
	display: inline-block;
}

.display-inline {
	display: inline;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.dropshadow--smooth {
	-webkit-box-shadow: 0 1.8vw 4vw -.7vw rgba(0,0,0,.2);
	        box-shadow: 0 1.8vw 4vw -.7vw rgba(0,0,0,.2);
}

.sp--t25 {
	margin-top: 2.5rem !important;
}
.sp--t45 {
	margin-top: 4.5rem !important;
}

.sp--b0 {
	margin-bottom: 0 !important;
}

.sp--b25 {
	margin-bottom: 2.5rem !important;
}

.sp--b45 {
	margin-bottom: 4.5rem !important;
}

.vline {
	width: 100%;
	height:50px;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 0;
}

button,
input[type='button'],
input[type='submit'] {
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.7px;
	color: #4A4A4A;
}

.btn,
input[type='submit'].btn {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
	padding: 2rem 4rem;
	/*white-space: nowrap;*/
}

.btn-outline,
input[type='submit'].btn-outline {
	min-width: 240px;
	border: 2px solid #4A4A4A;
	color: #4A4A4A;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-outline:hover,
input[type='submit'].btn-outline:hover {
	color: #fff;
	background: #4A4A4A;
}


/* ==========================================================================
   Terranueva custom styles
   ========================================================================== */

body {
	margin-bottom: 3rem;
}

.viewport-container {
	margin: 0 4vw;
}

.container-fixed {
	width: 940px;
	margin: auto;
}

.header-main {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/* style */
	height: 180px;
	background-color: #fff;
}

/* ==========================================================================
   Start: Breadcrumb
   ========================================================================== */

.breadcrumb {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #4A4A4A;
	padding: 0;
	margin: 30px 0;
	list-style: none;
	white-space: nowrap;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li::before {
	color: #888;
	padding: 0 0.5rem;
	content: "\003e";
}

.breadcrumb > li a {
	color: #4A4A4A;
	text-decoration: inherit;
	-webkit-transition: opacity ease-in-out .3s;
	-o-transition: opacity ease-in-out .3s;
	transition: opacity ease-in-out .3s;
}

.breadcrumb > li a:hover {
	opacity: 0.8;
}

.breadcrumb > li:last-child a {
	pointer-events: none;
}
.local_file_path_wrap {
	margin-top: 20px;
	border-top: solid 1px #ccc !important;
	padding: 20px 0px 20px 10px !important;
	font-family: courier new !important;
	font-size: 12px !important;
	text-align: left !important;
}
.local_file_path {
	padding-left: 4px !important;
	font-size: 12px !important;
	width: 90% !important;
	height: 20px !important;
	margin-bottom: -1px !important;
	background: #ebf3f9 !important;
	border: solid 1px #ccc !important;
	font-family: courier new !important;
}

@media (max-width: 768px) {

	.breadcrumb {
		font-size: 1.2rem;
		margin: 15px 0;
		overflow-x: auto;
		padding-bottom: 30px;
	}

}

/* ==========================================================================
   Start: Headroom
   ========================================================================== */

.hero-homepage,
.hero-landingpage {
	margin-top: 180px;
}

.headroom {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	padding: 0 4vw;
	-webkit-transition: height .2s linear, -webkit-transform .2s linear;
	transition: height .2s linear, -webkit-transform .2s linear;
	-o-transition: height .2s linear, transform .2s linear;
	transition: height .2s linear, transform .2s linear;
	transition: height .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

.headroom.slideUp {
    -webkit-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
}

.headroom.slideDown {
   height: 120px;
}

.headroom.slideDown.headroom--top {
	height: 180px;
}

/* ========================================================================== */

.header-main-logo svg {
	width: 196px;
	height: auto;
}

.header-main-nav {
	/*font-size: 1.6rem;*/
	font-weight: 700;
}

.header-main-nav ul > li {
	display: inline-block;
	line-height: 1.8;
	border-bottom: 2px solid #fff;
}

.header-main-nav ul > li:not(:last-child) {
	margin-right: 50px;
}

.header-main-nav > ul > li:nth-child(4) {
	background: #2A3E1F;
	width: 140px;
	height: 39px;
	border-radius: 19px;
}

.header-main-nav--mobile span {
	background: #2A3E1F;
	width: 120px;
	height: 30px;
	border-radius: 15px;
}

.header-main-nav ul > li:nth-child(4) a:before {
	width: 0 !important;
}

.header-main-nav > ul > li:nth-child(4) a {
    display: inline-block;
    background: url(/userfiles/images/nueva-ai/chat-icon-simple.svg) no-repeat;
    background-size: 19px;
    background-position-x: 20px;
    background-position-y: 6px;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 4px;
    padding-left: 28px;
}

.header-main-nav--mobile span a {
	display: inline-block;
	background: url('/userfiles/images/nueva-ai/chat-icon-simple.svg') no-repeat; 
	background-size: 15px; 
	background-position-x: 18px;
    background-position-y: 2px;

	font-family: "Libre Baskerville", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0em;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #fff;
	margin-top: 7px;
	padding-left: 20px;
}

.chat-icon {
	display: none;
}
.header-main-nav--mobile {
	display: none;
}



.footer-main {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	/* style */
	width: 940px;
	border-top: 2px solid #4A4A4A;
	margin: auto;
}

.footer-main > nav {
 	margin: 4.8rem 0;
 	padding-right: 1.2rem;
 	width: 25%;
}

.header-main-nav a,
.footer-main a {
	position: relative;
	display: inline-block;
}


/* Menu dropdown */
.header-main-nav li {
	position: relative;
}
.header-main-nav li:hover,
.header-main-nav li:focus-within {
    cursor: pointer;
}

.header-main-nav li:focus-within a {
  outline: none;
}

.header-main-nav ul li ul {
/*     background-color: #fff; */
	list-style: none;
/*     padding: 15px; */
	font-size: 1.4rem;
    visibility: hidden;
	opacity: 0;
	min-width: 30rem;
    position: absolute;
    left: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0;
	padding-top: 5px;
	display: none;
	-webkit-filter: drop-shadow(0 25px 15px rgba(0,0,0,0.3));
	        filter: drop-shadow(0 25px 15px rgba(0,0,0,0.3));
}

.header-main-nav ul li:hover > ul,
.header-main-nav ul li:focus-within > ul,
.header-main-nav ul li ul:hover,
.header-main-nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block
}

.header-main-nav ul li:hover > a:before,
.header-main-nav ul li:focus > a:before,
.header-main-nav ul li:focus-within > a:before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	        transform: scale3d(1,1,1);
}

.header-main-nav ul li ul li {
    clear: both;
	width: 100%;
	margin: 0;
	padding: 8px 25px;
	background-color: #fff;
}

.header-main-nav ul li ul li:first-child  {
	padding-top: 20px;
}

.header-main-nav ul li ul li:last-child  {
	padding-bottom: 20px;
}

/* IE fix */
.header-main-nav ul.show {
  visibility: visible;
  opacity: 1;
  display: block
}

/* /. Menu dropdown */


.header-main-nav a:before,
.footer-main a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background-color: #4A4A4A;
	-webkit-transform-origin: 0% 50%;
	    -ms-transform-origin: 0% 50%;
	        transform-origin: 0% 50%;
	-webkit-transform: scale3d(0,1,1);
	        transform: scale3d(0,1,1);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.header-main-nav a:hover:before,
.footer-main a:hover:before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	        transform: scale3d(1,1,1);
}

.footer-main--title {
	font-weight: 700;
	margin-bottom: 4rem;
}

.footer-main--linksection {
	font-size: 1.2rem;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1.8rem;
}

.footer-copyright {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/* style */
	width: 940px;
	margin: auto;
}

.footer-copyright--logo--desktop {
	display: block;
	max-width: 108px;
	height: auto;
}
.footer-copyright--logo--mobile {
	display: none;
}
.footer-copyright--txt {
	text-align: right;
	font-size: 1.2rem;
	font-style: italic;
	letter-spacing: 0.7px;
}


/* ==========================================================================
   Start: Hero
   ========================================================================== */

.hero-homepage {
	background-image: url(../img/hero-homepage001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.disable-clicks {
	pointer-events: none;
}

.hero-new-homepage {
	background-image: url(/userfiles/images/nueva-ai/chat-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero-new-homepage, .hero-homepage  {
	height: 50vh !important;
}

.hero-homepage .hero-content,
.hero-new-homepage .hero-content {
	height: 100%;
}

.hero-homepage .hero-content h1,
.hero-new-homepage .hero-content h1,
.hero-homepage .hero-content h2,
.hero-new-homepage .hero-content h2 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.hero-new-homepage .chat-icon {
	display: block !important;
    position: absolute;
    width: 100px !important;
    height: auto !important;
    top: 125px;
	left: 45%;
	transform: translate(0, -50%) !important;
}

/* Medium Devices */
@media only screen and (max-width : 1124px) {
    .hero-new-homepage .chat-icon {
        top: 100px;
		left: 40%;
    }

}
/* Medium Devices */
@media only screen and (max-width : 768px) {
    .hero-new-homepage .chat-icon {
		left: 40%;
    }
}

@media only screen and (max-width : 567px) {
    .hero-new-homepage .chat-icon {
		top: 50px !important;
		left: 35%;
		width: 75px !important;
    }

	.hero-maintitle {
        font-size: 21px;
        font-weight: 400;
        line-height: 30px;
    }

    .hero-subtitle {
        font-size: 13px;
    }
}

.hero-homepage > svg {
	-webkit-filter: drop-shadow(0 0 75px rgba(0,0,0,0.3));
	        filter: drop-shadow(0 0 75px rgba(0,0,0,0.3));
}

.hero-landingpage {
	height: 36vh;
	background-color: #f2f2f2;
	overflow: hidden;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hero-landingpage img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

.hero-homepage .hero-content,
.hero-landingpage h1, .hero-landingpage h2 {
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	-webkit-filter: drop-shadow(0 0 75px rgba(0,0,0,0.8));
	        filter: drop-shadow(0 0 75px rgba(0,0,0,0.8));
}

.hero-landingpage h1, .hero-landingpage h2 {
	position: absolute;
	left: 0; /* IE fix */
	width: 100%; /* IE fix */
}

.hero-suptitle {
	font-size: 2.4rem;
	line-height: 1.1;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}
.hero-maintitle {
	font-size: 6.4rem;
	line-height: 1.1;
}

/* ==========================================================================
   Start: Text Intro
   ========================================================================== */

.text-intro {
	text-align: center;
	margin-bottom: 4vw;
	padding: 11.5rem 10rem;
	position: relative;
}

.text-intro::after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}
.text-intro::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.text-intro--about {
	margin-top: 6rem;
}
/*
.text-intro--about::after {
	background-image: url(../img/line-vertical-tall.svg);
}
*/
.text-intro--endpage {
	margin-bottom: 0;
}

.text-intro--news-article,
.text-intro--newsletter {
	margin-bottom: 0;
}

.text-intro--news-article::before,
.text-intro--newsletter::before {
	background-image: none;
}

.text-intro--landing {
	margin-bottom: 4rem;
	padding: 5rem 10rem;
}

.text-intro--landing-inside {
	margin-bottom: 0;
	padding: 11.5rem 10rem 5rem 10rem;
}

.text-intro--landing::after,
.text-intro--landing::before {
	background-image: none;
}

.text-intro--landing-inside::before {
	background-image: none;
}

.text-intro--landing-inside h1 span,
.text-intro--landing h1 span,
.text-intro > h1 span {
	display: block;
}

.text-intro--landing-inside h2 span,
.text-intro--landing h2 span,
.text-intro > h2 span {
	display: block;
}

.text-intro--nextsubject {
	padding: 7.5rem 10rem 11.5rem 10rem;
}

.text-intro--nextsubject .text-intro-maintitle {
	margin-bottom: 0;
}

.text-intro--nextsubject::after {
	background-image: none;
}

.text-intro-suptitle {
	font-size: 2.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}
.text-intro-supnewstitle {
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}
.text-intro-maintitle {
	font-size: 6.4rem;
	letter-spacing: -1px;
	margin-bottom: 3rem;
}
.text-intro-newstitle {
	font-size: 4.4rem;
	margin-bottom: 3rem;
}
.text-intro-newsimage {
	margin-bottom: 6rem;
}
.text-intro-title {
	font-size: 3.6rem;
	margin-bottom: 3rem;
}
.text-intro-subtitle {
	font-size: 2rem;
	font-style: italic;
	margin-bottom: 3rem;
}
.text-intro-subtitle--list {
	font-size: 2rem;
	line-height: 2;
	font-style: italic;
	margin-bottom: 3rem;
}
.text-intro-subtitle--strong {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.text-intro-content {
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 2.8rem;
	margin-bottom: 2rem;
}
.text-intro-content:last-child {
	margin-bottom: 0;
}
.text-intro-content em {
	font-style: inherit;
}
.text-intro-content strong {
	font-weight: normal;
}

.text-intro-content strong.strong {
	font-weight: 700;
	font-style: normal;
}

.text-intro-content a {
	color: #000;
	text-decoration: underline;
}

/* ==========================================================================
   Start: Featured Montage
   ========================================================================== */

.featured-montage {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/* style */
	margin-bottom: 75px;
}

.featured-imagery {
	width: 60vw;
}

	.featured-imagery--background {
		position: relative;
		width: 28vw;
		height: 40vw;
		background-color: grey;
		/*background-image: url(../img/featured-bg-about.jpg);*/
		background-size: cover;
	}

	.featured-imagery--foreground {
		position: absolute;
		top: -5%;
		right: -55%;
		width: 36vw;
		height: 26vw;
		background-color: grey;
		/*background-image: url(../img/featured-fg-about.jpg);*/
		background-size: cover;
		z-index: 2;
		/*transform: translate3d(55%,-55%,0);*/
		/* js effect*/
		/*transform: translate3d(55%,var(--translateY),0);*/
		/*will-change: transform;*/

	}

	.featured-imagery img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: 'object-fit: cover;';
	}


.featured-text {
	width: 40vw;
	padding: 2vw 0;
	text-align: left;
}

.featured-text-container {
	width: 70%;
	float: left;
}

.featured-text-maintitle {
	font-size: 3.6rem;
	line-height: 4.2rem;
	margin-bottom: 3.4rem;
}

.featured-text-content {
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 2.8rem;
}

.featured-text-content em {
	font-style: inherit;
}
.featured-text-content strong {
	font-weight: normal;
}

.featured-text-content:not(last-child) {
	margin-bottom: 2.3rem;
}


.featured-montage--right {}

.featured-montage--right .featured-imagery {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.featured-montage--right .featured-imagery--background {
	float: right;
}

.featured-montage--right .featured-imagery--foreground {
	right: auto;
	left: -55%;
	/*transform: translate3d(-55%,-55%,0);*/
	/* js effect*/
	/*transform: translate3d(-55%,var(--translateY),0);*/
}

.featured-montage--right .featured-text-container {
	float: right;
}


/* style-0 */
.featured-imagery--background--style0 {
	width: 28vw;
	height: 40vw;
/* 	background-image: url(../img/featured-bg-about.jpg); */
}

.featured-imagery--foreground--style0 {
	width: 36vw;
	height: 26vw;
	top: 15%;
/* 	background-image: url(../img/featured-fg-about.jpg); */
}

/* style-1 */
.featured-imagery--background--style1 {
	width: 28vw;
	height: 45vw;
	background-image: url(../img/featured-bg-investors_news.jpg);
}

.featured-imagery--foreground--style1 {
	width: 30vw;
	height: 30vw;
	background-image: url(../img/featured-fg-investors_news.jpg);
	/*top: 5%;*/
	/*transform: translate3d(50%,-50%,0);*/
}

/* style-2 */
.featured-imagery--background--style2 {
	width: 28vw;
	height: 40vw;
	background-image: url(../img/featured-bg-investors_presentation.jpg);
}

.featured-imagery--foreground--style2 {
	width: 30vw;
	height: 25vw;
	background-image: url(../img/featured-fg-investors_presentation.jpg);
	/*transform: translate3d(50%,-60%,0);*/
	/*top: -5%;*/
}

/* style-3 */
.featured-imagery--background--style3 {
	width: 38vw;
	height: 50vw;
/* 	background-image: url(../img/featured-bg-investors_news.jpg); */
}

.featured-imagery--foreground--style3 {
	width: 35vw;
	height: 35vw;
/* 	background-image: url(../img/featured-fg-investors_news.jpg); */
	top: 15%;
	right: -32%;
	/*transform: translate3d(50%,-50%,0);*/
}


/* ==========================================================================
   Start: Slider -- container investors
   ========================================================================== */

.slick-prev {
	display: none !important;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 8px;
}

.container-investors {
	border: 2px solid #4A4A4A;
	min-height: 725px;
	padding-bottom: 40px;
	position: relative;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.container-investors::after {
	pointer-events: none;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height:100%;
	border-radius: inherit;
	border-left: 2px solid #4A4A4A;
	background-color: #fff;
	background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center 340px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.container-investors.on::after {
	background-color: #4A4A4A;
	background-image: url(../img/arrow-right--white.svg);
}
.container-investors-left {
	width: 350px;
	-webkit-transform: translate3d(-62px,60px,0);
	        transform: translate3d(-62px,60px,0);
}
.container-investors-right {
	width: 470px;
	padding-right: 20px;
}
.container-investors-btn {
	width: 60px;
	min-height: 725px;
	/*background-color: #fff;*/
	/*background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
	/*transition: all .3s ease-in-out;*/
}

.slider-investors-picture .slick-dots {
	bottom: 70px;
}
.slider-investors-picture .slick-dots li button:before {
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: 1;
	border: 2px solid #fff;
	border-radius: 50%;
}
.slider-investors-picture .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #fff;
}

.slider-investors-picture {
	width: 350px;
	height: 600px;
}

.investors-picture {
	width: 350px;
	height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

.investors-text {
	margin: 50px 0;
}

.investor-text-maintitle {
	font-size: 3.6rem;
	line-height: 5.2rem;
	margin-bottom: 1.6rem;
}

.investor-text-jobtitle {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: 0.7px;
	margin-bottom: 4.8rem;
}

.investor-text-content p {
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 2.8rem;
}
.investor-text-content p:not(last-child) {
	margin-bottom: 2.3rem;
}


/* .slick-dooted element is move in JS from .investors-picture slider */

.container-investors .slick-dots {
	bottom: 40px;
	z-index: 1;
}
.container-investors .slick-dots li button:before {
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: 1;
	border: 2px solid #4A4A4A;
	border-radius: 50%;
}
.container-investors .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #4A4A4A;
}

/* ==========================================================================
   Start: Slider -- newsslider
   ========================================================================== */

.container-newsslider {
	border: 2px solid #4A4A4A;
	min-height: 640px;
	position: relative;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.container-newsslider::after {
	pointer-events: none;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height:100%;
	border-radius: inherit;
	border-left: 2px solid #4A4A4A;
	background-color: #fff;
	background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.container-newsslider.on::after {
	background-color: #4A4A4A;
	background-image: url(../img/arrow-right--white.svg);
}
.container-newsslider-left {
	width: 350px;
	margin: 6rem 0 0 6rem;
/*
	-webkit-transform: translate3d(-62px,60px,0);
	        transform: translate3d(-62px,60px,0);
*/
}
.container-newsslider-right {
	width: 345px;
	margin: 6rem;
}

/* IE 11 fix */
.no-picture .container-newsslider-right {
	margin-right: 125px;
}

.container-newsslider-btn {
	width: 60px;
	min-height: 640px;
	/*background-color: #fff;*/
	/*background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
	/*transition: all .3s ease-in-out;*/
}

.newsslider-picture {
	width: 350px;
	height: 520px;
}

.newsslider-picture > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}

.newsslider-text {
	margin: 50px 0;
}

.newsslider-text-date {
	font-size: 1.3rem;
	font-style: italic;
	line-height: 2.8rem;
	letter-spacing: 0.7px;
	margin-bottom: 3rem;
}
.newsslider-text-date strong {
	font-style: normal;
	font-weight: 700;
}


/* ==========================================================================
   Start: Slider -- textslider
   ========================================================================== */

.container-textslider {
	border: 2px solid #4A4A4A;
	position: relative;
	min-height: 230px;
	margin-bottom: 8rem;
}

.container-textslider::after {
	pointer-events: none;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height:100%;
	border-radius: inherit;
	border-left: 2px solid #4A4A4A;
	border-bottom: 1px solid transparent;
	background-color: #fff;
	background-image: url(../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.container-textslider.on::after {
	border-bottom: 1px solid #4A4A4A;
	background-color: #4A4A4A;
	background-image: url(../img/arrow-right--white.svg);
}
.container-textslider::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.slider-textslider-content {
	text-align: center;
	width: 100%;
}

.container-textslider-btn {
	width: 60px;
	min-height: 230px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.container-textslider .slick-dotted.slick-slider {
	margin-bottom: 0;
	padding: 45px 0;
	min-height: 230px;
}
.container-textslider .slick-dots {
	bottom: 40px;
}
.container-textslider .slick-dots li button:before {
	left: 0;
	width: 15px;
	height: 15px;
	content: '';
	text-align: center;
	opacity: 1;
	border: 2px solid #4A4A4A;
	border-radius: 50%;
}
.container-textslider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #4A4A4A;
}

.textslider-text-maintitle {
	font-size: 3.6rem;
	line-height: 5.2rem;
	margin-bottom: 1.6rem;
}

.textslider-text-jobtitle {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2rem;
	letter-spacing: 0.7px;
	margin-bottom: 4.8rem;
}

.textslider-text-content {
	padding: 0 12rem 2rem 8rem;
}

.textslider-text-content p {
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 2.8rem;
}
.textslider-text-content p:not(last-child) {
	margin-bottom: 2.3rem;
}

/* ==========================================================================
   Start: newsletter-short
   ========================================================================== */

.newsletter-short {
	width: 520px;
	margin: auto;
}

.newsletter-short-form {
	height: 60px;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.newsletter-short-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: 80%;
	height: 60px;
	border: 2px solid #4A4A4A;
	padding: 0rem 2rem;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.7px;
	color: #4A4A4A;
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.newsletter-short-btn {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 60px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	border-top: 2px solid #4A4A4A;
	border-right: 2px solid #4A4A4A;
	border-bottom: 2px solid #4A4A4A;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.7px;
	text-align: center;
	padding: 2.2rem 2rem;
	/*white-space: nowrap;*/
	cursor: pointer;
	color: #4A4A4A;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.newsletter-short-btn:hover {
	color: #fff;
	background: #4A4A4A;
}



/* ==========================================================================
   Start: news-preview
   ========================================================================== */

.news-preview .date {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 1.4rem;
}

.text-newslisting {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
}

.text-newslisting--item {
      width: 29%;
      margin: 0 20px 40px 20px;
	  background-color: #fff;
	  /* flex */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
/*
	   -webkit-filter: drop-shadow(0 0 15px rgba(0,0,0,0.3));
	        filter: drop-shadow(0 0 15px rgba(0,0,0,0.3));
*/
}

.text-newslisting--item-wrap {
	border: 2px solid #4a4a4a;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.text-newslisting--item-img {
	width: 100%;
	height: auto;
}

.text-newslisting--item-title {
    font-size: 1.8rem;
    font-weight: 700;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}
.text-newslisting--item-date {
    font-size: 1.2rem;
    font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1.8rem;
}
.text-newslisting--item-content {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.text-newslisting--item-content p {
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 2.2rem;
}
.text-newslisting--item .btn-outline {
	min-width: inherit;
	width: 100%;
}

.numeric {
	position: relative;
	margin: 50px auto;
	width: 95px;
	height: 95px;
	border: 2px solid #4A4A4A;
	font-size: 3.6rem;
	text-align: center;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.numeric--1 {
	margin-top: 80px;
}

.numeric::after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}

.numeric::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ==========================================================================
   Start: Contentbloc
   ========================================================================== */

.contentbloc {
	position: relative;
	margin-bottom: 50px;
	padding: 6rem;
	border: 2px solid #4A4A4A;
	text-align: center;
}

.contentbloc hr {
	margin: 4rem 0;
}

.contentbloc ul.indent {
	margin-left: 4rem;
	padding-left: 4rem;
	border-left: 2px solid #4a4a4a;
	text-align: left;
}

.contentbloc li {
	margin-bottom: 2rem;
}

.contentbloc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
    width: 100%;
    position: relative;
}

.contentbloc-wrap--left {
}

.contentbloc-wrap--txt {
	width: 500px;
	text-align: left;
}

.contentbloc-wrap--left .contentbloc-wrap--txt {
	width: 100%;
	margin-left: 470px;
}


.contentbloc-wrap--img {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate3d(100px,0,0);
	        transform: translate3d(100px,0,0);
	width: 360px;
	height: 500px;
}

.contentbloc-wrap--left .contentbloc-wrap--img {
	position: absolute;
	top: 0;
	left: 0;
	right: unset;
	-webkit-transform: translate3d(-100px,0,0);
	        transform: translate3d(-100px,0,0);
	width: 520px;
	height: 615px;
}

.contentbloc-wrap--img div {
	width: inherit;
	height: inherit;
}

.contentbloc-wrap--img img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	font-family: 'object-fit: cover;';
}

.contentbloc-roman {
	border: 2px solid #4A4A4A;
	margin-bottom: 2.5rem;
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contentbloc-roman:last-child {
	margin-bottom: 0;
}

.contentbloc-roman > span:first-child {
	display: block;
	font-size: 4.8rem;
	min-width: 100px;
}

.contentbloc-roman > span:not(:first-child) {
	text-align: left;
	padding-right: 2rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-style: italic;
	letter-spacing: 0.7px;
}

.contentbloc-stats {
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.contentbloc-stats > p {
	border: 2px solid #4A4A4A;
	width: 33%;
	padding: 2rem;
	margin-right: 2.5rem;
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.7px;
	line-height: 1.5;
}

.contentbloc-stats > p:last-child {
	margin-right: 0;
}

.contentbloc-stats > p span {
	display: block;
	font-size: 4.8rem;
	padding-bottom: 1rem;
}

/* ==========================================================================
   Start: StockWidget
   ========================================================================== */

.stockwidget {
	margin-top: 8rem;
	margin-bottom: 6rem;
	text-align: center;
}

#page-home .stockwidget {
	margin-top: 6rem;
}

.stockwidget .table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

.stockwidget .table th {
	background: #4A4A4A;
	text-align: center;
	border: 0;
	padding: 2rem;
	color: #fff;
}
.stockwidget-content {
	margin-bottom: 5rem;
	padding: 3rem;
	border: 2px solid #4A4A4A;
	background-color: #fcfcfc;
	line-height: 1.8;
}

.stockwidget-tradetable {
	font-size: 1.4rem;
	overflow-x: auto;
	padding-bottom: 3rem;
}

.stockwidget-tradetable .header {
	background-color: #fcfcfc;
	font-weight: bold;
}

.stockwidget-tradetable .table td {
	padding: 8px 10px;
	text-align: left;
	white-space: nowrap;
	border: 1px solid #cfcfcf;
}

#update_stocks {
	float: right;
}
#update_stocks img {
	width: 20px;
}
#loading {
	text-align: center;
	padding: 20px;
}
.ticker_image img {
	width: 13px;
	vertical-align: top;
	padding-top: 3px;
}
.ticker_net_change_positif {
	color: #009000;
}
.ticker_net_change_negatif {
	color: #ff0000;
}
.ticker_bid {
	color: #009000;
}
.ticker_ask {
	color: #ff0000;
}

/* ==========================================================================
   Start: DocumentList
   ========================================================================== */

.documenttitle > h2 {
	text-align: center;
	font-size: 4rem;
	letter-spacing: -1px;
}
.documenttitle:not(:first-child) {
	margin-top: 12rem;
	text-align: center;
}

.documentlist {
	margin-top: 8rem;
	text-align: center;
}

.documentlist-wrap {
	margin-bottom: 50px;
	padding: 4.5rem 10rem;
	border: 2px solid #4A4A4A;
	position: relative;
}

.documentlist-wrap:first-child {
	margin-top: 50px;
}


.documentlist-wrap:first-child::after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}

.documentlist-wrap::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.documentlist-date {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0;
}

/* ==========================================================================
   COLLAPSIOUS
   ========================================================================== */

 .collapsious {
   border: 2px solid #4A4A4A;
   margin-bottom: 50px;
   position: relative;
}

.collapsious > div {
	padding: 4rem 6rem;
	text-align: left;
}

.collapsious > div hr {
	height: 0;
	border: 0;
	border: 0;
	margin: 3rem 0;
}
.collapsious > span {
	display: block;
	cursor:pointer;
	font-size: 1.8rem;
	padding: 1.4rem 3rem;
	position: relative;
	text-align: left;
}
.collapsious > span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border-left: 2px solid #4A4A4A;
}
.collapsious > span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-image: url(../img/ico-plus.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}

.collapsious.opened > span {
	border-bottom: 2px solid #4A4A4A;
}

.collapsious.opened > span:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.collapsious:before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.collapsious:after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}

.text-faq-suptitle {
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}


/* ==========================================================================
   CONTACT FORM
   ========================================================================== */

.contactform {
	position: relative;
	margin-bottom: 7.8rem;
	padding-top: 5rem;
	margin-top: 8rem;
}

.contactform:after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: -52px;
	width: 100%;
	height:100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}

.contactform-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.contactform-col {
	width: 45%;
	margin-bottom: 2rem;
}

.contactform-col--full {
	width: 100%;
}

.contactform-col label {
	display: inline-block;
	font-style: italic;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
}

.contactform-col textarea {
	min-height: 18rem;
}

/* ==========================================================================
   Start: newsletter-form
   ========================================================================== */

.newsletter-form {
	text-align: left;
	width: 80%;
	margin: auto;
}

.newsletter-label {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.7px;
	margin-bottom: 1rem;
	display: inline-block;
}
.newsletter-input,
.contactform-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* style */
	width: 100%;
	height: 60px;
	border: 2px solid #4A4A4A;
	padding: 0rem 2rem;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 60px;
	letter-spacing: 0.7px;
	color: #4A4A4A;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.newsletter-checkbox,
.newsletter-radio {
	min-height: 27px;
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	display: block;
}

.newsletter-checkbox a,
.newsletter-radio a {
	text-decoration: underline;
}

.newsletter-checkbox label,
.newsletter-radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 1rem;
	font-weight: 400;
	cursor: pointer;
	display: block;
}

.newsletter-checkbox input[type=checkbox],
.newsletter-radio input[type=radio] {
	position: absolute;
	margin-top: 5px;
	margin-left: -20px;
}

/* VALIDATION */

.error_input_warning {
	color: red;
	font-size: 1.2rem;
	font-weight: 700;
}

.newsletter-checkbox .error_input_warning { display: block; }

.alert-dismissible {
	border: 1px solid red;
	width: 80%;
	margin: 3rem auto;
	padding: 0 2rem 2rem 2rem;
}
.alert-dismissible button {
/* 	color: red; */
	font-size: 3rem;
}
.alert-dismissible li {
	font-size: 1.2rem;
/* 	color: red; */
	margin: 1rem 0;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

/* ==========================================================================
   Start: MENU :::: OFFCANVAS
   ========================================================================== */
.nooverflow {
	overflow: hidden !important;
}

.menu-offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	padding: 0 4rem;
	overflow: auto;
	opacity: 0;
	-webkit-transition: .4s all ease-in-out;
	-o-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
	pointer-events: none;
	-webkit-transform: translate3d(100vw,0,0);
	        transform: translate3d(100vw,0,0);
}
.menu-offcanvas.on {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.menu-offcanvas-ctrl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 90px;
}

.menu-offcanvas-main {
	margin: 2rem auto 4rem auto;
	text-align: center;
}
.menu-offcanvas-main > li {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2rem;
	border-bottom: 2px solid #a2a2a2;
	padding-bottom: 1.7rem;
}

.menu-offcanvas-main > li ul {
	margin-top: 2.6rem;
}

.menu-offcanvas-main > li li {
	font-size: 1.6rem;
	margin-bottom: 2rem;
	font-style: italic;
	font-weight: normal;
}

.menu-offcanvas-main:last-child {
	margin-bottom: 0;
}

.menu-offcanvas-lang {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3rem;
}

.menu-offcanvas-legal {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
}

#alert_legal {display:none;padding:50px;}
.alert_legal_wrapper {border:2px solid #4A4A4A;padding:20px;text-align: center;}
.alert_legal_wrapper::before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: top center;
}
.alert_legal_wrapper::after {
	pointer-events: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-image: url(../img/line-vertical.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.alert_legal_wrapper p {margin-bottom: 30px;}
.alert_legal_wrapper .txt {max-width:660px;margin:0 auto 30px auto;}
.logo_legal {width:100%;max-width: 267px;margin:30px 0;}
.fancybox-skin {padding:0!important;}

@media only screen and (max-width: 960px) {
	#alert_legal {padding:20px;}
	.logo_legal {margin:15px 0 15px 0;}
	.alert_legal_wrapper h2 {font-size:20px;line-height: inherit;}
	.alert_legal_wrapper p {word-wrap: break-word;}
	.alert_legal_wrapper::before {top:-30px;}
	.alert_legal_wrapper::after {bottom:-30px;}
}

/* #################################################################################################################################################### */

/* ====================================================================================================================================================
   Media Queries for Responsive Design.
   ==================================================================================================================================================== */

/* #################################################################################################################################################### */

@media only screen and (min-width: 1750px) {

	.container-fixed {
		width: 1000px;
	}

	.hero-homepage {
		height: 80vh;
	}

	/* contentbloc */

	.contentbloc-wrap--txt {
		width: 660px;
	}

	.contentbloc-wrap--img {
		-webkit-transform: translate3d(200px,0,0);
		        transform: translate3d(200px,0,0);
	}

	.contentbloc-wrap--left .contentbloc-wrap--img {
		-webkit-transform: translate3d(-200px,0,0);
		        transform: translate3d(-200px,0,0);
		height: 460px;
	}

	.contentbloc-wrap--left .contentbloc-wrap--txt {
	    margin-left: 380px;
	}
}

@media only screen and (max-width: 1023px) {

    body {
    	/*background: yellow;*/
    }

    .viewport-container {
    	margin: 0 20px;
    }

    .container-fixed {
    	width: auto;
    }

    .header-main {
    	/* style */
    	height: 90px;
    }

    .section-contact {
		margin-top: 5rem;
	}

	/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
   .contactform-col {
		width: 100%;
	}

	/* ----------------

	Module DocumentList

	---------------- */

	.documenttitle > h2 {
		font-size: 3rem;
	}

	.documentlist-wrap {
		padding: 4rem;
	}

    /* start: headroom styling */

    .hero-homepage,
    .hero-landingpage {
    	margin-top: 90px;
    }

    .headroom {
    	position: fixed;
    	z-index: 10;
    	right: 0;
    	left: 0;
    	top: 0;
    	padding: 0 20px;
    	-webkit-transition: height .2s linear, -webkit-transform .2s linear;
    	transition: height .2s linear, -webkit-transform .2s linear;
    	-o-transition: height .2s linear, transform .2s linear;
    	transition: height .2s linear, transform .2s linear;
    	transition: height .2s linear, transform .2s linear, -webkit-transform .2s linear;
    }

    .headroom.slideUp {
        -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
    }

    .headroom.slideDown {
       height: 90px;
    }

    .headroom.slideDown.headroom--top {
    	height: 90px;
    }

    /* stop: headroom styling */

    .header-main-logo svg {
    	width: auto;
    	height: 30px;
    }
    .header-main-nav {
    	display: none;
    }



    .header-main-nav--mobile {
    	display: flex;
		gap: 20px;
    	cursor: pointer;
    }




    .header-main-nav--mobile-menu {
    	display: block;
   	}

    .footer-main {
    	/* flex */
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	/* style */
    	width: 100%;
    }

    .footer-main > nav {
     	margin: 0;
     	padding-right: 0;
     	width: 100%;
     	text-align: center;
    }

    .footer-main > nav ul {
    	margin: 1rem 0;
    	padding-bottom: 1rem;
    }

    .footer-main > nav:first-child {
    	padding-top: 1rem;
    }

    .header-main-nav a:before,
    .footer-main a:before {
    	display: none;
    }

    .footer-main--title {
    	margin-bottom: 2rem;

    }

    .footer-main--linksection {
    	margin-bottom: 1rem;
    }

    .footer-copyright {
    	/* flex */
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	/* style */
    	width: 100%;
    	margin-top: 4rem;
    }

    .footer-copyright--logo--desktop {
    	display: none;
    }
    .footer-copyright--logo--mobile {
    	display: block;
    	max-width: 100px;
    	height: auto;
    }
    .footer-copyright--txt {
    	text-align: center;
    	font-size: 1.1rem;
    	margin: 2rem 0;
    }

    .hero-homepage {
    	height: 75vh;
    }

    .hero-suptitle {
    	font-size: 1.6rem;
    	margin-bottom: 1rem;
    }
    .hero-maintitle {
    	font-size: 3.6rem;
    	line-height: 1.1;
    }

    /* text-intro */
    .text-intro {
    	margin-bottom: 40px;
    	padding: 7.5rem 2rem;
    }

    .text-intro-suptitle {
    	font-size: 1.6rem;
    }
    .text-intro-supnewstitle {
    	font-size: 1.4rem;
    }
    .text-intro-maintitle {
    	font-size: 3.6rem;
    	line-height: 4rem;
    	margin-bottom: 2.8rem;
    }
    .text-intro-newstitle {
    	font-size: 2.6rem;
    	line-height: 3.4rem;
    	margin-bottom: 2.8rem;
    }

    .text-intro-title {
		font-size: 2.6rem;
		margin-bottom: 2.8rem;
	}
	.text-intro-subtitle {
		font-size: 1.8rem;
		margin-bottom: 2.8rem;
	}
	.text-intro-subtitle--list {
		font-size: 1.8rem;

		margin-bottom: 2.8rem;
	}
	.text-intro-subtitle--strong {
		font-size: 1.8rem;
		margin-bottom: 2.8rem;
	}

    .text-intro-content {
    	font-size: 1.2rem;
    	line-height: 2.6rem;
    }

    .text-intro::after,
    .text-intro::before {
    	background-image: url(../img/line-vertical-short.svg);
    }

    .text-intro--landing {
		margin-bottom: 2rem;
		padding: 5rem 2rem;
	}

	.text-intro--landing-inside {
		margin-bottom: 0;
		padding: 7.5rem 2rem;
	}

	.text-intro--landing::after,
	.text-intro--landing::before,
	.text-intro--news-article::before,
	.text-intro--newsletter::before {
		background-image: none;
	}

	.text-intro--landing-inside::before {
		background-image: none;
	}

    .text-intro--endpage {
		margin-bottom: 0;
	}

    .text-intro--nextsubject {
	    padding: 3.5rem 7.5rem 7.5rem;
    }
    .text-intro--nextsubject::after {
		background-image: none;
	}

    .featured-montage {
    	/* flex */
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: row;
    	        flex-direction: row;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: end;
    	    -ms-flex-pack: end;
    	        justify-content: flex-end;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
    	/* style */
    	margin-bottom: 0;
    }

    .featured-imagery {
    	width: 50vw;
    }


    	.featured-imagery--background {
    		width: 50vw;
    		height: 80vw;
    	}

    	.featured-imagery--foreground {
    		top: 0;
    		right: 30%;
    		width: 70vw;
    		height: 50vw;
    	}

    	.featured-imagery--foreground--style0,
    	.featured-imagery--foreground--style3 {
    		top: 15%;
    	}


    .featured-text {
    	width: 100vw;
    	padding: 4rem 3rem;
    	text-align: center;
    }

    .featured-text-container {
    	width: 100%;
    	float: none;
    }

    .featured-text-maintitle {
    	font-size: 3.6rem;
    	line-height: 4rem;
    	margin-bottom: 2.8rem;
    }

    .featured-text-content {
    	font-size: 1.2rem;
    	line-height: 2.6rem;
    }

    .featured-text-content:not(last-child) {
    	margin-bottom: 2.3rem;
    }

    .featured-montage--right {
    	-webkit-box-pack: start;
    	    -ms-flex-pack: start;
    	        justify-content: flex-start;
    }

    .featured-montage--right .featured-imagery {
    	-webkit-box-ordinal-group: 1;
    	    -ms-flex-order: 0;
    	        order: 0;
    }

    .featured-montage--right .featured-imagery--background {
    	float: left;
    }

    .featured-montage--right .featured-imagery--foreground {
    	right: auto;
    	left: 30%;
    }

    .featured-montage--right .featured-text-container {
    	float: none;
    }

    .featured-montage .featured-text-maintitle br {
	    display: none;
    }


    /* contentbloc */
    .contentbloc {
		padding: 4rem;
	}

	.contentbloc ul.indent {
		margin-left: 1rem;
	}

/*
	.contentbloc li {
		text-align: left;
	}
*/

	.contentbloc-wrap--txt {
		width: 100%;
	}

	.contentbloc-wrap--left .contentbloc-wrap--txt {
		margin-left: 265px;
	}

	.contentbloc-wrap--img {
		position: inherit;
		top: inherit;
		right: inherit;
		-webkit-transform: translate3d(-30px,0,0);
		        transform: translate3d(-30px,0,0);
	}

	.contentbloc-wrap--left .contentbloc-wrap--img {
		-webkit-transform: translate3d(-30px,0,0);
		        transform: translate3d(-30px,0,0);
		width: 260px;
		height: 390px;
	}


    /* slider */

    .slick-dots {
    	bottom: 30px;
    }
    .slick-dots li {
    	width: 8px;
    	height: 8px;
    	margin: 0 8px;
    }
    .slick-dots li button {
    	width: 8px;
    	height: 8px;
    	padding: 0px;
    }
    .slick-dots li button:before {
    	left: 0;
    	width: 8px;
    	height: 8px;
    	content: '';
    	text-align: center;
    	opacity: 1;
    	border: 2px solid #fff;
    	border-radius: 50%;
    }

    .container-investors {
    	min-height: 0;
    	padding-bottom: 60px;
    	/* flex */
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
    }
    .container-investors::after {
    	display: none;
    }
    .container-investors.on::after {
    	display: none;
    }
    .container-investors-left {
    	width: 100%;
    	margin: auto;
    	padding: 20px 20px 0 20px;
    	-webkit-transform: translate3d(0,0,0);
    	        transform: translate3d(0,0,0);
    }
    .container-investors-right {
    	width: 100%;
    	padding: 0 20px;
    }
    .container-investors-btn {
    	display: none !important;
    }

    .slider-investors-picture {
    	width: 100%;
    	height: 40vh;
    }

    .slider-investors-picture.dropshadow--smooth {
    	/*box-shadow: none;*/
    }

    .investors-picture {
    	width: 100%;
    	height: 40vh;
    	-o-object-fit: cover;
    	   object-fit: cover;
    	font-family: 'object-fit: cover;';
    }

    .investors-text {
    	margin: 0;
    	text-align: center;
    }

    .investor-text-maintitle {
    	font-size: 1.8rem;
    	line-height: 2.2rem;
    	margin-bottom: 1.0rem;
    }

    .investor-text-jobtitle {
    	font-size: 1.0rem;
    	font-weight: 700;
    	line-height: 1.1rem;
    	margin-bottom: 2.2rem;
    }

    .investor-text-content p {
    	font-size: 1.2rem;
    	line-height: 2.6rem;
    }
    .investor-text-content p:not(last-child) {
    	margin-bottom: 2.3rem;
    }

    /* newslider */

    .container-newsslider {
    	min-height: 0;
    	/* flex */
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
    }
    .container-newsslider::after {
    	display: none;
    }
    .container-newsslider.on::after {
    	display: none;
    }
    .container-newsslider-left {
    	width: 100%;
    	margin: auto;
    	padding: 40px;
    	-webkit-transform: translate3d(0,0,0);
    	        transform: translate3d(0,0,0);
    }
    .container-newsslider-right {
    	width: 100%;
    	margin: 0;
    	padding: 0 40px 40px 40px;
    	text-align: center;
    }
    .container-newsslider-btn {
    	display: none !important;
    }

    .newsslider-text-date {
	    margin-bottom: 1rem;
    }

    .newsslider-picture {
    	width: 100%;
    	height: 30vh;
    	-o-object-fit: cover;
    	   object-fit: cover;
    	font-family: 'object-fit: cover;';
    }


    /* textslider */


    .container-textslider::after {
    	display: none;
    }
    .container-textslider.on::after {
    	display: none;
    }
    .container-textslider-btn {
    	display: none !important;
    }

    .textslider-text-jobtitle {
    	font-size: 1.0rem;
    	font-weight: 700;
    	line-height: 1.1rem;
    	margin-bottom: 2.2rem;
    }

    .textslider-text-content {
	    padding: 2rem;
    }
    .textslider-text-content p {
    	font-size: 1.2rem;
    	line-height: 2.6rem;
    }
    .textslider-text-content p:not(last-child) {
    	margin-bottom: 2.3rem;
    }

    /* Newsletter short */

    .newsletter-short {
    	width: auto;
    }
    .newsletter-short-form {
    	height: auto;
    	/* flex */
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    	-ms-flex-wrap: nowrap;
    	    flex-wrap: nowrap;
    }
    .newsletter-short-input {
    	width: 100%;
    	height: 50px;
    	font-weight: 700;
    	font-size: 1.1rem;
    	line-height: 50px;
    	text-align: center;
    }

    .newsletter-short-btn {
    	height: auto;
    	border: 2px solid #4A4A4A;
    	line-height: 50px;
    	height: 50px;
    	margin-top: 4rem;
    	padding: 0 3rem;
    	position: relative;
    }
    .newsletter-short-btn::before {
    	pointer-events: none;
    	content: '';
    	position: absolute;
    	left: 0;
    	top: -42px;
    	width: 100%;
    	height:100%;
    	border-radius: inherit;
    	background-image: url(../img/line-vertical-short.svg);
    	background-repeat: no-repeat;
    	background-position: top center;
    }

    /* Bouton */

    .btn {
    	line-height: 50px;
    	height: 50px;
    	padding: 0 4rem;
    }

    .btn-outline {
    	min-width: 220px;
    }

    /* FORM */

    .newsletter-form {
    	width: 100%;
    }
    .newsletter-label {
    	font-size: 1.2rem;
    }
    .newsletter-input {
    	height: 50px;
    	line-height: 50px;
    }


}

@media only screen and (min-width: 430px) and (max-width: 1023px) {
	body {
		/*background: pink;*/
	}
	.container-investors {
		/* flex */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.container-investors-left {
		width: 40%;
		height: 40vw;
		-webkit-transform: translate3d(0,20px,0);
		        transform: translate3d(0,20px,0);
		margin: 0;
	}
	.container-investors-right {
		width: 60%;
		padding-right: 0;
	}
	.container-investors-btn {

	}
	.slider-investors-picture {
		width: 100%;
		height: 40vw;
	}

	.investors-picture {
		height: 40vw;
	}

	.investors-text {
		margin: 40px 20px 20px 0;
		text-align: left;
	}

}

@media only screen and (min-width: 961px) and (max-width: 1023px) {

	/* News */

    .text-newslisting--item {
	    width: 43%;
		margin: 0 30px 50px 30px;
	}

}

@media only screen and (max-width: 960px) {

	.stockwidget {
		margin-top: 6rem;
	}

	/* News */

    .text-newslisting--item {
	    width: 100%;
		margin: 0 0 30px 0;
	}

	/* contentbloc */

	.contentbloc {
		padding: 3rem 2rem;
	}

	.contentbloc-wrap--txt {
		text-align: center;
	}

	.contentbloc-wrap--left .contentbloc-wrap--txt {
		margin-left: 0;
	}

	.contentbloc-wrap--img {
		display: none;
	}

	.contentbloc-stats {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
	}

	.contentbloc-stats > p {
	    width: 100%;
	    padding: 2rem;
	    margin-right: 0;
	    margin-bottom: 2rem;
	    line-height: 1.2;
	}

	.contentbloc-stats > p:last-child {
		margin-bottom: 0;
	}

	.contentbloc-stats > p span {
		padding-bottom: 0;
	}

}

@media only screen and (max-width: 530px) {

	.btn {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
		width: 100%;
	}

	.hero-landingpage br {
		display: none;
	}

	.featured-imagery--foreground {
		top: 15%;
	}
	.featured-imagery--foreground--style0 {
		top: 15%;
	}

	/* Slider */
	.newsslider-picture {
		height: 25vh;
	}

	/* ==========================================================================
   COLLAPSIOUS
   ========================================================================== */

	.collapsious > div {
		padding: 1.5rem;
		text-align: left;
	}

	.collapsious > span {
		padding: 1.5rem 60px 1.5rem 1.5rem;
	}
	.collapsious > span:after {
		content: '';
		display: none;
	}
	.collapsious > span:before {
		width: 60px;
		height: 60px;
	}

}

@media only screen and (max-width: 320px) {

	.featured-imagery--foreground {
		top: 15%;
	}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (-o-min-device-pixel-ratio: 5/4),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
