@menu__contact-phone-linkfont-face {
    font-family: 'Neulis Sans';
    src: url('../fonts/NeulisSans-Regular.woff2') format('woff2'), url('../fonts/NeulisSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neulis Sans';
    src: url('../fonts/NeulisSans-Light.woff2') format('woff2'), url('../fonts/NeulisSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neulis Sans';
    src: url('../fonts/NeulisSans-Medium.woff2') format('woff2'), url('../fonts/NeulisSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neulis Sans';
    src: url('../fonts/NeulisSans-SemiBold.woff2') format('woff2'), url('../fonts/NeulisSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


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

body {
    color: #1E1E1E;
    font-family: "Neulis Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #93B14C;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: transparent;
    position: relative;
    margin-bottom: 37px;
    padding-bottom: 9px;
}

.sub-title.color--3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2A3265;
    color: transparent !important;
}

.sub-title:before {
    background: #93B14C;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 53px;
    height: 1px;
}

.sub-title.color--3:before {
    background: #2A3265;
}

.text-center .sub-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #1E1E1E;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 31px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #1E1E1E;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 43px;
    position: relative;
}


/** Animation **/


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/

.slide-controls .swiper-button-prev,
.slide-controls .swiper-button-next {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
}

.slide-controls {
    display: flex;
    align-items: center;
    gap: 18px;
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}

.slide-controls .swiper-button-prev,
.slide-controls .swiper-button-next {
    width: 15px;
    height: 15px;
    display: flex;
    background-color: transparent;
    border: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slide-controls .swiper-button-prev:hover,
.slide-controls .swiper-button-next:hover {
    background-color: transparent;
}

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    background-color: #2a3265;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #93B14C;
}


/** Colors **/

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

.color--2 {
    color: #93B14C !important;
}

.color--3 {
    color: #2A3265 !important;
}

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

.color--5 {
    color: #D9D9D9 !important;
}

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

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


/** Background **/

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

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

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

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

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

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

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


/** Socials **/

.social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    text-decoration: none !important;
}

.social-links .social-link:hover,
.social-links .social-link:focus {}

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

.social-links .social-link:not(:last-child) {
    margin-right: 23px;
}


/** Variables **/

p {
    margin-bottom: 1.625em;
}

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 {
    color: #454444;
    font-family: "Neulis Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 48px;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid #666;
    background-color: transparent;
    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: #454444;
    border: 0;
    border-bottom: 1px solid #666;
    background-color: transparent;
}

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

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

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

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

.btn-1,
input[type="submit"],
input[type="button"] {
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    text-transform: none;
    background: #93B14C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    height: 47px;
    padding: 10px 36px;
    border: 1px solid #93B14C;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
}

.btn-1:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btn-1:hover,
.btn-1:focus,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #fff;
    background: #93B14C;
}

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

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

.bg-gradient {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

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

.opacity-10 {
    opacity: 0.1;
}

.opacity-30 {
    opacity: 0.3;
}

.padding-l-53px {
    padding-left: 53px;
}

.offset-right-1 {
    margin-right: 8.333333%;
}

.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-weight-300 {
    font-weight: 300 !important;
}

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

.font-weight-800 {
    font-weight: 800 !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-40px {
    margin-bottom: 40px;
}

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

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

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

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

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

.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;
}

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

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

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

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

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

.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%;
}

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

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

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

.letter-spacing-07 {
    letter-spacing: 0.07em;
}


/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** Extra Outer **/

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

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


/***************************************
* Header
****************************************/

.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu {
    position: relative;
}

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

.main-header {
    width: 100%;
    background: #1E1E1E;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: absolute;
}

.site-navigation .menu>ul>li>a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    text-transform: none;
    color: #fff;
    display: inline-block;
    align-items: center;
    text-align: center;
}

.site-navigation .menu ul ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    color: #1E1E1E;
    display: block;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 3px 0;
}

.site-navigation .menu>ul>li.active>a,
.site-navigation .menu>ul>li:hover>a,
.site-navigation .menu>ul>li.hover>a {
    color: #93B14C;
}

.site-navigation .menu>ul>li>ul>li.active>a,
.site-navigation .menu>ul>li>ul>li:hover>a,
.site-navigation .menu>ul>li>ul>li.hover>a {
    color: #93B14C;
}


/** Other links **/

.other-links {
    position: absolute;
    bottom: -40px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 22px;
}

.other-links a {
    border-radius: 0px 0px 20px 20px;
    padding: 7px 24px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #93B14C;
}

.other-links a.menu__contact-phone-link {
    background-color: #2A3265
}

.other-links a.menu__contact-mail-link {
    padding: 7px 26px;
}

.other-links a svg {
    margin-right: 10px;
}

.other-links a:hover {
    background-color: #fff;
    color: #93B14C;
}

.other-links a.menu__contact-phone-link:hover svg path,
.other-links a.menu__contact-phone-link:hover {
    color: #2A3265;
    fill: #2A3265 !important;
}

.other-links a:hover svg path {
    fill: #93B14C !important;
}


/*Header top*/

.main-header__top {
    padding: 5px 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #1E1E1E;
}

.main-header__top-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-header__top-links a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    display: flex;
    align-items: center;
}

.main-header__top-links a svg {
    margin-right: 12px;
}

.main-header__top-links a:hover {
    color: #93B14C;
}

.main-header__top-links a:hover svg path {
    fill: #93B14C !important;
}


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

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

.footer-title {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 31px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    color: #1E1E1E;
    font-family: "Neulis Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
}

.bloc-text b {
    font-weight: 600;
}

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

.bloc-text h2,
.bloc-text .h2 {
    color: #1E1E1E;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 37px;
}

.bloc-text p img,
.bloc-text h2 img {
    display: none;
}

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

.home .bloc-image {
    position: relative;
    padding-right: 100px;
}

.home .bloc-image::before {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    background: url(../images/35ans.png) center right / auto 100% no-repeat;
    height: 100%;
    content: "";
}