

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

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

:root {
    --ocre: #C94D1B;
    --vert: #7F981F;
    --blue: #5488C7;
    --red: #D93A31;
    --violet: #9067A9;
    --noir: #2B201C;
  }

html{
    font-family:'Saans', Arial, Helvetica, sans-serif;
    font-size:16px;
    -webkit-font-smoothing : antialiased;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
    /*background-color: #F5F5F5;*/
    color: var(--noir);
}

ul {
    padding-left: 1rem;
}

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

body{
    margin:0;
}

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

h2 {
    color: var(--noir);
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 100;
    margin-top:0;
    z-index: 1;
    position: relative;
}

.nav-item {
    margin: 0 1rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
}

input[type="submit"] {
    background-color: var(--noir);
    border: 1px solid var(--noir);
    color: white;
    width: auto;
    padding: 1rem 2rem;
    border-radius: 2rem;
}

label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
}

section {
    margin-bottom: 4rem;
}

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

header {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-bottom: 1rem;
    transition: all .2s ease;
}

nav {
    width: 76%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

#uniformes{
    padding-top:6rem;
}


.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%);
    }
}


section#contact {
    padding-top: 11rem;
}

a.cta-stroke {
    border: 2px solid var(--noir);
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: all .2s ease;
    z-index: 1;
    position: relative;
    margin: 0 1rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
}


.whiteHeader{
    background: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.honeypot {
    position: absolute;
    left: -9999px;
}

footer{
    padding-top:6rem;
    padding-bottom:1rem;
    background-color: var(--violet);
}


.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;
    margin: auto;
}

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

.typo-pandamaki {
    width: calc(100% - 2rem);
    height: auto;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.imghero {
    width: 38vw;
    height: auto;
    margin-right: 10vw;
}

.main{
    overflow-x:hidden;
    background-color: var(--ocre);
}

.main2{
    overflow-x:hidden;
}

.horizontal-sliders, .horizontal-sliders-2{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:hidden;
    align-items: center;
    height: 100vh;
    width: max-content;
}
.slide, .slide-2 {
    height: 62vh;
    width: 62vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.surtitre {
    font-size: 14vw;
    line-height: 11vw;
    margin-bottom: 1rem;
    text-transform: none;
    font-weight: 500;
    letter-spacing: -0.2rem;
}

p.surtitre-2 {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
    z-index: 1;
}
.surtitre-2::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--noir);
    position: absolute;
    left: 0;
    top: 0.4rem;
    border-radius: 0.1rem;
}

/*p.surtitre {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
    z-index: 1;
}
.surtitre::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--noir);
    position: absolute;
    left: 0;
    top: 0.4rem;
    border-radius: 0.1rem;
}*/

.bloccolor{
    height: 0.6rem;
    width: 20%;
}

.colorbloc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.color01{
    background-color: var(--blue);
}

.color02{
    background-color: var(--ocre);
}
.color03{
    background-color: var(--red);
}
.color04{
    background-color: var(--vert);
}
.color05{
    background-color: var(--violet);
}

.slide h2 {
    padding-left: 1rem;
    width: 14rem;
}

.slide:nth-child(1) {
    width: 30rem;
}

#clients{
    height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: var(--vert)
}

.col-clients{
    mask-image:linear-gradient(0deg,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 90%);
}

.col-clients li {
    font-size: 13vw;
    display: block;
}

.col-clients ul{
    padding: 0;
}

.gradient-bottom{
    background: linear-gradient(180deg,rgba(127, 152, 31, 1) 33%, rgba(127, 152, 31, 0) 100%);
    position: absolute;
    left:0;
    bottom:0;
    height: 20rem;
    width: 100%;
    z-index: 1;
}

.gradient-top{
    background: linear-gradient(180deg,rgba(127, 152, 31, 1) 33%, rgba(127, 152, 31, 0) 100%);
    position:absolute;
    top:4rem;
    left: 0;
    height: 20rem;
    z-index: 1;
    width: 100%;
}

.col-clients{
    height: 100vh;
    overflow: hidden;
}

.col-exp {
    margin-top: 1rem;
}

.col-exp p{
    position: relative;
    padding-left: 1rem;
}

.col-exp p::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--noir);
    position: absolute;
    left: 0;
    top: 0.4rem;
    border-radius: 0.1rem;
}

header img {
    height: 2rem;
}

.col-img-uni img{
    width: 100%;
    height: auto;
    margin:2rem 0 0 0;
}

