/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-----------------------------------------*/

.viewport {
    height: 100dvh;
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: column;
}

body {
    padding: 0px 50px;
    background-color: #111111;
    font-family: "gotham-xnarrow", sans-serif;
}

input, textarea {
    font-family: "gotham-xnarrow", sans-serif;
}


section {
    max-width: 1340px;
    margin-left: auto; 
    margin-right: auto; 
}

/*-------------------- HEADER ---------------------*/

h1 {
    font-size: 190px;
    font-style: normal;
    font-weight: 1000;
    line-height: 92%;
    color: #F7F2F1;
    text-transform: uppercase;
}


header {
    margin: 0 -50px;
    padding: 0 50px;
    box-shadow: 0 4px 4px 0 rgba(54,54,54,0.1);
}

.navigation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25.5px 0px;
}

.navigation-header .mobile-menu {
    display: none;
}

.navigation-header img {
    width: 50px;
    height: 49px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

section {
    display: flex;
    gap: 20px;
    font-size: 24px;
    justify-content: center;
    align-items: self-start;
}


section h2 {
    font-size: 80px;
    color: #F7F2F1;
    font-weight: 1000;
    line-height: 74px;
    margin-bottom: 60px;
}

section em {
    font-style: italic;
    color: #95FC57;
}


/*-------------------- MARQUEE ---------------------*/

.marquee {
    position: relative;
    margin: 0 -50px;
    font-size: 40px;
    font-weight: 1000;
    color: #F7F2F1;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 0.8px;
    height: 74px;
    border-top: 2px solid #F7F2F1;
    border-bottom: 2px solid #F7F2F1;
    overflow: hidden;
}

.marquee .outline {
    color: transparent;
    -webkit-text-stroke: 2px #F7F2F1;
    text-stroke: 2px #F7F2F1;
   font-style: italic;
}

.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes marquee-inverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}


/*-------------------- NEWSLETTER ---------------------*/


section#newsletter {
    max-width: none;
    margin: 0 -50px;
    background: url('../images/newsletter-img.jpg') no-repeat;
    background-size: cover;
    display: block;
    padding-top: 130px;
    padding-left: 50px;
    padding-bottom: 90px;
}

section#newsletter form {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
    width: 433px;
    color: #F7F2F1;
}

section#newsletter form label[for="input_email"] {
    display: none;
}

section#newsletter form .checkbox {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section#newsletter form input {
    background-color: #111111;
    color: #F7F2F1;
    font-size: 20px;
    padding: 12px 20px;
    align-self: stretch;
    border: none;
    outline: none;
}


/*-------------------- FOOTER ---------------------*/


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 169px 50px 53px 50px;
    background-image: url(../images/Papier.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -50px;
    margin-top: -110px;
}

footer > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.titre-footer {
    font-size: 20dvw;
    font-style: normal;
    font-weight: 1000;
    line-height: 92%;
    text-transform: uppercase;
}

.footer-nav {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer-links {
    display: grid;
    margin-left: 7px;
    grid-template-columns: repeat(3, auto);
    column-gap: 90px;
    row-gap: 30px;
}

.footer-links a {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
}

.footer-links a::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #111111;
    transition: 0.3s;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-links a:active, .footer-links a:active::after {
    color: #5E3BB9;
}

.networks {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
}

.footer-copyright {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #111111;
}


/*-------------------- BUTTONS ---------------------*/


.button {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 40px;
    color: #111111;
    background-color: #95FC57;
    border: none;
    font-family: "gotham-xnarrow", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 37.5px */
    letter-spacing: 3.75px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
}


.button--nav {
    width: 180px;
    height: 35px;
    font-size: 20px;
    letter-spacing: 3px;
}

.button--nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.button--nav::after {
    content: " ";
    position: absolute;
    background-image: url(../images/arrow-desktop-nav.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    transform: translate(0%,-50%) rotate(0deg);
    right: -18px;
    top: 50%;
    transition: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.button--nav:hover  span{
    left: 20px;
    transform: translate(0%, -50%);
}

.button--nav:hover::after {
    right: 20px;
    transform: translate(0%, -50%) rotate(-40deg);
}

.button:active {
    background-color: #87E74E;
}

.button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.button::after {
    content: " ";
    position: absolute;
    background-image: url(../images/arrow-desktop-nav.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    transform: translate(0%,-50%) rotate(0deg);
    right: -18px;
    top: 50%;
    transition: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.button:hover  span{
    left: 20px;
    transform: translate(0%, -50%);
}

.button:hover::after {
    right: 20px;
    transform: translate(0%, -50%) rotate(-40deg);
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.space-between {
    justify-content: space-between;
}