:root {
 
    --couleur_1: #216CFF;
 
}



@font-face {
    font-family: 'univers_lt_std55_roman';
    src: url('font/universltstd-webfont.woff2') format('woff2'),
         url('font/universltstd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#EasyDisclaimer__background {

    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    z-index: 999999;



    background: rgba(0,0,0,0.75);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);

}


#EasyDisclaimer__disclaimer {

    position: fixed;
    display: block;
    z-index: 9999999;
    opacity: 0;
    width: 650px;
    left: calc(50% - 325px);
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    transition: all 250ms ease;

    background-color: #ffffff;
    border-radius: 10px;

    font-family: 'univers_lt_std55_roman';
    color: black;

    -webkit-box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.49); 
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.49);

}


#EasyDisclaimer__disclaimer img {
    
    position: relative;
    display: block;
    max-width: 100%;
    height:auto;

}


#EasyDisclaimer__disclaimer .button {

    position: relative;
    display: block;
    width: 100%;
    padding:5px 20px;
    box-sizing: border-box;
    margin:5px auto;

    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;

}


#EasyDisclaimer__disclaimer .yes {

    margin-top:30px;
    line-height: 30px;
    background-color: #166005;
    transition: all 250ms ease;

}

#EasyDisclaimer__disclaimer .yes:hover {
    background-color: #043c0a;
    
}


#EasyDisclaimer__disclaimer .no {

    line-height: 14px;
    background-color:maroon;
    text-decoration: none;

}

#EasyDisclaimer__disclaimer .no:hover {
    background-color: rgb(80, 0, 0);
    
}



@media all and (min-width:0px) and (max-width:800px) {

    #EasyDisclaimer__disclaimer {

        max-width: 90%;
        width: 90%;
        left:5%;

    }


}
