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

body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.86em;
    color: #272829;
}

.sub-title,
.bloc-etiquette {
    font-size: 15px;
    font-weight: 200;
    color: #36b9c8;
    line-height: 1.2em;
    margin-bottom: 38px;
    display: flex;
}

.sub-title,
.bloc-etiquette.text-center {
    justify-content: center;
}

.sub-title,
.bloc-etiquette>span {
    border: 1px solid #36b9c8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 27px;
    padding: 3px 20px;
    display: inline-flex;
}

.sect-title .h1,
.bloc-title {
    font-size: 30px;
    font-weight: 200;
    color: #272829;
    line-height: 1.25em;
    margin-bottom: 57px;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-size: 34px;
    font-weight: 200;
    color: #272829;
    line-height: 1.45em;
    margin-bottom: 30px;
}

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

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

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

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


/** Colors **/

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


/** Background **/

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


/** Owl carousel **/

.owl-carousel .owl-dots button,
.owl-carousel .owl-navs 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;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
}

.owl-carousel .owl-dots button:before,
.owl-carousel .owl-navs button:before {
    display: none;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
}

.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #272829;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot span {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots button.owl-dot.active {
    border-color: #1b7ea1;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #1b7ea1;
}

.owl-carousel .owl-dots button.owl-dot:not(:last-child) {
    margin-right: 5px;
}


/** Social network **/

.social-links .social-link {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 20px;
    float: left;
    font-weight: bold;
    line-height: inherit;
    transition: all 300ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: transparent;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none !important;
}

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

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

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

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


/** Variables **/

p {
    margin-bottom: 1.2em;
}

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

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

a {
    color: #272829;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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 {
    max-width: 100%;
    height: auto;
}

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

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

::selection {
    background: #161616;
    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: 'Outfit', sans-serif;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    color: #272829;
    padding: 16px 15px 14px 15px;
    font-weight: 400;
    background: #fff;
    height: 68px;
    text-transform: none;
    line-height: inherit;
    border: 1px solid #27282980;
    outline: none !important;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    margin-bottom: 15px;
}

.btn-1,
.btn-one,
input[type="submit"],
input[type="button"] {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    text-transform: none;
    background: #36b9c8;
    height: 47px;
    padding: 13px 27px;
    text-align: center;
    position: relative;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
    z-index: 1;
    overflow: hidden;
}

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

.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;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #272829;
}

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

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

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

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


/** 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 {
    overflow: hidden;
    position: relative;
}

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


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

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

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

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #1b7ea1;
    position: relative;
    z-index: 10;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #272829;
    line-height: 1.25em;
    position: relative;
    display: block;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #272829;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 7px 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: #36b9c8;
}

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

.menu-free-quote-link {
    margin-left: 68px;
}


/*Header top*/

.main-header__top {
    height: 51px;
    display: flex;
    padding-left: 60px;
    position: relative;
    background-color: #1b7ea1;
    z-index: 1;
}

.main-header__top:before {
    content: '';
    background-color: #36b9c8;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.main-header__top:after {
    content: '';
    background-color: #36b9c8;
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #1b7ea1;
    border-bottom-right-radius: 30px;
}

.main-header__top-item,
.main-header__top-item a,
.main-header__top .main-header__client-area {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25em;
}

.main-header__top-item b {
    font-weight: 800;
    margin-left: 4px;
}

.main-header__top-item img {
    margin-right: 20px;
}

.main-header__client-area img {
    margin-right: 8px;
}

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

.main-header__top-item:not(:first-child) {
    margin-left: 32px;
    padding-left: 32px;
}

.main-header__client-area {
    margin-left: 28px;
}


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

.footer {
    color: #fff;
    background-color: #1b7ea1;
    padding-bottom: 42px;
}

footer a {
    color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 9px;
}


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

.bloc-text,
.bloc-text p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.86em;
    color: #272829;
    -webkit-hyphens: auto;
    hyphens: auto;
}

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

.bloc-text a:hover,
.bloc-text a:focus {
    text-decoration: underline;
}

.bloc-text h2,
.bloc-text .title-2 {
    font-size: 28px;
    font-weight: 200;
    color: #272829;
    line-height: 1.25em;
    margin-bottom: 28px;
}
.bloc-text p:first-of-type img{
    display: none;
}