/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&family=Open+Sans&family=Roboto&family=Poppins:wght@700&family=Poppins:wght@600&family=Roboto+Condensed&display=swap");

/* HTML */

html {
    margin-top: 0px !important;
}

/* Header */

header {
    background-color: #000014;
    padding-top: 15px;
    padding-bottom: 15px;
}

header div#header {
    position: sticky;
    top: 0;
    width: 100%;
    transition: 0.5s;
    background-color: #000014;
    z-index: 1500;
}

header div#header.small {
    height: 80px !important;
}

header div#header.small img.logo {
    width: 160px !important;
}

header div#header.small button.contact {
    margin-top: 20px !important;
}

header div#header.small #mega-menu-wrap-header #mega-menu-header {
    padding-top: 20px !important;
}

header.no-padding {
    padding-bottom: 0px !important;
}

header.no-padding div#header {
    padding-bottom: 15px !important;
}

header div#header-bottom {
    background-color: #96c122;
    padding-top: 50px;
    padding-bottom: 50px;
}

header div#header-bottom h1 {
    display: block;
    text-align: left;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

header div#header img.logo {
    width: 210px;
}

header button.contact {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    background-color: #96c122;
    border: 1px solid #96c122;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

header button.contact:hover {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #96c122 !important;
    transition: 0.5s !important;
}

header p#breadcrumbs {
    color: #fff;
}

header p#breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

header p#breadcrumbs a:hover {
    text-decoration: underline;
}

/* Section */

section {
    min-height: 50px;
}

section#page {
    padding-top: 15px;
    padding-bottom: 15px;
}

section#blog {
    padding-top: 15px;
}

section#produits {
    padding-top: 0px;
}

section div#welcome {
    padding-top: 250px;
    padding-bottom: 250px;
}

section div#contact {
    background: rgb(150,193,34);
    background: linear-gradient(90deg, rgba(150,193,34,1) 0%, rgba(9,121,76,1) 35%, rgba(0,255,132,1) 100%);
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

section div#contact span#contact {
    display: inline;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 16pt;
}

section div#contact span#contact a {
    text-decoration: none;
}

section div#contact button.btncontact {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: transparent;
    height: 50px;
    width: 240px;
    color: #fff;
    font-size: 1.5em;
    transition: 0.5s;
}

section div#contact button.btncontact:hover {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    width: 240px;
    color: #96c122;
    font-size: 1.5em;
    transition: 0.5s;
}

section button.btnmore {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: transparent;
    height: 50px;
    width: 240px;
    color: #fff;
    font-size: 1.5em;
    transition: 0.5s;
}

section button.btnmore:hover {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    height: 50px;
    width: 240px;
    color: #96c122;
    font-size: 1.5em;
    transition: 0.5s;
}

