/***************************************
*General
****************************************/

body {
    font-optical-sizing: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
}

.sub-title,
.bloc-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #ed990a;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.sect-title .h1,
.bloc-title {
    color: #423f3d;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.25em;
    margin-bottom: 55px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #423f3d;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.22em;
    margin-bottom: 52px;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.img-resp {
    max-width: 100%;
    height: auto;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.border-10 {
    border: 10px solid #fff;
}

.border-top-1 {
    border-top: 1px solid #9f9f9f;
}

.width-auto {
    width: auto;
}


/** 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;
}


/** Colors **/

.color--1 {
    color: #f2f2f2 !important;
}

.color--2 {
    color: #ffaa17 !important;
}

.color--3 {
    color: #fff !important;
}

.color--4 {
    color: #282828 !important;
}


/** Background **/

.background--1 {
    background-color: #f2f2f2 !important;
}

.background--2 {
    background-color: #ffaa17 !important;
}

.background--3 {
    background-color: #fff !important;
}

.background--4 {
    background-color: #282828 !important;
}


/** Owl carousel **/

.owl-carousel .owl-dots 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;
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 73px;
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ed990a;
    -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 .owl-dot:not(:last-child) {
    margin: 0 3px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #ed990a;
}


/** Socials **/

.social-links .social-link {
    color: #ed990a;
    font-size: 17px;
    font-weight: normal;
    line-height: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    text-decoration: none;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links .social-link:not(:last-child) {
    margin-right: 10px;
}

.social-links .social-link i.fa-facebook {
    padding-top: 2px;
}

.social-links .social-link:hover,
.social-links .social-link:focus {
    background-color: #282828;
    color: #ed990a;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

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: inherit;
    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-resp {
    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: "Montserrat", sans-serif;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    color: #838383;
    padding: 21px 22px;
    font-weight: 400;
    background: #f2f2f2;
    height: 62px;
    text-transform: none;
    line-height: 1.2em;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
}

.btn-1,
.btn-2,
input[type="submit"],
input[type="button"] {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ed990a;
    line-height: 1.25em;
    text-transform: uppercase;
    background: none;
    padding: 14px 58px;
    text-align: center;
    position: relative;
    border: 4px solid #ed990a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    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: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
    z-index: 1;
    overflow: hidden;
}

.btn-1 {
    font-size: 26px;
    line-height: 1.25em;
    padding: 9px 33px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-2 {
    font-size: 14px;
    color: #13100d;
    line-height: 1.2em;
    background: #fff;
    text-transform: uppercase;
    border: 2px solid #ed990a;
    text-align: left;
    padding: 8px 11px;
    min-width: 240px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-2 .custom-size {
    font-size: 22px;
    line-height: 1em;
}

.btn-2 svg,
.btn-2 img {
    margin-right: 8px;
}

.btn-1:hover,
.btn-1:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: #ed990a;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-2:hover,
.btn-2:focus {
    background: #ed990a;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.btn-2:hover svg path,
.btn-2:focus svg path {
    color: #fff;
    fill: #fff !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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #f2f2f2;
    color: #838383;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #838383 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #838383 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #838383 !important;
}

textarea::placeholder {
    color: #838383 !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-header-menu {
    position: relative;
    display: inline-block;
    width: 100%;
}

.site-navigation__menu,
.site-navigation__inner {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header .site-navigation .menu ul {
    padding: 0px;
    text-align: left;
    margin: 0px;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffffff;
    position: relative;
    z-index: 10;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #13100d;
    line-height: 1.26em;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .site-navigation .menu ul ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #13100d;
    line-height: 1.26em;
    display: block;
    text-transform: uppercase;
}

.main-header .site-navigation .menu ul ul li a b {
    font-weight: 800;
}

.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: #ed990a;
}

.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: #ed990a;
}

.other-links {
    margin-left: 40px;
}

.other-links a:not(:first-child) {
    margin-left: 25px;
}

.other-links .menu__contact-phone-link {
    background: #fff;
    padding: 0;
    border: 0;
    min-width: auto;
    overflow: visible;
}

.other-links .menu__contact-phone-link:hover,
.other-links .menu__contact-phone-link:focus {
    color: #ed990a;
    background: #fff;
}

.other-links .menu__contact-phone-link:hover svg path,
.other-links .menu__contact-phone-link:focus svg path {
    color: #ed990a;
    fill: #ed990a !important;
}


/*Header top*/

.main-header__top {
    background-color: #ed990a;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}

.main-header__top:before {
    content: '';
    background-color: #ed990a;
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
}

.main-header__top-items {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 5px 0 5px 32px;
}

.main-header__top-item,
.main-header__top-item>a {
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 700;
}

.main-header__top-item.main-header__socials span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.main-header__top-item svg {
    margin-right: 8px;
}


/***************************************
* Footer
****************************************/

.footer {
    background: url('../images/bg-01.jpg') no-repeat top center;
    background-size: cover;
    color: #fff;
}

.footer-title {
    font-weight: 700;
    color: #ffaa17;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 11px;
}

.footer-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    border-bottom: 2px solid #ffaa17;
    width: 100%;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 1.5em;

}
.actus-item__desc p img {display:none;}
.bloc-text p img{
display:none;}
.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text a:hover,
.bloc-text a:focus {
    text-decoration: underline;
}

h2,
.bloc-text h2,
.bloc-text .title-2 {
    color: #ed990a;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 16px;
}