/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

@import 'css/couleur.css';

#info-bar-navigation,
.site-header,
.site-footer{
    display: none !important;
}
body{
	padding: 0 !important;
	margin: 0 !important;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*=========================*\
======== Style module
\*=========================*/
.binero_logo_container{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.binero_container {
    width: 100%;
    max-width: 30rem;
    margin: auto;
}
#binero_grid {
    padding-bottom: 100%;
    position: relative;
}

.binero_cells,
.binero_line_graduation,
.binero_column_graduation {
    position: absolute;
}

.binero_cells,
.binero_line_graduation {
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.binero_cells,
.binero_column_graduation {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.binero_cells {
    display: flex;
    flex-wrap: wrap;
    transform: translate(-50%, -50%);
}

.binero_line_graduation {
    width: 100%;
    left: 0;
}

.binero_column_graduation {
    height: 100%;
    top: 0;
}

.js_binero_cell_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 1.4rem;
    font-weight: 900;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.btns_select_level_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: .5rem 0;
}

.binero_btn{
    padding: .7rem 1rem;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    text-transform: uppercase;
    margin: .25rem;
    outline: none;
}

@media all and (max-width: 480px) {
    .btn_select_level {
        flex: 0 0 calc(50% - .5rem);
    }
}

.binero_control_container{
    margin: .5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.binero_control_container button{
    flex: 0 0 calc(50% - .5rem);
}

.win_message_conatiner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.win_message{
    padding: .5rem;
    border-radius: .25rem;
    text-align: right;
}

.win_message p {
    text-align: center;
}

.win_message button{
    padding: .5rem;
}

.hide{
    display: none !important;
}
#footer_widget{
    text-align:center;
    
}
@media(max-width:"981px"){
    .footer_widget{
        margin: -2.5rem;
    }
}
.widget_content{
    display:inline-block;
    max-width:100%;
    text-align:left;
}
h3{
  color:#fff !important;
  text-transform:uppercase;
    margin:1rem 0;
    font-size:1.2rem !important;
    font-weight:500;
    padding-left:10px !important;
}
li.list-style {
    background-image:url('http://euro-cfa.uat.testversalis.net/wp-content/uploads/2019/06/Fleche_bas_blanche.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
    padding: 0.3rem 0.3rem 0.3rem 1.2rem;;
    list-style: none;
    font-size: 16px;
    
}
li a {
    color:#fff !important;
    font-size:16px;
}

/*=====================================
======== BOITE DE DIALOGUE
=====================================
*/

.couverture-dial {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
}

.couverture-dial .dial-container {
    max-width: 25rem;
    width: 25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgb(22, 22, 22);
}

.couverture-dial .dial-header {
    border-bottom: 1px solid #ccc;
}

.couverture-dial .dial-header h3 {
    color: rgba(20, 20, 20, 1) !important;
    padding-bottom: 0;
}

.couverture-dial .dial-container [class*='dial-'] {
    padding: 1rem;
}

.couverture-dial .dial-container .dial-btn {
    text-align: right;
}

.couverture-dial .dial-container .dial-btn button {
    padding: .5rem 2rem;
    border-radius: .25rem;
    cursor: pointer;
}

.list{
	background-image:url('http://euro-cfa.uat.testversalis.net/wp-content/uploads/2019/06/Fleche_bas_blanche.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px;
    padding: 0.3rem 0.3rem 0.3rem 1.2rem;;
    list-style: none;
    font-size: 16px;
    
}
#page-container{
	padding-top:0 !important;
	margin-top:0 !important;
}

/*Footer*/
.hide {
    display: none !important;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a,
.feedback_container a {
    padding: 0.5rem 0;
    display: block;
    font-size: 15px;
	font-family: "open sans";
    font-weight: 300;
    color: #fff;
	
}

.footer-links a span,
.feedback_container a span {
    display: inline-block;
    margin-right: 0.25rem;
	font-size: 15px;
	font-family: "open sans";
	text-transform: capitalize;
}
label{
	font-family: "open sans";
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.footer-links ul svg,
.feedback_container a svg {
    width: 0.7rem;
}

.feedback_fields {
    position: relative;
}

.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
}
.feedback_fields .feedback_top {
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    max-width: 30rem;
    width: 100%;
    bottom: 40px;
    display: none;
}

.feedback_fields .feedback_top.js_active {
    display: initial !important;
}

.feedback_fields .feedback_top textarea {
    height: 150px;
    width: 100%;
}

ul.feedback_top:after {
    content: '';
    position: absolute;
    border-top: 10px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -9px;
}

.feedback_top li {
    display: flex;
    flex-direction: column;
    margin-bottom: .75rem;
}

.feedback_top li:last-child {
    margin-bottom: 0;
}

.api_feedback_submit_btn {
    margin: 0;
    padding: .5rem;
	font-weight: 500;
	font-family: "open sans";
	cursor: pointer;
}

.api_feedback_submit_btn:hover {
    background: #000;
    color: #fff;
}

.feedback_top input{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
    padding: 10px 20px;
}

.feedback_top textarea{
	width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    border: 1px solid rgba(204, 204, 204, .4);
    outline: none;
}
.feedback_top p{
	font-family: "open sans";
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-bottom: 10px;
}
