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

body {
    font-family: "DM Sans", sans-serif;
    color: #7b8086;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #e4332c;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.sect-title h2,
.sect-title .h2,
.bloc-title {
    font-weight: 700;
    font-size: 50px;
    color: #262626;
    line-height: 1.2em;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 0.05em;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-weight: 700;
    font-size: 50px;
    color: #262626;
    line-height: 1.2em;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 0.05em;
}


/** 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 **/

.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev,
.slide-controls button {
    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 !important;
}

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

.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: 33px;
    height: 33px;
    background: #fff;
    display: flex;
    border: 2px solid #06467c;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

.slide-controls .swiper-button-prev:hover,
.slide-controls .swiper-button-next:hover {
    background-color: #06467c;
    border-color: #06467c;
}

.slide-controls .swiper-button-prev:hover svg path,
.slide-controls .swiper-button-next:hover svg path {
    fill: #fff !important
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-bullets {
    top: 50%;
    display: table;
    width: auto;
    right: 50px;
    left: auto;
    transform: translateY(-50%) rotate(-90deg);
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 22px;
    height: 22px;
    margin: 6px !important;
    position: relative;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: 0 0 0 2px #eeeeee;
    border: none;
    border-radius: 50%;
    background: transparent;
    width: 22px;
    height: 22px;
    outline: none;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    position: absolute;
    transition: background-color 0.3s ease, transform 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(238, 238, 238, 0.18);
    text-indent: -999em;
    cursor: pointer;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:after,
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    transform: scale(0.4);
    -webkit-transform: scale(0.45);
    background-color: #eeeeee;
}


/** Colors **/

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

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

.color--3 {
    color: #262626 !important;
}

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

.color--5 {
    color: #1e1e1e !important;
}

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

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


/** Background **/

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

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

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

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

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

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

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


/** Socials **/

.social-links .social-link i {
    color: #fff;
    height: 42px;
    width: 42px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    font-weight: normal;
    line-height: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 50%;
}

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

.social-links .social-link span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-left: 15px;
}

.social-links .social-link i.fa-facebook {
    padding-top: 2px;
}

.social-links .social-link.facebook {
    font-size: 18px;
}

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

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

.social-links .social-link:hover i,
.social-links .social-link:focus i {
    background-color: #a0b050;
    color: #fff;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

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

section.line-b-ver:after,
section.line-t-ver:before {
    content: '';
    width: 1px;
    height: 62px;
    background-color: rgba(119, 119, 119, 0.25);
    position: absolute;
    left: 50%;
    top: 0;
}

section.line-b-ver:after {
    top: unset;
    bottom: 0;
}

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: "DM Sans", sans-serif;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 64px;
    padding: 21px 27px;
    border: 0;
    background-color: #eef0f6;
    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: #262626;
    border: 0;
    background-color: #eef0f6;
}

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

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

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

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

.btn-1,
input[type="submit"],
input[type="button"] {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 10px 47px;
    height: 70px;
    text-align: center;
    position: relative;
    color: #fefefe;
    background-color: #e4332c;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s 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:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #fefefe;
    background-color: #1e1e1e;
}

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

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

.overlay {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.letter-spacing-normal {
    letter-spacing: normal !important;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.overflow-unset {
    overflow: unset !important;
}

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

.font-weight-700 {
    font-weight: 700 !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-l-neg15px {
    margin-left: -15px;
}

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

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

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

.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-bottom {
    background-position: bottom;
}

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

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

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

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

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

.position-sm-absolute {
    position: absolute !important;
}


/** Transition **/

img,
svg,
svg path,
svg circle {
    -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: #fff;
    overflow: hidden;
}

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


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

.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
    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: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25em;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.main-header .site-navigation .menu ul ul>li a {
    font-size: 15px;
    font-weight: 400;
    color: #262626;
    line-height: 1.27em;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 11px 0;
}

.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: #e4332c;
}

.main-header .menu__contact-phone-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.15em;
    position: relative;
    padding-left: 23px;
}

.main-header .sticked-menu .menu__contact-phone-link {
    color: #7b8086;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.main-header .menu__contact-phone-link:before {
    content: '';
    background-color: #fff;
    width: 1px;
    height: 51px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.main-header .sticked-menu .menu__contact-phone-link:before {
    background-color: #7b8086;
}

.menu__contact-phone-link svg {
    margin-right: 15px;
}

.menu__contact-phone-link .phone-nbr {
    font-size: 20px;
    line-height: 1.15em;
}

.sticked-menu .menu__contact-phone-link .phone-nbr {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
}

.sticked-menu .menu__contact-phone-link svg path {
    fill: #e4332c !important;
}


/** Header top **/

.main-header__top {
    display: flex;
    align-items: center;
    background-color: #1e1e1e;
    height: 60px;
}

.main-header__top ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.main-header__top ul li,
.main-header__top ul li>a {
    display: inline-flex;
    align-items: center;
    color: #d3d2d2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

.main-header__top ul li svg {
    margin-right: 14px;
}

.main-header__top ul li:not(:last-child) {
    margin-right: 45px;
}


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

.footer {}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 42px;
}

.footer-title>span {
    background-color: #262626;
    position: relative;
    padding-right: 15px;
}

.footer-title:before {
    content: '';
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
}


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

.bloc-text {
    font-family: "DM Sans", sans-serif;
    color: #7b8086;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

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

.bloc-text.font-size-18px {
    font-size: 18px;
    line-height: 1.9em;
}

.bloc-text.font-size-18px p {
    margin-bottom: 1.9em;
}

.bloc-text h2,
.bloc-text .h2 {
    font-weight: 700;
    font-size: 24px;
    color: #262626;
    line-height: 1.2em;
    margin-bottom: 24px;
}
.bloc-content .wawa {
    column-count: 2;
    gap: 30px;
    text-align: justify;
}