@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




:root {
    --orange: #FF7415;
    --marron: #321400;
    --grey: #C1B8B2;
    --lightgrey: #E8DED6;
  }

html{
    font-family:'Gilroy', Arial, Helvetica, sans-serif;
    font-size:16px;
    -webkit-font-smoothing : antialiased;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

p {
    line-height: 1.4rem;
    font-size: 1rem;
}

body{
    margin:0;
}

a{
    color:var(--orange);
    text-decoration: none;
}

h2 {
    color: var(--orange);
    font-size: 3rem;
    line-height: 3.3rem;
}

.nav-item{
    color:var(--grey);
    margin: 0 1rem;
    font-weight: bold;
}

section {
    padding-top: 8rem;
}

#hero-sec{
    padding-top:0;
}

header {
    position: fixed;
    top: 6vw;
    padding-left: 7vw;
    padding-right: 7vw;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgb(255 255 255 / 0);
    transition: all .2s ease;
}

.col-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hero {
    height: 100vh;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-bloc{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 2rem;
    position: relative;
}

.container-txt{
    width: 100%;
    display: -webkit-flex;
    display:-moz-flex;
    display:flex;
    align-items: center;
    overflow: hidden;
}

.text-move {
    white-space: nowrap;
    animation: Scroll 30s linear infinite;
    border-color: var(--orange);
    -webkit-text-stroke: 2px var(--orange);
    text-stroke: 2px navy;
    font-size: 4rem;
    color: transparent;
    margin: 0;
    transition: all .2s ease;
}

.text-move:hover{
    color:var(--orange)
}

@keyframes Scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.cont-hero{
    position: relative;
    z-index: 1;
    margin-left: -5vw;
}

.cont-hero p {
    max-width: 20rem;
    color: var(--grey);
    text-align: center;
    margin-left: calc(50vw - 12.5rem);
    line-height: 1.5rem;
    margin-top: 0;
}

.black-overlay{
    width: 100%;
    height: 100%;
    background-color: var(--marron);
    opacity:.7;
    position: absolute;
    left:0;
    top:0;
    border-radius: 2rem;
}

a.cta-stroke {
    border: 2px solid var(--grey);
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: all .2s ease;
    z-index: 1;
    position: relative;
}

a.cta-stroke:hover {
    background-color: var(--orange);
    color: white;
    border-color: var(--orange);
}

a.cta-stroke-banniere {
    border: 2px solid black;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: all .2s ease;
    color: var(--lightgrey);
}

a.cta-stroke-banniere:hover {
    background-color: black;
    color: white;
    border-color: black;
}

img.play {
    position: absolute;
    bottom: -8rem;
    z-index: -1;
    left: -160px;
    width: 33rem;
}

.whiteHeader{
    background-color: rgb(255 255 255 / 100%);
    padding-left:3vw;
    padding-right:3vw;
}

#advertisers img, #publishers img{
    width: 100%;
    border-radius: 2rem;
}

p.intro-sec {
    font-size: 1.3rem;
    border-left: 2px solid var(--orange);
    padding-left: 1.5rem;
    line-height: 1.6rem;
}

p.surtitle, section#platform p.surtitle{
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

section#platform p.surtitle{
    color: black;
    margin-bottom: 0;
}

#advertisers h2, #publishers h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.col-img{
    position: relative;
}

.grey-square {
    width: calc(100% - 2rem);
    border-radius: 3rem;
    border: 2px solid var(--grey);
    height: 79vw;
    position: absolute;
    top: 12px;
    left: 38px;
    z-index: -1;
    box-sizing: border-box;
}

section#platform {
    background: rgb(255,116,21);
    background: linear-gradient(55deg, #ff7415 0%, #5715ff 100%);
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top:8rem;
}

section#platform p {
    font-size: 1rem;
    line-height: 1.5rem;
    color:white;
    z-index: 1;
    position: relative;
    margin-bottom: 3rem;
}

#platform a {
    color: white;
    font-weight: bold;
}

#platform img.play {
    position: absolute;
    bottom: -7rem;
    z-index: 0;
    left: -201px;
}

#platform img.play.backward {
    right: -459px;
    left: unset;
    transform: rotate(45deg);
    top: -31px;
}

section#company a {
    font-size: 6rem;
    font-weight: bold;
    -webkit-text-stroke: 3px var(--orange);
    text-stroke: 4px navy;
    color: transparent;
    line-height: 5rem;
}

.col-cta {
    display: -webkit-flex;
    -moz-flex: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.cta-single{
    opacity:0;
    transition: all .2s ease;
    margin-bottom:4rem;
}

section#company a:hover{
    color:var(--orange);
}

.imgnews {
    height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    color: var(--orange);
    padding: 1.5rem;
    align-items: end;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
}

.row-intro .imgnews{
    margin-top: 2rem;
}

