/*

Theme Name: Elbert

Theme URI:

Description: ELbert est un thème enfant du thème Hello Elementor

Author: Samuel Pelletier

Author URI: 

Template: hello-elementor

Version: 1.0.1

Text Domain: elbert

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

body #cookie-consent-edit-btn{
    right: unset;
    left: 5px; 
}

body #cookie-consent-edit-btn a{
    display: inline-block;
    font-size: 0;
    width: 50px;
    height: 50px;
}

body #cookie-consent-edit-btn a::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom:5px;
    width: 40px;
    height: 40px;
    background-image: url("/wp-content/themes/elbert/assets/images/cookie.svg");
    background-size: cover;
    
}

body #cookie-consent{
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
}


body #cookie-consent > h3{
    font-weight: 600;
    letter-spacing: 0;
    font-size: 18px;
}


body #cookie-consent > p{    
    font-size: 14px;
    padding: 15px;
}

body #cookie-consent .center-buttons button{    
    font-size: 14px;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    body #cookie-consent{
        height: 410px;
        max-width: 100%;
        border-right: 0;
    }
    
    
    body #cookie-consent > h3{
        
    }
    
    
    body #cookie-consent > p{    
        margin: 0;
    }
    
    body #cookie-consent .center-buttons{  
        flex-direction: row;
    }

    body #cookie-consent .center-buttons button{    
        
    }
}