/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
    margin:0 auto;
    width:100%;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.top-header .menu-item-879>a .menu-item-text:before, .top-header .from-centre-line>li.dt-hovered>a .menu-item-text:before, .top-header .from-centre-line>li>a:hover .menu-item-text:before{
    visibility: hidden!important;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}

/*
 * GDPR
*/
.gdpr-privacy-bar{
    height: auto!important;
}

.gdpr-privacy-bar .gdpr-wrapper {
    padding: 35px 6px 30px 6px!important;
}

.gdpr-privacy-bar p {
    font-size: 11px!important;
    text-align: left!important;
}

#buttonCookiePreferences{
    position: fixed;
    bottom: 0;
    right: 7%;
    z-index: 999999999;
}