section h1 {
    display: block;
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section h2.title {
    display: block;
    text-align: center;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #000014;
    font-family: "Poppins", sans-serif;
}

section h2.wp-block-heading {
    font-weight: bold;
}

section div.black h2.title {
    display: block;
    text-align: center;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section div.black h3 {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section div.black p {
    display: block;
    padding-top: 15px;
    text-align: center;
    color: #fff;
}

section h3.title {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #96c122;
    font-family: "Poppins", sans-serif;
}

section span.title {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000014;
    font-family: "Poppins", sans-serif;
}

section span.subtitle {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section .darkgrey {
    /*background-image: linear-gradient(to bottom, #96c122, #8eb623, #86ab24, #7fa124, #779624);*/
    width: 100%;
    background: url(//arum-lighting.com/wp-content/themes/themearum/img/arum-background.jpg) no-repeat center;
    background-size: cover;
}

section .grey {
    background-color: #F0F5FC !important;
}

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

section .black {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #000014 !important;
}

section h2.title-white {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

section .max-t-10 {
    padding-top: 10px !important;
}

section .max-t-20 {
    padding-top: 20px !important;
}

section .max-t-30 {
    padding-top: 30px !important;
}

section .max-t-40 {
    padding-top: 40px !important;
}

section .max-t-50 {
    padding-top: 50px !important;
}

section .max-b-10 {
    padding-bottom: 10px !important;
}

section .max-b-20 {
    padding-bottom: 20px !important;
}

section .max-b-30 {
    padding-bottom: 30px !important;
}

section .max-b-40 {
    padding-bottom: 40px !important;
}

section .max-b-50 {
    padding-bottom: 50px !important;
}

section div.card-activite {
    width: 100% !important;
    border-radius: 25px;
    border: none;
    min-height: 460px;
    margin-bottom: 15px;
}

section img.post-thumbnails {
    width: 100%;
}

section div.articles-author {
    background-color: #ecf0f1;
    border-radius: 0px !important;
    padding: 15px;
    margin-top: 50px;
}

section span.articles-author {
    font-size: 15px;
    font-weight: 600;
    color: #000014;
    line-height: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

section span.articles-category {
    font-size: 15px;
    font-weight: 600;
    color: #96c122;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

section a.articles-category {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #96c122 !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    font-family: "Open Sans", sans-serif !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

section a.articles-category:hover {
    text-decoration: underline !important;
}

section span.articles-date {
    font-size: 15px;
    font-weight: 600;
    color: #aaa;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

section span.articles-title {
    display: block;
    font-size: 25px;
    color: #000014;
    line-height: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: left;
    margin-bottom: 15px;
}

section p.articles-text {
    font-size: 15px;
    color: #000014;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}

section img.avatar {
    border-radius: 50%;
    border: 5px solid #96c122;
    width: 80px;
}

section .card-activite a {
    text-transform: none;
    text-decoration: none;
}

section .card-activite a:hover {
    text-decoration: underline;
}

section a.checksite {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    background-color: #96c122;
    border-radius: 25px;
    padding: 15px;
    color: #fff;
    text-decoration: none;
}

section img.why-trust-us {
    height: 150px;
    padding-bottom: 15px;
}

/* Footer */

footer {
    min-height: 150px;
    background-color: #000014 !important;
}

footer div#footer-links {
    padding-top: 50px;
    padding-bottom: 15px;
}

footer div#footer-links img.logo {
    padding-bottom: 40px;
    width: 210px;
}

footer div#footer-links p {
    color: #fff;
    text-decoration: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

footer div#footer-links span.title {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 14pt;
}

footer div#footer-links i {
    color: #fff;
}

footer div#footer-links hr {
    color: #fff;
}

footer div#footer-links ul {
    margin: 0;
    padding: 0;
    color: #fff;
}

footer div#footer-links ul#quick-links {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

footer div#footer-links div.icon-small {
    display: inline-block;
    background-color: #96c122;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    margin-right: 10px;
}

footer div#footer-links ul li {
    padding-left: 0px;
    list-style: none;
}

footer div#footer-links ul#contact-us li {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

footer div#footer-links ul li a {
    color: #fff;
    text-decoration: none;
}

footer div#footer-links ul li a:hover {
    text-decoration: underline;
}

footer div#footer-divider {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer div#footer-divider hr {
    color: #96c122;
}

footer div#footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000 !important;
}

footer div#footer-copyright ul {
    float: right;
    margin: 0;
    padding: 0;
    color: #fff;
}

footer div#footer-copyright ul li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

footer div#footer-copyright ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 9pt;
}

footer div#footer-copyright ul li a:hover {
    text-decoration: underline;
}

footer div#footer-copyright span.copyright {
    color: #fff;
    font-size: 9pt;
}

/* Icône */

.icon {
    width: 16px;
    height: 16px;
}

/* Contact */

section form.wpcf7-form input[type=text], section form.wpcf7-form input[type=email] {
    border-radius: 0px !important;
    height: 50px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section form.wpcf7-form textarea {
    border-radius: 0px !important;
    height: 250px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section input.wpcf7-submit {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 40px;
    border-radius: 50px;
    letter-spacing: .050em;
    text-decoration: none;
    min-width: 160px;
    border: 2px solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background: #96c122;
    border-color: #96c122;
    margin-top: 30px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

section div#more-articles {
    background-color: #E8E6E6;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

section div#more-articles span.more {
    display: block;
    text-align: center;
    font-family: Quicksand,sans-serif;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    color: #000;
    font-size: 50px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 50px;
}

section div#more-articles div.card-activite {
    background-color: #E8E6E6;
}

section span.catname {
    color: #96c122;
}

img.img-products {
    width: 100%;
}

/* Media Responsives */

div.grey img {
    width: 100% !important;
}

img.imgsites {
    width: 100%;
    max-width: 450px;
}

@media (max-width: 576px) {
    section .darkgrey {
        background-image: linear-gradient(to bottom, #96c122, #8eb623, #86ab24, #7fa124, #779624) !important;
    }
    section div#welcome {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    div.mega-menu-toggle {
        height: 80px;
    }
    div.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    div.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {

    div#logo {
        text-align: center !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    div.copyright {
        text-align: center !important;
    }

    footer div#footer-copyright ul {
        display: block !important;
        margin-top: 15px !important;
        text-align: center !important;
        float: initial !important;
    }

    section div.black h2.title, section h2.title {
        font-size: 45px !important;
        line-height: 50px !important;
    }

}

@media (max-width: 1200px) {

    footer div.logo {
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    footer div#footer-links img.logo {
        width: 180px !important;
    }

    footer div#footer-links ul#quick-links {
        margin-bottom: 40px !important;
    }

    header button.contact {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div#divcontact {
        text-align: right !important;
    }

    header div#header img.logo {
        width: 180px !important;
    }

    #mega-menu-wrap-header #mega-menu-header {
        padding-top: 25px !important;
    }

    header button.contact {
        margin-top: 25px !important;
    }

}

@media (max-width: 1400px) {

}