/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from PBPG Communication SA
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the PBPG Communication SA is strictly forbidden.
 * In order to obtain a license, please contact us: contact@pbpg-communication.fr
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe PBPG Communication SA
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la PBPG Communication SA est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter la PBPG Communication a l'adresse: contact@pbpg-communication.fr
 * ...........................................................................
 *
 *  @package Agilliacookielaw
 *  @author PBPG Communication
 *  @copyright Copyright (c) 2010-2018 S.A. PBPG Communication (https://www.pbpg-communication.fr)
 *  @license Commercial license

/**
 * Copyright (c) PBPG Communication
 */


/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.link_reseaux span{
    display:none;
}

#agilliacookielaw_popup .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100) !important;
    opacity: 0 !important;
   /* background: url(close_pop.png) center center no-repeat #ececec; */
    width: 30px;
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
    padding: 5px;
    border-radius: 50%;
}
#agilliacookielaw_fade { /*--Masque opaque noir de fond--*/
    display: none;
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 999999;
}
#agilliacookielaw_popup{
   display: none;
    background: #fff;
    position: absolute;
    top: 200px;
    left: calc(50% - 350px);
    z-index: 9999999;
    padding: 20px;
    /*transform: translateY(-50%);*/
    width:700px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#agilliacookielaw_popup .table>tbody>tr>td,
#agilliacookielaw_popup.table>tbody>tr>th,
#agilliacookielaw_popup .table>tfoot>tr>td,
#agilliacookielaw_popup .table>tfoot>tr>th,
#agilliacookielaw_popup .table>thead>tr>td,
#agilliacookielaw_popup .table>thead>tr>th {

	padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.page{
	position:relative;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}
/*--GÃ©rer la position fixed pour IE6--*/
*html #agilliacookielaw_fade {
    position: absolute;
}
*html #agilliacookielaw_popup {
    position: absolute;
}
a {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.header_tab {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-size: 13px;
}
.title_tab {
    color: #dd4000;
    font-size: 22px;
    line-height: 28px;
}
.content_tab {
    font-size: 12px;
    float: left;
    width: 100%;
}
.bottom_tab {
    margin: 0;
    position: relative;
    padding: 10px 0;
    float: left;
    width: 100%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_cookies_law {
    background: no-repeat scroll 0 0 #dd4000 !important;
    text-shadow: none;
    display: inline-block;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    border: none !important;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.btn_cookies_law:hover {
    background: no-repeat scroll 0 0 #5c6568 !important;
    color: #fff;
    text-decoration: none;
}
.more_info, .cancel_btn, .advanced_settings_btn, .base_settings_btn{
    color: #07b !important;
    font-size: 11px;
    font-weight: normal !important;
    text-transform: uppercase !important;
    background: none !important;
    border: 0;
    display: inline-block;
    text-shadow: none;
    float: left;
    cursor: pointer !important;
    font-family: Arial,Helvetica,sans-serif;
}
#agilliacookielaw_popup button.more_info, #agilliacookielaw_popup button.cancel_btn,
#agilliacookielaw_popup button.advanced_settings_btn, #agilliacookielaw_popup button.base_settings_btn {
    background: none !important;
    color: #888888 !important;
    text-decoration: none !important;
    padding-top: 14px;
}
#agilliacookielaw_popup button.more_info:hover, #agilliacookielaw_popup button.cancel_btn:hover,
#agilliacookielaw_popup button.advanced_settings_btn:hover, #agilliacookielaw_popup button.base_settings_btn:hover {
    color: #d70029 !important;
}
#agilliacookielaw_popup button.advanced_settings_btn, #agilliacookielaw_popup button.base_settings_btn{
    float: right;
}

