/***************************************
*General
****************************************/

body {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    top: 0px !important;
}

.sect-title {
    position: relative;
}

.layer-title {
    position: relative;
    display: flex;
    justify-content: center;
}

.layer-title span {
    font-family: "Urbanist", sans-serif;
    /* color: rgb(255, 255, 255, 0.02); */
    color: #313131;
    opacity: 0.4;
    font-weight: 800;
    font-size: 170px;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
    position: absolute;
    top: -40px;
    left: auto;
    white-space: nowrap;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 42px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.bloc-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 42px;
    position: relative;
}

.vert-line {
    width: 1px;
    height: 80px;
    background-color: #313131;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.top-70 {
    top: 70px;
}


/** Animation **/

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 60px));
    }
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Preloader */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url('../images/preloader.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #012447 !important;
}

.color--3 {
    color: #0d0d0d !important;
}

.color--4 {
    color: #000 !important;
}

.color--5 {
    color: #01162b !important;
}

.color--6 {
    color: #121212 !important;
}

.color--7 {
    color: #8a181c !important;
}

.color--8 {
    color: #004161 !important;
}

.color--9 {
    color: #cecece !important;
}


/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #012447 !important;
}

.background--3 {
    background-color: #0d0d0d !important;
}

.background--4 {
    background-color: #000 !important;
}

.background--5 {
    background-color: #01162b !important;
}

.background--6 {
    background-color: #121212 !important;
}

.background--7 {
    background-color: #8a181c !important;
}

.background--8 {
    background-color: #004161 !important;
}

.background--9 {
    background-color: #cecece !important;
}


/** Socials **/

.social-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.social-text {
    color: #010101;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.social-links .social-link:hover {
    background-color: #fff;
}

.social-links .social-link:hover svg path {
    fill: #2b2b2b !important;
}



/** Variables **/

p {
    margin-bottom: 1.63em;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

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

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 61px;
    padding: 20px 25px;
    border: 0;
    border-bottom: 2px solid #0d0d0d;
    background-color: #0d0d0d;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: #0d0d0d;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bebebe !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #bebebe !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bebebe !important;
}

textarea::placeholder {
    color: #bebebe !important;
}

.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25em;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
    height: 79px;
    padding: 15px 42px 12px 42px;
    text-align: center;
    position: relative;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
}

.btn-1:after,
.btn-1:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.btn-1:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    -o-transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
    transition: border-color 0s ease-in 0.9s, width 0.3s ease-in 0.6s, height 0.3s ease-in 0.3s;
}

.btn-1:after {
    -webkit-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    -o-transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    transition: border-color 0s ease-in 1.5s, width 0.3s ease-in 1.2s, height 0.3s ease-in 0.9s;
    top: 0;
    left: 0;
}

.btn-1 .a-btn-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.btn-1 .a-btn-line:after,
.btn-1 .a-btn-line:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    height: 1px;
    background-color: #fff;
    border: 1px solid transparent;
    width: 0;
    -webkit-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    -o-transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
    transition: width 0.3s ease-in 0s, background-color 0.3s ease-in;
}

.btn-1 .a-btn-line:before {
    left: -20px;
}

.btn-1 .a-btn-line:after {
    right: -20px;
}

.btn-1.anima .a-btn-line:after,
.btn-1.anima .a-btn-line:before {
    width: 40px;
    -webkit-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    -o-transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
    transition: width 0.3s ease-out 1.2s, background-color 0.3s ease-in;
}

.btn-1.anima:after,
.btn-1.anima:before {
    width: 100%;
    height: 100%;
}

.btn-1.anima:before {
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    -o-transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
    transition: border-color 0s ease-out 0.4s, width 0.3s ease-out 0.6s, height 0.3s ease-out 0.9s;
}

.btn-1.anima:after {
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    -o-transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.btn-1:hover,
.btn-1:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #2b2b2b;
    background-color: #ffffff;
    text-decoration: none;
    outline-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    background-color: unset;
}

.btn-1:hover .a-btn-line:after,
.btn-1:hover .a-btn-line:before,
.btn-1:focus .a-btn-line:after,
.btn-1:focus .a-btn-line:before {
    background-color: #2b2b2b;
}

