/*
Theme Name: GRD Child
Theme URI: http://steelthemes.com/grd
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Gardening, Lawn & Landscaping WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grd
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: grd
*/

/*
    RED: #c41415;
    GREEN : #87c25b;
    BG GRAY COLOR : #f5f5f5;
    BORDER GRAY : #e1e1e1;
*/

/*

NOTES :
- pour la home utilisation d'ID pour les sections à cause du
page builder => parce que plus facile à repérer que les classes

*/

/* FONT FACE */

@import 'assets/fonts/gotham.css';

/* GLOBAL */

body {
    color: #3c3c3b;
    font-family: "Gotham";
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham";
    font-weight: 400;
    color: #3c3c3b;
}

h3, h4, h5, h6 {
    margin-bottom: 1em!important;
}

p,
.entry-content p {
    color: #3c3c3b;
}

a:active {
    text-decoration: none;
}


.vc_single_image-img  {
    width: 100%;
    margin-bottom: 1em;
}

.wpb_column {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* .wpb_column h2:not(.entry-title) {
    margin: 2em 2em 1em!important;
} */

button {
    border-radius: 0!important;
}

.page-title h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
}

.page-title a:hover h1 {
    color: #87c25b;
    transition: .3s;
}

.site-content,
.single-post .site-content {
    padding-top: 1em;
}

.archive #main {
    margin-left: -15px;
    margin-right: -15px;
}

/* HELPERS */

    /* Section avec fond gris */
    .bg-gray {
        background-color: #f5f5f5;
    }

    .btn-plain-green button {
        background: #87c25b!important;
        color: #fff!important;
        text-transform: none!important;
        border-color: #87c25b!important;
    }

    .btn-plain-green button:hover {
        background: #fff!important;
        color: #87c25b!important;
        transition: .3s;
    }

    @media(max-width:650px) {

    }

/* MAIN MENU */

.site-header {
    border-top: 4px solid #87c25b;
}

.main-nav a {
    font-weight: 500!important; /* Because of theme options and migration */
    font-size: 0.8em!important; /* Because of theme options and migration */
}

.main-nav > ul.menu > li {
    padding: 0 0.7em;
}

.main-nav ul ul {
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 1px solid #e1e1e1;
    border-top-color: #fff ;
}

.main-nav > ul.menu > li.current_page_item > a,
.main-nav > ul.menu > li:hover > a {
    color: #87c25b;
}


@media(min-width: 1199px) {

    .menu-item-has-children {
        margin-right: 1em!important;
    }

    .menu-item-has-children:hover:after {
        color: #87c25b;
        /* transform: rotate(180deg);
        transition: .3s; */
    }

    .menu-item-has-children:after {
        content: '\f078';
        font-family: "FontAwesome";
        position: absolute;
        right: -5px;
        top: 28px;
        font-size: .8em;
        color: #3c3c3b;
        transition: .2s;
    }

    .current-menu-parent.menu-item-has-children:after {
        color: #87c25b;
    }

    .btn-menu-link {
        margin-left: 1em;
    }
}


[class^="btn-menu-"] a {
    margin-top: -0.7em;
    padding: 0.7em;
    text-transform: none!important;
}

.btn-menu-link a,
.btn-menu-link button {
    background-color: #fff!important;
    border: 1px solid #87c25b!important;
    color: #87c25b!important;
    text-transform: none!important;
}

.primary-mobile-nav ul.menu > li.btn-menu-link > a {
    color: #87c25b;
}

.main-nav > ul.menu > li.btn-menu-link:hover > a,
.primary-mobile-nav ul.menu > li.btn-menu-link > a {
    color: #87c25b;
}

.main-nav > ul.menu > li.btn-menu-link:hover > a:hover,
.primary-mobile-nav ul.menu > li.btn-menu-link > a:hover,
.btn-menu-link button:hover {
    background: #87c25b!important;
    color: #fff!important;
    transition: .2s!important;
}

.primary-mobile-nav ul.menu > li.btn-menu-plain > a {
    color: #fff;
}

.btn-menu-plain a,
.btn-menu-plain button {
    background: #c41415!important;
    border: 1px solid #c41415!important;
    border-radius: 0!important;
    color: #fff!important;
    text-transform: none;
    transition: .2s!important;
}

.main-nav > ul.menu > li.btn-menu-plain:hover > a {
    color: #fff;
}

.main-nav > ul.menu > li.btn-menu-plain:hover > a:hover,
.btn-menu-plain:hover > button:hover,
.primary-mobile-nav ul.menu > li.btn-menu-plain > a:hover {
    background: #fff!important;
    transition: .2s!important;
    color: #c41415!important;
}