/**
***
******************/
.content_tab1{text-align: justify;    color: #676767;}

.content_tab2, .content_tab3{
    float: left;
    width: 100%;
    font-size: 14px;
}
.cookiecat{
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.title_tab3  {
    color: #dd4000;
    float: left;
    width: 100%;
}
.text_tab3 {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: #676767;
    float: left;
    width: 100%;
}
.bg_slider_vertical{
    background: url(../img/sprite.png) 0 0 no-repeat;
    width: 55px;
    height: 170px;
    float: left;
    margin-top: 10px;
}
#slider-vertical{
    height: 170px;
    float: left;
    border-radius: 0;
    width: 4px !important;
    margin-left: 25px;
}
.options{
    float: left;
    margin-left: 5%;
    width: 75%;
}
.options .title_option{
    color: #a9a9a9;
    line-height: 28px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.options p {
    color: #a9a9a9;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
}
.options .active .title_option {
    color: #dd4000;
}
.options .active p {
    color: #676767;
}
.popup_cookies_obligatoires{
    height:80px;
}
.popup_cookies_fonctionnels{
    height: 86px;
}
.content_tab2 .ui-state-default,.content_tab2  .ui-widget-content .ui-state-default,.content_tab2  .ui-widget-header .ui-state-default {
    border: none;
    background: url(../img/sprite.png) -94px 0 no-repeat;
    height: 20px;
    width: 20px;
    left: -9px;
    cursor: move;
}
.content_tab2 .ui-widget-header {
    border: 1px solid #dd4000;
    background: #07b;
    border-radius: 0;
    width: 4px !important;
}
.autorisation_title{
    color: #dd4000;
    line-height: 28px;
    font-size: 15px;
    margin: 10px 0;
    font-weight: normal;
    width:100%;
    display: none;
}
.viewcookie{
    float: left;
    cursor: pointer;
	color:#dd4000;
}
.viewcookie span{
    font-family: Arial,Helvetica,sans-serif;
}
.content_switch_viewcookie{
    float: left;
    width:100%;
    margin-top: 15px;
}
.hide_viewcookie{
    display: none;
}
/******slide btn*****/
.disabled_switch{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}
.switch, .disabled_switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 35px;
    border: 1px solid #ddd;
    float: right;
}

.switch input, .disabled_switch input{display:none;}

.switch .slider, .disabled_switch .slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcfcfc;
    -webkit-transition: .4s;
    transition: .4s;
}
.disabled_switch .slider{
    cursor: inherit;
}

.switch .slider:before, .disabled_switch .slider:before{
    position: absolute;
    content: "";
    height: 34px;
    width: 75px;
    left: 0px;
    bottom: 0;
    background-color: #dd4000;
    -webkit-transition: .4s;
    transition: .4s;
}
.disabled_switch .slider:before{
    left: 75px;
}
.switch input:not(:checked) + .slider span:first-child{
    color: #fff;
}
.switch input:not(:checked) + .slider span:last-child{
    color: #000;
}

.switch input:checked + .slider {
    background-color: #fcfcfc;
}

.switch input:checked + .slider span:first-child {
    color: #000;
}
.switch input:checked + .slider span:last-child {
    color: #fff;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #fcfcfc;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(75px);
    -ms-transform: translateX(75px);
    transform: translateX(75px);
}

.switch .slider.round, .disabled_switch .slider.round{
    border-radius: 0;
}

