.popup_cookies_tracking {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgb(0 0 0 / 50%);
    
}
.popup_cookies_tracking_content {
    width: 900px;
    max-width: 90%;
    margin: auto;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.tracking_refused,
.tracking_perso {
    font-size: 13px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    max-width: 300px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0px auto;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 100px;
}
.tracking_refused:hover,
.tracking_perso:hover {
    text-decoration: underline;
}
.tracking_ok {
    font-size: 13px;
    border: 1px solid #1754a0;
    background: #1754a0;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0px auto;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 100px;
}
.info_rgpd {
    padding: 0px 15px;
}
.tracking_ok:hover {
     text-decoration: underline;
}
.popup_cookies_tracking_content_text {
    margin-bottom: 20px;
}
.no_marg_pad {
    padding: 0;
}
.title_seo_rgpd {
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}
.popup_cookies_tracking_content_text a {
    text-decoration: none;
    color: #3a9cdd;
}
.logo_rgpd {
    width: 35px;
    float: left;
    /* padding: 10px; */
}
.logo_rgpd img {
    width: 25px;
}
.text_rgpd {
    width: calc(100% - 35px);
    float: left;
    padding: 0px 15px;
    margin-bottom: 25px;
}
.tracking_ok img {
    filter: invert(1);
    width: 15px;
}
.tracking_ok:hover img {
     
}
.for_mob {
    display: none;
}
@media screen and (max-width: 767px) {
    .for_mob {
        display: block;
    }
    .tracking_ok {
        margin-bottom: 20px;
    }
    .for_desc {
        display: none;
    }
    .tracking_refused,
    .tracking_perso {
        margin-bottom: 20px;
    }
    .tracking_ok {
        width: 100%;
        max-width: 100%;
    }
    .tracking_refused {
        width: 100%;
        max-width: 100%;
    }
    .tracking_perso {
        width: 100%;
        max-width: 100%;
    }
    .popup_cookies_tracking_content {
        padding: 15px;
    }
    .text_rgpd {
        margin-bottom: 10px;
    }
}