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

body {
    font-family: "Source Sans 3", sans-serif;
    color: #7D7D7D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    font-style: normal;
    overflow-x: hidden;
    background: #FAF8F5;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #AECA32;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.11111em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.deco {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -2px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #3D3D3B;
    font-size: clamp(40px, 1rem + 2vw, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 40px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #3D3D3B;
    font-size: clamp(42px, 1rem + 2.8vw, 60px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 40px;
    position: relative;
}

.img-masking {
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
}


/** Video bg **/

.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(93deg, #1D6F98 24.67%, rgba(91, 187, 235, 0.00) 77.69%), #5BBBEB;
    z-index: 2;
    opacity: 0.76;
}


/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}


/* Preloader */

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


/** Slider **/

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next,
.swiper-pagination-bullets .swiper-pagination-bullet {
    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;
    overflow: visible;
    opacity: 1;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.20);
    border: 0;
    gap: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-controls-nav .slide-btn-next:before,
.slide-controls-nav .slide-btn-prev:before,
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before,
.slide-controls-nav .owl-prev:before,
.slide-controls-nav .owl-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: linear-gradient(107deg, #F08518 2.29%, #ED8618 8.17%, #E48A19 13.06%, #D5911B 16%, #C09A1E 18.94%, #A5A721 21.88%, #7FB927 24.81%, #80BA27 100.21%);
}

.slide-controls-nav .slide-btn-next:hover:before,
.slide-controls-nav .slide-btn-prev:hover:before,
.owl-carousel .owl-nav button.owl-prev:hover:before,
.owl-carousel .owl-nav button.owl-next:hover:before,
.slide-controls-nav .owl-prev:hover:before,
.slide-controls-nav .owl-next:hover:before {
    opacity: 1;
}

.slide-btn-next.swiper-button-disabled,
.slide-btn-prev.swiper-button-disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12.5px);
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
}


/** Colors **/

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

.color--2 {
    color: #5BBBEB !important;
}

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

.color--4 {
    color: #3D3D3B !important;
}

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

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

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



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

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


/** Background **/

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

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

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

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

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

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

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

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

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

.background--none {
    background: none !important;
}

.background--gradient {
    background: linear-gradient(0deg, rgba(217, 240, 251, 0.00) 24.14%, #D9F0FB 100%);
}

.background--gradient-2 {
    background: linear-gradient(74deg, rgba(91, 187, 235, 0.00) 8.23%, #1D6F98 69.28%), #5BBBEB;
}

.background--gradient-3 {
    background: linear-gradient(207deg, #5BBBEB 1.72%, #046 98.28%);
}

.background--gradient-4 {
    background: linear-gradient(74deg, #1D6F98 18.9%, rgba(91, 187, 235, 0.00) 79.95%), #5BBBEB;
}

/** Socials **/

.social-links .social-link {
    position: relative;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #FAF8F5;
    background-color: transparent
}

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

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

.social-text {
    color: #5BBBEB;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
}

.social-links ul,
.social-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-links ul {
    gap: 12px;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

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

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

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

figure {
    margin: 0;
}

.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: #171615;
    color: #fff;
    text-shadow: none;
}

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

:selection {
    background: #171615;
    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: "Source Sans 3", sans-serif;
    color: #3D3D3B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 52px;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #7D7D7D;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none !important;
}

.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 {
    color: #3D3D3B;
    border: 1px solid #7D7D7D;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #7D7D7D !important;
}


.btn-1,
.btn-2,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Source Sans 3", sans-serif;
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.444444em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s 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;
    box-shadow: none;
    border-radius: 70px;
    background: #5BBBEB;
    text-decoration: none;
    padding: 7px 7px 7px 20px;
    border: 0;
    gap: 10px;
    outline: none;
    z-index: 1;
}

.btn-1,
.btn-2 {
    min-height: 57px;
}

.btn-1 b,
.btn-2 b {
    font-weight: 900;
}

.btn-2 {
    padding: 12px 24px;
}

.btn-1 .btn-icon,
.btn-2 .btn-icon {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FAF8F5;
    border-radius: 50%;
    transition: 0.4s;
    text-align: center;
}

.btn-1:hover .btn-icon,
.btn-2:hover .btn-icon {
    background: #FAF8F5;
}

.btn-1:hover .btn-icon svg path,
.btn-2:hover .btn-icon svg path {
    fill: #AECA32 !important;
}

.btn-1:hover,
.btn-2:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #fff;
    background: #AECA32;
    outline: none;
}

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

.text-stroke {
    color: #242E37;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
}

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

.word-break-all {
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.10), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3D3D3B;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.70;
}

.opacity-30 {
    opacity: 0.30;
}

.opacity-80 {
    opacity: 0.80;
}

.opacity-50 {
    opacity: 0.50;
}

.backdrop-filter {
    backdrop-filter: blur(7px);
}

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

.width-50 {
    width: 50%;
}

.max-width-100 {
    max-width: 100% !important;
}

.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-instrument-serif {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
}

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

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

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

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

.text-lg-nowrap {
    white-space: nowrap;
}

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

.padding-40px {
    padding: 40px;
}

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

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

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

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

.vh-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 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;
}

