


/*<style type="text/css">/* */

#divBtnCustomizeSave {
    display: none;
}

.ba {
    color: white;
}

.div-info p, .div-info span, .div-info a, .div-info ul li {
    font-size: 15px;
}

#subContainer {
    overflow-y: scroll !important;
}

    #subContainer::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#subContainer {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 980px) {
    #subContainer {
        background-color: white;
        min-height: 30vh;
        margin: auto;
        opacity: 1;
        border-radius: 5px;
        position: fixed;
        border: 1px solid rgb(49, 112, 75);
        height: 88%;
        width: 95%;
        overflow: scroll;
        top: 80px;
        left: 10px;
    }

    #rgpd {
        width: 100%;
        color: #333;
        padding: 30px;
        text-align: left;
        display: block;
    }

    .rgpd-title {
        color: #31704b;
        font-size: 1.7em;
        font-weight: bold;
    }

    #rgpd {
        border: none;
    }

    #eucookies .ba {
        border-radius: 5px;
        margin-bottom: 8px;
    }
}

@media (min-width: 981px) {
    #btnConsent {
        margin-left: 40px !important;
    }

    #div_btnCustomize_Save {
        width: 100%;
    }

    #listCookies {
        overflow-y: hidden;
        max-height: 130px;
    }

    #btnCustomize_Save {
        float: right !important;
    }

    #subContainer {
        background-color: white;
        width: 40%;
        min-height: 30vh;
        margin: auto;
        opacity: 1;
        border-radius: 5px;
        position: fixed;
        top: 20%;
        margin-left: 50vh;
        border: 1px solid rgb(49, 112, 75);
        padding: 20px;
        max-height: 60vh;
        overflow: hidden;
        min-width: 680px;
    }

    .rgpd-title {
        color: #31704b;
        font-size: 1.7em;
        font-weight: bold;
        line-height: 2;
    }

    #rgpd {
        width: 100%;
        color: #333;
        padding: 30px;
        text-align: left;
        height: 85%;
    }

    #eucookies .ba {
        margin: 10px;
        border-radius: 5px;
        padding: 0px;
    }
}

#rgpd {
    overflow-y: scroll;
}

    #rgpd::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#rgpd {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.flipswitch {
    position: relative;
    width: 86px;
}

    .flipswitch input[type=checkbox] {
        display: none;
    }

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 50px;
}

.flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .flipswitch-inner:before, .flipswitch-inner:after {
        float: left;
        width: 50%;
        height: 24px;
        padding: 0;
        line-height: 24px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .flipswitch-inner:before {
        content: "Accepter";
        padding-left: 12px;
        background-color: #31704B;
        color: #FFFFFF;
    }

    .flipswitch-inner:after {
        content: "Refuser";
        padding-right: 12px;
        background-color: #EBEBEB;
        color: #888888;
        text-align: right;
    }

.flipswitch-switch {
    width: 17px;
    margin: 3.5px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 61px;
    transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: 0;
}

.flipcontrol {
    top: 5px;
}