.vc_btn3-container {
    margin-top: 1em;
}

.header-v3 .main-nav {
    margin-top: 0;
}

.header-v3 .main-nav ul.menu > li {
    padding: 30px 12px;
}

.header-v3 .menu-item-search .search-form {
    z-index: -1;
}

.header-v3 .primary-mobile-nav .menu-item-search .search-form {
    z-index: 99;
}

.header-v3 .menu-item-search.show-search .search-form,
.mobile-nav-content .search-form {
    opacity: 1;
    z-index: 99;
    background: #fff;
}

.header-v3 .menu-item-search a {
    border: 0;
    text-align: left;
}

.header-v3 .menu-item-search a:hover {
    color: #9cc212;
    border: 0;
}

.featured-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(16,46,25,.2);
}

@media(max-width: 1199px) {
    .site-header .logo img {
        padding: 10px;
        background: #fff;
    }
}

@media (max-width: 767px){
    .header-v3 .header-main {
        background-color: #fff;
    }

    .header-v3 .navbar-icon .navbars-line,
    .header-v3 .navbar-icon .navbars-line:after,
    .header-v3 .navbar-icon .navbars-line:before {
        background-color: #252525;
    }
}

/* SECTION TITRE HOME */

.section-titre {
    position: relative;
    min-height: 60vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section-titre h1 {
    color: #fff;
    text-transform: uppercase;
}

#sectionTitre:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: rgba(16,46,25,.2);*/
}

.revslider-initialised:hover {
    .hesperiden.tparrows {
        opacity: 1 !important;
    }
}

rs-sbg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16,46,25,.2);
    /*z-index: 21!important;*/
}

.hesperiden.tparrows {
    background: rgba(135,194,91,.6) !important;
    transition: opacity 0.3s ease;
}

.hesperiden.tparrows:hover {
    background: rgba(135,194,91,1) !important;
}


#sectionTitre .wpb_column:not(.box-categorie-home) {
    padding-top: 0;
    padding-bottom: 0;
}

/* BOX CATEGORIES SUR LA HOME */

#boxCategoriesHome {
    margin: -7em 0 0 0;
}

@media(max-width: 499px) {
    #boxCategoriesHome {
        margin: -4em 0 0 0;
    }
}
#boxCategoriesHome .vc_col-sm-1 {
    display: none;
}

.box-categorie-home.vc_col-sm-2 {
    width: 19%;
}

.box-categorie-home.vc_col-sm-3 {
    width: 32%;
}

.box-categorie-home {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 0 0.5%;
    padding: 1em 0;
    transition: .2s;
}

.box-categorie-home:first-child {
    margin-left: 0;
}

.box-categorie-home:last-child {
    margin-right: 0;
}

.box-categorie-home img {
    margin: 1em auto;
    transition: .2s;
}

.box-categorie-home img:hover {
    transform: scale(1.01);
    transition: .3s;
}

.box-categorie-home .wpb_text_column:last-child {
    text-align: center;
    font-size: 0.8em;
    line-height: inherit;
}

.box-categorie-home:hover {
    border-color: #87c25b;
    transition: .3s;
}

.box-categorie-home a {
    color: #3c3c3b;
}

.box-categorie-home a:hover {
    color: #87c25b;
}

@media(max-width: 768px) {
    .box-categorie-home.vc_col-sm-2 {
        width: 32%;
        margin-bottom: 1%;
    }
}

@media(max-width: 650px) {
    .box-categorie-home.vc_col-sm-2 {
        width: 49%;
        margin-bottom: 1%;
    }
}

@media(max-width: 500px) {
    .box-categorie-home.vc_col-sm-2 {
        width: 100%;
        margin-bottom: 1em;
    }
}

/* SLIDER DE LOGOS SUR LA HOME */

#sliderLogos {
    padding-bottom: 5em;
}

#sliderLogos img {
    width: auto;
    max-height: 140px;
    margin: 0 auto;
}

#sliderLogos h3 {
    padding-top: 1em;
}

.carousel-img {
    margin: 3em -15px;
}

/* ACTUS SUR LA HOME / BLOG DIVERS */

#actusHome .entry-meta,
#actusHome .entry-thumbnail {
    display: none;
}

@media(min-width: 992px) {
    .entry-thumbnail img {
        min-height: 210px;
        height: auto;
    }
}

#actusHome article {
    text-align: center;
}

.blog-wrapper:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#actusHome article:hover .entry-title:before {
    background: #87c25b;
    transition: .3s;
}

