/* 
Theme Name: Vision Bois
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.elementor-form select{
	color : #818a91 !important;
}

.page-numbers.current{
	color : #fff;
}


#form1 select.realisations-filters {
    background-color: #3E3E3E;
    border-width: 0 0 0 0;
    color: white;
    /*margin: 34px 8px;*/
    margin-bottom: 1.33%;
    padding: 0.6rem 1rem;
    border-radius: 0;
}

#form1 select#localisation {
    /*margin: 34px 8px 34px 0;*/
}

#form1 .btn-submit-filters {
    background-color: #171717;
    color: #ffffff;
    border-color: #BED018;
    width: 100%;
    /*margin: 34px 0 34px 8px;*/
    margin-bottom: 1.33%;
    padding: 0.6rem 1rem;
    font-family: "Helvetica Neue", Sans-serif;
    font-weight: 400;
    border-radius: 0;
}

#form1 .btn-submit-filters:hover {
    background-color: #BED018;
}

#form1 {
    font-family: "Helvetica Neue", Sans-serif;
}

@media screen and (min-width: 768px) {
    #form1 .top {
        display: flex;
        grid-gap: 1.33%;
    }
}

.block_content {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.33%;
}

.rea-item {
    width: 24%;
    position: relative;
    margin-bottom: 1.33%;
}

@media screen and (max-width: 767px) {
    .rea-item {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .rea-item {
        width: 49%;
    }
}

/*@media screen and (min-width: 1025px) and (max-width: 1254px) {
    .rea-item {
        width: 24%;
    }
}*/

.rea-item .overlay-with-title .title-card {
    font-family: "Helvetica", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.rea-item .overlay-with-title {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2.2%;
    padding: 15px;
    transition: opacity 1s;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: rgba(129,138,145,.8);
    background-color: #BED018DB;
}

.rea-item .overlay-with-title:hover {
    opacity: 1;
    transition: opacity .5s;
}

.not-found {
    color: white;
}

#cookie-law-info-bar a {
    font-size: inherit;
    font-family: inherit;
    color: #333333;
}

#cookie-law-info-bar a:hover {
    color: #BED018;
}