#clients h2{
    margin-bottom: 0;
}

.cont-img {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: max-content;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 4rem;
}

.bloc-img {
    height: 84vw;
    box-sizing: border-box;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: darken;
}

#studio{
    background-color:var(--blue);
    padding-top:6rem;
}

.cont-img-ref {
    padding: 1.5rem;
}

img{
    border-radius: .2rem;
}

#merchandising{
    mix-blend-mode: darken;
    margin-bottom: 0;
    overflow-x: hidden;
    padding-top:6rem;
}

#equipe img{
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}

.alert.success {
    padding: 1rem 2rem;
    background-color: var(--vert);
    border-radius: 3rem;
    font-weight: 500;
    color: var(--noir);
    width: fit-content;
}

#contact .alert.success p {
    margin: 0;
}

#contact p {
    margin-bottom: 4rem;
}

#contact h1 {
    margin-top: 0;
}

#fin img{
    width: 100%;
    height: auto;
}

#fin{
    margin-bottom: 0;
}

abbr {
    text-decoration: none;
}

.title-stud {
    font-size: 11vw;
    line-height: 11vw;
    font-weight: 500;
    letter-spacing: -0.5rem;
    line-height: 18vw;
    margin-bottom: 0;
}

/*.title-stud {
    font-size: 18vw;
    font-weight: 500;
    letter-spacing: -0.5rem;
    line-height: 18vw;
    margin-bottom: 0;
}*/

.bloc-ref {
    border-right: 1px solid;
    width: 84vw;
}

.bloc-ref p {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0;
}

.title-ref{
    font-weight: 500;
}

.bloc-infos-ref {
    border-top: 1px solid;
    padding-top: 1rem;
    padding: 1.5rem;
}
.logo-footer{
    width: 100%;
    height: auto;
}

img.logo-footer {
    margin-top: 3rem;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #d0d0d0;
    background: none;
    box-sizing: border-box;
    margin-bottom: 1rem;
    border-radius: .2rem;
}

h1 {
    font-size: 10vw;
    font-weight: 500;
    letter-spacing: -0.3rem;
    margin-bottom: 0;
}

.blocimgfin{
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.imgfin {
    height: 100vh;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
}

#clients p.surtitre {
    margin-bottom: 1rem;
}

.col-img-uni img:nth-child(2n){
    padding: 2rem;
}

section#clients {
    margin-bottom: 0;
    padding-top:6rem;
}

.col-img-uni:nth-child(2n){
    scale:0.8;
}

.row.row-uni {
    margin-bottom: 4rem;
}

.mobileheader {
    padding-top: 1.2rem;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #000000;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}
img.picto-uni {
    width: 4rem;
    height: auto;
    margin-bottom: 1rem;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#default h1 {
    font-size: 3rem;
    letter-spacing: -0.1rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}

section#default {
    margin-top: 8rem;
}

.horizontal-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: var(--ocre);
    margin-bottom: 0;
}

.horizontal-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}

.panel {
    height: 65vh;
    width: 65vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

@media screen and (min-width:48rem){
    .panel {
        height: 78vh;
        width: 78vh;
    }
    .typo-pandamaki {
        width: calc(100% - 4rem);
        height: auto;
        position: absolute;
        bottom: 2rem;
        left: 2rem;
    }
    .slide h2 {
        width: 26rem;
        padding-left: 2rem;
    }
    .container-fluid{
        padding-left:2rem;
        padding-right: 2rem;
    }
    footer{
        padding-top:8rem;
        padding-bottom:2rem;
    }
    #studio{
        padding-top: 8rem;
    }
    .bloc-img {
        height: 30vw;
    }
    .bloc-ref {
        width: 30vw;
    }
    .col-clients li {
        font-size: 4vw;
        display: block;
        margin-bottom: 1vw;
        line-height: 4vw;    
    }
    .col-exp {
        margin-top: 7rem;
    }
    .slide, .slide-2 {
        height: 78vh;
        width: 78vh;
    }
    section {
        margin-bottom: 8rem;
    }
    #uniformes{
        padding-top:8rem;
    }
    #merchandising{
        padding-top:8rem;
    }
    .surtitre {
        font-size: 11vw;
        line-height: 11vw;
        letter-spacing: -0.4rem;
        margin-bottom: 3rem;
    }
    h2 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
    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:61rem){
        section#clients{
        padding-top: 0;
    }
}

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

@media screen and (min-width:100rem){
    .surtitre{
        font-size: 11rem;
    }
}