.black-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.infos-news{
    z-index: 1;
}

.imgnews p.surtitle {
    color: white;
    margin: 0;
}

.imgnews h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.col-news-title{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    flex-direction: column;
}

#news h2 {
    color: var(--orange);
    font-size: 6rem;
    line-height: 6.5rem;
    margin-bottom: 0;
    margin-top: 8rem;
    line-height: 3rem;
    margin-bottom: 3rem;
    margin-top: 8rem;
}

.separator {
    height: 1px;
    background-color: var(--orange);
    width: 100%;
    margin:0 1rem;
}

footer{
    background-color: var(--marron);
    color:var(--grey);
    padding-top:8rem;
    padding-bottom:4rem;
}

footer p {
    margin: 0;
    line-height: 2rem;
    font-weight: bold;
}

.banniere {
    padding: 2rem;
    background-color: var(--orange);
    border-radius: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.banniere h2 {
    color: black;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-top:0;
    margin-bottom: 2rem;
    max-width: 46rem;
}

#bannierecontact{
    position:relative;
}

.brown-back {
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(50% - 4rem);
    background-color: var(--marron);
    width: 100%;
    z-index: -1;
}

.gradient-banniere {
    position: absolute;
    width: 100%;
    height: 25rem;
    bottom: calc(50% - 4rem);
    z-index: -1;
    background: rgb(232, 222, 214);
    background: linear-gradient(0deg, rgba(232, 222, 214, 1) 0%, rgba(232, 222, 214, 0) 100%);
}

#intropage h1 {
    font-size: 4rem;
    line-height: 6.5rem;
    margin-bottom: 2rem;
    margin-top:0;
    line-height: 5rem;
    color: var(--orange);
}

section#intropage {
    margin-top: 3rem;
    position: relative;
}

img.play-grey {
    position: absolute;
    top: 14px;
    left: -231px;
    z-index: -1;
    width: 28rem;
}

.imgteam {
    width: 15rem;
    height: 15rem;
    margin: auto;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

#intropage h3 {
    color: var(--orange);
    margin-bottom: 0;
}

#intropage p.surtitle {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.col-team {
    margin-bottom: 4rem;
}

.row-intro {
    margin-bottom: 5rem;
}

.headerpage{
    position: fixed;
    top: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    transition: all .2s ease;
}

.col-text p{
    position: relative;
}

.col-text p:nth-child(1):before {
    content: "01";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text p:nth-child(2):before {
    content: "02";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text p:nth-child(3):before {
    content: "03";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text p:nth-child(4):before {
    content: "04";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text p:nth-child(5):before {
    content: "05";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text p:nth-child(6):before {
    content: "06";
    position: absolute;
    left: -35px;
    color: var(--orange);
    font-weight: bold;
    font-size: 0.8rem;
}

.col-text-careers .cta-stroke {
    margin-top: 1rem;
    display: inline-block;
    margin-right: 2rem;
}

.col-footer {
    margin-bottom: 3rem;
}

.mobileheader, .hamburger{
    display: block;
}
.desktopheader{
    display: none;
}

.fat-nav nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.fat-nav a.nav-item {
    margin: 1.5rem 0;
}

.col-header a {
    line-height: 1px;
}

.linkedin-icon{
    width: 1.5rem;
    height: auto;   
}

#intropage h1.title-news {
    font-size: 3rem;
    line-height: 3.3rem;
}

#intropage .privacy-title{
    font-size: 3rem;
    line-height: 3.5rem;
}

@media screen and (min-width:48rem){
    section#platform p {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .col-news-title{
        flex-direction: row;
        align-items: end;
    }
    #news h2 {
        margin-bottom: 0;
    }
    img.play {
        position: absolute;
        bottom: -16rem;
        z-index: -1;
        left: -160px;
        width: 48rem;
    }
    .banniere h2 {
        font-size: 3rem;
        line-height: 3.3rem;
        margin-top:0;
        margin-bottom: 0;
    }
    .banniere {
        align-items: end;
        flex-direction: row;
        padding:3rem;
    }
    .text-move {
        -webkit-text-stroke: 2px var(--orange);
        text-stroke: 3px navy;
        font-size: 7rem;
    }
    .cont-hero p {
        max-width: 31rem;
        margin-left: calc(50vw - 15.5rem);
    }
    #intropage h1 {
        font-size: 6rem;
    }
    .grey-square {
        height: 29rem;
    }
    img.play-grey {
        position: absolute;
        top: 94px;
        left: -131px;
        z-index: -1;
        width: 40rem;
    }
}

@media screen and (min-width:67.5rem){
    .mobileheader, .hamburger{
        display: none;
    }
    .desktopheader{
        display: block;
    }
    .col-cta {
      flex-direction: row;
    }
    .cta-single{
        margin-bottom:0;
    }
}











