

@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: #BE4F30;
    --vert: #4C754F;
    --blue: #4C5375;
    --noir: #202020;
    --grey: #E6DAD3;
  }

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

strong{
    font-weight: 500;
}

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

body{
    margin:0;
    background-color: var(--grey);
    color: var(--noir);
}

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

h3 {
    margin-bottom: 0.5rem;
    margin-top:0;
    font-weight:500;
}

h1 {
    font-weight: 500;
    font-size: 12vw;
    line-height: 11.5vw;
}

.col-actu{
    margin-bottom: 2rem;
}

#hero h2 {
    color: var(--grey);
    font-size: 18vw;
    line-height: 17vw;
    letter-spacing: -0.2rem;
    font-weight: 500;
    margin-top: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    content: none;
}

h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -0.2rem;
    font-weight: 500;
    margin-top:0;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

h2::before{
    content: url('/assets/img/plus.svg');
    position: absolute;
    left:0;
    top:0;
    width: 2rem;
    height: 2rem;
}

#hero h2::before{
    content: none;
}

.nav-item {
    font-weight: 500;
    font-size: 0.8rem;
}

section {
    padding-top: 4rem;
}

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

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

nav {
    border: 1px solid rgb(255, 255, 255, 0.5);
    padding: 1.15rem 0.3rem 1.3rem 0.3rem;
    border-radius: 0.5rem;
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

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

#hero {
    width: 100%;
    padding: 0 0 2rem 0;
    box-sizing: border-box;
    background-color: var(--ocre);

}



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

.bloc-hero {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}



a.cta-stroke {
    border: 2px solid;
    padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 0.5rem;
    transition: all .2s ease;
    z-index: 1;
    font-weight: 500;
    font-size: 1rem;
    position:relative;
    display: inline-block;
}

a.cta-stroke::after{
    content:url('/assets/img/plus.svg');
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
}


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

.bloc-hero h2 {
    position: relative;
}

/*.bloc-hero h2::after {
    content: url(/assets/img/logo-pentecoste.svg);
    position: absolute;
    top: -1vw;
    left: calc(60vw - 4rem);
    width: 12vw;
    height: auto;
}*/

footer {
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: var(--vert);
    margin-top: 8rem;
    padding-bottom: 2rem;
}
footer{
    color: var(--noir);
}
.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;
    border-radius: 0;
    background-color: var(--ocre);
    backdrop-filter: none;
}

.fat-nav a.nav-item {
    margin: 1.5rem 0;
    color: var(--grey);
}

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

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

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

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

p.surtitre {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 0.3rem;
}

.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: 2rem;
    max-width: 26rem;
}

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

#clients{
    padding-top: 8rem;
    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) 74%, rgba(0, 0, 0, 0) 100%);
}

.col-clients li {
    font-size: 6rem;
    display: block;
}

.col-clients ul{
    padding: 0;
}

.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-img-uni img{
    width: 100%;
    height: auto;
    margin:5rem 0;
}

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

.bloc-img {
    height: 30vw;
    width: 30vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    mix-blend-mode: darken;
    border-right: 1px solid;
    padding: 1rem;
}

#merchandising{
    mix-blend-mode: darken;
    padding-top: 8rem;
}

.picto-pentecoste{
    width: 5rem;
    height: auto;
    position:absolute;
    top:2rem;
    left:2rem;
    z-index: 99999;
}

/*** MOBILE MENU ***/

#mobile-menu{
	display:block;
}

header#mobile-menu {
    width: 8rem;
    background-color: white;
    position: fixed;
    top: 1rem;
    right: 1rem;
    margin: auto;
    z-index: 999;
    border-radius: 0.5rem;
	padding: 0.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: left;
	box-shadow: 5px 5px 19px 8px rgb(0 0 0 / 5%);
}

svg.logo-mobile-header {
    height: 3rem;
    width: auto;
    margin-top: 0.3rem;
}

.fat-nav.active, .fat-nav {
    background-color: var(--noir);
}

.menu-mobile-container .menu-item.active {
    background-color: transparent;
}

.hamburger{
	display:block;
}

.col-hero {
    height: calc(100dvh - 2rem);
    display: flex;
    align-items: end;
}

.chapo{
    margin-bottom: 4rem;
}

.chapo p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

a.nav-item.active {
    background-color: var(--noir);
    color: var(--grey);
    padding: 1rem;
    border-radius: 0.3rem;
}

a.nav-item {
    padding: 1rem;
    border-radius: 0.3rem;
    transition: all .2s ease;
}

.col-exp {
    border-top: 1px solid;
    padding-top: 1rem;
    position:relative;
}

.sec-exp{
    margin-bottom: 4rem;
}

.col-exp:nth-child(2) {
    border-top: 0;
}

.title-exp{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    padding-left: 0.5rem;
    margin-bottom: 0;
}

#actualites a.cta-stroke {
    margin-top: 2rem;
}