.switch .slider.round:before, .disabled_switch .slider.round:before{
    border-radius: 0;
}
.switch .slider.round span, .disabled_switch .slider.round span{
    position:relative;
    z-index:999;
    color: #676767;
    top: 6px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.switch .slider.round span.on, .disabled_switch .slider.round span.on{
    left: 40px;
    color: #fff;
}
.switch .slider.round span.off, .disabled_switch .slider.round span.off {
    left: 10px;
}

body.de-language .switch .slider.round span.off, body.de-language.disabled_switch .slider.round span.off {
    left: 5px;
}
body.de-language .switch .slider.round span,body.de-language .disabled_switch .slider.round span {
    font-size: 11px;
}
body.de-language .switch .slider.round span.on, body.de-language .disabled_switch .slider.round span.on {
	left:20px;
}
body.it-language .switch .slider.round span.off, body.it-language .disabled_switch .slider.round span.off {
    left: 15px;
}
body.it-language .switch .slider.round span.on, body.it-language .disabled_switch .slider.round span.on {
    left: 46px;
}
body.en-language .switch .slider.round span.on, body.en-language .disabled_switch .slider.round span.on {
    left: 48px;
}
body.en-language .switch .slider.round span.off,body.en-language .disabled_switch .slider.round span.off {
    left: 14px;
}
.switch.some_selected_switch .slider:before{
    background-color: #dd400066;
}
/******slide btn*****/
.cookiecat .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.cookiecat .content_table{
    display: none;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.hidden_row{
    display: none;
}
.show_tr{
    position: relative;
    width: 50px;
}
td.company_tr {
    width: 180px;
}
.plus_tr, .plus_tr.minus{
    cursor: pointer;
    height: 11px;
    width: 11px;
    display: block;
    border: 1px solid #ddd;
    top:calc(50% - 5.5px);
    left:calc(50% - 5.5px);
    position: absolute;
}
.plus_tr{
    background:url(../img/sprite.png) -1px -12px no-repeat;
}
.plus_tr:hover {
    background:url(../img/sprite.png) -1px -1px no-repeat;
}
.plus_tr.minus{
    background:url(../img/sprite.png) -12px -12px no-repeat;
}
.plus_tr.minus:hover {
    background:url(../img/sprite.png) -12px -1px  no-repeat;
}
.footer_popin{
    margin: 0;
    position: relative;
    padding: 10px;
    float: left;
    width: 100%;
    background: none repeat scroll 0 0 #d1d1d1;
    border-top: 1px solid #bfbfbf;
    margin-top: 20px;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popin_notice{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}
.agillia_popup_copyright{
    float: right;
    color: #333;
}
.agillia_popup_legalmentions,  .popin_separateur{
     float: left;
 }
.popin_separateur {
    margin: 0 5px;
}
.agillia_popup_legalmentions{
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
}
.agillia_popup_legalmentions:hover{
    text-decoration: none;
}
a.agillia_popup_legalmentions, a.send_revoke_cookies {
    color: #333;
}
a.agillia_popup_legalmentions:visited, a.send_revoke_cookies:visited {
    color: #333;
}
a.agillia_popup_legalmentions:hover, a.send_revoke_cookies:hover {
    color: #d70029;
}

.ajax_load_popup{
    position: absolute;
    z-index: 99999;
    width:100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    display: none;
}
.img_loader_popup{
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width:32px;
    height:32px;
}
.send_revoke_cookies{
    float: left;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.send_revoke_cookies:hover{
    text-decoration: none;
}
.ellipsis_content{
    width: 300px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hide_ellipsis_content, .show_ellipsis_content{
	cursor:pointer;
	color:#888888;
}
.hide_ellipsis_content:hover, .show_ellipsis_content:hover{
	cursor:pointer;
	color:#d70029;
}
.hide_ellipsis_content{
	display:none;
}
.agillia_cookie_notice{
	color: #888888;
	cursor:pointer;
}
/**
Responsive
**/
@media (max-width: 767px) {

    #agilliacookielaw_popup {
        width: 96%;
        margin: 0 2%;
        left: 0;
        transform: inherit;
    }
    body button {
        min-width: auto !important;
    }
    .btn_cookies_law {
        display: block;
        float: none;
        margin: 10px auto;
        max-width: 265px;
        text-align: center;
    }
    .more_info, .cancel_btn, .base_settings_btn, .advanced_settings_btn {
        width: 100%;
    }
    .left_tab2, .right_tab2{
        float: left;
        width: 100%;
    }
    .right_tab2{
        margin-top: 20px;
    }

}
@media (max-width: 580px) {
    .send_revoke_cookies, .agillia_popup_copyright, .agillia_popup_legalmentions{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .popin_separateur{
        display: none;
    }
	.content_domaine_cookies{
        width: 80px;
        word-wrap: break-word;
    }	
}
@media (max-width: 440px) {
    #agilliacookielaw_popup .table>tbody>tr>td,
    #agilliacookielaw_popup.table>tbody>tr>th,
    #agilliacookielaw_popup .table>tfoot>tr>td,
    #agilliacookielaw_popup .table>tfoot>tr>th,
    #agilliacookielaw_popup .table>thead>tr>td,
    #agilliacookielaw_popup .table>thead>tr>th {
        padding: 4px;
    }
    .content_table .switch{
        width: 100px;
    }

    .content_table .switch .slider:before{
        width: 50px;
    }
    .content_table .disabled_switch .slider:before{
        left: 50px;
    }
    .content_table .switch input:checked + .slider:before {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
    .content_table .switch .slider.round span.off{
        left: 6px;
    }
    .content_table .switch .slider.round span{
        top: 8px;
        font-size: 10px;
    }
    .content_table .switch .slider.round span.on{
        left: 20px;
    }
}
@media (max-width: 360px) {
    .options {
        width: 70%;
    }
    .options .title_option {
        line-height: 18px;
        font-size: 13px;
    }
    .options p {
        font-size: 12px;
    }
    .viewcookie {
        width: 100%;
        text-align: center;
    }
    .switch {
        float: none;
        display: block;
        margin: 0px auto 10px auto;
    }
}