/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# GENERAL
# NORMALIZE
# MENU
    ## MOBILE MENU
# HOME HERO
# TEXT SECTION
# COMPANIES SLIDER
    ## SLIDER CONTENT
    ## LIGHTBOXES
# TEAM SECTION
# BOD SLIDER
# EVENT SECTION / SLIDER
# GOOGLE MAPS
# FOOTER
# CONTAINER
# LAYOUT MEDIA QUERIES
# MEDIA QUERIES

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

/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #000;
}

body {
    margin: 0;
    overflow-x: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

abbr[title] {
    border-bottom: 1px dotted;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: 500;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border-style: none;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
    line-height: normal;
	margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

button[disabled],
html input[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
    cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
    border: 0;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
    border: 0;
	white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/

body {
    margin: 0;
}

  ::-webkit-scrollbar { width: 0 !important }

#scroll.is-ready {
    width : 100%;
    position : fixed;
}

::selection {
    color:#fff;
    background-color: #0089CC;
}

#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loader.svg") 50% 50% no-repeat #1A1A1A;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

section {
    padding-top: 30px;
    scroll-margin-top: 80px;
}

body {
    font-family: "Helvetica Neue Roman";
	font-style: normal;
	font-weight: 200;

    background: rgb(26,26,26);
    background: -moz-linear-gradient(180deg, #1A1A1A 0%, #4F5354 100%);
    background: -webkit-linear-gradient(180deg, #1A1A1A 0%, #4F5354 100%);
    background: linear-gradient(180deg, #1A1A1A 0%, #4F5354 100%);
}

p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.7em;
}

h1 {
    margin: 0;
}

h2, .h2 {
    font-family: "Helvetica Neue Condensed";
	font-style: italic;
	font-weight: 100;
    font-size: 60px;
    color: #0089CC;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 span {
	font-weight: 500;
}

h3 {
    font-family: "Helvetica Neue Roman";
	font-weight: 300;
    font-size: 14px;
    color: #0089CC;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

h4 {
    font-family: "Helvetica Neue Condensed";
	font-style: normal;
	font-weight: 300;
    font-size: 28px;
    color: #868383;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
}

h5 {
    font-family: "Helvetica Neue Condensed";
	font-style: italic;
	font-weight: 300;
    font-size: 9px;
    color: #868383;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
}

a {
    color: #fff;
    text-decoration: none;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #868383;
}

.std-link {
    text-decoration: underline;
}
/* .std-link:hover,
.std-link:active {

} */
/* .std-link:visited {

} */

ul {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.7em;
    padding-left: 24px;
}

ul li > p {
    margin: 0;
}

button {
    cursor: pointer;
}

.btn.btn-primary {
    font-family: "Helvetica Neue Condensed";
	font-style: italic;
	font-weight: 400;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0089CC;
    padding: 5px 8px 3px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn.btn-primary:hover {
    color: #0089CC;
    background-color: #fff;
}

.btn.btn-arrow {
    background-image: url('../images/arrow-btn-technosubgroup.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;

    height: 23px;
    width: 40px;
    margin-right: 20px;
    padding: 20px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn.btn-arrow:hover {
    margin-right: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.gauche,
.left {
    text-align: left;
}

.droite,
.right {
    text-align: right;
}

.centre,
.center {
    text-align: center;
}

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/

.site-logo-wrapper {
    z-index: 2;
}

.site-logo {
    display: flex;
    align-items: flex-end;
}

.site-logo img {
    max-width: 300px;
    height: 65px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.site-logo:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.site-logo.mini img {
    max-width: 220px;
}

.main-navigation {
    margin-left: auto;
}

.main-navigation ul {
    white-space: nowrap;
}

.main-navigation ul li {
    display: inline-block;
    padding-left: 20px;
    
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.main-navigation ul li a {
    padding: 5px 10px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap {
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #0089CC;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-wrap.fixed {
    position: fixed;
    top: 0;
    background-color:#1A1A1A;
    box-shadow: 0 0 20px rgb(40, 40, 40);  

    -webkit-animation: slideDown 0.3s;
    -moz-animation: slideDown 0.3s;
    -o-animation: slideDown 0.3s;
    animation: slideDown 0.3s;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.nav-wrap.fixed .nav-layout {
    padding: 10px 0;
}

.nav-layout {
    padding: 20px 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.languages-wrapper {
    z-index: 2;
}

.languages {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 30px;
    white-space: nowrap;
}

.language {
    display: inline-block;
    padding: 5px 10px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*--------------------------------------------------------------
## MOBILE MENU
--------------------------------------------------------------*/

.mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    position: fixed;

    background-color: #1A1A1A;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body.menu-opened {
    overflow: hidden;
}

body.menu-opened .mobile-navigation {
    opacity: 1;
    visibility: visible;
}

.mobile-navigation ul {
    padding: 0;
}

.mobile-navigation ul li {
    opacity: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
}

.mobile-navigation-button-wrapper {
    display: none;
    z-index: 2;
}

.menu-button {
    top: 40px;
    right: 30px;
    z-index: 100000;
    pointer-events: initial;

    display: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    outline: 0;
}

.menu-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 40px;
    height: 40px;
}

.menu-button .menu-bar {
    width: 35px;
    height: 2px;
    background-color: #0089CC;
    margin-bottom: 11px;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-button #bar-3 {
    width: 35px;
    margin-bottom: 0;
}

body.menu-opened .menu-button #bar-1 {
	transform: rotate(45deg);
	margin-bottom: -2px;
}

body.menu-opened .menu-button #bar-2 {
	opacity: 0;
    margin: 0;
}

body.menu-opened .menu-button #bar-3 {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.mobile-navigation-languages-wrapper {
    display: none;
    margin-top: 20px;
}

.mobile-navigation-language {
    font-size: 12px;
    padding: 20px 10px;
}


/*--------------------------------------------------------------
## Introduction vidéo
--------------------------------------------------------------*/
section#introduction {
    padding-top: 0px!important;
}
.introduction-video {
    position:relative;
	width: 100%;
	height: calc(100vh)!important;
	border-bottom: solid 1px #fff;
}
.introduction-video video {
	position: absolute;
	width: 100%;
	height: 100%;	
	top: 0;
	left: 0;
	object-fit: cover;
}
.introduction-video .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.introduction-video #video-modal {
	position: relative;
	margin-top: 25px;
	z-index: 1;
}
.introduction-video .overlay {
    background-color: rgba(0, 0, 0, 0.6)!important;
}
.introduction-video #video-modal a {
	cursor: pointer;
}
.lg-backdrop.in {
	background: rgba(0, 0, 0, 0.8)!important;
    -webkit-backdrop-filter: saturate(180%) blur(10px)!important;
    backdrop-filter: saturate(180%) blur(10px)!important;
}
.introduction-video .introduction-info {
    position:relative;
    z-index: 1;
}
.introduction-video .introduction-info h2 {
    margin-bottom:0;
}
.introduction-video .introduction-info .btn.btn-primary {
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}


@media (max-width: 1550px) {
    .introduction-video .homehero-text h2 {
        font-size: 5.2vw!important;
        margin-top:0;
    }
}

@media (max-width: 768px) {
    .introduction-video .homehero-text h2 {
        font-size: 2.4em !important;
    }
    .homehero-layout .layout-65 {
        width: 100%!important;
    }
}

/*--------------------------------------------------------------
# HOME HERO
--------------------------------------------------------------*/

.homehero-layout {
    position: relative;
    /*padding-top: 70px;*/
}

.homehero-layout > div {
    height: 100%;
}

.homehero-text-wrapper {
    padding:0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.homehero-social-wrapper,
.homehero-social {
    width: 40px;
    margin: 0!important;
}

.homehero-social a {
    color: #0089CC;
    padding: 10px 0;
    font-size: 20px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.homehero-text h2 {
    font-size: 80px;
}

.homehero-social a:hover {
    color: #fff;
}

#smooth-wrapper {
    /* Hack en attandant de trouver comment régler le bogue d'overflow sur le wrapper */
    overflow: hidden !important;
}

#smooth-content {
}

#scroll {
    position: relative;
    z-index: 1;
}

#wave-homehero {
    position: absolute;
    width: 40%;
    height: auto;
    right: 0;
    top: 40px;
    mix-blend-mode: lighten;
}

#wave-body {
    position: absolute;
    width: 30%;
    height: auto;
    top: 280vh;
    left: 0;
    mix-blend-mode: lighten;
}

#wave-body.attenuate {
    opacity: .4;
}

/*--------------------------------------------------------------
# TEXT SECTION
--------------------------------------------------------------*/

.text-section:first-child {
    padding-top: 0;
}

.text-section {
    max-width: 875px;
    padding: 60px 0;
}

.text-section .text-description + .text-title {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# COMPANIES SLIDER
--------------------------------------------------------------*/

.slider-companies {
    padding-bottom: 150px;
}

.slide-company {
    position: relative;
    padding-top: 130%;
}

.slide-company-content {
    background-color: #1A1A1A;
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1%;
}

 .slider-companies .slick-list {
    height: 592px;
}

.slider-companies .slick-track {
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition: 1.2s ease;
}

.slider-companies .slick-slide {
    padding: 0 30px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.slider-companies .slick-slide:not(.slick-active) {
    margin-top: 90px;
}

.slider-companies .slick-active {
    margin-top: 90px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
  
.slider-companies .slick-active + .slick-active {
    margin-top: 170px;
    margin-left: -50px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
  
.slider-companies .slick-active + .slick-active + .slick-active {
    margin-top: 90px;
    margin-bottom: 20px;
    margin-left: 50px;
    
    -webkit-transform: scale(1.38);
    -moz-transform: scale(1.38);
    -o-transform: scale(1.38);
    transform: scale(1.38);
}

.slider-companies .slick-active + .slick-active + .slick-active + .slick-active {
    margin-top: 90px;
    margin-left: 50px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.slider-companies .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    margin-top: 170px;
    margin-left: -50px;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
  
.slick-prev,
.slick-next {
    background-image: url('../images/arrow-btn-technosubgroup.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;

    height: 23px;
    width: 30px;
    
    position: absolute;
    z-index: 1;
    top: -20px;
    padding: 20px 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-prev:hover,
.slick-next:hover {
    cursor: pointer;
    width: 32px;
}
  
.slick-prev {
    left: 20px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 20px;
}

.slide-company-content > a {
    position: absolute;
    height: 100%;
    width: 100%;
}

.slide-company {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-company .company-name {
    opacity: 0;
    visibility: hidden;
    margin-left: 12px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} 

.slick-active + .slick-active + .slick-active .company-name,
.slick-active + .slick-active + .slick-active .company-locations {
    opacity: 1;
    visibility: visible;
}

.slick-active + .slick-active + .slick-active + .slick-active .company-name,
.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .company-name,
.slick-active + .slick-active + .slick-active + .slick-active .company-locations,
.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .company-locations {
    opacity: 0;
    visibility: hidden;
}

.company-specs {
    position: relative;
}

.company-locations {
    display: flex;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
    top: 12px;
    right: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.company-location {
    font-family: "Helvetica Neue Condensed";
	font-weight: 300;
    font-size: 12px;
    color: #0089CC;
    position: relative;
    padding: 6px;
    margin-left: 10px;
}

.company-location::before {
    position: absolute;
    content:'';
    height: 24px;
    width: 24px;
    border: 1px solid #0089CC;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.slide-company .company-logo {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 40px;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-company .company-logo img {
    width: 100%;
}

.slide-company .company-button {
    position: absolute;
    bottom: 20px;
    right: -8px;

    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.slider-companies .slick-active .company-button,
.slider-companies .slick-active + .slick-active .company-button,
.slider-companies .slick-active + .slick-active + .slick-active + .slick-active .company-button,
.slider-companies .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .company-button {
    bottom: 35px;
    right: 10px;

    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.slider-companies .slick-active + .slick-active + .slick-active .company-button {
    bottom: 18px;
    right: -8px;

    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.slide-company:hover .company-logo {
    padding: 0 36px;
}

.slide-company:hover {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
}

.company-name h5 {
    padding-right: 90px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slide-company:hover .company-name h5 {
    color: #fff;
}

/*--------------------------------------------------------------
## LIGHTBOXES
--------------------------------------------------------------*/

.fancybox-slide--html .fancybox-close-small {
    left: 0;
    color:#0089CC!important;
    height: 55px;
    width: 55px;
}

.fancybox-content {
    background: #2C2D2D;
    padding: 85px;
}    

.lightbox-company .company-logo-container {
    position: relative;
    height: 100%;
    background:#1A1A1A;
    border-radius: 1%;
}

.lightbox-company .company-logo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    object-fit: cover;
    background:#1A1A1A;
    width: 100%;
    height: 100%;
    border-radius: 1%;
}

.lightbox-company .company-logo-container img {
    position: absolute;
    padding: 0 60px;
    width: 100%;
    max-width: 600px;
    height: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.lightbox-company .company-info-container {
    padding-left: 80px;
    position: relative;
}

.lightbox-company .company-locations {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
}

.lightbox-company .company-location {
    font-size: 18px;
    padding: 6px;
    margin: 0;
}

.lightbox-company .company-location + .company-location {
	margin-left: 10px;
}

.lightbox-company .company-location::before {
    height: 32px;
    width: 32px;
}

.lightbox-company .company-name {
    padding-top: 30px;
}

.lightbox-company .company-description {
    position: relative;
    padding-bottom: 20px;
}

.lightbox-company .company-description::after {
    content:'';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #868383;
    bottom: 0;
    left: 0;
}

.lightbox-company .company-specs {
    margin-top: 35px
}

.lightbox-company .spec {
    padding-top: 25px;
    padding-top: 15px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 200;
}

.lightbox-company .spec-name {
    padding-top: 35px;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #0089CC;
    font-size: 11px;
    font-weight: 500;
}

.lightbox-company .spec {
    color:#fff;
    letter-spacing: 3px;
}

.lightbox-company .spec a:not(.email) {
    color:#868383;
}

.lightbox-company .spec a:not(.email):hover {
    color:#fff;
}

.lightbox-company .spec a.email {
    position: relative;
}

.lightbox-company .spec a.email::after {
    position: absolute;
    content:'';
    background-color: #fff;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lightbox-company .spec a.email:hover::after {
    background-color: #868383!important;
}

.lightbox-company .company-social {
    /* position: absolute;
    bottom: 0;
    right: 0; */
}

.lightbox-company .company-social a {
    color: #0089CC;
    /* padding: 0 10px; */
    font-size: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lightbox-company .company-social a:hover {
    color: #fff;
}

.lightbox-company .company-social a + a {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# TEAM SECTION
--------------------------------------------------------------*/

.team-section {
    margin-left: 150px;
    padding-bottom: 40px;
    position:relative;
}

.team-section .member {
    padding-bottom: 90px;
}

.team-section .member:nth-child(odd) {
    margin-top: -150px;
}

.member-photo img {
    width: 100%;
    border-radius: 1%;
}

.member-infos {
    margin-left: -30px;
}

.member-name {
    font-family: "Helvetica Neue Condensed";
    font-size: 42px;
    color: #0089CC;
    text-transform: uppercase;
    padding-top: 40px;
    letter-spacing: 3px;
    line-height: 1em;
}

.member-name span,
.member-name strong {
    display: block;
    font-weight: 700;
}

.member-title {
    font-family: "Helvetica Neue Condensed";
    font-style: italic;
    font-size: 11px;
    color: #868383;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.member-description {
    padding-top: 10px;
}

/*--------------------------------------------------------------
# BOD SLIDER
--------------------------------------------------------------*/

.slider-bod {
    padding-bottom:120px;
    padding-top:35px;
}

.slider-bod .slick-slide {
    padding: 0 30px;
}

.slide-bod-member > .layout-flex > div {
    padding: 0!important;
}

.bod-member-photo {
    position: relative;
    padding-top: 100%;
}

.bod-member-photo img {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1%;
}

.slider-bod .member-name {
    padding-top: 20px;
    font-size: 20px;
}

.slider-bod .member-description {
    padding-top: 20px;
}

/*--------------------------------------------------------------
# EVENT SECTION / SLIDER
--------------------------------------------------------------*/

.event-section {
    padding-bottom: 120px;
}

.event {
    border-top: 1px solid #0089CC;
}

.slider-events > .event-group:last-child .event:last-child,
.slick-slide .event:last-child {
    border-bottom: 1px solid #0089CC;
}

.event {
    font-family: "Helvetica Neue Condensed";
    font-weight: 100;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    padding: 30px 0;
}

.event.ended {
    color: #868383;
}

.slick-slider .event > div {
    height: 40px;
}

.event .btn-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.event .btn.btn-arrow {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-section .slick-next,
.event-section .slick-prev {
    left: -50px;
}

.event-section .slick-prev {
    top: 0;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.event-section .slick-next {
    top: unset;
    bottom: 0;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.event-section .slick-disabled {
    opacity: 30%;
    pointer-events: none;
}

/*--------------------------------------------------------------
# GOOGLE MAPS
--------------------------------------------------------------*/

#map {
    height: 650px;
}

.gm-style .gm-style-iw-c {
    font-family: "Helvetica Neue Roman";
    font-style: normal;
    font-weight: 300;
    padding: 20px 70px 20px 20px !important;
    letter-spacing: 1px;
}

.gm-style .gm-style-iw-chr {
	/* display: none !important; */
	position: absolute;
	top: 5px;
	right: 10px;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-d h3:first-child {
    margin-top: 0;
}

.gm-style .gm-style-iw-d h3:not(first-of-type) {
    margin-top: 20px;
}

.gm-style .gm-style-iw-d a {
    color: #0089CC;
}

.gm-style .gm-style-iw-d a:hover {
    color: #33bbff;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer {
    background-color: #232323;
    color: #868383;
    height: auto;
}

footer p {
    font-size: 11px;
}

/*--------------------------------------------------------------
# CONTAINER
--------------------------------------------------------------*/

.full,
.boxed {
    padding-left: 30px;
    padding-right: 30px;
}

.full-stretch,
.full,
.boxed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.boxed {
    max-width: 1550px;
}

.boxed-half-left {
    margin-left: calc((100vw - 1550px) / 2)!important;
}

.boxed-half-right {
    margin-right: calc((100vw - 1550px) / 2)!important;
}

/* ROW */

.layout-flex {    
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.layout-flex.layout-gapless {
    margin-left: 0;
    margin-right: 0;
}

/* COLUMN */

.layout-flex > * {
    padding-left: 30px;
    padding-right: 30px;
}

.layout-flex.layout-gapless > * {
    padding-left: 0;
    padding-right: 0;
}

.layout-flex.layout-full > * {
    flex-grow: 1;
}

.layout-flex.flex-direction-row {
    flex-direction: row;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.flex-direction-column {
    flex-direction: column;
}

.layout-flex.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.layout-flex.flex-wrap {
    flex-wrap: wrap;
}

.layout-flex.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.layout-flex.align-items-flex-start {
    align-items: flex-start;
}

.layout-flex.align-items-center {
    align-items: center;
}

.layout-flex.align-items-flex-end {
    align-items: flex-end;
}

.layout-flex.justify-content-flex-start {
    justify-content: flex-start;
}

.layout-flex.justify-content-center {
    justify-content: center;
}

.layout-flex.justify-content-flex-end {
    justify-content: flex-end;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.justify-content-space-between {
    justify-content: space-between;
}

.layout-flex.justify-content-space-around {
    justify-content: space-around;
}

.layout-flex.justify-content-evenly {
    justify-content: space-evenly;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-flex-end {
    align-self: flex-end;
}

.layout-flex .layout-fit {
    min-width: 0;
    
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}

.layout-flex .layout-max {
    min-width: 0;
    
    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */ 
    flex: 1 1 auto;
}

.layout-flex .layout-min {
    min-width: 0;
    
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */ 
    flex: 0 0 auto;
}

.layout-flex .layout-100 {
    width: 100%;
}

.layout-flex .layout-95 {
    width: 95%;
}

.layout-flex .layout-90 {
    width: 90%;
}

.layout-flex .layout-85 {
    width: 85%;
}

.layout-flex .layout-80 {
    width: 80%;
}

.layout-flex .layout-75 {
    width: 75%;
}

.layout-flex .layout-70 {
    width: 70%;
}

.layout-flex .layout-66 {
    width: 66.66%;
}

.layout-flex .layout-65 {
    width: 65%;
}

.layout-flex .layout-60 {
    width: 60%;
}

.layout-flex .layout-55 {
    width: 55%;
}

.layout-flex .layout-50 {
    width: 50%;
}

.layout-flex .layout-45 {
    width: 45%;
}

.layout-flex .layout-40 {
    width: 40%;
}

.layout-flex .layout-35 {
    width: 35%;
}

.layout-flex .layout-33 {
    width: 33.33%;
}

.layout-flex .layout-30 {
    width: 30%;
}

.layout-flex .layout-25 {
    width: 25%;
}

.layout-flex .layout-20 {
    width: 20%;
}

.layout-flex .layout-15 {
    width: 15%;
}

.layout-flex .layout-10 {
    width: 10%;
}

.layout-flex .layout-5 {
    width: 5%;
}

/*--------------------------------------------------------------
# LAYOUT MEDIA QUERIES
--------------------------------------------------------------*/

@media (max-width: 1500px) {
    .layout-flex .layout-xl-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xl-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xl-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xl-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xl-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xl-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xl-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xl-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xl-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xl-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xl-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xl-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xl-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xl-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xl-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xl-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xl-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xl-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xl-20 {
        width: 20%;
    }

    .layout-flex .layout-xl-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-xl-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xl-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xl-5 {
        width: 5%;
    }
}

@media (max-width: 1250px) {
    .layout-flex .layout-lg-100 {
        width: 100%;
    }
    
    .layout-flex .layout-lg-95 {
        width: 95%;
    }
    
    .layout-flex .layout-lg-90 {
        width: 90%;
    }
    
    .layout-flex .layout-lg-85 {
        width: 85%;
    }
    
    .layout-flex .layout-lg-80 {
        width: 80%;
    }
    
    .layout-flex .layout-lg-75 {
        width: 75%;
    }
    
    .layout-flex .layout-lg-70 {
        width: 70%;
    }
    
    .layout-flex .layout-lg-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-lg-65 {
        width: 65%;
    }
    
    .layout-flex .layout-lg-60 {
        width: 60%;
    }
    
    .layout-flex .layout-lg-55 {
        width: 55%;
    }
    
    .layout-flex .layout-lg-50 {
        width: 50%;
    }
    
    .layout-flex .layout-lg-45 {
        width: 45%;
    }
    
    .layout-flex .layout-lg-40 {
        width: 40%;
    }
    
    .layout-flex .layout-lg-35 {
        width: 35%;
    }
    
    .layout-flex .layout-lg-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-lg-30 {
        width: 30%;
    }
    
    .layout-flex .layout-lg-25 {
        width: 25%;
    }
    
    .layout-flex .layout-lg-20 {
        width: 20%;
    }

    .layout-flex .layout-lg-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-lg-15 {
        width: 15%;
    }
    
    .layout-flex .layout-lg-10 {
        width: 10%;
    }
    
    .layout-flex .layout-lg-5 {
        width: 5%;
    }
}

@media (max-width: 1024px) {
    .layout-flex .layout-md-100 {
        width: 100%;
    }
    
    .layout-flex .layout-md-95 {
        width: 95%;
    }
    
    .layout-flex .layout-md-90 {
        width: 90%;
    }
    
    .layout-flex .layout-md-85 {
        width: 85%;
    }
    
    .layout-flex .layout-md-80 {
        width: 80%;
    }
    
    .layout-flex .layout-md-75 {
        width: 75%;
    }
    
    .layout-flex .layout-md-70 {
        width: 70%;
    }
    
    .layout-flex .layout-md-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-md-65 {
        width: 65%;
    }
    
    .layout-flex .layout-md-60 {
        width: 60%;
    }
    
    .layout-flex .layout-md-55 {
        width: 55%;
    }
    
    .layout-flex .layout-md-50 {
        width: 50%;
    }
    
    .layout-flex .layout-md-45 {
        width: 45%;
    }
    
    .layout-flex .layout-md-40 {
        width: 40%;
    }
    
    .layout-flex .layout-md-35 {
        width: 35%;
    }
    
    .layout-flex .layout-md-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-md-30 {
        width: 30%;
    }
    
    .layout-flex .layout-md-25 {
        width: 25%;
    }
    
    .layout-flex .layout-md-20 {
        width: 20%;
    }

    .layout-flex .layout-md-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-md-15 {
        width: 15%;
    }
    
    .layout-flex .layout-md-10 {
        width: 10%;
    }
    
    .layout-flex .layout-md-5 {
        width: 5%;
    }
}

@media (max-width: 768px) {
    .layout-flex .layout-sm-100 {
        width: 100%;
    }
    
    .layout-flex .layout-sm-95 {
        width: 95%;
    }
    
    .layout-flex .layout-sm-90 {
        width: 90%;
    }
    
    .layout-flex .layout-sm-85 {
        width: 85%;
    }
    
    .layout-flex .layout-sm-80 {
        width: 80%;
    }
    
    .layout-flex .layout-sm-75 {
        width: 75%;
    }
    
    .layout-flex .layout-sm-70 {
        width: 70%;
    }
    
    .layout-flex .layout-sm-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-sm-65 {
        width: 65%;
    }
    
    .layout-flex .layout-sm-60 {
        width: 60%;
    }
    
    .layout-flex .layout-sm-55 {
        width: 55%;
    }
    
    .layout-flex .layout-sm-50 {
        width: 50%;
    }
    
    .layout-flex .layout-sm-45 {
        width: 45%;
    }
    
    .layout-flex .layout-sm-40 {
        width: 40%;
    }
    
    .layout-flex .layout-sm-35 {
        width: 35%;
    }
    
    .layout-flex .layout-sm-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-sm-30 {
        width: 30%;
    }
    
    .layout-flex .layout-sm-25 {
        width: 25%;
    }
    
    .layout-flex .layout-sm-20 {
        width: 20%;
    }

    .layout-flex .layout-sm-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-sm-15 {
        width: 15%;
    }
    
    .layout-flex .layout-sm-10 {
        width: 10%;
    }
    
    .layout-flex .layout-sm-5 {
        width: 5%;
    }
}

@media (max-width: 480px) {
    .layout-flex .layout-xs-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xs-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xs-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xs-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xs-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xs-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xs-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xs-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xs-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xs-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xs-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xs-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xs-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xs-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xs-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xs-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xs-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xs-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xs-20 {
        width: 20%;
    }

    .layout-flex .layout-xs-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-xs-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xs-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xs-5 {
        width: 5%;
    }
}

@media (max-width: 375px) {
    .layout-flex .layout-xxs-100 {
        width: 100%;
    }
    
    .layout-flex .layout-xxs-95 {
        width: 95%;
    }
    
    .layout-flex .layout-xxs-90 {
        width: 90%;
    }
    
    .layout-flex .layout-xxs-85 {
        width: 85%;
    }
    
    .layout-flex .layout-xxs-80 {
        width: 80%;
    }
    
    .layout-flex .layout-xxs-75 {
        width: 75%;
    }
    
    .layout-flex .layout-xxs-70 {
        width: 70%;
    }
    
    .layout-flex .layout-xxs-66 {
        width: 66.66%;
    }
    
    .layout-flex .layout-xxs-65 {
        width: 65%;
    }
    
    .layout-flex .layout-xxs-60 {
        width: 60%;
    }
    
    .layout-flex .layout-xxs-55 {
        width: 55%;
    }
    
    .layout-flex .layout-xxs-50 {
        width: 50%;
    }
    
    .layout-flex .layout-xxs-45 {
        width: 45%;
    }
    
    .layout-flex .layout-xxs-40 {
        width: 40%;
    }
    
    .layout-flex .layout-xxs-35 {
        width: 35%;
    }
    
    .layout-flex .layout-xxs-33 {
        width: 33.33%;
    }
    
    .layout-flex .layout-xxs-30 {
        width: 30%;
    }
    
    .layout-flex .layout-xxs-25 {
        width: 25%;
    }
    
    .layout-flex .layout-xxs-20 {
        width: 20%;
    }

    .layout-flex .layout-xxs-16 {
        width: 16.66%;
    }
    
    .layout-flex .layout-xxs-15 {
        width: 15%;
    }
    
    .layout-flex .layout-xxs-10 {
        width: 10%;
    }
    
    .layout-flex .layout-xxs-5 {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

@media (max-width: 1650px) {
    h2, .h2 {
        font-size: 70px
    }

    .event-section .slick-next {
        left: 0;
        bottom: -60px;
    }

    .event-section .slick-prev {
        top: unset;
        bottom: -60px;
        left: 60px;
    }

    .lightbox-company .company-info-container {
        padding-left: 20px;
    }

    .slider-companies {
        padding-bottom: 70px;
    }
}

@media (max-width: 1550px) {
    .boxed-half-left {
        margin-left: 0!important;
    }
    
    .boxed-half-right {
        margin-right: 0!important;
    }

    .main-navigation ul li {
        padding-left: 40px;
    }

    .team-section {
        margin-left: 0;
    }

    .slider-companies .slick-slide {
        padding: 0 10px;
    }

     .slider-companies .slick-active + .slick-active {
        margin-left: -40px;
    }

    .slider-companies .slick-active + .slick-active + .slick-active,
    .slider-companies .slick-active + .slick-active + .slick-active + .slick-active {
        margin-left: 30px;
    }

    .slider-companies .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
        margin-left: -35px;
    }

    .slider-companies .slick-active .company-button,
    .slider-companies .slick-active + .slick-active .company-button,
    .slider-companies .slick-active + .slick-active + .slick-active + .slick-active .company-button,
    .slider-companies .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .company-button {
        right: 18px;
    }

    .slider-companies .slick-active + .slick-active + .slick-active .company-button {
        right: -5px;
    }

    .slider-companies .slick-active + .slick-active + .slick-active + .slick-active + .slick-active,
    .slider-companies .slick-active + .slick-active {
        margin-top: 150px;
    }

    .slider-companies .slick-list {
        height: 535px;
    }
}

@media (max-width: 1300px) {
    .slider-companies .slick-list {
        height: 475px;
    }
}

@media (max-width: 1250px) {
    .homehero-text h2 {
        font-size: 60px;
    }

    h2, .h2 {
        font-size: 60px;
    }

    .site-logo img {
        max-width: 230px;
    }

    .main-navigation ul li {
        font-size: 9px;
        padding-left: 10px;
    }
    
    .languages {
        font-size: 9px;
        margin-left: 0;
    }

    .slider-companies .slick-list {
        height: 600px;
    }

    .slider-companies .slick-slide {
        padding: 0 20px;
    }

    .slider-companies .slick-active {
        margin-top: 80px;
    }

    .slider-companies .slick-active .company-button {
        right: 10px;

        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }

    .slider-companies .slick-active + .slick-active  {
        margin-top: 50px;
        margin-left: 0;

        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .slider-companies .slick-active + .slick-active .company-button {
        right: -6px;
        bottom: 20px;

        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .slider-companies .slick-active + .slick-active + .slick-active {
        margin-left: 0;
        margin-top: 10px;

        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .slider-companies .slick-active + .slick-active + .slick-active .company-button {
        right: 10px;
        bottom: 35px;

        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }

    .slick-active + .slick-active .company-name,
    .slick-active + .slick-active .company-locations {
        opacity: 1;
        visibility: visible;
    }

    .slick-active + .slick-active + .slick-active .company-name,
    .slick-active + .slick-active + .slick-active .company-locations {
        opacity: 0;
        visibility: hidden;
    }

    .btn.btn-arrow {
        margin-right: 8px;
    }

    .btn.btn-arrow:hover {
        margin-right: 0;
    }

	.lightbox-company .company-logo-container {
		height: 30vh;
	}
	
	.lightbox-company .company-locations {
		margin-top: 30px;
    }

    .lightbox-company .company-social a {
        /* padding: 0 20px 0 0px; */
    }

    .lightbox-company .company-social {
        /* padding-top: 40px;
        padding-bottom: 10px;
        position: initial;
        right: unset;
        left: 0; */
    }

    .member-name {
        font-size: 25px;
        padding-top: 0;
    }
}

@media (max-width: 1150px) {
    .team-section .member {
        padding-bottom: 40px;
    }

    .team-section .member:nth-child(odd) {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    #wave-homehero {
        width: 30%;
    }

    #wave-body {
        width: 40%;
        top: 170vh;
    }

    h2, .h2 {
        font-size: 50px;
    }

    .homehero-text h2 {
        font-size: 50px;
    }

    .site-logo img {
        max-width: 180px;
    }

    .site-logo.mini img {
        max-width: 160px;
    }

    .main-navigation ul li {
        padding-left: 0;
    }

    .slider-companies .slick-list {
        height: 480px;
    }

    .slider-bod .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width: 950px) {
    .slider-companies .slick-slide {
        padding: 0 10px;
    }
    
    .mobile-navigation-button-wrapper,
    .mobile-navigation-button-wrapper .menu-button {
        display: block;
    }

    .main-navigation-wrapper {
        display: none;
    }

    .languages-wrapper {
        margin-left: auto;
        padding-right: 0!important;
    }

    .member-name {
        font-size: 20px;
    }

    .slider-bod .member-name {
        font-size: 15px;
    }

    .member-description {
        padding-top: 0;
    }
    .mobile-navigation-languages-wrapper {
        display: block;
    }
}

@media (max-width: 850px) {
    .slider-companies .slick-list {
        height: 435px;
    }
}

@media (max-width: 768px) {
    .layout-flex > *,
    .full,
    .boxed {
        padding-left: 20px;
        padding-right: 20px;
    }

    .layout-flex {
        margin-left: -20px;
        margin-right: -20px;
    }

    h2, .h2 {
        font-size: 40px;
    }

    .homehero-text h2 {
        font-size: 40px;
    }

    #wave-body {
        width: 60%;
        top: 205vh;
    }

    .homehero-text-wrapper {
        padding: 5% 0;
    }

    .homehero-layout {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .text-section {
        max-width: none;
    }

    .member-infos {
        margin-left: 0;
    }

    .slider-companies .slick-list {
        height: 385px;
    }

    .slider-events .location {
        padding-top: 20px;
    }

    .slider-events .name {
        font-weight: 400;
        font-size: 15px;
        color: #0089CC;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .event .btn.btn-arrow {
        top: unset;
        bottom: 0;

        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .lightbox-company {
        padding: 10px 20px 10px 20px;
    }

    footer p {
        margin: 0;
    }

    .credit {
        padding: 15px 0;
    }
}

@media (max-width: 675px) {
    .homehero-layout {
        padding-top: 65px;
        padding-bottom: 25px;
    }
    
    .homehero-layout .layout-flex {
        align-items: flex-end;
    }

    .homehero-text h2 {
        margin-bottom: 0;
    }
    
    .homehero-social-wrapper {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

    .slider-companies .slick-list {
        height: auto;
    }
    
    .slider-companies {
        padding-bottom: 20px;
    }

    .slider-companies .slick-slide {
        padding: 0 20px;

        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

    .slider-companies .slick-active {
        margin-top: 0;
    }

    .member-infos {
        margin-left: -15px;
    }
}

@media (max-width: 550px) {
    .lightbox-company {
        padding: 0;
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 30px;
    }

    .homehero-text h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 20px;
    }

    section {
        scroll-margin-top: 60px;
    }

    .site-logo img {
        max-width: 150px;
    }

    .site-logo.mini img {
        max-width: 130px;
    }
        
    #wave-homehero {
        width: 40%;
    }

    .language {
        padding: 5px;
    }

    .languages-wrapper {
        display: none;
    }

    .mobile-navigation-languages-wrapper {
        display: block;
    }

    .text-section {
        padding: 30px 0;
    }

    .slider-bod {
        padding-bottom: 40px;
    }

    .team-section {
        padding-bottom: 20px;
    }

    .event {
        padding: 20px 0;
    }

    .event .btn-container {
        min-height: 10px;
    }

    .slider-events .location {
        padding-top: 10px;
    }

    .slider-events .name {
        padding-top: 10px;
    }

    footer p {
        text-align: left;
    }
}

@media (max-width: 375px) {
    h2, .h2 {
        font-size: 25px;
    }

    .homehero-text h2 {
        font-size: 25px;
    }

    .homehero-social a {
        padding: 5px 0;
        font-size: 18px;
    }

    section {
        padding-top: 25px;
    }

    .member-infos {
        margin-left: 0px;
    }

    .member-name {
        padding-top: 20px;
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    #wave-homehero {
        width: 30%;
    }
    #wave-body {
        top: 275vh;
    }
}
