
#cookies_demande, #score_demande {
    border-radius: 15px;
    padding: 0 25px;

    .boutt{
        text-align: center;
    }
}

#cookies_demande{
    display: none;
    border: 2px solid rgb(255, 166, 179);
    background-color: rgba(255, 232, 235, 0.95);
    box-shadow: 0 0 15px 0 rgba(57, 72, 75, 0.6);
    margin: 10px 10% 30px;

    .boutt{
        text-align: right;
    }

    .boutt button:hover{
        cursor: pointer;
        box-shadow: 0 0 5px 0 rgba(149, 163, 166, 0.6);
    }
}

#score_demande_englobe{
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    margin: -10px;
    padding: 5px;
    width: 100%;
    height: 100%;
}

#score_demande{
    margin:auto;
    width: 50%;
    margin-top: 100px;
    background-color: rgb(169, 203, 210);
    border: 2px solid rgb(62, 104, 115);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);

    .boutt{
        text-align: center;
    }

    .boutt button:hover{
        cursor: pointer;
        box-shadow: 0 0 5px 0 rgba(92, 107, 110, 0.6);
    }
    .boutt button{
        margin-top: 15px;
        margin-left: 15px;
		padding: 20px 40px;
    }
    .boutt button:first-child{
        font-size: 17px;
    }
    .boutt button:last-child{
        background-color: rgb(149, 183, 190);
		border-color: rgb(119, 153, 160);
		padding: 10px 20px;
    }
}