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

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

.sect-title {
    position: relative;
}

.sect-title>p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
    color: #9b9b9b;
}

.sub-title {
    color: #35c0ed;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25em;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    background-color: #e0f2f6;
    border-radius: 30px;
    min-height: 39px;
    text-align: center;
    padding: 11px 46px 9px 46px;
    min-width: 158px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    font-weight: 700;
    font-size: 40px;
    color: #253745;
    line-height: 1.2em;
    margin-bottom: 43px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-weight: 700;
    font-size: 46px;
    color: #253745;
    line-height: 1.19em;
    margin-bottom: 36px;
    position: relative;
}


/** 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 **/
.owl-carousel .owl-dots .owl-dot,
.slide-controls button,
.owl-carousel .owl-nav 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;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls .owl-prev,
.slide-controls .owl-next {
    width: auto;
    height: auto;
    background-color: transparent;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    bottom: unset;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
    left: -156px;
    margin-top: -23px;
}

.owl-carousel .owl-nav button.owl-next,
.slide-controls .owl-next {
    left: unset;
    right: -156px;
}

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

.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.slide-controls .owl-prev:hover svg path,
.slide-controls .owl-next:hover svg path {
    fill: #35c0ed !important
}

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

.slide-controls .owl-dot,
.owl-carousel .owl-dots .owl-dot {
    width: 35px;
    height: 3px;
    margin: 0 !important;
    border-radius: 50%;
    background: #6b7475;
    border: 0;
    border-radius: 2px;
    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 .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #35c0ed;
    height: 6px;
}


/** Colors **/

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

.color--2 {
    color: #35c0ed !important;
}

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

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

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

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



/** Background **/

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

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

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

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

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

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


/** Socials **/

.social-links .social-link {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001871;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.social-text {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
}

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

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

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


/** Variables **/

p {
    margin-bottom: 1.5em;
}

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: "Roboto", sans-serif;
    color: #717580;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 54px;
    padding: 15px 30px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    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: #717580;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

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

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

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

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

.btn-1,
.btn-2,
.btn-3,
input[type="submit"],
input[type="button"] {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
    padding: 10px 30px;
    height: 48px;
    text-align: left;
    position: relative;
    color: #fff;
    background-color: #35c0ed;
    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: 25px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}

.btn-3 {
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.2em;
    padding: 15px 34px;
}

.btn-2 {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.btn-2 .btn-txt {
    font-size: 12px;
    font-weight: 700;
    color: #262b35;
    line-height: 1.2em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    text-align-last: left;
    transition: all 0.5s ease;
}

.btn-2:hover .btn-txt,
.btn-2:focus .btn-txt {
    color: #35c0ed;
}

.btn-2 .btn-ico {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaf7ff;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.btn-2 .btn-txt span:last-child {
    font-size: 20px;
    line-height: 1.2em;
    text-transform: none;
    display: inline-block;
}

.btn-3:before,
.btn-1:before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #120c0c;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

.btn-1:hover:before,
.btn-1:focus:before,
.btn-3:hover:before,
.btn-3:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.btn-1>span {
    flex: 1;
}

.btn-3>img,
.btn-1>img,
.btn-3>svg,
.btn-1>svg {
    margin-left: 10px;
}

.btn-1:hover,
.btn-1:focus,
.btn-3:hover,
.btn-3:focus,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #35c0ed;
    background-color: #35c0ed;
}

.btn-1:hover svg path,
.btn-1:focus svg path,
.btn-3:hover svg path,
.btn-3:focus svg path {
    fill: #35c0ed !important;
}

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

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

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-5 {
    opacity: 0.5;
}

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

.border-tl-radius-65px {
    border-top-left-radius: 65px;
}

.border-tr-radius-65px {
    border-top-right-radius: 65px;
}

.border-tl-radius-125px {
    border-top-left-radius: 125px;
}

.border-tr-radius-125px {
    border-top-right-radius: 125px;
}

.margin-t-neg64px {
    margin-top: -64px;
}

.margin-t-neg114px {
    margin-top: -114px;
}

.height-53px {
    height: 53px;
}

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

.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-b-95px {
    margin-bottom: 95px;
}

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

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

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

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

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

.sticked-menu .site-navigation .menu>ul>li>a,
.site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #262b35;
    position: relative;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    text-align: center;
}

.site-navigation .menu ul ul>li a {
    font-size: 16px;
    font-weight: 700;
    color: #2b3e4b;
    line-height: 1.25em;
    display: block;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 18px 0;
}

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

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


/*Header top*/

.main-header__top {
    background-color: #262b35;
    height: 45px;
    display: flex;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    flex: 1;
    -ms-flex: 1;
    position: relative;
    padding-right: 120px;
}

.main-header__top-items:last-child {
    padding: 0 0 0 120px;
}

.main-header__top-item,
.main-header__top-item a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #929ba2;
    line-height: 1.25em;
}

.main-header__top-item.main-header__horaire svg {
    margin: 0 0 0 7px;
}

.main-header__top-item svg {
    margin-right: 7px;
}

.main-header__top-item:not(:last-child) {
    margin-right: 48px;
}

.main-header__top-item a:hover,
.main-header__top-item a:focus {
    color: #35c0ed;
}


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

.footer {
    position: relative;
}

.footer-title {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25em;
    position: relative;
    margin-bottom: 16px;
}

/***************************************
* 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 h2:first-of-type img:first-of-type{
    display: none;
}


.bloc-text {
    font-family: "Roboto", sans-serif;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

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

.bloc-text h2,
.bloc-text .h2 {
    font-weight: 700;
    font-size: 32px;
    color: #253745;
    line-height: 1.2em;
    padding-top: 2px;
}