*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-wrap: break-word;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 100px;
    background-color: white;
}

nav img{
    float: left;
    margin-right: 10px;
}

h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: calc(1.44vw + 1rem);
    font-weight: 500;
    line-height: 1.3328;
    font-style: normal;
}

h1, h2, h3, h4 {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.2em;
    font-family: Poppins;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.4em;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
}

p {
    font-size: 1.4rem;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    -webkit-font-smoothing: antialiased;
}

.logo{
    min-width: 200px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;    
}

.contact{
    min-width: 170px;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 45%;
}

.nav-links a {
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}

.nav-links li {
    list-style: none;
}

.video-background { 
    width: 100%; 
    /* height: 610px;  */
    position: absolute;
    left: 0;
    top: -200px;
    z-index: -1;
}

.video-text {
    z-index: 10;
    position: relative;
    color: white;
    padding-top: 100px;
    padding-left: 50px;
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.8;
}

.content-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 350px;
    padding-bottom: 3vw;
    justify-content: flex-start;
    padding-right: 3vw;
    padding-left: 3vw;
    margin: 0 auto;
    box-sizing: content-box;
}

.content {
    width: 55%;
}

.line-block {
    opacity: 1;
    display: flex;
    position: relative;
    transition: opacity 1s ease-out;
    transition-delay: 1s;
    color: black;
    width: 100%;
    height: 600px;
    background-color: white;
    display: flex;
}

.line-block-reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.line-block-text, .line-block-image {
    position: relative;
    width: 55%;
    height: 100%;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 30px;
}

.line-block-text {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-grey {
    background-color: #e0e0db;
}

.text-normal p {
    font-size: inherit !important;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #2a2829;
    color: #fff;
    padding: 20px;
}

.footer-block {
    display: block;
    outline: none;
    float: left;
    margin-right: 50px;
}

.footer-block h4 {
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
}

.footer-block p {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.footer-wrapper {
    float: right;
}

#logo {
    justify-content: left;
}

#logo h1 {
    padding-left: 20px;
    white-space: pre-wrap;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    padding-top: 5px;
}

#contact {
    width: 15%;
}

#txt-collecter, #txt-reagir {
    height: 300px;
}