#actusHome .entry-title {
    position: relative;
}

#actusHome .entry-title:before {
    content: '';
    background: #c41415;
    right: 0;
    width: 45px;
    height: 3px;
    display: block;
    margin: 0 auto 1em;
}

.descr:hover p {
    color: #87c25b;
}

.numeric-navigation .page-numbers,
.blog-wrapper,
.blog-wrapper .entry-thumbnail,
.blog-wrapper .entry-thumbnail img {
    border-radius: 0;
}


.blog-wrapper .entry-thumbnail {
    max-height: 210px;
}

.blog-wrapper .entry-thumbnail img {
    min-width: 100%;
}

.blog-wrapper .entry-title {
    margin: 1em 0;
}

/* WIDGETS */

.widget-resume {
    font-size: .9em;
}

/* FAQ / TOGGLES */

.vc_toggle {
    margin-top: 2em;
}

.vc_toggle_title h4 {
    font-weight: 400;
}

.vc_toggle_active h4 {
    color: #87c25b;
}

.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_active .vc_toggle_icon::before {
    border-color: #87c25b!important;
}

/* FORMULAIRE / CONTACT FORM 7 */

.wpcf7-form {
    margin-top: 2em;
}

.wpcf7-form label {
    display: block;
    margin-bottom: .7em;
    font-weight: 300;
}

textarea {
    border: 1px solid #979797;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    height: auto!important;
    border-color: #979797;
    font-weight: 300;
    color: #333;
}

input:not(.wpcf7-submit):focus,
textarea:focus {
    border-color: #87c25b;
    background: #eff9f0;
}

input[type="submit"] {
    width: auto!important;
    background: #fff;
    color: #87c25b;
    border-radius: 0;
    border: 1px solid #87c25b;
    text-transform: none;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    padding: 0.5em 1em;
}

input[type="submit"]:hover {
    background: #87c25b;
}

.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea, .wpcf7 .wpcf7-form select {
    margin-top: 0.5em;
    margin-bottom: 0.7em!important;
}

#form-select {
    border: 1px solid #979797;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
}

#form-select select {
    margin: 0!important;
}

.wpcf7-select {
    width: 100%;
    height: 40px!important;
    margin-bottom: 0.5em;
    display: block;
    background: #fff;
    border-color: #979797!important;
    border: 0;
    border-radius: 0;
    outline: none;
}

.half-input p {
    display: inline-block;
    width: 48%;
}

.half-input p:nth-child(odd) {
    margin-right: 3%;
}

.wpcf7-not-valid {
    border-color: #c41415!important;
    background: #f2e2e2;
}

span.wpcf7-not-valid-tip {
    color: #c41415;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    margin-top: -7px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #87c25b;
    background: #87c25b;
    color: #fff;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #c41415;
    background: #c41415;
    color: #fff;
}

@media(max-width: 1199px) {
    .half-input p {
        width: 100%;
    }
}

/* FOOTER */

.footer-widgets {
    padding: 3.5em 0;
}

.footer-widgets .footer-sidebar {
    border-right: 1px solid #5f5f5f;
}

.footer-widgets .widget ul li a,
.footer-widgets a,
.site-footer a {
    color: #ffffff;
    font-weight: 300;
}

.footer-widgets .widget ul li a:hover,
.footer-widgets a:hover,
.site-footer a:hover {
    color: #87c25b;
}

.footer-widgets,
.site-footer {
    background-color: #3C3C3B;
}

.site-footer {
    border-top: 1px solid #5f5f5f;
    font-size: .9em;
}

#footer-widgets p {
    margin-bottom: .8em;
    color: #fff!important;
}

#footer-widgets i {
    margin-right: 0.2em;
}

.menu-footer-mentions {
    display: inline-block;
}

