::selection {
    color: rgb(75, 173, 30); background: rgb(26, 38, 20);
}
.w100 {width: 100%}

.block {
    display: block !important;
}
.text-shadow {
    text-shadow: 0 0 5px rgb(0,0,0);
}

.highcharts-data-label,
.highcharts-title {font-family: "jaf-facitweb", sans-serif;}
p {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 200;
    color: rgb(26,38,20);
}
textarea {
    font-family: "jaf-facitweb", sans-serif;
    color:#193e1c;
    font-weight: 400;
    font-size: .88rem;
    line-height: 1.5;
    padding: .5em;
    border-radius: 3px;
    border-color: lightgrey;
}
.smaller {
    font-size: 12px;
}
.copy {
    background: rgb(240, 251, 228);
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: .5em .85em;
    cursor: pointer;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}
.copy:hover {
    background: rgb(218, 234, 200)
}
button, 
input, 
optgroup, 
select, 
textarea {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 200;
}
strong {
    font-weight: 700;			
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(70,158,56);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a:hover {
    color: rgb(139, 200, 105);
}
.link_strong {
    color: rgb(70,158,56);
    font-weight: 700;
}
.link {
    font-size: 0.8em;
}
a.showFullContent {background-color: transparent;}
a.showFullContent.active {background-color: #e5fbd7;}

.bg-darkgreen p a {
    color: #fff;
}

.digital-display {
    font-family: 'digital-display', monospace;
}
.flex-justify-center  { justify-content: center }


fieldset {
    border: 0;
    padding: 0;
}
input[type="text"] {
    display: block;
    width: 100%;
}
input[type="checkbox"] {
    display: checkbox;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin-right: 0.5em;
}
hr {
    border-width: 1px;
    border-color: #ccc;
    border-style: dashed;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.input {
    padding: .85rem;
    height:auto;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.input::placeholder {
    line-height: 1.4;
}
label, .label {
    font-weight: 400;
    font-size: 0.8em;
}
.select {
    border: none;
    height: auto;
}
select {
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: .85rem 1.9rem .85rem .85rem;
    margin-right: .95rem;
    background-image: url('../img/select.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 6px center;
}
select:last-child {
    margin-right: 0;
}
:focus {
    outline: none;
    /*    background-color: rgba(72, 174, 27,0.2);*/
}
input:focus, select:focus {
    /*    background-color: rgba(72, 174, 27,0.2);*/
    background-color: #f8fafc;
    /*    border: 1px solid rgb(72, 174, 27);*/
    border: 1px solid #888888;
} 
div.div_error input:focus{
    border-color: #888888;
}
.link_more {
    color: rgb(70,158,56);
    text-transform: uppercase;
    border-bottom: 0 solid transparent;
    font-weight: 400;
    font-size: .875rem;
}
.link_more:hover {
    color: rgb(72, 174, 27);
}
.h3 {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 0;
}
.h4 {
    font-family: "jaf-facitweb", sans-serif;
    font-size: 1.1em;
    font-weight: 700;
}

@media (min-width: 48em) {
    .sm-h3 {
        font-size: 1.5em;
    }
    .sm-h4 {
        font-size: 1.1em;
    }
}


.invisible { visibility: hidden; }

.small {font-size: 0.8em !important;}
.bold {font-weight: 700 !important;}
.regular {font-weight: 400 !important;}
.light {font-weight: 300 !important;}
.uppercase {text-transform: uppercase}
.grey {color: darkgrey;}
.white {color: white;}
.green {color: rgb(70, 158, 56);}
.black {color: rgb(26,38,20)}
.dark {color: #1a2614;}
.inherit:hover {color: inherit}

.white-child > p {
    color: white !important;
}
.bold-child > p {
    font-weight: 700 !important;
}
.colorFb {color:#4267b2;}
.colorTw {color:#1ca1f2;}

.main_slogan {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2;
}
.masthead_video_btn {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.85em;
    font-weight: 700;
    /*
    margin-bottom: 4em;
    margin-top: 4em;
    */
    color: rgb(26,38,20);
    width: 315px;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
}
.venobox_custom:hover .masthead_video_btn {
    color: #48ae1b;
}
.play_icon {
    display: inline-block;
    position: relative;
    width: 2em;
    height: 2em;
    border: 3px solid rgb(26,38,20);
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    -webkit-transition: border-color 0.3s; /* Safari */
    transition: border-color 0.3s;
}
.play_icon:hover, .masthead_video_btn:hover > .play_icon {
    border-color: rgb(139, 200, 105);
}
.play_icon:before, .masthead_video_btn:hover > .play_icon:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0.6em;
    border-left-width: 0.8em;
    border-style: solid;
    border-color: transparent transparent transparent rgb(26,38,20);
    position: absolute;
    left: 34%;
    top: 17%;
    -webkit-transition: border-left-color 0.3s; /* Safari */
    transition: border-left-color 0.3s;
}
.play_icon:hover:before, .masthead_video_btn:hover > .play_icon:before {
    border-left-color: rgb(139, 200, 105);
}
.main_slogan .green {
    color: rgb(72, 174, 27);
}
.bg-green {
    background-color:#e5fbd7;
}
.bg-darkgreen {
    background-color: rgb(139, 200, 105);
}
.bg-darkergreen {
    background-color: rgb(75, 173, 30);
}

.bg-white {
    background-color: #fff;
}
.max-width-6 {
    max-width: 1280px;
}
.secure_message {
    font-size: 0.75em;
}
.meta {
    text-transform: uppercase;
    color: rgb(75, 173, 30);
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 200;
    letter-spacing: 0.05em;
}
.bg-darkgreen .meta,
.white.meta {
    color: white;
}
.quote_big, .form_statement {
    color: rgb(75, 173, 30);
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.5;
    text-indent: -0.5em;
}
.form_statement {
    font-size: 1.5em;
    text-indent: 0;
}
.quote_source {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.8em;
    line-height: 1.25;
}
.quote_source span {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
}
.top_nav {
    list-style-type: none;
    padding: 0;
}
.top_nav_en {font-weight:600;}
.top_nav_en li {display:inline-block; margin-top: .75em}
.top_nav_en li:last-child {padding-left: .75em}
.top_nav_en li a {color: rgb(26,38,20) !important;}

.mobile-navbar .hidden { display: none !important; }
.mobile-navbar .shown { display: block; }
.mobile-navbar #navicon { cursor: pointer; font-weight: 600;}
.mobile-navbar .top_nav_item a {
    color: rgb(26, 38, 20);
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 700;
    border-bottom: none;
    padding: .36rem 0;
    display: block
}

.appeal_days_countdown {
    transform: rotate(7deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('../img/macaron.svg');
}
.appeal_days_countdown > * {
    max-width: 15rem;
}

.appeal_money_countdown:before {
    content: '';
    display: block;
    width: 50%;
    height: 165px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('../img/court_hammer.svg');
    transform: translate3d(20%, -25%, 0);
    margin: 0 auto;
}
.appeal_money_countdown_figures {
    font-size: 110px;
    letter-spacing: 8px;
}

@media (width: 48em) {
    .appeal_money_countdown:before {
        width: 35%;
    }
    .appeal_money_countdown_figures {
        font-size: 150px;
        letter-spacing: 10px;
    }
}



@media (width: 1024px) {
    .mobile-navbar {display: block !important}
}

.mobile-navbar .top_nav_item a:hover {
    color: rgb(72, 174, 27);
}
footer a {font-size: inherit}
.footer_nav {
    list-style-type: none;
}
.footer_nav {margin-top: .14em;}
.footer_nav li, .footer_nav li a {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.8;
    border-color: transparent; 
    color: rgb(70,158,56);
    padding: .23em 0;
}
.footer_nav li a:hover {
    border-color: rgb(70,158,56);
}
.footer_nav li.active {
    border-color: rgb(70,158,56);
}
.border-top-light {border-top:3px solid #e5fbd7;}
.border-bottom-light,
.footer_contact {border-bottom:3px solid #e5fbd7;}


@media (min-width: 40em) {
	.footer_contact {border-top:3px solid #e5fbd7; border-bottom:3px solid #e5fbd7;}
}


.widget_sign_title {
    color: white;
    font-size: 1.35em;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
    margin-bottom: .38rem;
}
.widget_sign_title span {
    font-size: 1.8em;
}
.ir {
/*     display: block; */
    box-sizing: border-box;
    text-indent: -2000em;
    overflow: hidden;
}
.logotop {
    margin-bottom: 1em;
}
.logotop, .logofooter {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    width: 190px;
    height: 35px;
    cursor: pointer;
}
.logotop.fr, .logofooter.fr {
    background-image: url('../img/Logo_Affaire_Climat.svg');
}
.logotop.nl, .logofooter.nl {
    background-image: url('../img/Logo_Klimaatzaak.svg');
}
.logofooter {
/*     background-position: 1em bottom; */
    background-size: 157px 50px;
    margin-bottom: 40px;
    min-height: 40px;
    width: 100%;
}
.new_signee {
    margin-top: 0;
    font-size: 1em;
    color: white;
    line-height: 1;
}
.widget_donate h4 , .widget_sign_small h4 {
    font-size: 1.4em;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 400;
}
.widget_donate .btn, .widget_sign_small .btn, .widget_share .btn {
    min-width: 60%;

}
.big_number {
    color: rgb(72, 174, 27);
    font-weight: 600;
}
.aboutklim_title {
    font-size: 1.4em;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
    margin-top: 0;
}
.btn {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.85em 2em 0.75em;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    line-height: 1;
    box-shadow: 4px 4px 0 0 rgb(26,38,20);
    border-width: 2px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.btn:hover {
    box-shadow: 4px 4px 0 0 rgb(26,38,20);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.btn-primary {
    background-color: rgb(72, 174, 27);
}
.btn-primary:hover {
    background-color: rgb(60, 162, 13);
}
.btn-huge {
    font-size: 1em;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
    color: rgb(26,38,20);
    background-color: rgb(241,230,0);
    width: 100%;
    text-align: center;
    padding: 1.2em 2em 1.1em;
    box-shadow: 4px 4px 0 0 rgb(26,38,20);
}

@media (min-width:827px) and (max-width: 1110px) {
    .btn-huge {font-size: 0.8em;}
}

.btn-huge:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    background-color: rgb(241,230,0);
}
.vcard .name {
    margin-bottom: 0;
}
.vcard .name+p {
    margin-top: 0;
}
.video_placeholder {
    border: 1px solid #b1b1b2;
}
.video_container {
    display: block;
    position: relative;
}
.video_play_btn_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
}
.video_play_btn {
    margin: auto;  /* Magic! */
    height: 100%;
    display: flex;
}
.video_play_btn a {
    margin: auto;
    display: inline-block;
    position: relative;
    width: 5em;
    height: 5em;
    border: 3px solid white;
    text-indent: -2000em;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.video_play_btn a:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 1.2em;
    border-left-width: 1.75em;
    border-style: solid;
    border-color: transparent transparent transparent white;
    position: absolute;
    left: 37%;
    top: 24%;
}
.video_play_btn a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sign_counter {
    display: block;
    width: 100%;
    height: .8em;
    background-color: rgb(170,223,145);
    position: relative;
    border-radius: 5px 5px 0 0;
}
.sign_counter_progressbar {
    display: block;
    height: .8em;
    position: absolute;
    top: 0;
    background-color: rgb(70,158,56);
    border-radius: 5px 0 0 0;
}
.sign_counter_progressbar_cursor {
    display: block;
    position: absolute;
    right: 0;
    top: -3em;
    z-index: 1;
    background-color: rgb(70,158,56);
    color: white;
    padding: 0.5em;
    line-height: 1;
    font-size: 0.9em;
}
.sign_counter_progressbar_cursor::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1em;
    right: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-width: 1em;
    border-style: solid;
    border-color: rgb(70,158,56) rgb(70,158,56) transparent transparent;
}
.donate_progress_bar, .sign_small_progress_bar {
    display: block;
    width: 100%;
    height: 0.5em;
    background-color: rgb(226,244,207);
    position: relative;
}
.donate_progress_bar_count, .sign_small_progress_bar_count {
    display: block;
    height: 0.5em;
    position: absolute;
    top: 0;
    background-color: rgb(70,158,56);
}

/*///////////////////  PAGE FORM CO-DEMANDEUR STEP 1 ////////////////////////*/


.cb_wrapper, .cb_wrapper label {
    overflow: hidden;
    height: 100%;
    display: block;
}
.form_select_wrapper > select{
    width: 31.5%;
    box-sizing: border-box;
    margin-right: 0.5em;
}
.form_select_wrapper > select:last-child {
    margin-right: 0;
}
div.div_error ul, 
.form_error_message { 
    list-style-type: none;
    margin: 0;
    height: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}

error {
    display: block; 
    box-sizing: border-box;
}

.form_error_message_intro ul {
    list-style-type: none;
    padding-left: 0.5em;
}
.form_error_message_intro ul li {
    color: red;
    font-size: 0.7em;
}

div.div_error ul li, 
.form_error_message li {
    list-style-type: none;
    font-size: 0.7em;
    color: red;
    /*line-height: 1;*/
    position: absolute;
    /*top:-1.4em;*/
    right: 0;

    /* tentative pour faire des messages d'erreur qui ne petent pas le design */
    bottom: 0;
    width: 50%;
    padding: 0.3em;
    background: rgb(255,204,203);
    line-height: 1.2em;

}
div.div_error input, 
.error_field {
    border-color: red;
}
div.div_error input::-webkit-input-placeholder, 
.error_field::-webkit-input-placeholder {
    color: red;
}
.error_field:-moz-placeholder { /* Firefox 18- */
    color: red;  
}
.error_field::-moz-placeholder {  /* Firefox 19+ */
    color: red;  
}
.error_field:-ms-input-placeholder {  
    color: red;  
} 
.flash-notice {
    color: red;
    font-size: 0.8em;
    margin-bottom: 0;
}
.wizard_step {
    display: block;
    height: 3px;
    background-color: #bbb;
    color: #bbb;
    font-size: 0.7em;
    line-height: 2.25;
    overflow: visible;
    padding: 0 0 0;
    text-align: center;
}
.wizard_step_active {
    background-color: rgb(26,38,20);
    color: rgb(26,38,20);
    font-weight: 700;
}
.wizard_step_complete {
    background-color: rgb(70,158,56);
    color: rgb(70,158,56);
    font-weight: 700;
}
.bg-gray {
    background-color: rgb(240,240,240);
}
.small_legal_text {
    font-size: 0.8em;
}
.form_sms_image {
    background-image: url(../img/form_sms.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6em;
    height: 6em;
}
.warning_sms_image {
    background-image: url(../img/warning_sms.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6em;
    height: 6em;
}
.error404 {
    background-image: url(../img/error404.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10em;
    height: 3em;
}
.form_ok_image {
    background-image: url(../img/form_ok.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5em;
    height: 5em;
    float: left;
}
.bg-gray {
    font-size: 0.8em;
}
.special_input, .special_input:focus {
    border:4px solid #bbb;
    text-align: center;
}
/*///////////////////  PAGE FORM DONATE ////////////////////////*/


.radio_btn input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.radio_btn {
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left;
    margin: 1%;
}
.donation_digits .radio_btn {
    width: 22%;
}
.donation_mode .radio_btn {
    width: 46.5%;
}
.radio_btn label {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0.5em 0.75em;
    margin: 0;
    font-weight: 400;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
}
.radio_btn input[type="radio"]:checked ~ label, 
.radio_checked,
.other_value input:focus, 
.other_value input.focus_pokus, 
.focus_pokus {
    background-color: rgba(72, 174, 27,0.2);
    border-color: rgb(72, 174, 27); 
    color: rgb(62, 164, 17);
}
.other_value input {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0.5em 0.75em;
    line-height: 1.5;
    text-align: center;
}
.other_value label {
    display: none;
    visibility: hidden;
}
.main_slogan_shadow_inner {
    background: none
}
.masthead_video_btn {
    width: auto;
}
.widget_sign {
    border-radius: 5px;
}
.wizard_step {
    text-align: left;
    padding-left: 0.5rem
}
figcaption {
    text-align: left;
}

/* Social network & service */

.facebook {
    width: 100px;
    height: 100px;
    background-image: url('../img/facebook.svg');
    background-repeat: no-repeat;
}
.twitter {
    width: 100px;
    height: 100px;
    background-image: url('../img/twitter.svg');
    background-repeat: no-repeat;
}
.services {
    width: 52px;
    height: 52px;
}
.services.non-profit {
    background-image: url('../img/non-profit.svg');
    background-repeat: no-repeat;
}
.services.data-security {
    background-image: url('../img/data-security.svg');
    background-repeat: no-repeat;
}
.services.privacy-security {
    background-image: url('../img/privacy-security.svg');
    background-repeat: no-repeat;
}
.services.mobile {
    background-image: url('../img/services_mobile.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.widget_social_container_volunteer ul{
    list-style: none;
    padding: 0;
}

/* Goodies slice */

.goodies_announcement_img {
    max-width: 159px;
}

/*3D button*/

.button {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    padding: 1em 2.65em;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: white;
    -moz-box-shadow:    
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    -webkit-box-shadow: 
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    box-shadow:         
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    transition: all 100ms ease;
    transform: none;
    display: inline-block;
    border-bottom:none;
}
.button:hover {
    box-shadow:         
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 3px 3px 0;
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
    color: white;
}
.button:active {
    box-shadow: 0 0 0 #193e1c;
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}
.button.medium {
	padding: 0.65em 1em;
}
.button-huge {
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    padding: 1.2em 0.5em;
}
.button-yellow-warm {
    background: rgb(241, 230, 5);
    color: #333;
}
.button-yellow-lightwarm {
    background: rgb(247, 236, 19);
    color: #333;
}
.button-yellow-lighterwarm {
    background: rgb(241, 230, 7);
    color: #333;
}


.button-yellow-lighterwarm:hover,
.button-yellow-lightwarm:hover,
.button-yellow-warm:hover {
    color: #333;
}

.button-toggle {
    overflow: hidden;
    height: 14px;
}
.button-toggle div {
	transition: all 300ms ease;
	-moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.button-toggle.toggle div {
	-moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.button-primary {
    background: rgb(72, 174, 27);
}
.button_topbanner_selah {
    background: rgb(38, 167, 167);
}

.button-outline {
    color: #193e1c;
    border-color: #193e1c;
    background: white;
}
.button-outline:hover, .button-huge:hover {
    color: inherit;
}
.button:active.button-outline {
    box-shadow: 0 1px 0 #193e1c;
}
.button-twitter {
    background: #55acee;
}
.button-facebook {
    background: #3b5998;
}
.button-messenger {
    background: #0084ff;
}
.disabled,
.button.disabled,
.button-huge.disabled,
.button-primary.disabled {
    background-color: rgb(224, 224, 216);
    color: rgb(116, 128, 110);
}
.disabled:hover {
    -moz-box-shadow:    
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    -webkit-box-shadow: 
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    box-shadow:         
        #193e1c 1px 1px 0, 
        #193e1c 2px 2px 0, 
        #193e1c 3px 3px 0, 
        #193e1c 4px 4px 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    cursor: default;
}

.btn-iconFile {display: flex; align-items:center;}
.btn-iconFile svg {width: 28px; height:auto; margin-right: 10px;}
.btn-iconFile:hover svg .white {fill:#8CC868;}
.btn-iconFile:hover svg .green {fill:#ffffff;}

/*faqs*/

.question {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 40px;
    display: block;
    width:100%;
    cursor: pointer;
    font-family: "jaf-facitweb", sans-serif;
    font-size: 1.1em;
    font-weight: 700;
}

   
.answers {
    background-color: #f2f2f2;
    padding: 0 15px;
    margin: 5px 0;
    height: 0;
    overflow: hidden;
    /*    z-index: 1;*/
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.answers p {margin: 0}
.answers ul {padding-left: 1.15em}
.answers li {
    padding: .3em 0;
    list-style-position: outside;
    list-style-type: circle;
    font-weight: 200;
}

.questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 15px;
}
/*
.prependPlus {
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 40px;
    display: block;
    cursor: pointer;
}
*/
.prependPlus {
/*     position: relative; */
    margin: 0;
    padding: 2px 4px 2px 32px;
    display: inline;
    cursor: pointer;
}  
.prependPlus:before {
    position: absolute;
    z-index: 5;
    content: "☞";
    font-size: 1.75rem;
    margin: -2px 0 0 -32px;
    line-height: 1.2;
    font-weight: 300;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.plus {
    position: absolute;
    z-index: 5;
    font-size: 2em;
    line-height: 1.2;
    font-weight: 300;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.questions {
    display: none;
}

/* cust. for show budget tables links */

.body .question {
	font-weight: 400;
	font-size: 1em;
	display: inline-block;
    width:initial;
}
.body .question:hover {
	color: rgb(70,158,56);
}
.body .answers {
	background-color: transparent;
	padding: 0;
}
.body .questions:checked ~ .answers {
    padding: 0;
}
.body .plus {
	font-size: 1.8em;
    line-height: 1.3;
}


/*checkbox cust.*/

input[type=checkbox] {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 17px; height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\ea10';
    font-family: 'icomoon';
    position: absolute;
    top: 3px; left: 4px;
    font-size: 18px;
    line-height: 0.8;
    color: rgb(70, 158, 56);
    transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

label:hover:before {
    border: 1px solid #4778d9!important;
}

.sign_banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(170,223,145);
    text-align: center;
    z-index: 999;
    padding-top: 1.30rem;
    padding-bottom: 1.10rem;
}
.backtoTop {
    background-image: url('../img/top.svg');
    background-position: center center;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

/* tooltip */

[class*=hint--]:after {
    font-size: 14px !important; 
    font-family: 'jaf-facitweb' !important;
    font-weight: 200 !important;
}


/* TOP BANNER SELAH */

.top_banner_selah {
    background-color: #02898b;
    overflow: hidden;
}
.top_banner_selah_content {
    height: 58vh;
}
.top_banner_selah_text {
    width: 100%;
    padding-left: 0;
}
.top_banner_selah_text {
    color: #fff;
}
.top_banner_selah_h3 {
    font-weight: 100;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1em;
}
.top_banner_selah_h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5;
    text-indent: -0.5em;
}


/* TOP BANNER COFFEE */

.top_banner_coffee {
    /*background-color: #00FDDC;*/
    /*background-color: #0084ff;*/
    background-color: #41CA8C;
    overflow: hidden;
    position: relative;  
}

.top_banner_coffee_content {
    background-image: url('../img/coffeebanner-color.svg');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right -121px bottom -11px;
}

.top_banner_coffee:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,9b0a00+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(155,10,0,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(155,10,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(155,10,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a69b0a00',GradientType=0 ); /* IE6-9 */ 
}
.top_banner_coffee_content {
    display: flex;
    align-items: center;
}
.top_banner_coffee_text {
    width: 100%;
    padding-left: 0;
}
.top_banner_coffee_text p,
.top_banner_coffee_text {
    /*color: #019481;*/
    color: #fff;
}
.top_banner_coffee_text p {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: 400;
}
.top_banner_coffee_h3 {
    font-weight: 100;
    font-size: 1rem;
    text-transform: uppercase;
}
.top_banner_coffee_h2 {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.button_topbanner_coffee {
    -moz-box-shadow: #333 1px 1px 0, #333 2px 2px 0, #333 3px 3px 0, #333 4px 4px 0;
    -webkit-box-shadow: #333 1px 1px 0, #333 2px 2px 0, #333 3px 3px 0, #333 4px 4px 0;
    box-shadow: #333 1px 1px 0, #333 2px 2px 0, #333 3px 3px 0, #333 4px 4px 0;
    color: #333;
    background-color: #F7567C;
    font-weight: bold;
    margin-bottom: 1rem;
}
.button_topbanner_coffee:hover {
    color: #fff;
}
.top_banner_coffee_text .meta {
    /*color: #F7567C;*/
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

/* COFFEE */

.info_option,
.payment_option,
.coffee_option {
    display: block;
    color: #111;
    width: 100%;
    border: 2px solid rgb(219, 245, 191);
    position: relative;
    border-radius: 3px;
    padding: 6em 2em 2em;
}
.info_option {padding: 0.5em 1em;}
.info_option {cursor: pointer}
.info_option .icon { width: 50px; float: left; margin-right: 15px; margin-top: 5px;}
@media (min-width: 52em) {
	.info_option {padding: 0.5em 1.5em;}
	
}
.payment_option {
    padding-top: 4em;
}
.info_option:hover,
.payment_option:hover,
.coffee_option:hover {
    /*background-color: rgb(242, 243, 176) !important;*/
    background-color: rgb(228, 245, 209) !important;
}
.payment_option:hover .payment_option_title,
.coffee_option:hover .coffee_option_title {
    /*color: rgba(1,1,1, 0.80) !important;*/
}
.payment_option:hover .payment_option_meta,
.coffee_option:hover .coffee_option_meta {
    color: #333 !important;
}
.coffee_option:hover .coffee_option_amount {
    color: #000;
}
.payment_option:before,
.coffee_option:before {
    content: '';
    display: block;
    position: absolute;
    height: auto;
    overflow: hidden;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.payment_option div,
.coffee_option div, 
.lobster_plan div {
    text-align: center;
}
.payment_option .button,
.coffee_option .button,
.lobster_plan .button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-transform: none;
    font-size: 1em;
    font-weight: 700;
}
.payment_option .button span,
.coffee_option .button span,
.lobster_plan .button span {
    font-size: 0.75em;
    font-weight: 400;
    vertical-align: middle;
}
.payment_option_title,
.coffee_option_title {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(70, 158, 56);
}
.coffee_option_amount {
    font-weight: 700;
    font-size: 1.5em;
    color:rgb(70, 158, 56);
}

.coffee_option--expresso:before {
    background-image: url(/a/img/expresso.svg);
    width: 40%;
    right: 30%;
    top: -1em;
    padding: 4em 0;
}
.coffee_option--latte:before {
    background-image: url(/a/img/late.svg);
    width: 50%;
    right: 25%;
    top: -2.5em;
    padding: 5em 0;
}
.coffee_option--gourmand:before {
    background-image: url(/a/img/gourmand.svg);
    width: 80%;
    padding: 4em 0;
    top: -1em;
    right: 10%;
} 


.coffee_option--25:before {
    background-image: url(/a/img/25.svg);
    width: 15%;
    right: 40%;
    top: 0;
    padding: 4em 0;
}
.coffee_option--demi:before {
    background-image: url(/a/img/demi.svg);
    width: 21%;
    right: 38%;
    top: -1.85em;
    padding: 5em 0;
}
.coffee_option--frietje:before {
    background-image: url(/a/img/frietjes.svg);
    width: 49%;
    padding: 5em 0;
    top: -2em;
    right: 14%;
} 

.payment_option--sepa:before {
    background-image: url(/a/img/directdebit.svg);
    background-position: center top;
    width: 50%;
    padding: 2em 0;
    top: 2em;
    right: 25%;
    background-size: contain;
}
.payment_option--paypal:before {
    background-image: url(/a/img/paypal.svg);
    background-position: center bottom;
    width: 50%;
    padding: 2em 0;
    top: 2em;
    right: 25%;
} 


.bg-photo-coffee {
    background-image: url(/a/img/coffeemachine@1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.bg-green-trans {
    background-color: rgba(235, 241, 227, 0.8);
}
.bg-white-trans {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Transparency */

.illustrations {
    display: flex;
    align-items: center;
}
.illustration_img{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.illustration--avocat {
    background-image: url('../img/deco_avocat.png');
    height: 9em;
    background-position: center bottom;
}
.illustration--ambassadeur {
    background-image: url('../img/ambassadrice.svg');
    height: 10em;
    background-position: left bottom;
    margin-top: 30px;
}
.illustration--testament {
    background-image: url('../img/testament.svg');
    height: 10em;
    background-position: left bottom;
    margin-top: 30px;
}
.illustration--didyouknow {
    background-image: url(../img/didyouknow.svg);
    height: 6em;
    background-position: left center;
    margin: 30px 0 50px;
}
.illustration--coordinatrice {
    background-image: url('../img/sarah.svg');
    height: 7em;
    background-position: left center;
}
.illustration--ca {
    background-image: url('../img/ca.svg');
    height: 8em;
    background-position: center center;
}
.illustration--compta {
    background-image: url('../img/compta.svg');
    height: 5em;
    background-position: left top;
}
.illustration--unanimousse {
    background-image: url('../img/unanimousse.svg');
    height: 7em;
    background-size: 75%;
    background-position: center top;
}
.illustration--volunteers {
    background-image: url('../img/volunteers.svg');
    height: 7em;
    background-position: right top;
}
.illustration_term {
    font-size: 1.5em;
    font-weight: 100;
    color: rgb(75, 173, 30);
    line-height: 1.2;
}
.illustration--revolutiemetrecht {
    background-image: url('../img/revolutiemetrecht.jpg');
    height: 12em;   
    background-position: center;
    width:8em;
    border-style: solid;
    border-color: rgb(75, 173, 30);
    border-width: 1px 4px 4px 1px;
    transform: rotate(15deg);
}
.illustration--revolutiemetrecht:hover {
    transform: rotate(10deg);
}

/* piecharts */

.piechart-legends {
    padding-left: 3em;
    list-style-type: none;
    font-size: 0.8em;
    font-weight: 400;
}

.piechart-legend:before {
    content:'';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 14px;
}
.piechart-legend--yellow:before {
    background-color:#D9E021 ;
}
.piechart-legend--lightgreen:before {
    background-color:#8CC63F ;
}
.piechart-legend--darkgreen:before {
    background-color:#009245 ;
}
.piechart-legend--lightblue:before {
    background-color:#A5E2F2 ;
}
.piechart-legend--cyan:before {
    background-color:#29ABE2 ;
}
.piechart-legend--darkblue:before {
    background-color:#468cb2 ;
}
.piechart img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.undergreen {
    border-bottom: 2px solid #009245;
}

/* Coffee thanks */

.illu_share:after {
    content:'';
    display: block;
    height: 12em;
    width: 100%;
    background: url('../img/pasteonyourwall.svg') no-repeat left top;
    background-size: contain;
    margin-top: 1em;
}

.hover:hover {
    transform: scale(1.02);
    transition-property: transform;
    transition-duration: 50ms;
    transition-timing-function: ease-in-out;
}
.hover {
    transform: scale(1);
    transition-property: transform;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}

/*///////////////////  MEDIA QUERIES //////////////////////////*/




.bannerPrimaryColor {
    height: 340px;
    position: relative;
	background-repeat: no-repeat;
    background-image: url('../img/pic-demonstration2.jpg');
    background-size: cover;
    background-position-y: center;
}
@media (max-width: 40em) {
    .last-footer {
        margin-bottom: 7rem;
    }
    .last-footer .table-cell, .logo_unanimous  {
        display: block;
        padding: 0;
        margin: .55em 0;
    }
    .coffee_option {
        display: block;
        width: 100%;
        min-width: 100%;
    }
    .xs-col-none {
        float: none;
    }
}
@media (min-width: 40em) {	
    .main_slogan_shadow_wrap {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.75), 5px 0 0 5px rgba(255,255,255,0.75);
    }
    .main_slogan_shadow_inner {
        background: rgba(255,255,255,0.75);
        position:relative;
    }
    .widget_share > .meta {
        padding-top: 6.85em;
    }
    .logofooter {
        max-width: 200px;
        background-size: 80%;
    }
    
    .main_slogan {
        padding-top: 4vh;
        font-size: 2em;
        line-height: 1.32;
        padding-right: 2em;
        box-sizing: border-box;
    }
    .new_signee {
        font-size: 1.2em;
    }
    .video_container {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .video_placeholder {
        text-align: center;
        display: inline-block;
    }
    .video_play_btn p {
        transition: all .2s ease-in-out; 
        background: rgba(255, 255, 255, 0.25);
        border-radius: 3px;
    }
    .video_play_btn p:hover {transform: scale(1.1);cursor: pointer}
    .quote_big {
        font-size: 1.8em;
    }
    .quote_source{
        font-size: 1.1em;
    }
    .aboutklim_title {
        font-size: 1.8em;
    }
    /* .masthead {
        background-size: contain;
        background-position-y:center;			
    } */
    .widget_donate .h3 {
        min-height: 2.5em;
    }
    .widget_share > .meta {
        padding-top: 3em;
    }
    .widget_text_body {
        font-weight: 200;
    }
    .top_nav_container, .top_nav {
        height: 100%;
        overflow: hidden;
    }
    .top_nav_item {
        display: inline-block;
        margin-right: 0.1em;
        margin-left: 0.1em;
        padding: 0.5em .36em;
    }
    .top_nav_item a, .top_nav_item span {
        border-bottom-color: transparent;
        color: rgb(26,38,20);
        text-transform: uppercase;
        font-size: 0.84em;
        font-weight: 700;
    }
    .lang_choice {
        margin-right: 0.25em;
    }
    .lang_choice span {
        color: #a0a97f;
    }
    
	    
    .top_nav li.separator {
        display: inline-block;
        padding: 0.5em;
        font-weight: 700;
    } 
    .top_nav_item:hover a, .top_nav_item a:hover {
        border-color: rgb(72, 174, 27);
    }
    .top_nav_item:last-child {
        margin-right: 0;
    }
    .top_nav_item:first-child {
        margin-left: 0;
    }
    .footer .top_nav_item {
        display: block;
        margin: 0;
        font-weight: 300;
    }
    .footer .top_nav_item a {
        font-weight: 400
    }
    .top_nav_item a:hover {
        border-bottom: 3px solid rgb(72, 174, 27);
    }
    .footer .top_nav_item a:hover {
        border-bottom: none;
        color: rgb(139, 200, 105);
    }
    .form_ok_image {
        float: none;
    }
    .screenshot {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    .services {
        width: 75px;
        height: 75px;
    }

    .hidden_cta {
        display: block;
        animation: fadein 5s;
        -moz-animation: fadein 5s; /* Firefox */
        -webkit-animation: fadein 5s; /* Safari and Chrome */
        -o-animation: fadein 5s; /* Opera */
    }


    /* FADIN KEYFRAMES */

    @keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-moz-keyframes fadein { /* Firefox */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-webkit-keyframes fadein { /* Safari and Chrome */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-o-keyframes fadein { /* Opera */
        from {
            opacity:0;
        }
        to {
            opacity: 1;
        }
    }

    .top_banner:hover .hidden_cta {
        display: block !important;
        visibility: visible !important;
    }

    /* TOP BANNER SELAH */

    .top_banner_selah_content {
        height: 408px;
        background-image: url('../img/bebe.jpg');
        background-repeat: no-repeat;
        background-position: left -125px bottom;
        display: flex;
        align-items: center;
        /*background-size: cover;*/ 
        background-size: 150%;
        justify-content: flex-end;
        padding-top: 0;
    }
    .top_banner_selah_text {
        width: 400px;
        padding-left: 0;
        color: #fff;
    }
    .top_banner_selah_h3 {
        font-weight: 100;
        font-size: 0.85rem;
        text-transform: uppercase;
        margin-top: 0;
    }
    .top_banner_selah_h2 {
        font-weight: 700;
        font-size: 1.5rem;
        text-indent: -0.5em;
    }

    /* TOP BANNER COFFEE */

    .top_banner_coffee_content {
        height: 278px;
        background-image: url('../img/coffeebanner-color.svg');
        background-repeat: no-repeat;
        background-size: auto 88%;
        background-position: left center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .top_banner_coffee_text {
        width: 400px;
        padding-left: 0;
    }
    .top_banner_coffee_h3 {
        font-weight: 100;
        font-size: 0.85rem;
        text-transform: uppercase;
        margin-top: 0;
    }
    .top_banner_coffee_h2 {
        font-weight: 900;
        font-size: 1.5rem;
    }

    /* coffee */

    .coffee_option_title {
        font-size: 1em;
    }
    .coffee_option_amount {
        font-size: 1em;
    }
    .coffee_option_meta {
        font-size: 0.8em;
    }
    .coffee_option--expresso:before {
        width: 50%;
        right: 25%;
        top: -2em;
        padding: 4em 0;
    }
    .coffee_option--latte:before {
        width: 70%;
        right: 15%;
        top: -2em;
        padding: 5em 0;
    }
    .coffee_option--gourmand:before {
        width: 111%;
        padding: 4em 0;
        top: -2em;
        right: -7%;
    } 
    .flip .card.flipped .front {display: none}


    .coffee_option--25:before {
        width: 26%;
        right: 34%;
        top: -2em;
        padding: 4em 0;
    }
    .coffee_option--demi:before {
        width: 32%;
        right: 33%;
        top: -4em;
        padding: 5em 0;
    }
    .coffee_option--frietje:before {
        width: 77%;
        padding: 5em 0;
        top: -4em;
        right: -7%;
    } 
    .flip:first-of-type {
        margin-left: -1em;
    }
    .email_intro {
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 40px 40px; 
        background-image: url('../img/enveloppe.png');
        padding-left: 170px;
    }
    .share_intro {
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: 20px 40px; 
        background-image: url('../img/share.png');
        padding-left: 170px;
    }
    .benevole_intro {
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: 50px 30px; 
        background-image: url('../img/benevole.png');
        padding-left: 170px;
    }
    .newsletter_intro {
        background-repeat: no-repeat;
        background-size: 110px;
        background-position: 40px 30px; 
        background-image: url('../img/newsletter.png');
        padding-left: 170px;
    }
    .poster_intro {
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: 20px 20px; 
        background-image: url('../img/pasteonyourwall.png');
        padding-left: 170px;
    }
    .ambassadeur_intro {
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: 20px 20px; 
        background-image: url('../img/ambassadrice.svg');
        padding-left: 170px;
    }
}

@media (min-width: 52em) {
    
    .widget_donate .h3 {
        min-height: 0;
    }
    .wizard_step {
        height: 5px;
        font-size: 1.1em;
        overflow: visible;
        text-align: left;
    }
    .wizard_step_active {
        background-color: rgb(26,38,20);
        color: rgb(26,38,20);
        font-weight: 700;
    }
    .form .btn-huge {
        width: 75%;
    }
    .coffee_option_title {
        font-size: 1.25em;
    }
    .coffee_option_amount {
        font-size: 1.25em;
    }
    .coffee_option_meta {
        font-size: 1em;
    }
    .coffee_option--expresso:before {
        width: 50%;
        right: 25%;
        top: -2em;
        padding: 4em 0;
    }
    .coffee_option--latte:before {
        width: 60%;
        right: 20%;
        top: -2em;
        padding: 5em 0;
    }

    .coffee_option--25:before {
        width: 21%;
        right: 39%;
        top: -2em;
        padding: 4em 0;
    }
    .coffee_option--demi:before {
        width: 28%;
        right: 35%;
        top: -3.85em;
        padding: 6em 0;
    }
    .coffee_option--frietje:before {
        width: 68%;
        padding: 6em 0;
        top: -4.25em;
        right: 2%;
    }
    .payment_option--sepa:before {
        padding: 2em 0;
    } 
    .bg-photo-coffee {
        background-position-x: 37%; 
    }
    .illustration--avocat {
        height: 10em;
        background-size: auto 90%;
    }

}
@media (min-width: 56.8em){  /* 1024 */
    /* .widget_sign_container {
        position: absolute;
        right: 1em;
        bottom: -7.5em;
        margin-right: 1em;
        padding-left: 3em;
    } */
    .main_slogan {
        font-size: 1.8em;
    }
    .masthead {
        /* background-size: 65%; 
        min-height: 29em;
        max-height: 35em;*/
    }			
    /* .widget_text_body {
        min-height: 8em;
    } */
    .video_container {
        margin-top: 9em;
        margin-right: 1em;
    }
    .widget_share > .meta {
        padding-top: 6.85em;
    }
    /* .widget_sign_text .widget_sign_text_body {
        background-image: url('../img/deco_widget_sign.png');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: contain;
    } */
    .logofooter {
/*         background-position-x: right; */
        background-position-y: center;
    }

    /* TOP BANNER SELAH */

    .top_banner_selah_content {
        height: 238px;
        background-position: -50px -30px;
        background-size: 100%; 
        justify-content: center;
    }
    .top_banner_selah_text {
        width: 550px;
        padding-left: 6em;
    }
    .top_banner_selah_h3 {
        margin-top: -30px;
    }

    /* TOP BANNER COFFEE */

    .top_banner_coffee_content {
        height: 238px;
        background-position: left 62px top 49px;
        justify-content: center;
    }
    .top_banner_coffee_text {
        width: 550px;
        padding-left: 6em;
    }
    .top_banner_coffee_text p {
        font-weight: 700;
    }
    .top_banner_coffee .meta {
        font-size: 0.90rem;
    }
    .top_banner_coffee_h2 {
        font-size: 2em;
        font-weight: 900;
    }

    /* coffee */    
    .coffee_option--latte:before {
        width: 58%;
        right: 21%;
        top: -3.85em;
        padding: 5em 0;
    }
    .bg-photo-coffee {
        background-position-x: 0; 
    }
    .coffee_option .button {
        padding-left: 0.65em;
        padding-right: 0.65em;
    }
    .coffee_option--gourmand:before {
        width: 105%;
        padding: 4.5em 0;
        top: -3em;
        right: -2.5%;
    }


    .payment_option {
        min-height: 20.5em;
        max-height: 20.5em;
    }

    /* financials */
    .piechart img {
        width: 100%;
    }
    .piechart-legends {
        padding-left: 0;
        font-size: 0.8em;
    }
    

	
    .procuration_intro {
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 10px center; 
        background-image: url('../img/deco_sign.png');
        padding-left: 170px;
    }
    .declaration_intro {
        background-repeat: no-repeat;
        background-size: 110px;
        background-position: 20px center; 
        background-image: url('../img/deco_sign_duo.png');
        padding-left: 170px;
    }
    .coffee_intro {
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: 20px center; 
        background-image: url('../img/deco_cochon.png');
        padding-left: 170px;
    }
    .about_intro {
        background-repeat: no-repeat;
	    background-size: auto 160px;
	    background-position: 50px 30px;
	    background-image: url(../img/deco_social.png);
	    padding-left: 170px;
    }
    .case_intro {
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: 10px center; 
        background-image: url('../img/case.png');
        padding-left: 170px;
    }

    .lg-text-xl {
        font-size: 3rem;
    }
    .lg-text-2xl {
        font-size: 4rem;
    }
    .lg-p5 {
        padding: 5rem;
    }
    .lg-p6 {
        padding: 6rem;
    }


}
@media (min-width: 64em) {
    .illustration--unanimousse {
        height: 6em;
        background-size: auto 91%;
    }
    .piecharts {
        display: flex;
        align-items: center;
    }
    .faq_intro {
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: 40px center; 
        background-image: url('../img/deco_donate.png');
        padding-left: 140px;
    }

    .witness_intro {
        background-repeat: no-repeat;
        background-size: 170px 131px;
        background-position: left center;
        background-image: url('../img/picto-video-player.svg');
        padding-left: 160px;
    }
}
@media (min-width: 71.1111111em){
    .top_nav_item {
        display: inline-block;
        margin-right: 0.2em;
        margin-left: 0.2em;
        padding: 0.5em .42em;
    }
    .xlg-hide { display: none !important }
    .widget_sign {
        right: 0;
    }	
    .video_container {
        margin-top: 10em;
    }
    .masthead {
        /* background-size: 58%; */
    }
    .main_slogan {
        font-size: 2.2em;
    }
    .intro_text {
        padding-top: 3em;
    }	
    /* .widget_text_body {
        min-height: 5em;
    } */
    .faq_extract {
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: 40px 75px; 
        background-image: url('../img/deco_faq.png');
        padding-left: 170px;
    }
/*
    .faq_extract:last-child {
        background-image: url('../img/deco_avocat.png');
    }
*/
    .faq_intro {
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: 40px center; 
        background-image: url('../img/deco_donate.png');
        padding-left: 170px;
    }

    .witness_intro {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url('../img/picto-video-player.svg');
        padding-left: 230px;
    }

    .volunteer_intro {
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 40px center; 
        background-image: url('../img/gueulophone.png');
        padding-left: 170px;
    }

    .klimaat_intro {
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: 50px center; 
        background-image: url('../img/deco_sign_duo.png');
        padding-left: 170px;
    }
    .group_intro {
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: 40px 70px; 
        background-image: url('../img/deco_group.png');
        padding-left: 170px;
    }
    .social_intro {
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: 40px 50px; 
        background-image: url('../img/deco_social.png');
        padding-left: 170px;
    }

    .block_donate {
        background-image: url('../img/deco_donate.png');
        background-repeat: no-repeat;
    }
    .block_volunteer, .block_volunteer:last-child {
        background-image: url('../img/deco_volunteer.png');
        background-repeat: no-repeat;
    }
    /* Volunteer page */ 
	.volunteer_items .volunteer_intro {
		background-size: 80px;
		background-position: 30px 0;
	}
	
	
	
	
    .coffee_option--25:before {
        width: 21%;
        right: 39%;
        top: -2.5em;
        padding: 4em 0;
    }
    .coffee_option--demi:before {
        width: 28%;
        right: 35%;
        top: -4.55em;
        padding: 6em 0;
    }
    .coffee_option--frietje:before {
        width: 68%;
        padding: 6em 0;
        top: -5.25em;
        right: 2%;
    } 
    .payment_option {
        max-height: 19em;
        min-height: 19em;
    }

    .payment_option--sepa:before {
        padding: 2em 0;
    }

    /* TOP BANNER SELAH */


    .top_banner_selah_content {
        background-position: left -40px bottom;
        min-height: 365px;
    }
    .top_banner_selah_text {
        width: 650px;
        padding-left: 6em;
    }
    .top_banner_selah_h3 {
        font-size: 1rem;
        margin-top: 0;
    }
    .top_banner_selah_h2 {
        font-size: 1.75rem;
    }

    /* TOP BANNER COFFEE */

    .top_banner_coffee_content {
        background-position: left 76px bottom -3px;
        /*min-height: 260px;*/
    }
    .top_banner_coffee_text {
        width: 650px;
        padding-left: 6em;
    }
    .top_banner_coffee_h3 {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .top_banner_coffee p {
        font-size: 1.2rem;
    }
    .top_banner_coffee_h2 {
        font-size: 2.5rem;
        margin-bottom: 0.2em;
    }
}

/*@media screen and (min-width: 1281px) {
.bg-white-trans {
margin-top: 4em;
}
}*/


.thk {
    background-image: url(../img/thank.png);
    background-position: top center;
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.thankDonate {
    margin: 0 auto;
    width: 75%;
    text-align: center;
    padding: 2.75rem 0 3.75rem 0;
}
.thk_donate_title {font-size: 3rem}
.thankDonate pre {
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-bottom: 2.55rem;
    margin-top: 1.75rem;
}

/* button play */

.video-play-button {
    /*
    top: 50%;
    left: 50%;
    */
    position: absolute;
    z-index: 10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 22px;
    height: 34px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 12px 8px 8px 16px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #aadf91;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #8bc869;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.venobox_custom:hover .video-play-button:after {
    background-color: #48ae1b;
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.logo_unanimous {
    height: 30px;
    width: 30px;
    background: url(../img/unanimous_logo.svg) no-repeat;
    display: block;
}

.flip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    perspective: 800;
    width: 32%;
    padding: 1.5%;
    min-height: 300px;
    position: relative;
    display: inline-block;
    margin: 0 0 2.85rem 0;
}
.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
}
.flip .card {
    width: 100%;
    /*  height: 100%;*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform-style:preserve-3d;
    -webkit-transition:0.5s;
    transition: 0.5s;
}
.flip .card .face {
    width: 100%;
    /*  height: 100%;*/
    position: absolute;
    -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
    z-index: 2;
}
.flip .card .front {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.flip .card .back {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    cursor: pointer;
}	
@media (max-width: 52em) {
    .flip {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip .card.flipped .back {
        -webkit-backface-visibility: visible ;
        backface-visibility: visible ;
    }
    .flip .card.flipped .front {
        display: none;
    }
    .flip .card .back {
        display: none;
    }
    .flip .card.flipped .back {
        display: block;
    }
    .flip .card .front, .flip .card .face {
        position: static;
    }
}
.beer-title {display: none;}
.beer-title.display {display: block;}

.progress__coffee {
    width: 100%;
    max-width: 100%;
    margin: .8rem auto;
}
.progress__container {
    background: rgb(70,158,56);
    height: .85rem;
}
.progress__gauge {
    height: .85rem;
    width: 0;
    background: rgb(226,244,207);
    margin-right: 0;
    margin-left: auto;
}
.progress__text {
    margin: 5px 0 0 0;
}
.progress__value {
    font-weight: 900;
}
button {
    background: #09a;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
}
button:hover {
    background: #00abbe;
}

.fr .header_introduction_text {
    padding-top: 1em;
}

.header_introduction_text {
    font-family: 'dk_sensory_overloadregular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: white;
    text-shadow: 0 0 10px #333;
}

@media (min-width: 768px) {
    .header_introduction_text {font-size: 42px;}
}
@media (min-width: 1024px) {
    .header_introduction_text {font-size: 48px;}
}
.primaryWidget h3 {
    font-size: 1.35em;
}
#widget_video h3 {color: rgb(70,158,56) !important;}
#widget_video a {
    width: 120px;
    height: 120px;
    display: block;
    background: url(../img/player.svg) no-repeat;
    padding-top: 100px;
    font-size: .85rem;
    margin-bottom: 0rem;
}
@media (min-width: 768px) {
	#widget_video a {
    	width: 170px;
    	margin-bottom: 1rem;
    	padding-top: 130px;
    }
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
#widget_video a {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 2s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}
#widget_video a:hover {
	-webkit-animation-iteration-count: infinite;
}

#introduction {
    background-image: url(../img/affaire_climat_themob_no_fills.gif);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: center 310px;
    padding-bottom: 15rem;
}
.crowd {
    background-image: url(../img/affaire_climat_themob_green.gif);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: center 310px;
    padding-bottom: 15rem;
}
.widget_next_container {background-color: #e5fbd7;border-radius:5px}
@media (min-width: 40em) {
    .primaryWidget {margin-top:-16px;}
    .widget_next_container {background-color: #e5fbd7;border-radius:0 5px 5px 0; margin-bottom:23px;}
}
/*
@media (min-width: 52em) {
    .header_introduction_container {float: right; width: 48%}
}
@media (min-width: 64em) {
    .header_introduction_container {float: right; width: 42%}
}
*/

/* LOBSTER PLAN */

.lobster_plan .button {
    width: 85%;
    position: relative;
}
.lobster_plan .macaron_new {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
    border-radius: 50%;
    overflow: hidden;
    padding: 1rem 0.5rem;
    background-color: #f7567c;
    color: #fff;
    transform: rotate(5deg);
    z-index: 2;
}
.nl .lobster_plan .macaron_new {
    padding: 1.45rem 0.5rem;
    top: -2.5rem;
}

.lobster_plan .h3, .lobster_plan .meta, .lobster_plan .other_amount {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 52em) {
    .lobster_plan .button {
        width: 100%;
        padding-right: 0.4em;
        padding-left: 0.4em;
    }
    .lobster_plan .h3, .lobster_plan .meta, .lobster_plan .other_amount {
        padding-left: 0;
        padding-right: 0;
    }
    .md-offset-4 {
        margin-left: 33.3333333%;
    }
    .lobster_plan .macaron_new {
        right: -1.5rem;
    }
    .lobster_plan {
        position: relative;
    }
    .lobster_plan:before {
        content:'';
        display: block;
        position: absolute;
        left: -50px;
        width: 150px;
        height: 150px;
        background-image: url(/a/img/tournee.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
	.other_gift {
		padding-left: 160px;
	}
    .other_gift:before {
        content:'';
        display: block;
        position: absolute;
        margin-left: -150px;
        width: 120px;
        height: 120px;
        background-image: url(/a/img/gift.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (min-width: 52em) {

	.testament__illu {
		padding-left: 160px;
	}
    .testament__illu:before {
        content:'';
        display: block;
        position: absolute;
        margin-left: -150px;
        width: 120px;
        height: 120px;
        background-image: url(/a/img/testament.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
}


/* BIRTHLIST PAGE */

.selah {
    background-image: url(/a/img/selah.jpg);
    background-repeat: no-repeat;
    background-position-x: 26%;
    background-size: 545%;
}
.selah_dixit {
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
}
.selah_sign {
    font-size: 1rem;
    padding-left: 1rem;
}

@media (min-width: 40em) {
    .selah {
        min-height: 250px;
        background-position-x: 19%;
        background-size: 305%;
    }
}


@media (min-width: 52em) {
    .selah { 
        height: 400px;
        background-size: cover;
        background-position-x: 41%;
        width: 100%;
    }
    .selah_content > div {
        float: right;
        padding-top: 10%;
    }
    .selah_dixit {
        font-size: 1.5em;
    }
    .illu_geboortelijst_container {
        margin-bottom: 6rem;
    }
    .illu_geboortelijst {
        z-index: 2;
        top: 5rem;
        left: 4rem;
    }
    .illu_geboortelijst:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #fff;
        top: 0;
        left: 0;
    }
    .illu_geboortelijst:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 120%;
        z-index: -2;
        background-image: url(/a/img/children.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        top:-9em;
        right: -55%;
    }
}

.table_calendar_procedures td {
    padding-right: 2rem;
}
.table_calendar_procedures th {
    text-align: left;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  padding-top: 0 ;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}


.timeline-title-meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 2;
}

.timeline-title { /* en fait devrait s'appeler .timeline_title_meta */
  line-height: 1.3;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.timeline-title a {
  color: currentColor;
  text-decoration: none;
}

.timeline-title a:hover {
  border-bottom: 2px solid currentColor;
}

.period .timeline-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

/*----- TIMELINE MARKER -----*/
.timeline-line,
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: rgba(240,108,156,1);
  border: 5px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: 2;
}
.timeline-marker--blue:before {
  background: rgba(49,165,167,1);
}
.timeline-marker--green:before {
  background: rgba(139, 200, 105,1);
}
.timeline-line:after,
.timeline-marker:after {
  content: "";
  width: 5px;
  background: rgba(26,38,20,1);
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 10px;
}

@media (min-width: 992px) {
	.timeline-toggleButton {text-align: center;}
	.timeline-line {
		left: 50%;
		margin-left: -9.5px;
	}
}
.timeline-line:after {
  top: 4px;
}
.timeline-line.open:after {
  top: 0px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 5px solid rgba(240,108,156,1);
}

.timeline-item:not(.period):hover .timeline-marker--blue:before {
  border-color: rgba(49,165,167,1);
}
.timeline-item:not(.period):hover .timeline-marker--green:before {
  border-color: rgba(124,203,102,1);
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 24px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 5px solid rgba(19,35,57,1);
  border-bottom: 5px solid rgba(19,35,57,1);
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 20px 0 48px;
}

.period:first-of-type .timeline-marker:before {
  border-top: none;
}


@media (min-width: 768px) {
  .flech-title {
    font-size: 19px;
    font-family: 'Karla', sans-serif;
  }

  .flech {
    position: absolute;
    top: 0;
    right: -16%;

  }

  .flech:first-of-type {
    top: 10%;
    left: -5%;
  }


  .flech:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 150px;
    z-index: 80;
    bottom: -137px;
    right: 42px;
    background-image: url(/a/img/flech.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
  }

  .flech:first-of-type:after {
    transform:rotateY(160deg);
    right: auto;
    left: 20px;
  }

}



/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 3em;
    overflow: hidden;
    margin-top: -4px;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  /*.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }*/
  .timeline-centered > .timeline-item.pro .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.par .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item.par .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item.pro .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 20px 0 50px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #f50e51;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #f50e51;
}

/* BACKGOUND */

@media (min-width: 768px) {
  .bg-splited--blue { 
  background: rgba(240,247,250,1);
  background: -moz-linear-gradient(left, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 50%, rgba(215,244,250,1) 50%, rgba(215,244,250,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,247,250,1)), color-stop(50%, rgba(240,247,250,1)), color-stop(50%, rgba(215,244,250,1)), color-stop(100%, rgba(215,244,250,1)));
  background: -webkit-linear-gradient(left, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 50%, rgba(215,244,250,1) 50%, rgba(215,244,250,1) 100%);
  background: -o-linear-gradient(left, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 50%, rgba(215,244,250,1) 50%, rgba(215,244,250,1) 100%);
  background: -ms-linear-gradient(left, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 50%, rgba(215,244,250,1) 50%, rgba(215,244,250,1) 100%);
  background: linear-gradient(to right, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 50%, rgba(215,244,250,1) 50%, rgba(215,244,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fa', endColorstr='#d7f4fa', GradientType=1 );
  }
  .bg-blured--blue {

background: rgba(240,247,250,1);
background: -moz-linear-gradient(top, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 38%, rgba(215,244,250,1) 68%, rgba(215,244,250,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,247,250,1)), color-stop(38%, rgba(240,247,250,1)), color-stop(68%, rgba(215,244,250,1)), color-stop(100%, rgba(215,244,250,1)));
background: -webkit-linear-gradient(top, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 38%, rgba(215,244,250,1) 68%, rgba(215,244,250,1) 100%);
background: -o-linear-gradient(top, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 38%, rgba(215,244,250,1) 68%, rgba(215,244,250,1) 100%);
background: -ms-linear-gradient(top, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 38%, rgba(215,244,250,1) 68%, rgba(215,244,250,1) 100%);
background: linear-gradient(to bottom, rgba(240,247,250,1) 0%, rgba(240,247,250,1) 38%, rgba(215,244,250,1) 68%, rgba(215,244,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fa', endColorstr='#d7f4fa', GradientType=0 );
}

}

/* D-DAY */

.d-day-date {
  font-size: 19px;
  font-weight: 700;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.d-day-event-type {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  display: block;
}

.d-day-title {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0;
}

.d-day-desc {
  font-size: 19px;
  line-height: 1.5;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {

  .d-day-desc {
    max-width: 80%;
  }
}

.timmeline-footer {
	border-top: 5px solid rgba(26,38,20,1);
	border-bottom: 5px solid rgba(26,38,20,1);	
}
.timmeline-footer h3 {font-size: 2.25rem;}

.decoAvovat {
    width: 118px;
    height: 300px;
    transform: translateY(90px);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: 0px 0px;
    background-image: url(../img/deco_avocat.png);
}


/*----------------------------------------------
    Slider
----------------------------------------------*/

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide > div {
    line-height: 0;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/a/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/a/fonts/slick.eot');
    src: url('/a/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/a/fonts/slick.woff') format('woff'), url('/a/fonts/slick.ttf') format('truetype'), url('/a/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* slider custom */

.slider-nav img {
	cursor: pointer;
}
.slider-quote {
		padding:0 1em;
	}
@media (min-width: 40em) {
	.slider-quote {
		position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding:0 6em 0 0; height: 50%; margin: auto;
	}
}
@media (min-width: 52em) {
	.slider-quote {
		padding:0 8em 0 0;
	}
}

.fullContentContainer .fullContent {
	border-left: 15px solid rgb(229, 251, 215);
    padding-left: 15px;
}





/* ------------------------------------------------ responsive table */
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ------------------------------------------------ responsive table */
.table-wrapper {
  max-width: calc(100vw - 1rem);
  overflow: scroll;
}
@media (max-width: 767px) {
	.table-wrapper:before {
		width: 50px;
	    height: 100%;
	    content: "→";
	    padding: 5px 5px 0 0;
	    text-align: right;
	    position: absolute;
	    z-index: 10;
	    right: 0;
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%);
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
}
table {
  position: relative;
/*   border: 1px solid #ddd; */
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

td, th {
  white-space: nowrap;
/*   border: 1px solid #ddd; */
  padding: 8px 15px;
  text-align: right;
}

table tr {
  background-color: white;
/*   border-top: 1px solid #ddd; */
  padding: .35em;
}
table thead tr {border-top:none}

th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #eee;
  position: sticky;
  top: -1px;
  z-index: 2
}
th:first-of-type {
    left: 0;
    z-index: 3;
}
thead tr th:first-of-type {
	text-align: left;
	padding-left: 0;
	position: sticky;
	left: -1px;
	z-index: 3;
}
tbody tr:last-child {border-top: 2px solid #eee;}
tbody tr td:first-of-type {
	background-color: #fff;
	position: sticky;
	left: -1px;
	text-align: left;
	padding-left: 0;
}

.countdown_unit_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 3em;
}
.countdown_unit {
    width:40%;
}

@media screen and (min-width: 600px) {
    .countdown_unit {
        width:15%;
    }

}
.countdown_unit_value {
    font-size: 4rem;
    font-weight: bold;
}

.countdown_description {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    padding-top: 1rem;
}
@media screen and (min-width: 600px) {
    .countdown_description {
        font-size: 2.5rem;
    }
}