@charset "utf-8";
/* CSS Document */



.bg-home {
    position: relative;
    left: 29vw;
    width: 35vw;
}

.intro {
    max-width: 96vw;
}

.news-list-home {
    max-width: 96vw;
    margin-top: 50px;
}

.logo {
    mask-image: none;
    z-index: 20;

}

.footer {
    align-items: end;
}

body {
    height: auto;
}


.motto br {
    display: none;
}

.menu ul li a:after {
    content: "---------";
}



a.link-social img {
    max-width: 25px;
}

a.link-social {
    padding: 3px;
}

img.news-item-heart {
    width: 25px;
}

h1 {
    font-size: clamp(10vw, 17vw, 16vw);
    line-height: clamp(10vw, 17vw, 16vw);
    margin-bottom: 20px;
}

.manifesto {
    font-size: 17px;
    line-height: 24px;
    padding: 40px;
}


.bg-inside {
    left: 35vw;
    width: 55vw;
}


.news-presentation .news-item-date {
    margin: 40px 0  0;
}

.fader {
    height: 160px;
}