.menu-footer-mentions ul {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-footer-mentions li {
    display: inline;
    border-left: 1px solid #5f5f5f;
    padding-left: 10px;
}

@media(max-width: 650px) {
    .footer-sidebar {
        text-align: center;
    }

    .menu-footer-mentions ul {
        margin-top: 1em;
    }

    .menu-footer-mentions li {
        display: block;
        border-left: 0;
        padding-left: 0;
    }
}

/* TIMELINE */

.dl_timeline .box-timeline .overlay {
    background-color: #87c25b;
    top: 0;
    opacity: 0.95;
}

.dl_timeline .box-timeline:hover .overlay {
    top: 0;
    padding-top: 0;
    transition: all 0.5s;
}

.dl_timeline .box-timeline .overlay p {
    color: #fff;
}

.slick-slide img {
    border-radius: 0;
    width: 100%;
}

.dl_timeline .box-timeline .hook span:first-child {
    border: 1px solid #dedede;
    border-radius: 0;
}

.dl_timeline .box-timeline .hook span:first-child p {
    margin: 5px auto;
}

/* IMAGES BOX page producteurs etc */

.grd-image-box-5 {
    margin-top: 1em;
    border-radius: 0;
}

.grd-image-box-5:hover .entry_thumbnail {
    opacity: 1;
    transform: translateY(0px) rotateX(0deg);
}

.grd-image-box-5 .show {
    opacity: 1;
    padding: 0 20px;
    background-color: rgba(135,194,91,.8);
    transform: translateY(200px) rotateX(0deg);
    display: flex !important;
    justify-content: flex-start;
}

@media(max-width: 650px) {
    .grd-image-box-5 .show {
        transform: translateY(130px) rotateX(0deg);
    }
}

.grd-image-box-5 .show .entry-content p,
.grd-image-box-5 .show .entry-title {
    color: #fff;
}
.grd-icon-box-11:hover {
    background: #87c25b;
}
.grd-icon-box-11:hover a,
.grd-icon-box-11:hover .emtry-title .title,
.grd-icon-box-11:hover .icon-box-wrapter:hover .emtry-title .title {
    color: #fff;
    transition: .2s;
}

.grd-icon-box-11.icon-theme-light .icon {
    width: auto;
    margin-bottom: 0;
    background: #87c25b;
    padding: 1em;
}
.grd-icon-box-11.icon-theme-light img {
    height: 35px;
    width: auto;
}
.grd-icon-box-11 {
    padding: 0;
    height: auto;
    border: 1px solid #87c25b;
}
.grd-icon-box .emtry-title {
    z-index: 999;
    position: relative;
    float: left;
    width: auto;
    margin: 0 1em;
    padding-top: 1em;
}
.grd-icon-box-11 .icon-box-wrapter .emtry-title .title {
    margin: 0;
    font-size: 0.9em;
}

.grd-icon-box-3.icon-theme-dark {
    background: #87c25b;
    min-height: 180px;
}

.grd-icon-box-3.icon-theme-dark:hover {
    background: #56902B;
    transition: .3s;
}

.grd-icon-box-3.icon-theme-dark .emtry-title {
    z-index: 999;
    position: relative;
    float: none;
    margin: 0em;
    padding-top: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.grd-icon-box-3 .emtry-title .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: .5em;
    font-weight: 500;
}

.grd-icon-box-3.icon-theme-dark .svg-icon {
    text-align: center;
}

.grd-icon-box-3 .content .descreption {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
}

.grd-icon-box-3.icon-theme-dark .svg-icon img {
    width: auto;
    height: 50px;
}

.grd-icon-box-3.icon-theme-dark a {
    color: #fff;
}

.grd-icon-box-3.icon-theme-dark a:hover {
    text-decoration: underline;
}

@media(max-width: 1199px) {
    .grd-icon-box-3.icon-theme-dark {
        min-height: 330px;
    }
}


@media(max-width: 767px) {
    .grd-icon-box-3.icon-theme-dark {
        min-height: 240px;
    }
}
@media(max-width: 650px) {
    .grd-icon-box-11.icon-theme-light .icon {
        width: 100%;
    }

    .grd-icon-box .emtry-title {
        margin: 1em;
        padding-top: 0;
    }
}

/* TEMOIGNAGES */

.box-avatar img {
    max-height: 80px;
    width: auto;
}

.box-text p.content  {
    font-weight: 300;
}

/* CERTIFICATS : LISTING */







.certificat-recherche form {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}


.certificat-recherche form select {
    padding: 0 8px;
    margin: 0 24px;
    max-width: 200px;
}

.certificat-recherche input[type="submit"] {
    margin: 0;
    flex: 1;
}


@media(max-width: 1024px) {
    .certificat-recherche input[type="text"] {
        flex: 1;
    }
}


@media(max-width: 767px) {
    .certificat-recherche form {
        flex-wrap: wrap;
    }

    .certificat-recherche input[type="text"] {
        flex: 1;
        margin-right: 8px;
    }
    .certificat-recherche form select {
        margin: 0;
    }
    .certificat-recherche input[type="submit"] {
        margin-top: 8px;
    }
}















.certificat-listing {
    margin-top: 1em;
}

.certificat-recherche {
    text-align: center;
    margin-bottom: 2em;
}

.certificat-recherche input {
    display: inline!important;
}

.certificat-recherche input[type="text"] {
    min-width: 50%;
    border: 1px solid #e1e1e1;
}

.certificat-recherche input[type="submit"] {
    height: 41px;
}

.certificat-listing-head {
    background: #87c25b;
    color: #fff;
}

.certificats-total {
    font-size: .9em;
}

.certificat-box {
    border-bottom: 1px solid #e1e1e1;
}

.certificat-box,
.certificat-listing-head {
    font-size: .9em;
    padding: .5em;
}

.certificat-box [class^="col-"]:not(.certificat-adress) {
    min-height: 40px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    .certificat-box [class^="col-"] {
        min-height: 30px;
    }
}

.certificat-box h5,
.certificat-box h4,
.certificat-box h3,
.certificat-box h2 {
    margin: 0 15px 0 0!important;
    font-weight: 300;
    font-size: 1em;
}

.certificat-box p {
    margin-bottom: 0;
}

.certificat-box .certificat-icone {
    max-width: 20px;
    margin-right: 0.5em;
}

.certificat-box:nth-child(even) {
    background: #efefef;
}

.pagination-certificats {
    text-align: center;
    margin-top: 2em;
    padding: 1em;
}

.page-numbers {
    border: 1px solid #e1e1e1;
    padding: .5em;
}

.page-numbers.current,
.page-numbers:hover {
    border: 1px solid #87c15c;
    background: #87c15c;
    color: #fff;
}

/* GENERAL @MEDIA */

@media(max-width: 767px) {

    .vc_btn3-container.vc_btn3-inline {
        display: block;
        text-align: center;
    }

}

.cb {
    clear: both;
}

/**
 * Correction barre de recherche.
 */
.header-v3 .menu-item-search .search-form .search-field {
    width: 250px;
    margin-right: 0;
}
.header-v3 .menu-item-search .search-form .search-submit {
    height: 50px;
    margin-left: 0;
}


/**
 * Custom search
 */
.item__search {
    width: 100%;
}
.item__search__content {
    padding: 0;
    height: 220px;
}

.item__search .entry-thumbnail{
    padding: 0;
    height: 220px;
}
.item__search .entry-thumbnail a {
    border-radius: 0;
}

.item__search .entry-thumbnail a img {
    height: 220px;
}

.item__search.page.item__search__no__thumbnail .item__search__content {
    width: 100%;
}
.item__search.page .item__search__content {
    height: auto;
    min-height: 50px;
}
.item__search.page .item__search__content .entry-title {
    margin: 0;
}

.archive .post {
    margin-bottom: 30px;
}

.archive .post, .archive .blog-wrapper {
    height: 500px;
}

.single-post .site-content {
    padding-top: 2em;
}


.slider__processus_certification .box-timeline h4 {
    line-height: 1.25;
    padding-bottom: 0;
    font-size: 16px;
}

.liste_autre_controles .wpb_single_image img {
    max-width: 170px;
}

.liste_autre_controles .wpb_single_image.vc_align_left {
    text-align: center;
}

.liste_nos_engagements .vc_single_image-img  {
    height: 60px;
}

/*====================================
 * Slider page accueil.
 ====================================*/
#sliderLogos .slick-arrow .svg-icon {
    line-height: 60px;
}
#sliderLogos .slick-arrow {
    background: #87c25b;
    line-height: 45px;
    opacity: 0.85;
    transition: 0.33s;
}
#sliderLogos .slick-arrow:hover {
    opacity: 1;
    transition: 0.33s;
}
#sliderLogos .slick-list {
    margin: 0 100px;
}
#sliderLogos .slick-track {
    display: flex;
    align-items: center;
}

/*#actusHome .grd-posts .hidden-child:last-child {*/
/*    display: block;*/
/*}*/


/*====================================
 * Formulaire producteur.
 ====================================*/
#unit_surface {
    height: 42px !important;
}
.delete_item.btn {
    float: right;
}





/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
    opacity:0 !important;
}

input[name="your-consent"] {
    display: inline-block;
    width: auto !important;
}

.consentement_container {
    max-width: 890px;
    margin: 0 auto;
}



/* GDPR */
#gdrf-form .gdrf-field-email label,
#gdrf-form .gdrf-field-human label{
    font-weight: bolder !important;
}

#gdrf_data_email,
#gdrf_data_human {
    display: block;
    min-width: 350px;
}

#gdrf-submit-button {
    margin: 0;
}

.grecaptcha-badge { visibility: hidden; }

.tc-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.tc-link a  {
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    color: #87c25b;
    display: block;
    height: 100%;
    width: 100%;
}


body rs-module-wrap {
    z-index: 0;
}