/*
Theme Name:     WEBLOFT
Theme URI: 		http://www.gxcommunication.com
Description: Thème personnalisé pour le client
Author:         GX COMMUNICATION 
Theme URI: 		http://www.gxcommunication.com
Template: astra
Version: 2.0.0
Text Domain: astra-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */


/* FONCTIONS */
.cacher{ display:none !important;}
.show-mobile {display: none !important;}
.show-desktop {display: block !important;}

 
/* ELEMENTS */
.no-margin {margin:0!important;}
.no-padding {padding:0!important;}
.text-white p, .texte-blanc p {color:#ffffff!important;}
.mk-text-block ul {margin-bottom:30px;}
.image_holder, .nicepic, .vertical_area_background, .q_team_image > img, .home .wpb_single_image, .lightbox_single_portfolio  {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}


 
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    border-top: 1px solid;
    border-bottom: none !important;
    padding-top: 5px;
    padding-bottom: 0 !important;
 }
.wpml-ls-item-en.wpml-ls-current-language>a {
    border-bottom: 1px solid !important;
    border-top: none !important;
    padding-bottom: 5px !important;
    padding-top: 0 !important;
}


 
/*PRODUCTS LIST*/

#products_list article:before {
    content:"•";    
    color: #5fa64a;
    font-size: 60px;
    vertical-align: top;
    margin-top: -40px;
    margin-right: -10px;
} 

#products_list p {
    margin-bottom: 20px;
}

#products_list a.elementor-post__read-more  {
    font-size: 15px;
    background-color: #5fa64a;
    color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 50px 8px 50px;
 
    
} 
/*PRODUCTS select*/
#products_select, .select2-container--default .select2-selection--single {
    font-family: "Raleway", Sans-serif;
    color: white !important;
    padding-left: 0px!important;
    padding: 15px 0px;  
    font-size: 13px;  
    line-height: 1;  
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 53px;
    background: url(/wp-content/uploads/2020/03/fleche-blanche.png) no-repeat  right  #1E7E00;
    -webkit-appearance: none;
    background-position-x: 98%;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.9px;
    text-indent: 10px;
    -webkit-appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    line-height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-selection__arrow b{
    display:none !important;
}

.select2-dropdown {
    border: none;
    border-radius: 0px;
}
 
.select2-results { 
    background-color: #f1f1f1;
    color: #7a7a7a;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
}
 
.select2-container--default .select2-selection--single{
    background-color: #1E7E00;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    border-bottom: 3px solid #1E7E00;
    color: #7a7a7a;
    background: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: none;
}


.overflow {
    overflow:  visible!important;
}   



.elementor-message.elementor-message-danger:before {
    content: ""!important;
}


/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .show-mobile {display: block !important;}
    .show-desktop {display: none !important;}

    #products_select, .select2-container--default .select2-selection--single {
        padding: 10px 10px 15px 10px;
        height: 55px;
        background: url(/wp-content/uploads/2020/04/fleche-blanche-bas.png) no-repeat  center bottom  #1E7E00;
        background-position-x: 50%;
        background-position-y: 100%;
            text-indent: 37%;
        text-indent: 10px;
        text-align: center;
    }
    #products_select{
        text-indent: 37%;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
       text-align: center; 
    }
 

}

