.theme-fsasptt .wordpress-gdpr-privacy-settings-popup-services-buttons .btn,
.theme-fsasptt .wordpress-gdpr-popup-actions .wordpress-gdpr-popup-actions-buttons button{
    border: none;
}

.theme-fsasptt a.wordpress-gdpr-popup-privacy-settings-services-content-title,
.theme-fsasptt a.wordpress-gdpr-popup-privacy-settings-service-category,
.theme-fsasptt a.wordpress-gdpr-popup-privacy-settings-service-category.wordpress-gdpr-popup-privacy-settings-open-service-category{
    text-decoration: none;
}

.theme-fsasptt input[type="checkbox"].gdpr-service-switch:disabled{
    box-shadow: inset 20px 0 0 0 rgba(68, 108, 190, .6);
}

.theme-fsasptt input[type="checkbox"].gdpr-service-switch:checked{
    border: 1px solid rgba(68, 108, 190, 1);
    box-shadow: inset 20px 0 0 0 rgba(68, 108, 190, .9);
}

.theme-fsasptt .wordpress-gdpr-privacy-settings-popup-close,
.theme-fsasptt .wordpress-gdpr-popup-decline{
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-fsasptt .wordpress-gdpr-popup-decline{
    position: static;
    top: auto;
    right: auto;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 0;
}

.theme-fsasptt .wordpress-gdpr-popup-decline{
    text-decoration: none!important;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFF;
    padding: 10px 20px;
}

/** Centre de confidentialité **/

.theme-fsasptt a.wordpress-gdpr-privacy-center-item{
    background-color: var( --e-global-color-secondary );
    border: none;
    text-decoration: none;
    color: var(--asptt-footer-bottom);
}

.theme-fsasptt .wordpress-gdpr-privacy-center-item-action{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    
}

.theme-fsasptt .wordpress-gdpr-privacy-center-item-action:hover{
    background-color: #efefef;
    color: #303030;
    transform: none;
    box-shadow: none;
}

.theme-fsasptt .wordpress-gdpr-privacy-center-items{
    display: flex;
    flex-flow: wrap;
    gap: 2rem;
}

.theme-fsasptt .wordpress-gdpr-privacy-center-item{
    margin-right: 0;
    margin-bottom: 0;
}

.theme-fsasptt .wordpress-gdpr-form{
    margin: 0;
}

.theme-fsasptt .wordpress-gdpr-form label{
    font-size: 14px;
    margin-bottom: 10px;
}

.theme-fsasptt .wordpress-gdpr-form input[type="submit"]{
    background: #303030;
    color: #fff;
    border: none;
    cursor: pointer;
}

.theme-fsasptt .wordpress-gdpr-form input[type="submit"]:hover{
    background-color: #efefef;
    color: #303030;
}

body a.wordpress-gdpr-privacy-settings-trigger-container {
    bottom: 0;
    left:0;
    height: auto; 
    width: auto; 
    line-height: 1;
    padding:10px 16px;
    border-radius: 0;
    font-size: 12px;
    text-decoration:none;
}


@media screen and (max-width: 1000px){
    .theme-fsasptt a.wordpress-gdpr-privacy-center-item {
        width: calc( 50% - 2rem);
    }
}
@media screen and (max-width: 767px){
    .theme-fsasptt a.wordpress-gdpr-privacy-center-item {
        width: 100%;
        height: auto;
    }
}

/** FIN Centre de confidentialité **/