#cookies {
    display: none !important;
}
#cook_aler {
    box-sizing: border-box;
	border-radius: 0 30px 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 50%;
    max-height: 50vh;
    font-size: 14px;
    text-align: left;
    color:#000;
    background-color: #f5c1cd;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow-y: scroll;
}
#cook_aler > div {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 40px 30px;
    width: 100%;
}
#cook_aler p,.cook_cent {
    margin: 0 0 14px;
    font-size: 15px;
}
#cook_aler a:link,#cook_aler a:visited {
    text-decoration: underline;
    color: #000000;
}
#cook_aler a:hover {
    color: #fff;
}
.cook_cent {
    text-align: center;
}
#cook_aler table {
    margin: 20px 0 0;
}
#cook_aler input[type="checkbox"] {
    margin: 10px 0;
}
#cook_info {
    display: none;
}
#cook_info table {
    border-collapse: collapse;
    width: 100%;
}
#cook_info table th,#cook_info table td {
    border: 0 none;
    border-left: 1px solid #444;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
#cook_info table td {
    border-top: 1px solid #444;
}
#cook_info table th:nth-child(1),#cook_info table td:nth-child(1) {
    border-left: 0 none;
}
#cook_aler h3 {
    margin-top: 0;
    font-size: 20px;
    color: #000000;
}
#cook_aler .cook_opti:link,#cook_aler .cook_opti:visited {
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #000000;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    display: inline-block;
}
#cook_aler .cook_opti:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000000;
}
#cook_aler form .cook_acce {
    margin-right: 0;
    display: inline-block;
}
#cook_aler form label {
    margin-right: 14px;
}
@media screen and (max-width: 1440px) { 
    #cook_aler > div {width: 100%;}
}
@media screen and (max-width: 1200px) { 
    #cook_aler{width: 70%;}
}
@media screen and (max-width: 800px) { 
    #cook_aler {width: 100%;max-height: 70vh;}
}
@media screen and (max-width: 600px) {
    #cook_info table {        
        border-right:1px solid #ffe0e7;
        border-bottom:1px solid #ffe0e7;
        width:100%;
    }
    #cook_info table thead {
        display: none;
    }
    #cook_info table tr td:first-child,#cook_info table,#cook_info table th, #cook_info table td {
        border-color: #ffe0e7;
    }    
    #cook_info table tbody td {
        display: block;
        text-align:center;
    }
    #cook_info table td:nth-child(1) {
        border-left:1px solid #ffe0e7;
        font-weight: bold;
        background-color: #ffe0e7;
    }
    #cook_aler > div {
        padding: 14px 14px 0;
    }
    #cook_aler h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    #cook_aler p,.cook_cent {
        margin: 0 0 10px;
        font-size: 12px;
    }
    #cook_aler .cook_opti:link, #cook_aler .cook_opti:visited,#cook_aler .cook_opti:hover {
        margin: 4px;
    }
}