/* 1.0.3 */
#politique_protection_popin_itsap_overlay {
    z-index: 2147483649;
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
}
.politique_protection_popin {
    z-index: 2147483650;
    background-color: #fff;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    padding:40px;
    border-radius: 2px;
}
.politique_protection_popin .politique_protection_popin_itsap_button {
    padding-bottom:15px;
    width: 100%;
    overflow: hidden;
}
.politique_protection_popin .politique_protection_popin_head_button .liencontinuer{
    float: right;
    text-decoration: underline;
    color: inherit;
}
.politique_protection_popin button {
    border: none;
    background: none;
    outline: inherit;
}
.politique_protection_popin .politique_protection_popin_head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.politique_protection_popin h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #0c8db8 !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.politique_protection_popin .politique_protection_popin_head button {
    float: right;
    font-size: 1.4em !important;
    line-height: 1em !important;
    color: #005CB9 !important;
}
.politique_protection_popin .politique_protection_popin_head button.close {
    opacity: .6;
}
.politique_protection_popin .politique_protection_popin_head button.close:hover {
    opacity: 1;
}
.politique_protection_popin .politique_protection_popin_body {
    width: 100%;
    overflow: hidden;
    color: #464646 !important;
    margin-bottom: 20px;
}
.politique_protection_popin .scroller{
    height: 600px;
    overflow-y: scroll;
}
.politique_protection_popin .politique_protection_popin_body tr {
    background-color: transparent !important;
}
.politique_protection_popin .politique_protection_popin_body td {
    border:none;
}
.politique_protection_popin .politique_protection_popin_body td.check {
    width: 10%;
    min-width: 40px;
    text-align: center;
    vertical-align: top;
}
.politique_protection_popin .politique_protection_popin_body td.check input {
    margin-top: 5px;
    height: 16px;
}
.politique_protection_popin .politique_protection_popin_body td.description {
    font-size: .9em;
}
.politique_protection_popin .politique_protection_popin_body td.description label {
    font-weight: normal;
    margin: 0;
}
.politique_protection_popin .politique_protection_popin_body td.description label h4 {
    font-size: 1.2em !important;
    line-height: 1em !important;
    color: #005CB9 !important;
    margin: 5px 0;
}
.politique_protection_popin_all_select {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.politique_protection_popin_all_select button {
    background-color: #fff;
    border: solid 1px #005CB9;
    color: #005CB9;
    border-radius: 15px;
    padding:2px 10px;
    margin-right: 5px;
    font-size: .9em;
    float:left;
}
.politique_protection_popin .politique_protection_popin_button {
    width: 100%;
    overflow: hidden;
}
.politique_protection_popin .titre {
    font-size: 18px;
    color: #0c8db8;
}
.politique_protection_popin .politique_protection_popin_button button {
    background-color: #00bfa2;
    border: solid 1px #00bfa2;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding:10px 5px;
    width: 49%;
    float:left;
    font-weight: bold;
}
.politique_protection_popin .politique_protection_popin_button .space {
    float:left;
    width: 2%;
    height: 10px;
}
.politique_protection_popin .politique_protection_popin_button button.perso {
    background-color: #fff;
    color:#00bfa2;
}
.politique_protection_popin .politique_protection_popin_button button.ok:hover {
    background-color: #009982;
    border: solid 1px #009982;
}
.politique_protection_popin .politique_protection_popin_button button.enregistrer {
    float:right;
}
.politique_protection_popin .politique_protection_popin_button button.enregistrer:hover {
    background-color: #009982;
    border: solid 1px #009982;
}

@media screen and (max-width: 700px) {
    .politique_protection_popin {
        padding:20px;
    }
    .politique_protection_popin .politique_protection_popin_head h3 {
        font-size: 1em !important;
    }
    .politique_protection_popin .politique_protection_popin_head button {
        font-size: 1em !important;
    }
    .politique_protection_popin .politique_protection_popin_body {
        font-size: .9em !important;
    }
    .politique_protection_popin .politique_protection_popin_button button {
        width: 100%;
        padding: 10px 5px;
    }
    .politique_protection_popin .politique_protection_popin_button .space {
        width: 100%;
    }
}