#expertises h3 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
}

p.number {
    position: absolute;
    left: 0;
    font-size: 0.8rem;
    font-weight: 500;
    top: 1.2rem;
}

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

.avocat-img{
    position: sticky;
    top: 2rem;
}

.col-equipe{
    text-align: center;
    margin-bottom: 2rem;
}

#all{
    display:flex;
}

#distinctions, #publications, #communiques{
    display:none;
}

a.distinctions.w3-bar-item.w3-button.tablink {
    display: none;
}

a.distinctions.w3-bar-item.w3-button.tablink {
    margin-right: 0;
}

a.w3-bar-item.w3-button {
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 0;
    margin-right: 1rem;
    cursor: pointer;
    display: inline-block;
}

a.w3-bar-item.w3-button.tablink.w3-red {
    border-bottom: 4px solid;
    padding-bottom: 0.5rem;
}

.w3-bar.w3-black {
    border-bottom: 1px solid;
    margin-top: 1rem;
}

.publications{
    color: var(--blue);
    display: none;
}

.distinctions{
    color:var(--ocre);
}

.communiques{
    color:var(--vert);
}

.w3-animate-opacity{
    animation: opac 0.8s;
}

@keyframes opac {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#actualites h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

p.category.publications, p.category.distinctions, p.category.communiques {
    font-size: 0.8rem;
    font-weight: 600;
    border: 2px solid;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    border-radius: 0.5rem;
}

.hamburger {
    width: 25px;
    height: 17px;
    position: fixed;
    top: 30px;
    right: 11vw;
    z-index: 99999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    z-index: 99999;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--noir);
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon:before, .hamburger__icon:after {
    position: absolute;
    content: "";
  }
  .hamburger__icon:before {
    top: -7px;
  }
  .hamburger__icon:after {
    top: 7px;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background-color: var(--grey);
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: var(--marron);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
  }
  .fat-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow-y: hidden;
  }
  .fat-nav ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding-left: 0;
    padding:0;
    text-align: center;
  }
  .fat-nav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
    font-size: 2em;
  }
  .fat-nav li, .fat-nav li a {
    color: #fff;
  }
  .fat-nav li a {
    text-decoration: none;
  }

  footer img {
    width: 18rem;
    height: auto;
    margin-bottom: 1.5rem;
}

.col-img-cabinet{
    position: relative;
}

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

.gradient-bottom{
    background: #E6DAD3;
    background: linear-gradient(0deg, rgba(230, 218, 211, 1) 0%, rgba(230, 218, 211, 0) 100%);
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130%;
    margin-left:-15%
}

a.news-link {
    display: block;
    border-bottom: 1px solid;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

a.news-link:last-child {
    border-bottom: 0;
}

.col-img-cabinet img {
    width: 130%;
    margin-left: -15%;
    height: auto;
}

.col-img-cabinet {
    position: relative;
    margin-bottom: 3rem;
}

header#masthead {
		display:none;
}

.bloc-hero a.cta-stroke {
    margin-top: 2rem;
}

.separator {
    border-top: 1px solid;
    width: 100%;
    margin-bottom: 4rem;
}

section#cabinet {
    overflow-x: hidden;
}

.single {
    padding-top: 7rem;
}

.single h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}


@media screen and (min-width:48rem){
    a.w3-bar-item.w3-button {
        margin-right: 1.7rem;
    }
    .sec-exp{
        margin-bottom: 0;
    }
    .single {
        padding-top: 10rem;
    }
    .col-img-cabinet img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .title-exp{
        margin-bottom: 1.5rem;
    }
    .col-exp:nth-child(2) {
    border-top: 1px solid;
}
    .separator {
        margin-bottom: 8rem;
    }
    #actualites h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: 4rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    section {
        padding-top: 8rem;
    }
    .chapo p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .gradient-bottom{
        height: 20rem;
    }

    .bloc-hero {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: end;
        flex-direction: row;
    }
    #hero h2 {
        font-size: 12vw;
        line-height: 10vw;
        letter-spacing: -0.5rem;
        font-weight: 500;
        margin-top:0;
        z-index: 1;
        position: relative;
        margin-bottom: 0;
        padding-left:0;
        content: none;
    }

    h1 {
        font-weight: 500;
        font-size: 5vw;
        line-height: 4.5vw;
        margin-top:0;
    }
    h2 {
        font-size: 6rem;
        line-height: 6rem;
        letter-spacing: -0.2rem;
        font-weight: 500;
        margin-top:0;
        z-index: 1;
        position: relative;
        margin-bottom: 0;
        position: relative;
        padding-left: 4rem;
        margin-bottom: 2rem;
    }
    h2::before{
        width: 3rem;
        height: 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;
    }
    header#mobile-menu{
		display:none;
	}
	header#masthead {
		display:block;
	}
	.hamburger{
		display:none;
	}
}