.obj-fit-pos-t {
    object-position: top;
}

.obj-fit-pos-b {
    object-position: bottom;
}

.obj-fit-pos-r {
    object-position: right;
}

.obj-fit-pos-l9 {
    object-position: 9%;
}

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

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-bl {
    background-position: bottom left;
}

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

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

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

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

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

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

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

.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-48px {
    gap: 48px;
}

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

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

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

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

.row-gap-24px {
    gap: 24px 0;
}

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

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

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

.border-t-dashed {
    border-top: 1px dashed #FAF8F5;
}

.border-b-dashed {
    border-bottom: 1px dashed #FAF8F5;
}

.border-l-dashed {
    border-left: 1px dashed #FAF8F5;
}

.border-r-dashed {
    border-right: 1px dashed #FAF8F5;
}

.bloc-content.img-box--left .img-box {
    padding-right: 24px;
}

.bloc-content.img-box--right .img-box {
    padding-left: 24px;
}


/** Transition **/

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


/** Extra Outer **/

body .page {
    position: relative;
    background: #FAF8F5;
    overflow: hidden;
}

body .site-main {
    background: #FAF8F5;
}


/***************************************
* 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%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 99;
    position: absolute;
    top: 15px;
    background: none;
}

.site-navigation .menu>ul>li>a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.site-navigation .menu ul ul li a {
    color: #3D3D3B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    padding: 6px 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

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

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

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-header .other-links a.menu__free-quote-link {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    text-transform: uppercase;
    padding: 9px 20px 10px;
    border-radius: 999px;
    border: 2px solid #FAF8F5;
    height: 48px;
    background-color: transparent;
}

.main-header .other-links a.menu__free-quote-link:hover {
    color: #AECA32;
    background-color: #FAF8F5;
}

.main-header .other-links a.menu__contact-phone-link {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.555555em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    gap: 8px;
    border-radius: 999px;
    background-color: #5BBBEB;
}

.main-header .other-links a.menu__contact-phone-link:hover {
    color: #FAF8F5;
    background-color: #AECA32;
}

.blk-language {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.blk-language .language-flag {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.blk-language .language-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.blk-language .nice-select,
.blk-language input.form-control {
    vertical-align: middle;
    width: 100%;
    outline: none;
    width: 30px;
    height: 28px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: none;
    text-transform: none;
    font-family: "Source Sans 3", sans-serif;
    color: #FAF8F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    box-shadow: none;
}

.blk-language input.form-control:focus {
    color: #FAF8F5;
    border: 0;
    text-transform: none;
    box-shadow: none;
}

.blk-language input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FAF8F5 !important;
}

.blk-language input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FAF8F5 !important;
    opacity: 1;
    /* Firefox */
}

.blk-language input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FAF8F5 !important;
}

.blk-language .nice-select {
    z-index: 3;
}

.blk-language .nice-select:after {
    top: 12px;
    margin: 0;
    right: 0;
    width: 9px;
    height: 5px;
    border: 0;
    transform: none;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    position: relative;
    font-weight: 400;
    margin-left: 3px;
    font-size: 15px;
    top: -1px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blk-language .nice-select .list {
    background: #FFF;
    margin-top: 4px;
    border-radius: 0;
    padding: 6px 12px;
    overflow: visible;
}

.blk-language .nice-select .list .option {
    font-family: "Source Sans 3", sans-serif;
    color: #3D3D3B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    min-height: 20px;
    padding-left: 0;
    padding-right: 0;
}

.blk-language .nice-select .list .option:hover {
    background: none;
    color: #5BBBEB;
}

.blk-language .nice-select .list .option.selected {
    color: #5BBBEB;
}


/** Header top **/

.main-header__top {
    position: relative;
}


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

.footer {
    position: relative;
}

.footer-title {
    color: #AECA32;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33em;
    position: relative;
    margin-bottom: 38px;
}



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

.bloc-text {
    font-family: "Source Sans 3", sans-serif;
    color: #7D7D7D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

.bloc-text .h2,
.bloc-text h2 {
    color: #5BBBEB;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    margin-bottom: 22px;
}

.bloc-text ul {
    margin-bottom: 1.5em;
    padding-left: 0;
    margin-top: -1.5em;
}

.bloc-text ul li {
    position: relative;
    padding-left: 10px;
}

.bloc-text ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 4px;
    background: #7D7D7D;
    position: relative;
    top: -3px;
    left: 0;
    display: inline-block;
    margin-right: 12px;
}

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

.bloc-text p:last-of-type+ul {
    margin-top: 0;
}

.bloc-text ul.type-2 li:before {
    background: #5BBBEB;
    margin-right: 5px;
}

.bloc-text ul.type-2 li {
    padding-left: 0;
}

.page .site-main .font-size-22px {
    font-size: 1.375rem;
    line-height: 1.454545em;
}

.page .site-main .font-size-26px {
    font-size: 1.625rem;
    line-height: 1.384615em;
}