.blured{
    filter: blur(6px);
    pointer-events: none;
    overflow: hidden;
    
}
.diplay-cookies{
    display:flex !important;
}
.cookies-accept {
    cursor: pointer;


    font-size: 2rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg,#165049,#165049,  #41988e);

    padding: 10px;
    border-radius: 20px 0;
    text-shadow: 2px 3px 5px rgb(0, 0, 0);
    text-align: center;
}
.cookies-refuse {
    cursor: pointer;

   

    font-size: 1rem;
    color: white;
    padding-top: 2rem;
    border-radius: 2px;
    border-radius: 20px 0;
    text-shadow: 2px 3px 5px rgb(0, 0, 0);

    text-align: center;
}
.cookies-refuse:hover{
    filter: none !important;
}

.cookies{
    align-self: center;
    border-radius: 5px;;
    width:500px;
    min-width:320px;
    max-width:90%; 

    max-height:75%;
    background: linear-gradient(150deg,rgb(163, 170, 163),rgb(215, 218, 215),  rgb(179, 184, 179));
    box-shadow: 2px 2px 2px 2px rgba(44, 42, 42, 0.75);

    color:#114741;

    position:fixed;
    
    align-items: center;
    flex-direction:column; 
    top:100px;
    z-index:9000;
    display:none;
    
    padding-left:3rem;
    padding-right:3rem;
    padding-bottom:2rem;

    box-sizing: border-box;
    overflow: auto;



}

.cookies p{
    font-weight: bold;
     margin-top:0px;
}
.cookies h1{
    color:rgb(158, 102, 5);
}

.logo-cookie{
    width:100px;
}

.cookie-link{
    color:rgb(158, 102, 5);
}


.cookie-policy {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px 25px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.cookie-policy h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

.cookie-policy h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #444;
}

.cookie-policy h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #555;
}

.cookie-policy p {
    margin-bottom: 15px;
}
.cookie-policy p {
    margin-bottom: 15px;
}

.cookie-policy ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cookie-policy li {
    margin-bottom: 5px;
}

.cookie-policy strong {
    font-weight: 600;
}