.header__button p {
    margin: 0;
}


body .de .sharethis-wrapper .st_facebook_hcount:before {
    content: "Teilen";
}

body .de .sharethis-wrapper .st_email_hcount:before {
    content: "Email" ;
}


/*--------------------------------
DQP
--------------------------------*/


/*

#CA1F5C
#F8D378

*/

/*--------------------------------
HERO
--------------------------------*/
.hero {
    position: relative;
    overflow: hidden;
    height: 500px;
    background-color: #cccbcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 46.24em) {
    .hero {
        height: auto
    }
}

.hero__main {
    display: block;
    width: 680px;
    margin: 0 auto 120px;
    text-align: center;
    position: relative;
    z-index: 10
}

@media (max-width: 46.24em) {
    .hero__main {
        margin-bottom: 0;
        width: 100%
    }
}

.hero__title {
    display: block;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 9px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: 4px;
}

@media (max-width: 46.24em) {
    .hero__title {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 5px;
        min-height: 190px;
        margin: 0;
        max-width: 200px;
        margin: 30px auto
    }
}

.hero__block {
    display: block;
    max-width: 400px;
    margin: auto;
    background-color: #F8D378;
    padding: 8px 3px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.21);
}

@media (max-width: 46.24em) {
    .hero__block {
        max-width: 100%
    }
}

.hero__subtitle {
    color: #CA1F5C;
    margin: 0;
    font-size: 14px;
    letter-spacing: 3px;
}

.hero__date {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
}

.hero__picture {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    /*min-height: 250px;*/
    display: none
}

@media (max-width: 46.24em) {
    .hero__picture {
        display: block
    }
}

.hero__picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.hero__illu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.is-loaded .hero__illu {
    opacity: 1
}

@media (max-width: 46.24em) {
    .hero__illu {
        display: none
    }
}

.hero__illu-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero__illu img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom
}

.hero__illu-particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: relative
}

.hero__illu-tree {
    z-index: 3;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.hero__illu-perso {
    z-index: 4;
    margin-top: -100px;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.hero__illu-cloture {
    z-index: 2;
    margin-top: -100px
}


.footer-partners ul img {
    display: block;
    height: 45px;
    width: auto;
}