.btn-1.anima:hover:after,
.btn-1.anima:hover:before,
.btn-1.anima:focus:after,
.btn-1.anima:focus:before {
    border-color: #fff;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.opacity-1 {
    opacity: 1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.box-shadow {
    -webkit-box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
    box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-manrope {
    font-family: "Manrope", sans-serif !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-b-5px {
    margin-bottom: 5px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-15px {
    border: 15px solid #012447;
}

.border-radius-30px {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.border-radius-35px {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}


.border-radius-40px {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bg-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-c {
    background-position: center center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.objectif-pos-r {
    object-position: right;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.gap-30px {
    gap: 30px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


/** Transition **/

img,
svg,
svg path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background-color: #1a1a1a;
    overflow: hidden;
}

body .site-main {
    background-color: #1a1a1a;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap,
.site-navigation__menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent;
    position: absolute;
    z-index: 999;
}

.main-header.sticky-header {
    position: fixed;
    background-color: rgba(24, 24, 24, 0.5);
}

.main-header .site-navigation .menu>ul>li>a {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    text-transform: uppercase;
}

.main-header .site-navigation .menu ul ul>li a {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 4px 0;
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: 0.4s;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #fff;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #fff;
    background-size: 100% 1px;
}

.main-header .site-navigation .menu ul li.has-submenu>a {
    padding-right: 20px;
}

.main-header .site-navigation .menu ul li.has-submenu>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: auto;
    right: 0;
    font-weight: 500;
    display: flex;
    margin-left: 7px;
    height: 16px;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .site-navigation .menu>ul>li.has-submenu>a.active:after,
.main-header .site-navigation .menu ul ul>li.has-submenu>a.active:after {
    transform: rotate(-180deg);
}

.site-navigation .menu .mega-menu li ul li ul.sub-menu {
    display: none;
}

.site-navigation .menu .mega-menu li ul {
    padding-left: 22px;
}

.site-navigation .menu .mega-menu>li>ul {
    padding-left: 17px;
    padding-top: 4px;
}

.main-header .site-navigation .mega-menu li.no-link {
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.25em;
    padding: 4px 0;
}

.main-header .site-navigation .mega-menu>li:not(:last-child) {
    margin-bottom: 5px;
}

.language-selector .nice-select {
    background: none;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 100%;
    margin: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25em;
}

.language-selector .nice-select .list {
    width: auto;
    background: none;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    transform: translate(0, 10px);
    background: #0d0d0d;
    padding: 15px 25px;
    right: 0;
    left: unset;
    border-radius: 0;
}

.language-selector .nice-select.open .list {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.language-selector .nice-select .option:first-child,
.language-selector .nice-select .option:hover:first-child,
.language-selector .nice-select .option {
    background: none;
    border: 0;
    box-shadow: none;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 0.8em;
    text-transform: uppercase;
    min-height: 18px;
    padding: 4px 0;
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: 0.4s;
}

.language-selector .nice-select .option:not(:last-child) {
    margin-bottom: 6px;
}

.language-selector .nice-select .option.selected,
.language-selector .nice-select .option:hover {
    background-size: 100% 1px !important;
}

.language-selector .nice-select:after {
    border: 0;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transform: none !important;
    margin-top: -10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    -webkit-transform-origin: unset;
    -ms-transform-origin: unset;
    transform-origin: unset;
}

.language-selector .nice-select.open:after {
    transform: rotate(-180deg) !important;
}

.language-selector .nice-select .option,
.language-selector .nice-select .current {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-selector .nice-select .option::before,
.language-selector .nice-select .current::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: contain;
    border-radius: 0;
}

.language-selector .nice-select .option[data-value="fr"]::before,
.language-selector .nice-select .current[data-value="fr"]::before {
    background-image: url('/images/icons/flag-FR.png');
}

.language-selector .nice-select .option[data-value="en"]::before,
.language-selector .nice-select .current[data-value="en"]::before {
    background-image: url('/images/icons/flag-EN.png');
}

/* flag css */
.language-flags {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lang-flag {
    width: 40px;
    height: auto;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.lang-flag.active {
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 2px;
}

/** Header top **/

.main-header__top {
    padding: 15px 0;
    height: 56px;
    position: relative;
    background-color: #01162b;
    display: flex;
    align-items: center;
}

.main-header__top ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header__top ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.64em;
    display: flex;
    align-items: center;
    position: relative;
}

.main-header__top ul li a {
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
}

.main-header__top ul li a:hover {
    background-size: 100% 1px;
}

.main-header__top ul li>span:first-child {
    margin-right: 13px;
    display: flex;
    align-items: center;
}

.main-header__top ul li:not(:first-child) {
    padding-left: 20px;
    margin-left: 20px;
}

.main-header__top ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


/** Aside contacts **/

.open-aside-btn {
    width: 53px;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 14px;
    border: 0;
    margin: 0;
    box-shadow: none;
}

.close-aside-btn {
    width: 41px;
    height: 41px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #fff;
    margin: 0;
    box-shadow: none;
    position: absolute;
    top: 42px;
    right: 42px;
}

.close-aside-btn:hover {
    border-color: #fff;
}

#asideContent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    opacity: 1;
    width: calc(100% + 15px);
    height: 100%;
    border: none;
    transform: translateX(100%);
    z-index: 999;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#asideContentBox {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 473px;
    height: 100%;
    overflow-y: auto;
    background: #01162b;
    padding: 80px 65px 75px;
    z-index: 9999;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.aside_contacts .aside-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    background: rgb(1, 22, 43, 0.3);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.aside_contacts.show .aside-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#asideContent.hide .aside_contacts-box,
#asideContent.hide,
#asideContent.hide .aside-backdrop {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#asideContent.show,
#asideContent.show .aside_contacts-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

ul.contact-list li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
}

ul.contact-list li:not(:last-child) {
    margin-bottom: 38px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

ul.contact-list li .contact-ico {
    margin-bottom: 29px;
}

ul.contact-list li .contact-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 13px;
}


/***************************************
* Footer
****************************************/

.footer {
    position: relative;
    padding-top: 115px;
}

.footer .vert-line {
    margin-top: -40px;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 32px;
    position: relative;
}


/***************************************
* Bloc text / image
****************************************/
.bloc-text p:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:nth-of-type(2),
.bloc-text p:first-of-type img:nth-of-type(3),
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
    margin: 0;
}

.bloc-text p:first-of-type {
    margin-bottom: 0;
}

.bloc-text {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63em;
    position: relative;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.line-height-1_5 {
    line-height: 1.5em;
}

.page .font-size-32px {
    font-size: 32px;
    line-height: 1.47em;
}

.page .font-size-24px {
    font-size: 24px;
    line-height: 1.65em;
}

.bloc-text h2,
.bloc-text .h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 22px;
}

.tel-bureau span {
    font-size: 22px
}

.footer-contact ul li.footer-adresse {
    font-size: 24px;
}