/*@bg-fondation: #c1240b;
@bg-corpo: #95a200;*/
/**
 * Set up a decent box model on the root element
 */
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
}
body {
    background-color: #e4e4e4;
    font-size: 13px;
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    color: #444444;
}
.container-borderbox {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
/**
 * Lisse toutes les typos
 */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arial {
    font-family: Arial, sans-serif;
    font-weight: normal;
}
.arialBold {
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.helveticaThin {
    font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif;
    font-weight: 100;
}
.helveticaLight {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
}
.helveticaRoman {
    font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
}
.helveticaMedium {
    font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
    font-weight: 400;
}
.helveticaBold {
    font-family: 'HelveticaNeueW01-75Bold', Arial, sans-serif;
}
/*
#global {
    max-width: 1400px;
    min-width: 980px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
*/
.cover {
    min-height: 100vh;
    position: relative;
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    background-image: url(../jpg/video-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.cover__logo {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.cover__nav {
    position: absolute;
    bottom: 19%;
    left: 0;
    right: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
}
.cover__nav > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*&:not(:first-child) {
                  margin-left: 120px;
              }*/
}
.cover__search-button {
    position: absolute;
    top: 27px;
    right: 30px;
    width: auto;
    height: auto;
    z-index: 20;
}
.cover__search-button > a {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-decoration: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover__search-button > a > svg {
    margin-left: 17px;
}
.cover__search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 50;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cover__search.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.cover__search-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #444444;
    padding-bottom: 20px;
}
.cover__serach-input {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: #ffffff;
}
.cover__serach-input:focus {
    outline: none;
}
.cover__serach-input:focus + button {
    opacity: 1;
}
.cover__serach-input-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 10px 15px 12px;
    color: #ffffff;
    font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
    font-size: 16px;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
    cursor: pointer;
}
.cover__serach-input-button:hover,
.cover__serach-input-button:focus {
    opacity: 1;
    background-color: #ffffff;
    color: #000000;
}
.cover ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
    opacity: 1;
    /* Firefox */
}
.cover ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
    opacity: 1;
    /* Firefox */
}
.cover :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
    opacity: 1;
    /* Firefox */
}
.cover ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
    opacity: 1;
    /* Firefox */
}
.cover__search-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.cover__video {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.cover__video > video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
        object-fit: cover;
    }
.cover__button {
    font-weight: normal;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 28px;
    color: #cccccc;
    text-decoration: none;
    display: inline-block;
    padding: 26px 10px 26px;
    margin: 0 74px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.34);
    min-width: 180px;
    -webkit-transition: border-bottom-color 0.8s;
    transition: border-bottom-color 0.8s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cover__button:hover,
.cover__button:focus {
    border-bottom: 1px solid #e6e6e6;
}
.cover__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 18;
    color: #ffffff;
    font-size: 20px;
    display: none;
}
.cover__slide p {
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    line-height: 1.5;
}
.cover__slide h2 {
    font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif;
    font-weight: 100;
    font-size: 60px;
    margin-top: 110px;
    margin-bottom: 20px;
}
.cover__slide.is-active {
    display: block;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.cover__slide.is-active img {
    -webkit-animation-name: fade-in, slide-in;
    animation-name: fade-in, slide-in;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.cover__slide.is-active h2 {
    -webkit-animation-name: fade-in, slide-in;
    animation-name: fade-in, slide-in;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.cover__slide.is-active p {
    -webkit-animation-name: fade-in, slide-in;
    animation-name: fade-in, slide-in;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.cover__slide-inner {
    max-width: 482px;
    height: 100%;
}
.cover__slide-container {
    text-align: left;
    padding-top: 70px;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    from {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in {
    from {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes fade-out {
    0% {
        display: block;
        opacity: 100;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
    }
}
@keyframes fade-out {
    0% {
        display: block;
        opacity: 100;
    }
    99% {
        opacity: 0;
    }
    100% {
        display: none;
    }
}
.split-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
}
.split-blocks__item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
    font-size: 44px;
    color: #ffffff;
    text-decoration: none;
}
.split-blocks__item-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */
    /* easeOutExpo */
}
.split-blocks__item-image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.split-blocks__item-content {
    position: relative;
}
/*@import "pages/home-index/_home-index";
@import "pages/home-univers/_home-univers";*/