@font-face {
    font-family: 'MarkBold';
    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'), url('../fonts/MarkPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'), url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ASUCRI';
    src: url('../fonts/AracneSoftUltraCondRegIt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BaronNeueBold';
    src: url('../fonts/BaronNeueBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CrispyChicken';
    src: url('../fonts/CrispyChicken.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #515151;
    font-family: 'Oxygen';
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Oxygen';
    font-size: 18px;
}

ul {
    list-style: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.header_page {
    height: 850px;
    position: relative;
    display: flex;
    align-items: center;
}

.header_page .box_logo {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_text h1 {
    font-family: 'BaronNeueBold';
    font-size: 71px;
    color: #fff;
    max-width: 40%;
}

.header_text h1 strong {
    font-family: 'BaronNeueBold';
    font-size: 71px;
}

.header_text h1 span {
    font-family: 'CrispyChicken';
    font-size: 67px;
    color: #a2e422;
}

.slider_home {
    position: relative;
}

.slider_home .container {
    background: #314956;
    position: relative;
    margin-top: -45px;
    padding: 25px 0;
}

.item_nos_produit_home {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.item_nos_produit_home label {
    font-family: 'MarkBold';
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}

.slider_home .owl-carousel .owl-nav button.owl-next,
.slider_home .owl-carousel .owl-nav button.owl-prev,
.slider_home .owl-carousel button.owl-dot {
    position: absolute;
    color: #314956;
    padding: 0px 14px !important;
    border-radius: 50%;
    font-size: 23px;
    font-family: 'MarkMedium';
    background-color: #ffcb08;
    top: 30%;
}

.slider_home .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.slider_home .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.slider_home button.disabled {
    opacity: 0;
}

.content_contact h3 {
    font-family: 'MarkMedium';
    color: #545454;
    text-align: center;
    margin-bottom: 40px;
    font-size: 33px;
}

.content_contact h3 span {
    font-family: 'MarkBold';
    color: #22a4e7;
}


/*  Contact  */

.content_page {
    margin: 40px 0;
}

.text_select,
.text_input {
    margin-bottom: 15px;
}

.text_input input::placeholder,
.text_input textarea::placeholder {
    font-family: 'MarkMedium';
    font-size: 21px;
    color: #969696;
}

.text_input input,
.text_input textarea {
    width: 100%;
    height: 71px;
    padding-bottom: 0px;
    padding-left: 31px;
    border: 1px solid #969696;
    border-radius: 25px;
    outline: 0;
}

.button_submit button {
    padding: 20px 50px;
    background: #ffffff;
    border: 1px solid #969696;
    border-radius: 25px;
    color: #969696;
    font-family: 'MarkMedium';
    font-size: 21px;
}

.text_input textarea {
    resize: none;
    height: 300px;
    padding-left: 25px;
    padding-top: 20px;
}

.button_submit button img {
    margin-right: 30px;
}

.button_submit {
    display: flex;
    justify-content: space-between;
}

.button_submit button:hover:before {
    display: none;
}

.error {
    display: block;
    font-size: 14px;
    font-family: 'MarkMedium';
    padding-left: 30px;
    color: red;
    line-height: 2;
}

.footer {
    margin: 40px 0 0 0;
}

.footer .row {
    margin-right: 0 !important;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer ul li {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer ul li a,
.footer ul li a:hover {
    font-family: 'MarkBold';
    font-size: 18px;
    color: #5e5e5e;
}

.footer ul li img {
    margin-right: 15px;
}

.footer ul li span {
    display: block;
}

.footer iframe {
    width: 100%;
    height: 450px;
}

.message-success {
    border-radius: 3px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-family: 'MarkBold';
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background: #fac744;
    margin: 130px;
}

@media (max-width: 1400px) {
    .header_text h1 {
        font-size: 59px;
    }
    .header_text h1 strong {
        font-size: 59px;
    }
    .header_text h1 span {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .header_text h1 {
        font-size: 44px;
    }
    .header_text h1 strong {
        font-size: 44px;
    }
    .header_text h1 span {
        font-size: 42px;
    }
    .content_contact h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .header_page {
        height: 450px;
    }
    .header_text h1 {
        font-size: 34px;
    }
    .header_text h1 strong {
        font-size: 34px;
    }
    .header_text h1 span {
        font-size: 31px;
    }
    .logo_head {
        scale: .7;
    }
    .header_page .box_logo {
        height: 200px;
        width: 200px;
        top: -42px;
    }
    .item_nos_produit_home label {
        font-size: 14px;
    }
    .content_contact h3 {
        font-size: 20px;
    }
    .text_select,
    .text_input {
        margin-bottom: 20px;
    }
    .footer .row {
        margin: 0 !important;
    }
    .footer .row .col-lg-6.col-md-12 {
        padding: 0;
    }
    .text_input input::placeholder,
    .text_input textarea::placeholder {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .header_text h1 {
        font-size: 28px;
    }
    .header_text h1 strong {
        font-size: 28px;
    }
    .header_text h1 span {
        font-size: 22px;
    }
    .content_contact h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .text_input input,
    .text_input textarea {
        height: 58px;
    }
    .text_input textarea {
        height: 150px;
    }
    .button_submit button {
        padding: 10px 35px;
    }
    .footer ul li a,
    .footer ul li a:hover {
        font-size: 14px;
    }
    .header_page .box_logo {
        height: 150px;
        width: 150px;
        top: -38px;
    }
    .footer iframe {
        width: 100%;
        height: 350px;
    }
    .logo {
        scale: .7;
    }
}

@media (max-width: 575px) {
    .slider_home .row {
        margin-right: 0 !important;
    }
    .header_text h1 span {
        font-size: 24px;
    }
    .header_text h1 strong {
        font-size: 20px;
    }
    .header_text h1 {
        font-size: 20px;
        max-width: 50%;
    }
    .slider_home .owl-carousel .owl-nav button.owl-prev {
        left: 16px;
    }
    .slider_home .owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }
}