@charset "UTF-8";

/* CUSTOM FONTS */

@font-face {
    font-family: "Larsseit-Light";
    src: local("☺"), url("../fonts/Larsseit-Light.woff") format("woff"), url("../fonts/Larsseit-Light.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Larsseit";
    src: local("☺"), url("../fonts/Larsseit.woff") format("woff"), url("../fonts/Larsseit.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: "Larsseit-Medium";
    src: local("☺"), url("../fonts/Larsseit-Medium.woff") format("woff"), url("../fonts/Larsseit-Medium.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Larsseit-Bold";
    src: local("☺"), url("../fonts/Larsseit-Bold.woff") format("woff"), url("../fonts/Larsseit-Bold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TiemposHeadline-Medium";
    src: local("☺"), url("../fonts/TiemposHeadline-Medium.woff") format("woff"), url("../font/TiemposHeadline-Medium.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TiemposHeadline-Bold";
    src: local("☺"), url("../fonts/TiemposHeadline-Bold.woff") format("woff"),
        url("../fonts/TiemposHeadline-Bold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TiemposHeadline-Semibold";
    src: local("☺"), url("../fonts/TiemposHeadline-Semibold.woff") format("woff"), url("../fonts/TiemposHeadline-Semibold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* BODY */
* {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}


body {
    margin: 0 auto;

    /*  padding-left: 150px;*/
    padding-right: 0px;
    font-family: "Mont";
    font-size: 17px;
    color: #282828;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}



:root {
    --blue-navy: #0B0D17;
    --blue-blur: rgb(146 151 179 / 13%);
    --blue-blur-darked: rgb(11 13 23 / 40%);
    --blue-blur-dark: rgb(11 13 23 / 80%);
    --yellow: #ffc000;
    --gray: #F6F6F6;
    --green: #B3D4D0;
}

.container2 {
    width: 80%;
    left: 10%;
    position: relative;
}

.container3 {
    width: 90%;
    left: 5%;
    position: relative;
}

.container-fluid-2{
    width: 95%;
    margin-right: 24px;
    margin-left: 24px;
}

strong {
    font-weight: 500;
}

.flex {
    display: flex;
}

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

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

.text-sm {
    font-size: 1.1em;
}

.text-xl {
    font-size: 2em;
}

.darked li {
    color: var(--blue-navy) !important;
}

.darked li span {
    color: var(--blue-navy) !important;
}

.black{
    background: var(--blue-blur-darked);
    backdrop-filter: blur(10px);
}

.white{
     background: var(--blue-blur);
    backdrop-filter: blur(10px);
}

.gray{
    background: var(--gray);
}

/*
.menu{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all .8s ease-in;
}
*/

/* LINKS */
a {
    color: #121212;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #282828;
}

a:active {
    text-decoration: underline;
}

/* HTML ELEMENTS */
img {
    max-width: 100%;
}

p {
    line-height: 1.5;
}

/* FORM ELEMENTS */
input[type=text] {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #eee;
    padding: 15px 20px;
}

button[type=submit] {
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

button[type=submit] * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

button[type=submit] strong {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    height: 58px;
    border: 1px solid #282828;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    background: #282828;
    color: #fff;
}

button[type=submit] strong:hover {
    text-decoration: none;
}

button[type=submit] b {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}

button[type=submit] i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}

button[type=submit]:hover b {
    width: 50px;
    margin-left: 20px;
}

button[type=submit]:hover i {
    opacity: 0;
}

/* CUSTOM CONTAINER */
@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

/* CUSTOM ELEMENTS */
.color-dark {
    background-color: #0B0D17;
}

.color-light {
    background-color: #B3D4D0;
}

.color-yellow {
    background-color: #FFC000;
}

.color-undefined {
    background-color: transparent;
}

.overflow {
    overflow: hidden;
}

.dropdown-item{
   margin-bottom: 10px; 
}
.dropdown-item:hover{
   background: none;
    color: var(--yellow) !important;
}
.dropdown-menu{
    padding-top: 10px;
    background: transparent !important;
    border: none;
}



/*MENU*/

.window {
    width: 100%;
    display: flex;
    justify-content: center;
    display: none;
}

.header-nav {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    height: 50px;
    width: 500px;
    margin: 0 auto;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background .56s cubic-bezier(0.52, 0.16, 0.24, 1);

    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 1;
}

.header-nav .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header-nav .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.header-nav .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.header-nav .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}

.header-nav .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.header-nav .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-nav ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
}

.header-nav ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    transform: translateY(-30px);
    opacity: 0;
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s
}

.header-nav ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.header-nav ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}

.header-nav ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.header-nav ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.header-nav ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.header-nav ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: var(--gray);
    font-family: "Larsseit-Light";
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;

}

.header-nav.menu-opened {
    height: 100vh;
    width: 385px;
    background-color: var(--blue-navy);
    background .36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-nav.menu-opened .burger-container {
    transform: rotate(-90deg);
}

.header-nav.menu-opened .burger-container #burger .bar {

    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}

.header-nav.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
}

.header-nav.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
}

.header-nav.menu-opened ul.menu li.menu-item {

    transform: scale(1) translateY(0px);
    opacity: 1;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s;
}

.header-nav.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s;
}

.content {
    font-family: "Ek Mukta", sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
}

.content::-webkit-scrollbar {
    display: none;
}

.content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
}

.content img:nth-of-type(2) {
    margin: 75px auto;
}

@media (max-width: 600px) {
        {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0px;
    }

    .header-nav {
        position: absolute;
        display: block;
    }

}


/* BURGER */
.burger {
    margin-top: 1px;
    z-index: 3;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}


.img-box img {
    width: 100%;

}

.header-dark {
    color: var(--gray) !important;
}

.btn-appel {
    border: solid 1px #ffc000;
    background-color: #FFC000;
    color: #fff;
    font-weight: 700;
    font-family: "Larsseit";
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
}

/*HOME PAGE*/
.heading {
    /*     background-color: #F6F6F6;*/

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30vh;
    opacity: 1;
    margin-bottom: 100px;
}

#home-head{
    
    height: 100vh;
}

.heading h1 {
    margin-top: 10%;
    margin-left: 50%;
    width: 100%;
    font-size: 65px;
    font-weight: 600;
    font-family: "TiemposHeadline-Bold";
    color: #0B0D17;
    opacity: 1;
}

.heading-text {
    z-index: 1;
    margin-bottom: 2%;
}

.heading p {
    font-size: 18px;
    width: 100%;
    margin-left: 50%;
    font-family: "Larsseit";
    color: #0B0D17;
    opacity: 1;
    z-index: 1 !important;

}

.video-background {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-color: black;
}

.video-background video {
    opacity: 0.5;
    width: 100%;

}

.caption {
    position: absolute;
    top: 35%;

    width: 100%;
    text-align: center;
}

.caption h1 {
    margin-left: 30px;
    width: 100%;
    font-weight: 600;
    font-size: 60px;
    font-family: "TiemposHeadline-Bold";
    color: var(--gray);
    opacity: 1;
    text-align: left;
    z-index: 1;
}


.caption p {
    font-size: 20px;
    width: 100%;
    margin-left: 30px;
    text-align: left;
    font-family: "Larsseit";
    color: var(--gray);
    margin-top: 50px;
    opacity: 1;
    z-index: 1 !important;


}


.briller {
    height: auto;
    text-align: center;
    padding-top: 100px;
   background-image: url(../images/assets/Grain_Latest.png);
    padding-bottom: 0px;
    color: #0B0D17;
/*    background: var(--gray);*/

}



.briller h2 {
    font-family: "TiemposHeadline-Bold";
    font-size: 44px;
    color: #0B0D17;
    text-align: center;
    z-index: 2;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 0px;
}

.briller h3 {
    font-family: "TiemposHeadline-Bold";
    font-size: 3em;
    color: #0B0D17;
    text-align: center;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 50px;
}

.briller span {
    font-family: "TiemposHeadline-Semibold";
    font-size: 1em;
    color: #0B0D17;
    text-align: center;
    z-index:1;
}


.briller .divider-full {
    border: solid 1px #0B0D17;
    margin-top: 100px;
    margin-bottom: 100px;
    opacity: 0.1;
}

:root {
    --text: #121212;
    --line: #0B0D17;
    --line-active: #ffc000;
}

/*
.briller h2 span {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
  z-index: 1;
}
.briller h2 span svg {
  width: auto;
  height: 90px;
 padding-top: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0.9;
  transform: translate(-50%, 7px) translateZ(0);
  fill: none;
  stroke: var(--stroke, var(--line));
  stroke-linecap: round;
  stroke-width: 1.3px;
  stroke-dasharray: var(--offset, 69px) 278px;
  stroke-dashoffset: 360px;
  transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray 0.35s;
  --stroke: var(--line-active);
  --stroke-delay: 0.1s;
  --offset: 170px;
}
*/

.service-item{
   min-width:  450px;
    min-height: 250px;
    background: #F7F8FA;
    -webkit-box-shadow: 0px 25px 35px -25px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 25px 35px -25px rgba(11,13,23,0.1);
box-shadow: 0px 25px 35px -25px rgba(11,13,23,0.1);
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 0;
  
}
.service-item h3{
   font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    text-align: left;
    padding: 0 0 0 32px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.service-item p{
   font-family: "Larsseit-light";
    font-size: 1.1em;
    color: var(--blue-dark);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0 0 0 32px;
}
.service-item-img{
  max-width: 50px;
    margin-top: 20px;
     margin-left: 10px;
}

.cta-services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.service-item-mobile{
    display: none;
}

.owl-nav{
    display: none;
}

.cards {
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: ;
    min-height: 80vh;
    overflow-x: scroll;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;

}



.card {
    min-width: 325px;
    max-width: 325px;
    height: 450px;
    margin-left: 30px;
    border-radius: 14px;
    padding: 35px;
    background: var(--blue-blur);
    backdrop-filter: blur(20px);
    border: solid 1px transparent;
    transition: all 0.7s;
    position: relative;
    /*
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.03);
*/
}


.card1 {
    background: var(--blue-blur);
    backdrop-filter: blur(20px);


}

.card:first-child {
    margin-left: 0;
}


.card-info {
    margin-bottom: 14px;
}

.card-info > span:first-child {
    margin-right: 6px;
    color: #0B0D17;
    background-color: transparent;

}

.card-grad--video {
    color: transparent;
    background-clip: text;
    font-family: "TiemposHeadline-Bold";
    transition: all .1s;
    margin-bottom: 30px;
}

.card-grad--shot {
    color: transparent;
    background: linear-gradient(to right, hsl(294, 96%, 50%), hsl(201, 100%, 100%));
    background-clip: text;
}

.card-info > h3 {
    color: #0B0D17 !important;
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.card-heading p {
    font-size: 1.2em;
    margin-top: 0px;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: left;
    width: 100%;
}

.card-heading h3:link {
    color: #0B0D17;
    font-weight: 300;
    text-decoration: none;
}

.card-tags {
    display: flex;

    position: absolute;
    bottom: 30px;
    left: 30px;
}

.card-tag {
    color: hsl(0, 0%, 60%);
    padding: 5px 12px;
    border: 2px solid hsl(30, 40%, 70%);
    border-radius: 100px;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: .9em;
}


.confiance {
    margin-bottom: 50px !important;
}

.confiance-bg{
    background: var(--gray);
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 30px 35px -25px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 30px 35px -25px rgba(11,13,23,0.1);
box-shadow: 0px 30px 35px -25px rgba(11,13,23,0.1);
}

.grod {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1.5rem;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.grod > div {
    background: none;
    padding: .5rem;
    display: grid;
    place-items: center;
}

.grod > div::before {
    content: "";
    display: block;
    padding-bottom: 50%;
    grid-area: 1 / 1 / 2 / 2;
}

.grod > div img {
    width: 50%;
    opacity: .7;
    grid-area: 1 / 1 / 2 / 2;
}

.grod > div img:hover {
    width: 50%;
    opacity: 1;
    grid-area: 1 / 1 / 2 / 2;
}

.bg-green {
    background-image: url(../images/assets/Grain_Latest.png);
    height: auto;
    z-index: 0.99;
    padding-top: 50px;
}



.service {
    text-align: left !important;
    margin-top: 100px;
    margin-bottom: 100px;
}

.service h2 {
    font-family: "TiemposHeadline-Semibold";
    color: #0B0D17;
    margin-bottom: 50px;
    margin-top: 100px;
    font-size: 44px;
    text-align: left;
}

.service p {
    font-family: "Larsseit-Light";
    color: #0B0D17;
    font-size: 20px;
    margin-bottom: 50px;
    text-align: left;
}



.secteurs {
    margin-top: 100px;

}

.tab {
    padding-top: 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    font-family: "Larsseit";
    line-height: 1.5;
    font-weight: 600;
    color: #0b0d17;
    -webkit-font-smoothing: antialiased;
    margin-left: 20%;
   
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;


}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 10px;
    margin-left: 5%;
    position: relative;
}

.tabs a {

    border-bottom: 1px solid #fff;
    color: #0b0d17;
    font-weight: 600;
    font-size: 20px;
    font-family: "TiemposHeadline-Medium";
    display: block;
    letter-spacing: 1px;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid #FFC000;
}

.tabs_item {
    display: none;
    padding: 20px 0;
}

.tabs_item h4 {
    font-weight: 600;
    color: #0b0d17;
    font-size: 24px;
    text-align: left;
    margin-left: 13%;
}

.tabs_item p {
    font-family: "Larsseit-Light";
    color: #0b0d17;
    font-size: 18px;
    text-align: left;
    max-width: 80%;
    margin-left: 7%;
    margin-bottom: 30px;
}

.tabs_item img {
    width: 600px;

    margin-left: 7%;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #F6F6F6;
    background: #0B0D17;
    border-bottom: none;
    border-radius: 5px;
}

.performants {
    position: relative;
    bottom: 50px;
    top: 00px;
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
}

.performants h2 {
    font-family: "TiemposHeadline-Bold";
    color: transparent;
    text-align: center;
    margin-top: %;
    font-size: 8em;
    margin-top: 50px;
    margin-bottom: 0px;
    line-height: 135px;
    -webkit-text-stroke: 2px #0B0D17;
    opacity: .4;

}

.performants > :first-child {
    display: inline-block;
    padding-right: 0em;
    /* un peu d'espace pour la transition */
    padding-left: 90%;
    /* placement à droite du conteneur */
    white-space: nowrap;
    /* pas de passage à la ligne */
    animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;
    /* référence à la règle @keyframes mise en oeuvre */
    animation-delay: 0s;
    /* valeur à ajuster suivant la longueur du message */
    animation-iteration-count: infinite;
    /* boucle continue */
    animation-timing-function: linear;
}

@keyframes defilement-rtl {
    0% {
        transform: translate3d(0, 0, 0);
        /* position initiale à droite */
    }

    100% {
        transform: translate3d(-240%, 0, 0);
        /* position finale à gauche */
    }
}


.process {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../images/assets/Grain_Latest.png);
}

.process img {
    width: 80%;
    float: right;
    margin-top: 100px;
    margin-bottom: 50px;
}

.process h2 {
    font-family: "TiemposHeadline-Bold";
    font-size: 44px;
    padding-right: 40%;
    text-align: left;
    color: var(--blue-navy);
}


.process .steps {
    margin-top: 100px;
    margin-bottom: 0px;
  
}

.process span {
    font-family: "Larsseit-light";
    font-size: .9em;
    text-align: left;
    color: var(--blue-navy);
    text-transform: uppercase;
    opacity: .8;
    margin-top: 50px;
    float: left;
}

.process .steps h3 {
    font-family: "Larsseit-Bold";
    font-size: 1.3em;
    text-align: left;
    color: var(--blue-navy);
    margin-top: 85px;
}

.steps p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    text-align: left;
    color: var(--blue-navy);
    margin-top: 20px;
}


.quoters {
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
   background-image: url(../images/assets/Grain_Latest.png);
    z-index: 1;
}

.quoters p {
    font-family: "Larsseit-Light";
    font-size: 28px;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 200px;
    margin-left: 0px;
    text-decoration: none;
}

.quoters a p {
    font-family: "Larsseit-Bold";
    font-size: 28px;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;

    text-decoration: none;
}

.quoters a p:hover {

    text-decoration: underline;
}


.quoters img {
    width: 20px;
    left: 88%;
    top: 5%;
    position: relative;

}


.rsbg {
    max-height: 480px;
    width: auto;
    background: var(--blue-blur);
    backdrop-filter: blur(20px);
    border-radius: 14px;
    padding-bottom: 100px;
      background-image: url(../images/assets/bg-gradient.svg);
    background-position: 50% 30%;
   

    /*
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
*/
}

.exploitons {
    font-family: "TiemposHeadline-Semibold";
    font-size: 36px;
    width: 80%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 150px;
    margin-left: 50px;

}

#actu {
    padding-bottom: 100px;
    background-image: url(../images/assets/Grain_Latest.png);
}

.actu h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 44px;
    width: 75%;
    color: var(--blue-navy);
    margin-top: 00px;
    margin-bottom: 100px;
    text-align: inherit;
}

.blogger {

    border-radius: 5px;
}

.blogger h3 {
    font-family: "TiemposHeadline-Medium";
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 40px;
    color: var(--blue-navy);
}

.blogger p {
    font-family: "Larsseit-Light";
    margin-top: 10px;
    font-size: 1em;
    line-height: 30px;
    color: var(--blue-navy);
    text-align: left;
}

.blogger img{
border-radius: 5px;
width: 400px;
    height: auto;
}

.blogger{
transition: transform 250ms;
}

.blogger:hover{
  transform: translateY(-10px);
}

/*END HOME PAGE*/

/*SERVICES PAGE*/

#services {
    background: var(--gray);
    
    background-image: url(../images/assets/Grain_Latest.png);



}

#services .menu-item a {
    color: var(--gray) !important;
}

#services .service-caption h1 {
    margin-top: 100px;
    margin-left: 30px;
    width: 100%;
    font-size: 2.5em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#services .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

.service-caption {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: left;
}

.services-first {
    padding-bottom: 100px;
    height: auto;
    background: #0B0D17;
}

.venues-txt {
    grid-column: 0.75;
    align-self: end;
}

.venues-items {
    position: relative;

}

.venues-item {
    width: 70%;
    position: relative;
    margin-left: 17%;
    display: block;
    justify-content: space-around;
    align-items: flex-end;
    border-bottom: 1px solid #1f1f1f;
    cursor: pointer;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.venues h6 {
    letter-spacing: 2px;
    pointer-events: none;
}

.venues h2 {
    pointer-events: none;
}

.venues {
    margin-top: 100px;
    margin-bottom: 100px;
}

.venues-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.7%;
    height: 20%;
    background-size: auto;
    background-image: url("../images/cm-venues.svg");
}

.venues-img-wrap {
    width: 30vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    padding-bottom: 25vw;
}

/*
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 100px;
   text-align: center;
    font-size: 4em;

}
*/
.services-first a {
    color: #F6F6F6;
    text-decoration: none;
}

/*END SERVICES*/

/*CM PAGE*/



.cm-first {
    height: auto;
    margin-top: 0px;
    padding-bottom: 100px;
    background: var(--gray);

}

.cm-first h1 {
    padding-top: 100px;
    margin-bottom: 100px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 3.5em;
    color: #0B0D17;
    width: 100%;
    text-align: left;
    position: relative;
    left: 12%;
}

.cm-first h2 {
    padding-top: 100px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 44px;
    color: #0B0D17;
    width: 100%;
    text-align: left;
    position: relative;
   
}


.cm-first h3 {
    padding-top: 100px;
    margin-bottom: 100px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 3.5em;
    color: #0B0D17;
    width: 100%;
    text-align: left;

}

.cm-first .firstp {
    font-family: "Larsseit-Light";
    font-size: 20px;
    text-align: inherit;
    margin-bottom: 50px;
    width: 75%;
    position: relative;
    
    line-height: 1.5;
    color: var(--blue-navy);

}

.cm-first .custom-btn {
    
    margin-bottom: 100px;
}

.cm-first a {
    text-decoration: none;

}

.cm-first-2 {
    margin-bottom: 0px;
}

.cm-first-2 h3 {
    float: right;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: inherit;
    width: 70%;
    position: relative;
    right: 15%;
    z-index: 1;
}

.cm-first-2 p {
    float: right;
    margin-top: 20px;
    font-size: 20px;
    font-family: "Larsseit-Light";
    color: #0B0D17;
    text-align: inherit;
    width: 70%;
    position: relative;
    right: 15%;

}

.cm-first .cmimg {

    width: 100%;
    position: relative;
    top: 50px;
    left: 0%;
}

.cm-first-2 .cmimg {

    width: 100%;
    position: relative;
    top: 50px;
    left: 0%;
}

.cm-first img {

    margin-bottom: 100px;
}

.cm-second {
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    background: var(--gray);
}

.cm-second-bg {
    height: auto;

    padding-bottom: 100px;
}

.cm-second h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    text-align: inherit;
    color: #0B0D17;
    padding-bottom: 0px;
    margin-bottom: 100px;
    z-index: 9;
}

.cm-second h3 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: center;
    color: var(--gray);
    text-decoration: none;
    position: relative;
    top: -50%;
    z-index: 2;
}

.cm-second a:hover {

    text-decoration: none;

}

.cm-second .title-bg {
    background: var(--yellow);
    height: 80px;
    width: 75%;
    z-index: -1;
    position: relative;
    top: 28%;
    right: 2%;
    border-radius: 8px;
}

.cm-second .under {
    border: 1px solid #0B0D17;
    width: 10%;
    position: relative;
    left: %;
}

.cm-second img {
    width: 1200px;
    height: auto;
    opacity: .8;
    margin-top: 0px;
}

.cm-second img:hover {

    opacity: 1;

}

.grod2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    justify-content: center;
    margin-top: 0px;
}

.grod2 > div {
    background: none;
    padding: 0rem;
    display: grid;
    place-items: center;
}

.grod2 > div::before {
    content: "";
    display: block;
    padding-bottom: 50%;
    grid-area: 1 / 1 / 2 / 2;
}

.grod2 > div img {
    width: 80%;
    opacity: 1;
    grid-area: 1 / 1 / 2 / 2;
}

/*END CM*/

/*NOS CLIENTS PAGE*/
#clientspage {
    background: var(--blue-navy);
    background-size: cover;
    background-position: center;
}

.nosclients {
    position: absolute;
    top: 20%;
    width: 100%;
    /*    height: 60vh;*/
    text-align: center;
    /*   background: var(--blue-navy);*/
}

.nosclients h1 {

    margin-left: ;
    width: 100%;
    font-weight: 300;
    font-size: 2.5em;
    font-family: "TiemposHeadline-Bold";
    color: #F6F6F6;
    opacity: 1;
    text-align: left;
    z-index: 2;
    margin-top: 30px;
}

.nosclients p {


    width: 90%;
    font-weight: 300;
    font-size: 1.3em;
    font-family: "Larsseit-Light";
    color: #F6F6F6;
    opacity: 1;
    text-align: left;

    margin-top: 50px;
}


.nosclients h2 {
    font-size: 5em;
    width: 100%;

    text-align: right;
    position: relative;
    font-family: "TiemposHeadline-Medium";
    color: #F6F6F6;
    opacity: 1;
    z-index: 1 !important;


}

#selections {
    height: auto;
    background: var(--gray);
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../images/assets/Grain_Latest.png);
}

#selections h2 {
    font-family: "TiemposHeadline-Semibold";
    color: var(--blue-navy);
    font-size: 3em;
    margin-top: 50px;
    margin-bottom: 50px;
}

#selections p {
    font-family: "TiemposHeadline-Semibold";
    color: var(--blue-navy);
    font-size: 28px;
    line-height: 1;
    text-align: left;
    margin-top: 30px;
}

#selections .ref {
    font-family: "Larsseit-Light";
    font-size: 20px;
    margin-bottom: 50px;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    ;
    text-align: center;
    line-height: 1.3;
}

#selections .tags {
    font-family: "Larsseit";
    color: var(--blue-navy);
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 50px;
}

#selections .hypnia-client {
    width: 100%;

    max-height: 540px;
    float: none;
}

/* ---- isotope ---- */

#selections .grid {
    margin-top: 0px;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem;
    max-width: 1440px;
    margin-left: 10%;
}

#selections .grid .color-shape {

    margin-top: 100px;
    margin-left: 00px;

}

#selections .grid img {
    width: 600px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(158, 158, 158, 0.1);
}

/* clear fix */
#selections .grid:after {
    content: '';
    display: block;
    clear: both;

}

/* ui group */

#selections .ui-group {
    display: inline-block;
    margin-right: 20px;
    ;
}

#selections .filter-select {
    border-bottom: solid 1px var(--yellow) !important;
    border: transparent;
    border-radius: 0px;
    padding: 10px;
    padding-right: 10px;
    font-family: "Larsseit";
    font-size: 1.1em;
}

#selections .ui-group h3 {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 16px;
}

#selections .ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
}

/* color-shape */

#selections .color-shape {
    width: 100%;
    padding: 5px;


}

#selections .color-shape.wide,
.color-shape.big {
    width: 150px;
}

#selections .color-shape.tall,
.color-shape.big {
    height: 150px;
}

/*END CLIENTS*/


/*CAS CLIENTS*/

.casfirst {

    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
}

.casfirst h1 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2.5em;
    line-height: 1.5;
    color: var(--blue-navy)
}

.casfirst p {
    font-family: "Larsseit-Light";

    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 100px;
    color: var(--blue-navy);
    width: 100%;
    text-align: inherit;
}

.casfirst .casfirsttittre {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.5;
    color: var(--blue-navy)
}

.casfirst h2 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;
    width: 90%;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.3;
    color: var(--blue-navy)
}

.casfirst .phone {
    width: 90%;

    margin-bottom: 100px;
}

.cassecond {
    background: var(--blue-navy);
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

.cassecond h1 {
    font-family: "TiemposHeadline-Semibold";
    text-align: right;

    margin-bottom: 35px;
    font-size: 2.5em;
    line-height: 1.5;
    color: var(--gray)
}

.cassecond h2 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.5;
    color: var(--gray)
}

.cassecond p {
    font-family: "Larsseit-Light";
    text-align: left;
    font-size: 20px;
    line-height: auto;
    margin-bottom: 50px;
    color: var(--gray);
    width: 80%;
}

.cassecond img {
    z-index: 2;
}

.cassecond .click {
    margin-top: 100px;
}

.cassecondberdoues {
    background: #ecaa9b;
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}

.cassecondberdoues h1 {
    font-family: "TiemposHeadline-Semibold";
    text-align: right;

    margin-bottom: 35px;
    font-size: 2.5em;
    line-height: 1.5;
    color: var(--gray)
}

.cassecondberdoues h2 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2.5em;
    line-height: 1.5;
    color: var(--gray)
}

.cassecondberdoues p {
    font-family: "Larsseit-Light";
    text-align: left;
    font-size: 20px;
    line-height: auto;
    margin-bottom: 50px;
    color: var(--gray);
    width: 80%;
}

.cassecondberdoues img {
    z-index: 2;
}

.cassecondberdoues .click {
    margin-top: 100px;
}

.casthird {

    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.casthird img{
    width: 100%;
}

.casthird .green {
    background: var(--green);
    height: auto;
    position: relative;
    padding-bottom: 50px;
    top: 10%;
}

.casthird .jaune {
    background: var(--yellow);
    height: auto;
    position: relative;
    top: 10%;
    padding-bottom: 50px;
}

.clickncollect {
    padding-top: 100px;
    margin-top: 0;
}


.casthird .click {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;
    margin-top: 150px;
    margin-bottom: 50px;
    font-size: 2.5em;

    color: var(--blue-navy)
}

.casthird h3 {
    font-family: "TiemposHeadline-Semibold";
    text-align: inherit;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2.5em;
    line-height: auto;
    color: var(--blue-navy)
}

.casthird h2 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.5;
    color: var(--blue-navy)
}

.casthird .com-mana {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;
    margin-left: 100px;
    margin-top: 100px;
    margin-bottom: 35px;
    font-size: 3em;
    line-height: 1.5;
    color: var(--blue-navy);
}

.casthird .photo-2 {
    position: relative;
    top: 15.2%;
}

.casthird .com-crea {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;
    margin-left: 100px;
    margin-top: 100px;
    margin-bottom: 35px;
    font-size: 3em;
    line-height: 1.5;
    color: var(--gray);
}

.casthird p {
    font-family: "Larsseit-Light";
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--blue-navy);
    z-index: 2;
}

.casthird ul > li {
    font-family: "Larsseit";
    font-size: 1.3em;
    color: var(--blue-navy);
    line-height: 2;

}

.casthird video {
    margin-top: 80px;
}

.casthird .phone {
    width: 100%;

    margin-top: 250px;
}

.casthird .dark {
    background: var(--blue-navy)
}

.casthird .cm-mana {
    font-family: "Larsseit";
    text-align: left;
    margin-left: 100px;
    color: var(--blue-navy);
    font-size: 1.5em;
    margin-top: 120px;
}

/*HYPNIA*/

#hypnia {
    background-image: url(../images/cas-clients/Hypnia/publication-instagram-couverture-hypnia.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#hypnia h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#hypnia h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#hypnia p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}
#mce {
    background-image: url(../images/cas-clients/Mon-Courtier-Energie/cover-mon-courtier-energie.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#mce h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#mce h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#mce p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}
#helpicto {
    background-image: url(../images/cas-clients/helpicto/image-header-helpicto.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#helpicto h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#helpicto h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#helpicto p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}
#bd {
    background-image: url(../images/cas-clients/Brioche-Doree/image-social-ads-brioche-doree.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#bd h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#bd h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#bd p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}
#jolt {
    background-image: url(../images/cas-clients/JOLT/Jolt-Rotation-3D-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 90%;
    background-color: #060A1A;
    height: 100vh;

}

#jolt h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--blue-navy);
    z-index: 1;
}

#jolt h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--blue-navy);
}

#jolt p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--blue-navy);
}

#jolt span{
    color: var(--blue-navy);
}

#jolt .gbnav li{
    color: var(--blue-navy)
}

/*STADE TOULOUSAIN*/
#stade {
    background-image: url(../images/cas-clients/stade-toulousain/publication-instagram-stade-toulousain.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 70% 65%;
    background-color: #060A1A;
    height: 100vh;

}

#stade h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
}

#stade h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--blue-navy);
}

#stade p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

#stade .castop {
    font-family: "Larsseit";
    width: 80%;
    margin-top: 20px;
    color: var(--blue-navy);
    text-align: center;
}

.stadesecond {
    background: var(--blue-navy);
    height: auto !important;
    padding-bottom: 100px;
    padding-top: 100px;
}

.stadesecond h3 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 1.5;
    color: var(--gray)
}

.stadesecond p {
    font-family: "Larsseit-Light";
    text-align: left;
    font-size: 20px;
    line-height: auto;
    margin-bottom: 50px;
    color: var(--gray);
    width: 90%;
}

.stadesecond .click {
    margin-top: 100px;
}


#stade .start {
    position: relative;
    bottom: 140px;
}

#stade .start a {
    color: var(--blue-navy);
    opacity: .7;
    text-decoration: underline;

}

/*BIBENT TOULOUSE*/
#lebibent {
    background-image: url(../images/cas-clients/bibent/Agence-Social-Media-Bibent-test.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#lebibent h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#lebibent h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#lebibent p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

.lebibent-dark .click {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.lebibent .divider {
    border: solid 1px var(--gray);
    width: 85%;
    position: relative;
    left: 14%;
    margin-bottom: 35px;
}

.lebibent .divider2 {
    border: solid 1px var(--blue-navy);
    width: 25%;
    position: relative;
    left: 14%;
    margin-bottom: 35px;
}

/*CHATEAUVIEUX*/
#chateauvieux {
    background-image: url(../images/cas-clients/chateauvieux/photo-lunette-chateauvieux-pour-publication-instagram.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    background-color: #0F1317;
    height: 100vh;

}

#chateauvieux h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 30%;
    margin-bottom: 35px;
    font-size: 4em;
}

#chateauvieux p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 55%;
    margin-bottom: 35px;
    font-size: 1.3em;
}

#chateauvieux .castop {
    font-family: "Larsseit";
    width: 80%;
    margin-top: 20px;

    text-align: center;
}

#chateauvieux .start {
    position: absolute;
    top: 80%;
}

#chateauvieux .start a {
    color: var(--gray);
    opacity: .7;
    text-decoration: underline;

}


#chateauvieux h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    color: var(--gray);
}

.chateauvieux .chatend {
    margin-top: 100px;
    margin-bottom: 50px;
}

/*EDTAKE*/
#edtake {
    background-image: url(../images/cas-clients/edtake/cover-edtake.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #0F1317;
    height: 100vh;

}

#edtake h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--blue-navy);
}

#edtake h1 span {

    color: var(--blue-navy);
}

#edtake h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--blue-navy);
}

#edtake p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--blue-navy);
}

#edtake .castop {
    font-family: "Larsseit";
    width: 80%;
    margin-top: 20px;
    color: var(--blue-navy);
    text-align: center;
}


#edtake .start {
    position: relative;
    bottom: 140px;
}

#edtake .start a {
    color: var(--blue-navy);
    opacity: .7;
    text-decoration: underline;

}

/*GAUMONT*/
#gaumont {
    background-image: url(../images/cas-clients/Gaumont/image-gaumont-pathe-youneat.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#gaumont h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#gaumont p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}


/*BERDOUES*/
#berdoues {
    background-image: url(../images/cas-clients/berdoues/image-header-berdoues.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 10%;
    background-color: #060A1A;
    height: 100vh;

}

#berdoues h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#berdoues p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

/*GERARD BERTRAND*/
#g-bertrand {
    background-image: url(../images/cas-clients/gerard-bertrand/photo-vin-gerard-bertrand-pour-instagram.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-color: #0F1317;
    height: 100vh;

}

#g-bertrand h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#g-bertrand h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#g-bertrand p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

#g-bertrand ul {
    margin: 0;
    margin-top: 0px;

    list-style: none;
}

#g-bertrand .castop {
    font-family: "Larsseit";
    width: 80%;
    margin-top: 20px;
    color: var(--gray);
    text-align: center;
}


#g-bertrand .start {
    position: relative;
    bottom: 140px;
}

#g-bertrand .start a {
    color: var(--gray);
    opacity: .7;
    text-decoration: underline;

}

/*LCJ*/
#lcj {
    background-image: url(../images/cas-clients/La-Cite-Jardins/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}

#lcj h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}
#lcj p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

/*LMA*/
#lma {
    background-image: url(../images/cas-clients/le-moulin-darius/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}
#lma h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}
#lma p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

/*MTARGET*/
#mtarget {
    background-image: url(../images/cas-clients/MTarget/cover-mtarget.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 80%;
    background-color: #060A1A;
    height: 100vh;

}
#mtarget h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#mtarget p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}

.mtarget {
    background-image: url(../images/MTarget.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
    margin-bottom: 70px;
}

.mtarget h2 {
    font-family: "TiemposHeadline-Bold";
    font-size: 36px;
    margin-top: 20%;
    color: #fff;
    margin-left: 5%;
}

.mtarget p {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}

.mtarget a {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}

/*NEIWA*/

#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 50%;
    background-color: #060A1A;
    height: 100vh;

}
#neiwa h1 {
    font-family: "TiemposHeadline-Bold";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 25%;
    margin-bottom: 35px;
    font-size: 4em;
    color: var(--gray);
    z-index: 1;
}

#neiwa h2 {
    font-family: "TiemposHeadline-Semibold";
    margin-bottom: 50px;
    font-size: 1.5em;
    text-align: center;
    margin-left: 25px;
    color: var(--gray);
}

#neiwa p {
    font-family: "Larsseit";
    text-align: left;
    position: absolute;
    width: 35%;
    left: 20%;
    top: 50%;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: var(--gray);
}
/*END CAS CLIENTS*/

/*PAGE STRAT*/
#strategy {
    background-image: url(../images/assets/headers/header-strat.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    background-position: 50% 20%;
    background-color: #060A1A;
    height: 100vh;

}

#strategy .menu-item a {
    color: var(--gray) !important;
}

#strategy .service-caption h1 {
    margin-top: 150px;
    margin-left: 30px;
    width: 100%;
    font-size: 3em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#strategy .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}
.strategy {
    display: flex;
    justify-content: center;
}



.strategy h1 {
    margin-top: 20%;
    margin-left: 25%;
    width: 100%;
    font-size: 5em;
    font-weight: 300;
    font-size: 5em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 2;

}
/*END STRAT*/
/*PAGE CRÉA*/

#crea {
    background-image: url(../images/assets/headers/header-crea.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;

    background-color: #060A1A;
    height: 100vh;

}
#crea .service-caption h1 {
    margin-top: 150px;
    margin-left: 30px;
    width: 100%;
    font-size: 3em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#crea .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}
.motion {
    position: relative;
    bottom: 0px;
    top: 0px;
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
}

.motion p {
    font-family: "TiemposHeadline-Bold";
    color: var(--green);
    text-align: center;
    margin-top: %;
    font-size: 5em;
    margin-bottom: 50px;
    line-height: 135px;

    opacity: 1;

}

.motion > :first-child {
    display: inline-block;
    padding-right: 0em;
    /* un peu d'espace pour la transition */
    padding-left: 80%;
    /* placement à droite du conteneur */
    white-space: nowrap;
    /* pas de passage à la ligne */
    animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;
    /* référence à la règle @keyframes mise en oeuvre */
    animation-delay: 0s;
    /* valeur à ajuster suivant la longueur du message */
    animation-iteration-count: infinite;
    /* boucle continue */
    animation-timing-function: linear;
}

@keyframes defilement-rtl {
    0% {
        transform: translate3d(0, 0, 0);
        /* position initiale à droite */
    }

    100% {
        transform: translate3d(-1%, 0, 0);
        /* position finale à gauche */
    }
}
/*END CRÉA*/
/*PAGE SOCIAL ADS*/
#social-ads {
    background-image: url(../images/assets/headers/headerads-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 20%;

    background-color: #060A1A;
    height: 100vh;

}
#social-ads .service-caption h1 {
    margin-top: 150px;
    margin-left: 30px;
    width: 100%;
    font-size: 3em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#social-ads .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}
/*END SOCIAL ADS*/


/*MENTIONS LEGALES*/
#mentions{
    height: auto;
    background: var(--gray);
    padding-bottom: 0px;
}

#mentions-txt{
    height: auto;
    background: var(--gray);
    padding-bottom: 100px;
}

.mentions h1{
    color: var(--blue-navy);
    margin-top: 200px;
    text-align: left;
    font-family: "TiemposHeadline-Bold";
    font-size: 2.75em;
    margin-left: 40px;
}
.mentions h2{
    color: var(--blue-navy);
    margin-top: 50px;
    text-align: left;
    font-family: "Larsseit-Medium";
    font-size: 1.3em;
    margin-left: 40px;
}
.mentions span{
    color: var(--blue-navy);
    margin-top: 0px;
    text-align: left;
    font-family: "Larsseit-Medium";
    font-size: .9em;
    margin-left: 40px;
}
.mentions p{
    color: var(--blue-navy);
    margin-top: 30px;
    text-align: left;
    font-family: "Larsseit-light";
    font-size: 1em;
    margin-left: 40px;
    line-height: 1.8;
}

/*PAGE MERCI*/
#thankyou{
    height: auto;
   background-image: url(../images/assets/headers/merci-head.png);
    background-size: cover;
    background-position: 50% 50%;
}

#thankyou h1{
       color: var(--blue-navy);
    margin-top: 200px;
    text-align: center;
    font-family: "TiemposHeadline-Bold";
    font-size: 2.75em;
  
    z-index: 0;
}

#thankyou p{
    color: var(--blue-navy);
    margin-top: 50px;
    text-align: center;
    font-family: "Larsseit-light";
    font-size: 20px;
 
    line-height: 1.8;
}

#thankyou .custom-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
/*FIN PAGE MERCI*/
/*PAGE ABOUT*/
#about {
    height: auto;
    background: #0B0D17;
    padding-bottom: 200px;

}
#aboutus .about {
    height: 100vh;
}

.about h1 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    margin-top: 200px;
    text-align: center;
    margin-bottom: 0;
}

.about h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-top: 0px;
    text-align: center;
    color: #F6F6F6;
}

#about .about .aboutdates {
    font-family: "TiemposHeadline-Semibold";
    font-size: 44px;
    margin-top: 0px;
    text-align: center;
    color: #F6F6F6;
}

.about h3 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-top: 80px;
    text-align: center;
    color: #F6F6F6;
}

.about p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    margin-top: 50px;
    text-align: center;

}

#about .about h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;

}

#about .about h1 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-top: 100px;
    text-align: center;

}

#about .about p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
}

.about img {
    vertical-align: middle;
    display: inline-block;
    margin-top: 70px;

}

#about .about2 {
    margin-top: 150px;
}

#about .about2 p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    margin-top: 80px;
    text-align: left;
}
#about3 {
    height: auto;
    padding-bottom: 200px;
}

#about3 h1 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    color: #0B0D17;
    text-align: left;
    margin-top: 200px;
    line-height: 1.2;
}

#about3 p {
    font-family: "Larsseit";
    font-size: 1.5em;
    color: #0B0D17;
    text-align: left;
    margin-top: 100px;
    line-height: 1.2;
}

#about3 .img-title {
    font-family: "Larsseit";
    font-size: 2em;
    font-weight: bold;
    color: #0B0D17;
    text-align: left;
    top: 50px;

}

#about3 .img-text {
    font-family: "Larsseit";
    font-size: 1.2em;

    color: #94959b;
    text-align: left;

}

#about3 .custom-btn {
    left: 40%;
    position: relative;
    margin-top: 100px;
}

#about4 {
    height: auto;
    padding-bottom: 200px;
    background: var(--gray);
    padding-top: 100px;
}


#about4 h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    text-align: left;
    line-height: 1.2;
    color: var(--blue-navy);
    width: 70%;
}

#about4 p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 100px;
    line-height: 1.2;
}

#about5 {
    height: auto;
    padding-bottom: 200px;
    padding-top: 200px;
}

#about5 h3 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    text-align: left;
    line-height: 1.2;
    color: #0B0D17;
}

#about5 p {
    font-family: "Larsseit-Light";
    font-size: 24px;
    color: #0B0D17;
    text-align: left;
    margin-top: 100px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}

#about5 .discutons {
    font-family: "Larsseit-light";
    font-size: 28px;
    color: var(--gray);
    text-align: left;

    text-decoration: none;

}

#about5 .exploitons {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    text-align: left;
    line-height: 1.2;
    color: #0B0D17;

}

#about5 .discutons:hover {
    text-decoration: underline;

}

#about5 a p {
    font-family: "Larsseit";
    font-size: 28px;
    color: #ffc000;
    text-align: left;
    margin-top: 00px;
    line-height: 1.2;
    text-decoration: none;
}


#about5 img {
    width: 20px;
    left: 55%;
    top: 15%;
    position: relative;

}

/*END ABOUT*/
/*CONTACT PAGE*/
#community {
    background-image: url(../images/assets/headers/header-CM.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    background-color: #060A1A;
    height: 100vh;

}

#community .service-caption h1 {
    margin-top: 150px;
    margin-left: 30px;
    width: 100%;
    font-size: 3em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#community .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.1em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#community .menu-item a {
    color: var(--gray) !important;
}
#contactus {
background-image: url(../images/assets/Grain_Latest.png);

    background-color: #fff;
    height: 100px;

}
#contactus .service-caption h1 {
    margin-top: 150px;
    margin-left: 30px;
    width: 100%;
    font-size: 3em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

#contactus .service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.1em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}


#contactus .menu-item a {
    color: var(--gray) !important;
}
#contact {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../images/assets/Grain_Latest.png);
}

#contact h3 {
    text-align: center;
    font-family: "Larsseit";
    font-size: 1.3em;
    line-height: 1.5;
}

#contact a {

    font-family: "Larsseit-Medium";
    font-size: 1em;

    font-weight: 600;
    color: var(--yellow);
}

#contact-form {
    margin: 0px auto;
    position: relative;
    height: 100vh;
    background-image: url(../images/assets/Grain_Latest.png);
}



.contact-name {
    float: left;
    width: 45%;
}

.contact-last {
    float: right;
    width: 45%;
}

.contact-sujet {
    float: left;
    width: 45%;
    margin-top: 125px;
}

.contact-agence {
    float: right;
    width: 45%;
    margin-top: 135px;
}

.contact-message {
    float: left;
    width: 100%;
    margin-top: 155px;
    margin-bottom: 200px;
}



#form_btn {
    background: var(--yellow);
    border: solid 1px var(--yellow);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -100px;
    right: 0%;
    float: left;
    width: 25%;

}

input[type='text'],
[type='email'],
textarea {
    background: none;
    border: none;
    border-bottom: solid 1px var(--blue-navy);
    color: var(--blue-navy);
    font-size: 1em;
    font-family: "Larsseit";
}

select {
    border: none;
    background: none;
    border-bottom: solid 1px var(--blue-navy);
    width: 100%;
    padding: 10px;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}
/*END CONTACT*/




/*TEMPLATES*/
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}



ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
}
.pb-10 {
    padding-bottom: 100px;
}

.pt-10 {
    padding-top: 100px;
}

.pt-15 {
    padding-top: 150px;
}

.mt-15 {
    margin-top: 150px;
}

.mt-20 {
    margin-top: 200px;
}

.mt-30 {
    margin-top: 300px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}



.owl-carousel .item {
    width: 60%;
}
.owl-carousel .item-jolt {
    width: 80%;
}

.owl-carousel .items{
  width: 90%;
    margin: 20px;
}

.heading-md {
    font-size: 4em;
    font-family: "Larsseit" !important;
    line-height: 1;
    text-align: center;
    color: #F6F6F6;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.heading-md:hover {
    color: #FFC000;
    font-family: "Larsseit" !important;

    transition: 1s ease;
}

.heading-md:after {
    content: "⟶";
    transition: all ease .5s;
    position: relative;
    opacity: 0;
    left: 12px;
}

.heading-md:hover:after {
    content: "⟶";
    transition: all ease .5s;
    opacity: 1;
    left: 100px;
    color: #FFC000;
}

.service-caption p {
    margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;

    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 1;

}

h1 {
    position: relative;
    text-align: center;
    z-index: 100;
    color: #F6F6F6;
}

.cardbox {
    width: 100%;
    height: 50vh;
    margin: 10vh 0 0 0;
    min-height: 300px;
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 100px;

}

.carde {
    height: 100%;
    min-width: 240px;
    background: #0B0D17;
    padding: 20px 30px;
    margin: 0 50px;
    border-radius: 5px;
}

span {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #F6F6F6;
    font-family: "Larsseit-Bold";
    font-weight: 600;
    font-size: 18px;
}

.cardimg {
    position: relative;
    width: 14vh;
    height: 14vh;
    margin: 10px auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    background: #4285f4;
}

.cardimg img {
    width: 110%;
    height: auto;
}

p {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #F6F6F6;
    font-family: "Larsseit";
}

.cardbox::before,
.cardbox::after {
    content: '';
    width: 10%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    filter: blur(80px);
}

.cardbox::before {
    left: 0;
    background: rgba(255, 255, 255, 0.4);
}

.cardbox::after {
    right: 0;
    background: rgba(255, 255, 255, 0.4);
}

.undercardbox {
    animation: move 60s linear 2s infinite alternate;
    display: flex;
    flex-direction: row;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-2800px + 100%));
    }
}
.service-caption img {

    margin-top: 100px;
    margin-left: 40px;
    float: right;
    width: 90%;
}

.community {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
}



.community h1 {
    margin-top: 150px;
    margin-left: 20%;
    width: 40%;
    font-size: 4em;
    font-weight: 300;

    font-family: "TiemposHeadline-Bold";
    color: var(--gray);
    opacity: 1;
    text-align: left;
    z-index: 2;

}




.service-caption h2 {
    font-size: 6em;
    width: 100%;
    right: 20%;
    text-align: right;
    position: relative;
    font-family: "TiemposHeadline-Medium";
    color: #0B0D17;
    opacity: 1;
    z-index: 1 !important;


}



.community-management {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 70vh;
    text-align: center;
}


.community-management h1 {
    margin-bottom: %;
    margin-left: 25%;
    margin-top: 5%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 5em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1;
    text-align: left;
    z-index: 2;
    line-height: 1.5;

}


.community-management h2 {
    font-size: 5em;
    width: 100%;
    left: 15%;
    text-align: right;
    position: relative;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1;
    z-index: 1 !important;


}

.favsocial {
    height: auto;

    padding-bottom: 30px;
    background: rgb(179, 212, 208);
    background: linear-gradient(90deg, rgba(179, 212, 208, .5) 0%, rgba(255, 192, 0, .4) 120%);

}

.favsocial h2 {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "Larsseit";
    font-size: 2em;
    color: #0B0D17;
    width: 100%;
    text-align: inherit;
    line-height: 1.4;
}

.favsocial p {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "Larsseit-light";
    font-size: 1.1em;
    color: #0B0D17;
    width: 100%;
    text-align: inherit;
    line-height: 0px;
}

.goodhands {
    height: auto;

    padding-bottom: 30px;
    background: rgb(179, 212, 208);
    background: linear-gradient(90deg, rgba(179, 212, 208, .5) 0%, rgba(255, 192, 0, .4) 120%);

}

.goodhands h2 {
    margin-top: 40px;
    margin-bottom: 0;
    font-family: "Larsseit";
    font-size: 2em;
    color: #0B0D17;
    width: 100%;
    text-align: inherit;
    line-height: 1.4;
}

.goodhands p {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "Larsseit-light";
    font-size: 1.1em;
    color: #0B0D17;
    width: 100%;
    text-align: inherit;
    line-height: 0px;
    padding-bottom: 30px;
}


.strat {
    height: auto;
    margin-top: 0px;
    padding-bottom: 150px;
    background: var(--gray);
}

.strat h1 {
    margin-top: 50px;
    margin-bottom: 100px;
    line-height: 1.5;
    font-family: "TiemposHeadline-Semibold";
    font-size: 3.5em;
    color: #0B0D17;
    text-align: left;
    width: 70%;
}

.strat h3 {
    font-family: "Larsseit";
    font-size: 1.3em;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 0px;
    width: 50%;
    float: right;
    text-align: inherit;

}


.strat-2 h2 {
    float: left;
    margin-top: 200px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 90%;
}

.strat-2 p {
    float: left;
    margin-top: 20px;
    font-size: 1.3em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 90%;

}

.strat img {

    width: 65%;
    position: relative;
    top: 200px;
    left: 100px;
}

:root {
    --text: #ffc000;
    --line: #FFC000;
    --line-active: #FFC000;
}



.cm-first-2 p a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: inherit;
    margin: 0 var(--spacing, 0px);
    transition: margin 0.25s;
    font-family: "Larsseit-Medium";
    font-weight: bold;
    color: var(--yellow);
}

.cm-first-2 p a svg {
    width: 106px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 7px) translateZ(0);
    fill: none;
    stroke: var(--stroke, var(--line));
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: var(--offset, 69px) 278px;
    stroke-dashoffset: 361px;
    transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray 0.35s;
}

.cm-first-2 p a:hover {
    --spacing: 4px;
    --stroke: var(--line-active);
    --stroke-delay: 0.1s;
    --offset: 180px;
}

.strat-2 p {
    font-size: 1.3em;
    margin: 0;
    color: var(--text);
    font-family: "Larsseit";
    line-height: 1.5;
}

.strat-2 p a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: inherit;
    margin: 0 var(--spacing, 0px);
    transition: margin 0.25s;
    font-family: "Larsseit";
    font-weight: bold
}

.strat-2 p a svg {
    width: 106px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 7px) translateZ(0);
    fill: none;
    stroke: var(--stroke, var(--line));
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: var(--offset, 69px) 278px;
    stroke-dashoffset: 361px;
    transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray 0.35s;
}

.strat-2 p a:hover {
    --spacing: 4px;
    --stroke: var(--line-active);
    --stroke-delay: 0.1s;
    --offset: 180px;
}

.socialicons img {
    width: 20%;
    padding-bottom: 100px;
}





#cases {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--blue-navy);
    
}

.casescta {
    height: 300px;
    width: 100%;
    background: var(--blue-blur);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background-image: url(../images/assets/bg-gradient-cta.svg);
    background-size: cover;
    background-position: 50% 15%;
    background-repeat: no-repeat;
}

#cases h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 36px;
    text-align: inherit;
    margin-top: 100px;
    color: var(--gray);
    margin-bottom: 50px;
    width: 100%;
    margin-left: 50px;
}

#cases .custom-btn {
    left: 40%;
    position: relative;
    top: -100px;
}

#cases .custom-btn a {
    color: var(--blue-navy)
}

#cases .custom-btn span {
    background: var(--blue-navy) !important;
}

#cases .custom-btn i {
    border-color: transparent transparent transparent var(--blue-navy)
}

.divider-full {
    border: solid 1px #0B0D17;
    margin-top: -200px;
    margin-bottom: 0px;
    opacity: 0.2;
}

.divider-full2 {
    border: solid 1px #0B0D17;
    margin-top: 200px;
    margin-bottom: 0px;
    opacity: 0.2;
}

.divider-full3 {
    border: solid 1px #0B0D17;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.2;
}

.divider-full4 {
    border: solid 1px var(--yellow);
    margin-top: 40px;
    margin-bottom: 40px;
    opacity: 0.7;
}
.divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(180deg, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, .2));
    margin-bottom: 50px;
    margin-top: 20px;

}

.divider-middle-top {
    width: 1px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2));
    margin-bottom: 30px;
    margin-top: 50px;
    position: absolute;
    left: 100%;

}

.divider-middle-top-dark {
    width: 1px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, .2));
    margin-bottom: 30px;
    margin-top: 50px;
    position: absolute;
    left: 115%;

}

.divider-middle-dark {
    width: 1px;
    height: 150px;
    background: linear-gradient(90deg, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 1));
    margin-bottom: 30px;
    margin-top: 50px;
    position: absolute;
    left: 115%;

}

.divider-middle {
    width: 1px;
    height: 150px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2));

    margin-top: 50px;
    position: absolute;
    left: 50%;

}

.clientimg {
    margin-top: 30px;
    left: 60px;
}



.gbtitle {
    position: relative;
    bottom: 65%;
    right: 10%;
}

.gbtitle h1 {

    margin-left: ;
    width: 100% !important;
    font-weight: 300;
    font-size: 3.1em;
    font-family: "TiemposHeadline-Bold";
    color: #F6F6F6;
    opacity: 1;
    text-align: left;
    margin-bottom: 50px;
}

.gbtitle p {


    width: 100% !important;
    font-weight: 300;
    font-size: 1.3em;
    font-family: "Larsseit-Light";
    color: #F6F6F6;
    opacity: 1;
    text-align: left;

    margin-top: 150px;
}


.gbtitle span {
    font-family: "Larsseit";
    text-align: left;
    font-size: .2em;
}

.gbmenu li {
    padding: 0 7em 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--gray);
    font-family: "Larsseit";
    font-size: 1.1em;
    position: relative;
    bottom: 100px;
}

.gbmenu li span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--gray);
    font-family: "TiemposHeadline-Medium";
    font-size: 1.3em;
}

.gbmenu .gbnav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gbmenu .gbnav a:hover {
    text-decoration: none;
    color: var(--yellow);
}


.header-services {
    height: 95vh;
}
.clickncollect p {
    width: 85%;

}


.chatim {
    margin-bottom: 100px;
}

#chiffres {
    margin-top: 100px;
    padding-top: 50px;
    background-color: rgba(179, 212, 208, 0.5);
    padding-bottom: 0px;
    height: 550px;

}

#chiffres .chiffretitre {
    font-family: "TiemposHeadline-Semibold";
    font-size: 48px;
    color: var(--blue-navy);
    text-align: left;
    margin-bottom: 50px;
    margin-top: 100px;
}

#chiffres .chiffreinfo {
    font-family: "Larsseit-Bold";
    font-size: 1.8em;
    color: var(--yellow);
    text-align: left;
    margin-bottom: 0px;
    margin-left: 20px;

}

#chiffres span {
    font-family: "Larsseit";
    font-size: 1em;
    color: #818181;
    text-align: left;
    margin-left: 20px;

}

#chiffres p {
    font-family: "Larsseit-Light";
    font-size: 20px;
    color: var(--blue-navy);
    text-align: left;
    margin-bottom: 0px;
}

#chiffres .chiffrescles {
    background: #F6F6F6;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 150px;
    width: 330px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
    -moz-box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
    box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
}

#chiffres .chiffrescles2 {
    background: #F6F6F6;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 150px;
    width: 330px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
    -moz-box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
    box-shadow: 0px 8px 20px 0px rgba(11, 13, 23, 0.05);
}


.underline {
    background-repeat: no-repeat;
    height: 15px;
}

.surrounded {
    background-repeat: no-repeat;
    height: 100px;
}

.surrounded-b {
    background-repeat: no-repeat;
    height: 30px;
}

.surrounded--a {
    background-image: url(../images/assets/surrounded.svg);
    background-position: 1px;
    position: relative;
    top: 85px;
    left: 200px;
    background-size: 230px;
    transform: rotate(5deg);
    z-index: -1;
}

.surrounded--b {
    background-image: url(../images/assets/surrounded-carre.svg);
    background-position: 1px;
    position: relative;
    top: 50px;
    right: 15px;
    background-size: 225px;
    z-index: -1;
}

.underline-clients {
    background-repeat: no-repeat;
    height: 30px;

}

.underline-team {
    background-repeat: no-repeat;
    height: 150px;

}

.underline--text {
    background-image: url(../images/underline.svg);
    background-position: 1px;
    position: relative;
    top: 40px;

    background-size: 200px;
    color: var(--gray);
}

.underline--ch {
    background-image: url(../images/underline.svg);
    background-position: 1px;
    position: relative;
    top: 40px;
    right: 20px;
    background-size: 200px;
    color: var(--gray);
}

.underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 120px;
    background-size: 500px;
}

.underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: 410px;
    top: 120px;
    background-size: 600px;
}

.underline--text2 {
    background-image: url(../images/underline-2.svg);
    background-position: 1px;
    position: relative;
    top: 45px;
    background-size: 800px;
    color: var(--gray);
}

.underline--text3 {
    background-image: url(../images/underline.svg);
    background-position: 1px;
    position: relative;
    top: 40px;
    background-size: 500px;
    color: var(--gray);
}
.chiffres {

    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../images/CM-PAGE/line4.svg);
    background-size: cover;
    background-position: center;

}

.chiffres h1 {
    font-family: "TiemposHeadline-Semibold";
    text-align: left;

    margin-top: 200px;
    margin-bottom: 100px;
    font-size: 5em;
    line-height: 1.5;
    color: var(--blue-navy)
}

.chiffres h3 {
    font-family: "Larsseit-light";
    text-align: left;
    margin-bottom: 50px;
    font-size: 1.5em;
    line-height: 1.5;
    color: var(--blue-navy)
}

.chiffres p {
    font-family: "Larsseit";
    font-weight: 800;
    text-align: left;
    margin-top: 50px;
    font-size: 1.5em;
    line-height: 1.5;
    color: var(--blue-navy);

}

.chiffres .abo {
    border: solid 1px var(--yellow);
    width: 50%;
    background: var(--yellow);
    font-size: 1.5em;
    margin-bottom: 50px;
    text-align: center;
    padding: 10px;

}

.chiffres .abo2 {
    border: solid 1px var(--yellow);
    width: 18%;
    background: var(--yellow);
    padding: 10px;
}

.chiffres .abo3 {
    border: solid 1px var(--yellow);
    width: 45%;
    background: var(--yellow);
    padding: 10px;
}

.text-chiffres {
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px var(--gray);
    width: 100%;
    margin-top: 50px;

}

.text-chiffres2 {

    border-bottom: solid 1px var(--gray);
    width: 100%;


}

.chiffre1 {
    width: auto;
    height: 200px;
    background: var(--yellow);
    border-radius: 4px;
}

.chiffres .chiffres-title {
    font-size: 3em;
    font-family: "TiemposHeadline-Semibold";
    display: flex;
    justify-content: center;
    padding-top: 50px;
    color: var(--blue-navy);

}

.chiffres .chiffres-text {
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 50px;
    color: var(--blue-navy);

}

#autresclients {
    height: auto;
    padding-bottom: 50px;
    background: var(--blue-navy);
}

.autresclientsbg {
    background: var(--blue-navy);
    width: 100%;
    height: auto;

    padding-bottom: 0px;
}

#autresclients .clienttitle {
    font-family: "TiemposHeadline-Semibold";
    color: var(--gray);
    text-align: left;
    font-size: 48px;
    width: 80%;
    padding: 20px;
    margin-top: 200px;
    margin-left: 50px;
}

#autresclients img {
    width: 100%;
    opacity: .8;

    margin-top: 50px;

}

#autresclients img:hover {
    width: 100%;
    opacity: 1;
}

#nextclient {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;


}


#nextclient h2 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--blue-navy);

}

#nextclient h3 {
    font-family: "TiemposHeadline-Bold";
    font-size: 3em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--blue-navy);

}

#nextclient img {

/*    height: 500px;*/
    border-radius: 4px
}

#nextclient .img-text {
    position: absolute;
    bottom: 20px;
    left: 50px;
}


.clientlists{
    height: 300px;
    width: 1400px;
}

#nextclient .clientlists h2{
    font-family: "Larsseit";
    font-size: 2em;
    margin-left: 30px;
}
#nextclient .clientlists h2:hover{
    background-image: url(../images/assets/blog/article-blog-agence-social-media.jpg);
    background-size: cover;
    background-position: 50% 10%;
    height: 180px;
    width: 100%;
}


.next1 h4 {
    color: var(--blue-navy);
    text-align: left;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    position: absolute;
    top: 120px;
    left: 50px;
}

.next1 p {
    color: var(--blue-navy);
    text-align: left;
    font-family: "Larsseit";
    font-size: 1.3em;
    position: absolute;
    top: 180px;
    left: 50px;
    width: 45%;
}

.next1 span {
    color: var(--blue-navy);
    text-align: left;
    font-family: "Larsseit";
    font-size: 1em;
    margin-bottom: 50px;
    position: absolute;
    top: 270px;
    left: 50px;
    width: 40%;
}

.next1 .custom-btn {
    position: absolute;
    top: 380px;
    left: 90px;
}



.nextimg {
    height: 400px;

}
#clientshome{
    padding-bottom: 100px;
    background-image: url(../images/assets/Grain_Latest.png);
}
#clientshome img{
    border-radius: 5px;
}

#clientshome h2{
    font-family: "TiemposHeadline-Semibold";
     font-size: 44px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--blue-navy);
}

.clientshome{
    width: auto;
    height: auto;
}
.clientshome span{
    font-family: "TiemposHeadline-Medium";
    font-size: 28px;
    color: var(--blue-dark);
    text-align: left;
    margin-top: 25px;
}
.clientshome p{
    font-family: "Larsseit-light";
    font-size: 18px;
    color: var(--blue-dark);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px;
}
#nextclient .blocked {

    width: 100px;
    height: 460px;
    margin-left: 10px;

}


#nextclient .blocked-1 {
    background: url(../images/img-one.jpeg) no-repeat 50% 50%;
    background-size: cover;
}

#nextclient .blocked-2 {
    background: url(../images/img-two.jpeg) no-repeat 50% 50%;
    background-size: cover;
}

#nextclient .blocked-3 {
    background: url(../images/img-three.jpeg) no-repeat 50% 50%;
    background-size: cover;
}


#nextclient .next p {

    position: absolute;
    bottom: 0px;
    left: 35px;
    font-size: 1.5em;
    color: var(--gray);
    ;


}

#nextclient .blocked-1 h1,
#nextclient .blocked-3 h1,
#nextclient .blocked-5 h1 {
    bottom: 0;
    right: -60px;
}

#nextclient .blocked-2 h1,
#nextclient .blocked-4 h1 {
    right: -60px;
}

.logos-small {
    width: 100%;
}

.grod3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: .1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 0px;
    justify-content: center;
    margin-top: 0px;
}

.grod3 > div {
    background: none;
    padding: 0rem;
    display: grid;
    place-items: center;
}

.grod3 > div::before {
    content: "";
    display: block;
    padding-bottom: 50%;
    grid-area: 1 / 1 / 2 / 2;
}

.grod3 > div img {
    width: 50%;
    opacity: 1;
    grid-area: 1 / 1 / 2 / 2;
}

.grod4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1.5rem;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 50px;
}

.grod4 > div > a {
    background: none;
    padding: .5rem;
    display: grid;
    place-items: center;
}

.grod4 > div > a::before {
    content: "";
    display: block;
    padding-bottom: 50%;
    grid-area: 1 / 1 / 2 / 2;
}

.grod4 > div img {
    width: 50%;
    opacity: .7;
    grid-area: 1 / 1 / 1 / 1;
}

.grod4 > div img:hover {
    width: 50%;
    opacity: 1;
    grid-area: 1 / 1 / 2 / 2;
}

.services {
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 100px;
    color: #F6F6F6;
}


.services h1 {
    font-family: "TiemposHeadline-Bold";
    font-size: 48px;
    margin-bottom: 100px;
    color: #F6F6F6;
}

.slide-services {
    border: solid 1px #121212;
    width: 40% !important;
}

.slide-services h2 {
    font-family: "Larsseit";
    font-size: 28px;
    font-weight: 800;
}

.slide-services p {
    font-family: "Larsseit";
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.slide-services img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.marches {
    margin-bottom: 200px;
}

.marches h2 {
    color: #121212;
    font-family: "Publico";
    font-weight: 600;
    margin-bottom: 20px;
}

.marches p {
    color: #121212;
    font-family: "Larsseit";
    font-weight: 600;
    margin-bottom: 20px;
}

.you {
    border: solid 1px #FFC000;
}

.cas {
    margin-bottom: 200px;
    margin-top: 200px;
}

.cas h2 {
    font-family: "Publico";
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #121212;
}

.divier {
    border: solid 1px #121212;
    width: 60%;
    margin-bottom: 30px;

}


.seemore {
    padding-top: 80px;
}

.btn-seemore {
    border: solid 1px #FFC000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    background-color: #FFC000;
    color: white;
}

.header-area .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.header-area .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.menu-dark ul li a {
    color: var(--gray) !important;
}

.menu-light ul li a {
    color: var(--blue-navy) !important;
}

.header-area .main-menu ul li a {
    color: #252b60;
    font-weight: 300;
    padding: 37px 20px;
    font-family: "Larsseit", sans-serif;
    display: block;
    font-size: 16px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-btn a {
    font-family: "Larsseit";
    font-size: 16px;

}

.txt-medium {
    text-align: center;
    width: 70%;
    margin-left: 14%;
}

.menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}


.circle-gradient {
    background-image: url(../images/Abstract-Gradient-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: relative;
    bottom: 600px;
    left: 12%;
    box-shadow: 4px 4px 26px 3px hsla(184, 50%, 20%, .1);
    z-index: .9;
    opacity: .9;
}




.quote {
    background-color: #FFC000;
    height: 350px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 24px 60px 0px rgba(11, 13, 23, 0.25);
    -moz-box-shadow: 0px 24px 60px 0px rgba(11, 13, 23, 0.25);
    box-shadow: 0px 24px 60px 0px rgba(11, 13, 23, 0.25);
    margin-top: 0px;
}

.quote h2 {
    text-align: center;
    margin-top: 120px;
    font-family: "TiemposHeadline-Bold";
    color: #fff;
    font-size: 48px;
}




.client h1 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 5em;
    margin-bottom: 100px;
    margin-top: 40px;
    color: #0B0D17;
    text-align: left;
}

.clients {
    text-align: center;
    margin-top: -150px;
}

.clients h1 {
    font-family: "TiemposHeadline-Bold";
    font-size: 58px;
    margin-bottom: 100px;
    margin-top: 100px;
    color: #0B0D17;
}

/*reset*/
* {
    padding: 0;
    margin: 0;
}

.text-wrapper {

    background: #eee;
    position: relative;
    z-index: 0;
}

.text-wrapper2 {

    background: #fff;
    position: relative;
    z-index: 2;
}

.text-container {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    top: 30%;
    width: 100%;
}
.hypnia {
    background-image: url(../images/hypnia.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 70px;

}

.hypnia h2 {
    font-family: "TiemposHeadline-Bold";
    font-size: 36px;
    margin-top: 20%;
    color: #fff;
    margin-left: 5%;
}

.hypnia p {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}

.hypnia a {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}


.bibent {
    background-image: url(../images/bibent.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
    margin-bottom: 70px;
}

.bibent h2 {
    font-family: "TiemposHeadline-Bold";
    font-size: 36px;
    margin-top: 20%;
    color: #fff;
    margin-left: 5%;
}

.bibent p {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}

.bibent a {
    color: #fff;
    margin-left: 5%;
    font-size: 18px;
}

.logo-clients {
    margin-top: 100px;
    margin-bottom: 300px;
}
.content-img {
    position: relative;
    top: 150px !important;
    left: 0px !important;
    width: 90% !important;
}




.performants2 {
    position: relative;
    bottom: 0px;
    top: 00px;
    text-align: left;
    margin-bottom: 0px;
    overflow: hidden;
}

.performants2 h1 {
    font-family: "TiemposHeadline-Bold";
    color: #0B0D17;
    text-align: center;
    margin-top: %;
    font-size: 105px;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 135px;

    opacity: .9;

}

.performants2 > :first-child {
    display: inline-block;
    padding-right: 0em;
    /* un peu d'espace pour la transition */
    padding-left: 90%;
    /* placement à droite du conteneur */
    white-space: nowrap;
    /* pas de passage à la ligne */
    animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;
    /* référence à la règle @keyframes mise en oeuvre */
    animation-delay: 0s;
    /* valeur à ajuster suivant la longueur du message */
    animation-iteration-count: infinite;
    /* boucle continue */
    animation-timing-function: linear;
}

@keyframes defilement-rtl {
    0% {
        transform: translate3d(0, 0, 0);
        /* position initiale à droite */
    }

    100% {
        transform: translate3d(-240%, 0, 0);
        /* position finale à gauche */
    }
}

.isNavOpen {
    overflow: hidden;
}

.burger-svg__base {
    fill: transparent;
}

.burger-svg__bars {
    fill: var(--gray);
}

/* NAVIGATION MENU */
.navigation-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: calc(-100% + -200px);
    top: 0;
    z-index: 2;
    background: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}

.navigation-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #282828 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}

.navigation-menu.active {
    right: 0;
    visibility: visible;
}

.navigation-menu.active .inner {
    opacity: 1;
    transform: translateX(0);
}

.navigation-menu #map {
    width: 600px;
    height: 450px;
    display: none;
    border: none;
}

.navigation-menu .inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 10%;
    color: #fff;
    transform: translateX(40%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.35s;
    padding-top: 80px;
}

.navigation-menu .inner .side-menu {
    width: 100%;
    float: right;
    display: none;
}

.navigation-menu .inner .side-menu ul {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navigation-menu .inner .side-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}

.navigation-menu .inner .side-menu ul li a {
    font-size: 8vw;
    color: #fff;
    font-weight: 600;
}

.navigation-menu .inner .sides {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.navigation-menu .inner .sides:last-child {
    padding-left: 50px;
}

.navigation-menu .inner h2 {
    display: block;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 25px;
}

.navigation-menu .inner h2 strong {
    font-weight: 600;
}

.navigation-menu .inner figure {
    display: block;
    margin: 0;
    background: #fff;
    padding: 6px;
    position: relative;
}

.navigation-menu .inner figure a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fff;
    text-align: center;
}

.navigation-menu .inner address {
    display: block;
    font-size: 19px;
}

.navigation-menu .inner address a {
    display: block;
    color: #fff;
    text-decoration: underline;
}
/*END TEMPLATES*/

/* CUSTOM BUTTON */
.custom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.custom-btn * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #ffc000;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #ffc000;
    color: #fff;
    font-family: "Larsseit";
}

.custom-btn a:hover {
    text-decoration: none;
}

.custom-btn span {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}

.custom-btn i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}

.custom-btn:hover span {
    width: 50px;
    margin-left: 20px;
}

.custom-btn:hover i {
    opacity: 0;
}

/* CUSTOM BUTTON 2*/
.custom-btn2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.custom-btn2 * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-btn2 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid var(--blue-navy);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #0B0D17;
    color: #fff;
    font-family: "Larsseit";
    font-weight: 600;
}

.custom-btn2 a:hover {
    text-decoration: none;
}

.custom-btn2 span {
    width: 20px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}

.custom-btn2 i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    opacity: 1;
    margin-top: 5px;
}

.custom-btn2:hover span {
    width: 50px;
    margin-left: 20px;
}

.custom-btn2:hover i {
    opacity: 0;
}

/* CUSTOM BUTTON 3*/
.custom-btn3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.custom-btn3 * {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.custom-btn3 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 58px;
    text-align: left;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: var(--yellow);
    color: var(--gray);
    font-family: "Larsseit";
    font-weight: 600;

}

.custom-btn3 a:hover {
    text-decoration: none;
    color: var(--blue-navy);
    background: var(--yellow);
    border-radius: 4px;
}

.custom-btn3 span {
    width: 20px;
    height: 1px;
    background: var(--gray);
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}

.custom-btn3 i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent var(--gray);
    opacity: 1;
    margin-top: 5px;
}

.custom-btn3:hover span {
    width: 50px;
    margin-left: 20px;
    background: var(--blue-navy)
}

.custom-btn3:hover i {
    opacity: 1;
    border-color: transparent transparent transparent var(--blue-navy);
}



/* HEADER */
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: transparent;
}

.header .navbar {
    width: 100%;
    margin-bottom: 0;
    z-index: 2;
}

.header .page-title {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.header .page-title h2 {
    font-weight: 700;
    font-size: 8vw;
    margin-bottom: 20px;
}

.header .page-title h4 {
    padding-right: 40%;
    line-height: 1.7;
}

.header .headlines {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;

}

.header .headlines h1 {
    font-size: 8vw;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
}

/* NAVBAR */
.navbar {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    position: absolute;
    z-index: 9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar.hide {
    transform: translateY(-100px);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar.light {
    color: #fff;
}

.navbar.light .logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.navbar.light .main-menu ul li a {
    color: #fff;
}

/*
.navbar.light .main-menu ul li a:after {
    background: #fff;
}
*/

.navbar.light .main-menu ul li a:hover:before {
    background: #fff;
}

.navbar .logo {
    margin-left: 0;
}
.navbar .logomobile {
   display: none;
}

.navbar .logo a {
    margin: 0;
}

.navbar .logo a img {
    height: 22px;
    width: 55%;
}

.navbar .phone {
    margin-left: 50px;
}

.navbar .main-menu {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    display: flex;
}

.navbar .main-menu ul {
    margin: 0;
    padding: 0;
}

.navbar .main-menu ul li {
    display: inline-block;
    margin: 0 18px;
    padding: 0;
}

.navbar .main-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    font-family: "Larsseit-Light";
        padding: 0 2px;
}

.navbar .main-menu ul li a:hover {
    text-decoration: none;
}

/*
.navbar .main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
}
*/

/*
.navbar .main-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
}
*/

/*
.navbar .main-menu ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
}

.navbar .main-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
*/

.navbar .hamburger-menu {
    margin-right: 0;
    margin-left: 30px;
    display: none;
}

.hamburger {
    background-color: transparent;
    display: none;
    cursor: pointer;


}







/* LOGOS */
.logos {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 200px;
}

.logos h6 {
    font-family: "TiemposHeadline-Semibold";
    font-size: 6em;
    margin-top: 100px;
    margin-bottom: 100px;
    font-weight: 600;
    text-align: left;
    color: #0B0D17;
}

.logos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.logos ul li {
    width: 20%;
    float: left;
    list-style: none;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: center;
}

.logos ul li:hover figure {
    opacity: 1;
}

.logos ul li figure {
    display: block;
    height: 80px;
    margin: 30px 0;
    opacity: 0.6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.logos ul li figure img {

    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}



/*MENU FOOTER*/
.menu-footer {
    height: 150px;
    background: var(--blue-navy);
    justify-content: center;

}

.footmenu ul {
    margin: 0;
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.footmenu a {
    padding: 1.3em;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--gray);
    font-family: "Larsseit";
    font-size: 1.3em;
}

.footmenu .footernav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    padding-bottom: 100px;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;

}

.footer img {
    margin-bottom: 30px;
    width: 25%;
}

.footer p {
    color: #F6F6F6;
    font-family: "Larsseit-Light";
    font-size: 1em;
    text-align: left;
}

.footer .footer-title {
    color: #F6F6F6;
    font-family: "Larsseit-Light";
    font-size: 1.4em;
    margin-bottom: 30px;
}

.footer a {
    color: #F6F6F6;
    font-family: "Larsseit-Light";
    font-size: 1em;
}

.footer ion-icon {
    color: #F6F6F6 !important;
    font-family: "Larsseit-Light";
    font-size: 1.4em;
    padding-right: 10px;
}






/* MEDIUM FIXES */
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
    body {
        padding: 0;
    }

    .left-side {
        display: none;
    }

    .navbar {
        padding: 30px;
    }

    .slider {
        width: 100%;
        margin-right: 0;
    }

    .slider .swiper-container .slide-inner {
        padding: 0 60px;
    }

    .works .titles {
        padding-right: 0;
    }
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .slider .swiper-container .slide-inner {
        padding: 0 30px;
    }

    .preloader .inner .percentage {
        font-size: 50vh;
    }

    .navigation-menu .inner .side-menu {
        display: block;
    }

    .navbar .main-menu {
        display: none;

    }

   
    .navbar .phone {
        margin-right: auto;
    }

    .navigation-menu .inner .sides {
        display: none;
    }



    .header .page-title h4 {
        padding-right: 0;
    }

  
}

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .preloader .inner .percentage {
        font-size: 30vh;
    }

    .navbar {
        padding: 30px 15px;
    }

    .navbar .phone {
        display: none;
    }

    

    .header .page-title h2 {
        font-size: 14vw;
    }

    

    .footer .career h2 {
        font-size: 9vw;
    }

    .footer .sub-footer ul {
        margin-bottom: 15px;
    }
}

/*# sourceMappingURL=style.css.map */




/*RESPONSIVE*/

/*27 POUCES*/
@media (min-width: 2560px) and (max-width: 2560px){
   :root{
    --blue-navy: #0B0D17;
    --blue-blur: rgb(146 151 179 / 13%);
    --blue-blur-dark: rgb(11 13 23 / 80%);
    --yellow: #ffc000;
    --gray: #F6F6F6;
    --green: #B3D4D0;
}
    
     html,
    body{
        overflow-x: hidden;
    }
    
    .navbar .logo a img{
        height: 45px;
    }
    
    .navbar .main-menu ul li a{
        font-size: 24px;
    }
    .header-btn a{
        font-size: 24px;
        margin-left: 20px;
    }
    
    .caption{
        margin-top: 0;
    }
    
    .caption h1{
        font-size: 5em;
    }
    
    .caption p{
        font-size: 2em;
    }
    
    .briller{
        padding-top: 100px;
        margin-top: -80px;
        
    }
    .briller h2{
        font-size: 4em;
       
    }
   
    .briller span{
        top: 160px !important;
        left: 55% !important;
        background-size: 300px!important;
    }
    
      .cards {
  display: none;
  align-items: center;
  margin-left: 0%;
    min-height: 60vh;
  overflow-x: scroll;

  z-index: 1;
    position: relative;
}
    
   .briller .confiance{
        font-size: 4em;
       margin-bottom: 100px !important;
    }
    
    .grod {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	 grid-gap: 1.5rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
 .grod > div {
	 background:none;
	 padding: .5rem;
	 display: grid;
	 place-items: center;
}
 .grod > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 50%;
	 grid-area: 1 / 1 / 2 / 2;
}
 .grod > div img {
	 width: 50%;
     opacity: .7;
	 grid-area:  1 / 1 / 2 / 2;
}
 .grod > div img:hover {
	 width: 50%;
     opacity: 1;
	 grid-area:  1 / 1 / 2 / 2;
}
    
    .bg-green{
       
        margin-bottom: 0px;
        height: auto;
    }
    .service h2{
        margin-top: 100px;
        font-size: 3em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1.2em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .tab {
	
    margin-left: 30%;
        margin-top: 50px;
}
    
    .tabs{
        padding: 10px;
       
    }
    .tabs li{
        margin-left: 0%;
        margin-bottom: 0px;
        padding-bottom: 0;
    }
   
    .tabs_item {
	 display: none;
	 padding: 15px 0;
}
    
    .tabs_item p{
        margin-left: 3%;
        font-size: 1em;
        margin-bottom: 30px;
    }
    .tabs_item img{
        margin-left: 3%;
        width: 500px;
    }
    
    .performants{
     margin-top: 50px;
        margin-bottom: 50px;
    }
    .performants h2{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-200%,0,0);  /* position finale à gauche */
  }
}
    
    #nextclient{
        padding-top:00px;
        padding-bottom: 100px;
        height: auto;
    }
    #nextclient h2{
        font-size: 4em;
    }
    #nextclient h3{
        font-size: 3em;
    }
    
    .process{
        margin-top: 0px ;
        height: auto;
    }
    
    .process h3{
        font-size: 3em;
        margin-top: 0px;
    }
    
 
    
    .swiper-container {
        position: relative;
        right: %;
        max-height: 600px !important;
        margin-top: 0;
}
   .slider2 .swiper-container .slide-inner h2{
        font-size: 2.5em;
    }
   .slider2 .swiper-container .slide-inner{
        position: relative;
       
    }
    .slider2 .swiper-container .slide-inner p{
        font-size: 1em;
        text-align: left;
        width: 100%;
    }
       
    .quoters{
    height: auto;
    margin-bottom: 100px;
        background-position: 50% -15%;
}
    
    .rsbg{
    height: 550px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    width: 85%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 150px;
    margin-left: 40px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 250px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 20px;
    left: 85%;
    top: 5%;
    position: relative;
    
}
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    width: 70%;
    color: var(--blue-navy);
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: inherit;
}
    .blogger h3{
    font-family: "TiemposHeadline-Medium";
    margin-top: 50px;
    font-size: 1,7em;
    line-height: 40px;
    color: var(--blue-navy);
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 30px;
    font-size: 1em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    #team h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-left: 10%;
    margin-bottom: 100px;
    margin-top: 200px;
}
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: 330px;
    top: 110px;
    background-size: 450px; 
}
     .underline-team {
    background-repeat: no-repeat;
     height: 150px;
    width: 100%;
   
}
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 100px 0 100px;;
   
}
    
    .footmenu a {
        font-size: 1.5em;
    }
    
    .footer img{
        width: 35%;
    }
    
    .footer a{
        font-size: 1.3em;
    }
    .footer p{
        font-size: 1.3em;
    }
    
   .footer .footer-title{
        font-size: 2em;
    }
    
    /*PAGE SERVICES*/

.service-caption h1{
    font-size: 2.5em;
    margin-left: 0px;
}
    #strategy .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #strategy .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
/*
    #community .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
*/
    #community .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #social-ads .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #social-ads .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #crea .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #crea .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #services .service-caption h1{
    font-size: 4em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 100px;
        margin-left: 0px;
        width: 100%;
        text-align: left;
        
}
    #services .service-caption p{
   
        margin-top: 50px;
    margin-left: 0px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
.service-caption p{
    font-size: 1.1em;
}

.divider-middle-top-dark{
    margin-top: -20px;
}

.services-first a{
    font-size: .9em;
}
/*END PAGE SERVICES*/

/*PAGE NOS CLIENTS*/
.nosclients h1{
    font-size: 4em;
}

.nosclients p{
    font-size: 1.3em;
}

.divider-middle-top{
    margin-top: 0px;
}

#selections h2{
    font-size: 3.5em;
}

#selections .ref{
    font-size: 1.3em;
}

#selections .grid{
    margin-left: 15%;
    max-width: 2560px;
}
/*END PAGE NOS CLIENTS*/

/*PAGE ABOUT*/
    #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 100px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
.about h1{
    font-size: 4em;
}

.about h2{
    font-size: 4em;
}

.about h3{
    font-size: 3em;
}

.divider-middle{
    margin-top: 0px;
}
    

#about .about2 p{
    font-size: 1.2em;
    
    margin-top: 100px;
}

#about4{
    padding-top: 100px;
    padding-bottom: 100px;
}

#about4 p{
    margin-top: 50px;
}

#about4 h3{
    font-size: 3em;
}

#about5{
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}
#about5 h3{
    font-size: 3em;
}

#about5 p{
    margin-top: 50px;
}

/*END PAGE ABOUT*/

/*PAGE CONTACT*/
#contact-form{
    margin: 0px auto;
    position: relative;
    height: 100vh;
    margin-bottom: 0px;
}
.contact-message{
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 00px;
}
    
    select{
        font-family: "Larsseit";
    }
#form_btn{
    background: var(--yellow);
    border: solid 1px var(--yellow);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 100px;
    right: 0%;
    float: left;
    width: 20%;
    font-family: "Larsseit-Medium";
}
/*END PAGE CONTACT*/

/*PAGE CM*/

.cm-first .cmimg{
    left: 0%;
}

.cm-first-2 h3{
    width: 85%;
    right: 0%;
}

/*
.cm-first span {
    visibility: hidden !important;
}
*/

/*END PAGE CM*/
 .favsocial h2{
        margin-top: 30px;
        float: none;
    }
    
    .grod2{
        padding-top: 40px;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
/*CAS CLIENTS*/
#autresclients h4{
    font-size: 2.5em;
    margin-top: 150px;
}
    
}
/*END 27 POUCES*/


/*Desktop 1920*/
@media (min-width: 1920px) and (max-width: 1920px){
   :root{
    --blue-navy: #0B0D17;
    --blue-blur: rgb(146 151 179 / 13%);
    --blue-blur-dark: rgb(11 13 23 / 80%);
    --yellow: #ffc000;
    --gray: #F6F6F6;
    --green: #B3D4D0;
}
    
     html,
    body{
        overflow-x: hidden;
    }
    
    #home-head{
       height: auto;
    }
    
    .caption{
        margin-top: 0;
    }
    
    .briller{
        padding-top: 50px;
        margin-top: 0px;
        
    }
    .briller h2{
        font-size: 3em;
       padding-bottom: 50px;
    }
    :root {
  --text: #121212;
  --line: #0B0D17;
  --line-active: #ffc000;
}
    .briller h1 span svg {
  width: auto;
  height: 180px;
 padding-top: 60px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0.9;
}
    
      .cards {
  display: none;
  align-items: center;
  margin-left: 0%;
    min-height: 60vh;
  overflow-x: scroll;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 1;
    position: relative;
}
    
   .briller .confiance{
        font-size: 2.5em;
       margin-bottom: 50px !important;
    }
    
    .grod {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	 grid-gap: 1.5rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
 .grod > div {
	 background:none;
	 padding: .5rem;
	 display: grid;
	 place-items: center;
}
 .grod > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 50%;
	 grid-area: 1 / 1 / 2 / 2;
}
 .grod > div img {
	 width: 50%;
     opacity: .7;
	 grid-area:  1 / 1 / 2 / 2;
}
 .grod > div img:hover {
	 width: 50%;
     opacity: 1;
	 grid-area:  1 / 1 / 2 / 2;
}
    
    .bg-green{
       
        padding-bottom: 0px;
        height: auto;
    }
    .service h2{
        margin-top: 100px;
        font-size: 2em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1.2em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit-Light";
    }
    
    .tab {
	
    margin-left: 30%;
}
    
    .tabs{
        padding: 10px;
       
    }
    .tabs li{
        margin-left: 0%;
        margin-bottom: 0px;
        padding-bottom: 0;
    }
   
    .tabs_item {
	 display: none;
	 padding: 15px 0;
}
    
    .tabs_item p{
        margin-left: 3%;
        font-size: 1em;
        margin-bottom: 30px;
    }
    .tabs_item img{
        margin-left: 3%;
        width: 500px;
    }
    
    .performants{
     margin-top: -150px;
        margin-bottom: 50px;
    }
    .performants h2{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-200%,0,0);  /* position finale à gauche */
  }
}
    
    #clientshome{
        padding-top: 100px;
    }
    
    .service-item{
        margin-bottom: 80px;
    }
    
    .cta-services{
        padding-bottom: 50px;
    }
    
    #nextclient{
        padding-top:00px;
        padding-bottom: 100px;
        height: auto;
    }
    #nextclient h3{
        font-size: 3em;
    }
    
    .process{
       padding-top: 100px;
        height: auto;
        padding-bottom: 50px;
    }
    
    .process h3{
        font-size: 3em;
        margin-top: 0px;
    }
    
 
    
    .swiper-container {
        position: relative;
        right: %;
        max-height: 600px !important;
        margin-top: 0;
}
   .slider2 .swiper-container .slide-inner h2{
        font-size: 2.5em;
    }
   .slider2 .swiper-container .slide-inner{
        position: relative;
       
    }
    .slider2 .swiper-container .slide-inner p{
        font-size: 1em;
        text-align: left;
        width: 100%;
    }
       
    .quoters{
    height: auto;
       padding-top: 100px;
    padding-bottom: 100px;
  
}
    
    .rsbg{
    height: 550px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
        background-image: url(../images/assets/bg-gradient.svg);
           background-position: 50% 30%;
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    width: 85%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 150px;
    margin-left: 40px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 250px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 20px;
    left: 90%;
    top: 5%;
    position: relative;
    
}
    
    #actu{
        background-image: url(../images/assets/Grain_Latest.png);
    }
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    width: 70%;
    color: var(--blue-navy);
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: inherit;
}
    .blogger h3{
    font-family: "TiemposHeadline-Medium";
    margin-top: 50px;
    font-size: 1,7em;
    line-height: 40px;
    color: var(--blue-navy);
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 30px;
    font-size: 1em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    #team h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-left: 10%;
    margin-bottom: 100px;
    margin-top: 200px;
}
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: 330px;
    top: 110px;
    background-size: 450px; 
}
     .underline-team {
    background-repeat: no-repeat;
     height: 150px;
    width: 100%;
   
}
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 100px 0 100px;;
   
}
    
    /*PAGE SERVICES*/

.service-caption h1{
    font-size: 2.5em;
    margin-left: 0px;
}
    #strategy .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #strategy .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
/*
    #community .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
*/
    #community .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #social-ads .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #social-ads .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #crea .service-caption h1{
    font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 150px;
        margin-left: 30px;
        width: 100%;
        text-align: inherit;
        
}
    #crea .service-caption p{
   
        margin-top: 50px;
    margin-left: 30px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
    #services .service-caption h1{
    font-size: 2.5em;
        font-family: "TiemposHeadline-Bold";
        margin-top: 100px;
        margin-left: 0px;
        width: 100%;
        text-align: left;
        
}
    #services .service-caption p{
   
        margin-top: 50px;
    margin-left: 0px;
    width: 100%;
    font-size: 1.2em;
    font-weight: 300;
  text-align: inherit;
    font-family: "Larsseit";
    color: var(--blue-navy);
    opacity: 1; 
    z-index: 1;
}
.service-caption p{
    font-size: 1.1em;
}

.divider-middle-top-dark{
    margin-top: -20px;
}

.services-first a{
    font-size: .9em;
}
/*END PAGE SERVICES*/

/*PAGE NOS CLIENTS*/
.nosclients h1{
    font-size: 2.5em;
}

.nosclients p{
    font-size: 1.1em;
}

.divider-middle-top{
    margin-top: 0px;
}

#selections h2{
    font-size: 3em;
}

#selections p{
    font-size: 28px;
}

#selections .grid{
    margin-left: 15%;
}
/*END PAGE NOS CLIENTS*/

/*PAGE ABOUT*/
    #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 100px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
.about h1{
    font-size: 4em;
}

.about h2{
    font-size: 4em;
}

.about h3{
    font-size: 3em;
}

.divider-middle{
    margin-top: 0px;
}
    

#about .about2 p{
    font-size: 1.2em;
    
    margin-top: 100px;
}

#about4{
    padding-top: 100px;
    padding-bottom: 100px;
}

#about4 p{
    margin-top: 50px;
}

#about4 h3{
    font-size: 3em;
}

#about5{
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}
#about5 h3{
    font-size: 3em;
}

#about5 p{
    margin-top: 50px;
}

/*END PAGE ABOUT*/

/*PAGE CONTACT*/
#contact-form{
    margin: 0px auto;
    position: relative;
    height: 100vh;
    margin-bottom: 0px;
}
.contact-message{
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 00px;
}
    
    select{
        font-family: "Larsseit";
    }
#form_btn{
    background: var(--yellow);
    border: solid 1px var(--yellow);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 100px;
    right: 0%;
    float: left;
    width: 20%;
    font-family: "Larsseit-Medium";
}
/*END PAGE CONTACT*/

/*PAGE CM*/

.cm-first .cmimg{
    left: 0%;
}

.cm-first-2 h3{
    width: 85%;
    right: 0%;
}

/*
.cm-first span {
    visibility: hidden !important;
}
*/

/*END PAGE CM*/
    

 .favsocial h2{
        margin-top: 30px;
        float: none;
    }
    
    .grod2{
        padding-top: 40px;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
/*CAS CLIENTS*/
#autresclients h4{
    font-size: 2.5em;
    margin-top: 150px;
}
    
    .owl-carousel .item{
        width: 60%;
    }
    
}


/*MB 13 */
@media (width: 1280px) and (max-width: 1440px){
     
    :root{
    --blue-navy: #0B0D17;
    --blue-blur: rgb(146 151 179 / 13%);
    --blue-blur-dark: rgb(11 13 23 / 80%);
    --yellow: #ffc000;
    --gray: #F6F6F6;
    --green: #B3D4D0;
}
    
     html,
    body{
        overflow-x: hidden;
    }
    
    #home-head{
        height: auto;
    }
    
    .caption{
        margin-top: 0;
        top: 25%;
    }
    
    .caption h1{
        font-size: 3.5em;
    }
    
    .briller{
        padding-top: 50px;
        
    }
    .briller h2{
        font-size: 2.5em;
       
    }
    :root {
  --text: #121212;
  --line: #0B0D17;
  --line-active: #ffc000;
}
    .briller h2 .underline--ch {
background-size: 120px !important;
        left: 60% !important;
        top: 105px !important;
}
    
      .cards {
  display: none;
  align-items: center;
  margin-left: 0%;
    min-height: 60vh;
  overflow-x: scroll;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 1;
    position: relative;
          
}
    .card{
        min-width: 285px;
        max-width: 290px;
        height: 460px;
    }
    
    .card-info > h3 {
    color: #0B0D17 !important;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
    
.card-heading p {
    font-size: 1.1em;
    margin-top: 0px;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: left;
    width: 100%;
}
    
   .briller .confiance{
        font-size: 2.5em;
       margin-bottom: 50px !important;
    }
    
     .service-item{
        min-width: 350px;
        min-height: 350px;
        max-height: 350px;
        
    }
    .service-item h3{
        font-size: 1.5em;
        padding: 0 0 0 15px;
    }
    .service-item p{
        font-size: 1.1em;
        padding: 0 0 0 15px;
    }
    
    .grod {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	 grid-gap: 1.5rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
 .grod > div {
	 background:none;
	 padding: .5rem;
	 display: grid;
	 place-items: center;
}
 .grod > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 50%;
	 grid-area: 1 / 1 / 2 / 2;
}
 .grod > div img {
	 width: 50%;
     opacity: .7;
	 grid-area:  1 / 1 / 2 / 2;
}
 .grod > div img:hover {
	 width: 50%;
     opacity: 1;
	 grid-area:  1 / 1 / 2 / 2;
}
    
    .bg-green{
       
        margin-bottom: 0px;
        height: 85vh;
    }
    .service h2{
        margin-top: 50px;
        font-size: 2em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1.2em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .tab{
        margin-left: 30%;
    }
    
    .tabs{
        padding: 10px;
       
    }
    .tabs li{
        margin-left: 0%;
        margin-bottom: 0px;
        padding: 5px;
        
    }
   
    .tabs_item {
	 display: none;
	 padding: 15px 0;
}
    
    .tabs_item p{
        margin-left: 3%;
        font-size: 1em;
        margin-bottom: 30px;
    }
    .tabs_item img{
        margin-left: 3%;
        width: 500px;
    }
    
    .performants{
     margin-top: 0px;
        margin-bottom: 0px;
    }
    .performants h2{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-200%,0,0);  /* position finale à gauche */
  }
}
    
    #nextclient{
        padding-top:100px;
        padding-bottom: 100px;
        height: auto;
    }
    #nextclient h3{
        font-size: 3em;
    }
    #nextclient h2{
        margin-top: 50px;
    }
    
    .process{
        margin-top: 0px;
        height: auto;
    }
    
    .process h2{
        font-size: 2em;
    }
    
    .process .steps{
        margin-top: 50px;
    }
    
 
    
    .swiper-container {
        position: relative;
        right: %;
        max-height: 600px !important;
        margin-top: 0;
}
   .slider2 .swiper-container .slide-inner h2{
        font-size: 2.5em;
    }
   .slider2 .swiper-container .slide-inner{
        position: relative;
       
    }
    .slider2 .swiper-container .slide-inner p{
        font-size: 1em;
        text-align: left;
        width: 100%;
    }       
    
    .quoters{
    height: auto;
    padding-top: 0px;
    margin-bottom: 150px;
        background-position: 50% -15%;
        margin-top: 0px;
}
    
    .rsbg{
    height: 400px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 85%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 100px;
    margin-left: 40px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.5em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 150px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.5em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 20px;
    left: 85%;
    top: 5%;
    position: relative;
    
}
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    width: 70%;
    color: var(--blue-navy);
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: inherit;
}
    .blogger h3{
    font-family: "TiemposHeadline-Medium";
    margin-top: 50px;
    font-size: 1,7em;
    line-height: 40px;
    color: var(--blue-navy);
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 30px;
    font-size: 1em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    #team h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-left: 10%;
    margin-bottom: 100px;
    margin-top: 200px;
}
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: 330px;
    top: 110px;
    background-size: 450px; 
}
     .underline-team {
    background-repeat: no-repeat;
     height: 150px;
    width: 100%;
   
}
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 100px 0 100px;;
   
}
    
    /*PAGE SERVICES*/

.service-caption h1{
    font-size: 3em;
}
.service-caption p{
    font-size: 1.1em;
}

.divider-middle-top-dark{
    margin-top: -40px;
}

.services-first a{
    font-size: .9em;
}
/*END PAGE SERVICES*/

/*PAGE NOS CLIENTS*/
.nosclients h1{
    font-size: 2.5em;
    margin-left: 30px;
}

.nosclients p{
    font-size: 1.1em;
    margin-left: 30px;
}

.divider-middle-top{
    margin-top: 50px;
}

#selections h2{
    font-size: 3em;
}

#selections p{
    font-size: 1.1em;
}

#selections .grid{
    margin-left: 20px;
}
/*END PAGE NOS CLIENTS*/

/*PAGE ABOUT*/

    
       #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 100px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
    
.about h1{
    font-size: 4em;
}

.about h2{
    font-size: 4em;
}

.about h3{
    font-size: 3em;
}

.divider-middle{
    margin-top: -20px;
}

#about .about2{
    margin-top: 100px;
}
#about .about2 p{
    font-size: 1.2em;
    
    margin-top: 100px;
}

#about4{
    padding-top: 100px;
    padding-bottom: 100px;
}

#about4 p{
    margin-top: 50px;
}

#about4 h3{
    font-size: 3em;
}

#about5{
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}
#about5 h3{
    font-size: 3em;
}

#about5 p{
    margin-top: 50px;
}

/*END PAGE ABOUT*/

/*PAGE CONTACT*/
#contact-form{
    margin: 0px auto;
    position: relative;
    height: 100vh;
}
.contact-message{
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 00px;
}
    
    select{
        font-family: "Larsseit";
    }
#form_btn{
    background: var(--yellow);
    border: solid 1px var(--yellow);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 100px;
    right: 0%;
    float: left;
    width: 20%;
    font-family: "Larsseit-Medium";
}
/*END PAGE CONTACT*/

/*PAGE CM*/

    .cm-first h2{
        font-size: 2.5em;
        margin-bottom: 50px;
    }
    .cm-first h{
        font-size: 2.5em;
        margin-bottom: 50px;
    }
    
    .cm-first .underline--ch{
         display: none !important;
    }
    .cm-first-2 .underline--ch{
        display: none !important;
    }
    .cm-first-2 .surrounded--a{
        display: none !important;
    }
    
    .cm-first-2 .grod4{
        margin-top: -150px;
    }
    
.cm-first .cmimg{
    top: 100px;
    left: 0%;
}

.cm-first-2 h3{
    width: 85%;
    right: 0%;
    font-size: 1.75em;
}

/*
    
    
.cm-first span {
    visibility: hidden !important;
}
*/

/*END PAGE CM*/
    
/*    PAGE STRAT*/
    #cases h2{
        font-size: 2em;
        margin-top: 80px;
    }
    .casescta{
        height: 250px;
    }
    .favsocial h2{
        margin-top: 30px;
        float: none;
    }
    
    .grod2{
        padding-top: 50px;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
/*    END STRAT*/
/*CAS CLIENTS*/
#autresclients h4{
    font-size: 2.5em;
    margin-top: 150px;
}
    #autresclients .clienttitle {
        font-size: 2.5em;
    }
    
    #autresclients .underline--ch{
        display: none !important;
    }
}

@media (width: 1440px) and (max-width: 1440px){
    
    .bg-green{
        height: auto;
    }
}
/*Macbook Air*/
@media (width: 1440px) and (max-width: 1920px){
    
    :root{
    --blue-navy: #0B0D17;
    --blue-blur: rgb(146 151 179 / 13%);
    --blue-blur-dark: rgb(11 13 23 / 80%);
    --yellow: #ffc000;
    --gray: #F6F6F6;
    --green: #B3D4D0;
}
    
     html,
    body{
        overflow-x: hidden;
    }
    
    #home-head{
        height: auto;
    }
    
    .caption{
        margin-top: 0;
    }
    
    .briller{
        padding-top: 100px;
        
    }
    .briller h2{
        font-size: 3em;
       
    }
    :root {
  --text: #121212;
  --line: #0B0D17;
  --line-active: #ffc000;
}
    .briller h2 span {
 background-size: 150px !important;
        left: 60% !important;
}
    
      .cards {
  display: none;
  align-items: center;
  margin-left: 0%;
    min-height: 60vh;
  overflow-x: scroll;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 1;
    position: relative;
}
    
   .briller .confiance{
        font-size: 2.5em;
       margin-bottom: 50px !important;
    }
    
    .grod {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	 grid-gap: 1.5rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

 .grod > div {
	 background:none;
	 padding: .5rem;
	 display: grid;
	 place-items: center;
}
 .grod > div::before {
	 content: "";
	 display: block;
	 padding-bottom: 50%;
	 grid-area: 1 / 1 / 2 / 2;
}
 .grod > div img {
	 width: 50%;
     opacity: .7;
	 grid-area:  1 / 1 / 2 / 2;
}
 .grod > div img:hover {
	 width: 50%;
     opacity: 1;
	 grid-area:  1 / 1 / 2 / 2;
}
    
    .bg-green{
       
        margin-bottom: 0px;
        height: auto;
    }
    .service h2{
        margin-top: 50px;
        font-size: 2em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1.2em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .tab{
        margin-left: 30%;
    }
    
    .tabs{
        padding: 10px;
       
    }
    .tabs li{
        margin-left: 0%;
        margin-bottom: 0px;
        padding: 5px;
        
    }
   
    .tabs_item {
	 display: none;
	 padding: 15px 0;
}
    
    .tabs_item p{
        margin-left: 3%;
        font-size: 1em;
        margin-bottom: 30px;
    }
    .tabs_item img{
        margin-left: 3%;
        width: 500px;
    }
    
    .performants{
     margin-top: 0px;
        margin-bottom: 0px;
    }
    .performants h2{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-200%,0,0);  /* position finale à gauche */
  }
}
    
    #nextclient{
        padding-top:100px;
        padding-bottom: 100px;
        height: auto;
    }
    #nextclient h3{
        font-size: 3em;
    }
    
    .process{
        margin-top: 0px;
        height: auto;
    }
    
    .process h3{
        font-size: 3em;
    }
    
 
    
    .swiper-container {
        position: relative;
        right: %;
        max-height: 600px !important;
        margin-top: 0;
}
   .slider2 .swiper-container .slide-inner h2{
        font-size: 2.5em;
    }
   .slider2 .swiper-container .slide-inner{
        position: relative;
       
    }
    .slider2 .swiper-container .slide-inner p{
        font-size: 1em;
        text-align: left;
        width: 100%;
    }       
    
    .quoters{
    height: auto;
    padding-top: 0px;
    margin-bottom: 0px;
        background-position: 50% -15%;
        margin-top: 0px;
}
    
    .rsbg{
    height: 500px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    width: 85%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 100px;
    margin-left: 40px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.75em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 200px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.75em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 20px;
    left: 22%;
    top: 70px;
    position: relative;
    
}
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    width: 70%;
    color: var(--blue-navy);
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: inherit;
}
    .blogger h3{
    font-family: "TiemposHeadline-Medium";
    margin-top: 50px;
    font-size: 1,7em;
    line-height: 40px;
    color: var(--blue-navy);
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 30px;
    font-size: 1em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    #team h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 4em;
    margin-left: 10%;
    margin-bottom: 100px;
    margin-top: 200px;
}
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: 330px;
    top: 110px;
    background-size: 450px; 
}
     .underline-team {
    background-repeat: no-repeat;
     height: 150px;
    width: 100%;
   
}
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 100px 0 100px;;
   
}
    
    /*PAGE SERVICES*/

.service-caption h1{
    font-size: 3em;
}
.service-caption p{
    font-size: 1.1em;
}

.divider-middle-top-dark{
    margin-top: -40px;
}

.services-first a{
    font-size: .9em;
}
/*END PAGE SERVICES*/

/*PAGE NOS CLIENTS*/
.nosclients h1{
    font-size: 2.75em;
    margin-left: 30px;
}

.nosclients p{
    font-size: 1.1em;
    margin-left: 30px;
}

.divider-middle-top{
    margin-top: 50px;
}

#selections h2{
    font-size: 3em;
}

#selections p{
    font-size: 1.1em;
}

#selections .grid{
    margin-left: 5%;
}
/*END PAGE NOS CLIENTS*/

/*PAGE ABOUT*/

    
       #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 100px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
    
.about h1{
    font-size: 4em;
}

.about h2{
    font-size: 4em;
}

.about h3{
    font-size: 3em;
}

.divider-middle{
    margin-top: -20px;
}

#about .about2{
    margin-top: 100px;
}
#about .about2 p{
    font-size: 1.2em;
    
    margin-top: 100px;
}

#about4{
    padding-top: 100px;
    padding-bottom: 100px;
}

#about4 p{
    margin-top: 50px;
}

#about4 h3{
    font-size: 3em;
}

#about5{
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
}
#about5 h3{
    font-size: 3em;
}

#about5 p{
    margin-top: 50px;
}

/*END PAGE ABOUT*/

/*PAGE CONTACT*/
#contact-form{
    margin: 0px auto;
    position: relative;
    height: 100vh;
}
.contact-message{
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 00px;
}
    
    select{
        font-family: "Larsseit";
    }
#form_btn{
    background: var(--yellow);
    border: solid 1px var(--yellow);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 100px;
    right: 0%;
    float: left;
    width: 20%;
    font-family: "Larsseit-Medium";
}
/*END PAGE CONTACT*/

/*PAGE CM*/

  .cm-first h2{
        font-size: 2.75em;
        margin-bottom: 50px;
    }
    .cm-first h{
        font-size: 2.75em;
        margin-bottom: 50px;
    }
    
    .cm-first .underline--ch{
         display: none !important;
    }
    .cm-first-2 .underline--ch{
        display: none !important;
    }
    .cm-first-2 .surrounded--a{
        display: none !important;
    }
    
    .cm-first-2 .grod4{
        margin-top: -150px;
    }  
    
    
.cm-first .cmimg{
    top: 100px;
    left: 0%;
}

.cm-first-2 h3{
    width: 85%;
    right: 0%;
}

/*
    
    
.cm-first span {
    visibility: hidden !important;
}
*/

/*END PAGE CM*/
    
/*    PAGE STRAT*/

    .favsocial h2{
        margin-top: 50px;
        float: none;
    }
    
    .grod2{
        padding-top: 50px;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
/*    END STRAT*/
/*CAS CLIENTS*/
#autresclients h4{
    font-size: 2.5em;
    margin-top: 150px;
}
    
}



/*END CAS CLIENTS*/

/*RESPONSIVE*/
@media (width: 400px) and (max-width: 400px){
    html,
    body{
        overflow-x: hidden !important;
        max-width: 400px !important;
        min-width: 400px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
   .navbar .logo {
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .window{
        display: block;
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--blue-navy);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 390px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 460%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -65%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 25%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 1.8em;
        font-family: "TiemposHeadline-Bold";
        text-align: center;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    font-size: 1.75em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
    .service-caption img{
       display: none;
    }
    .services-first{
    padding-bottom: 0px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 50px;
   text-align: inherit;
    font-size: 2em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 20px;
        height: auto;
        padding-bottom: 0;
        
    }
    .briller h2{
        font-size: 1.75em;
        z-index: 0;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.3;
    }
    
    .briller span{
        top: 120px !important;
        left: 65% !important;
        background-size: 120px !important;
    }
    
   
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
        padding-bottom: 50px;
    }
    
    .cards {
        display: block;
        margin-bottom: 10px;
        margin-top: 50px;
        margin-left: 45px;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-bottom: 10px;
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 400px;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 100%;
        margin-bottom: 20px;
        
    }
    .card-heading p{
        text-align: center;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-info > h3{
        font-size: 1.5em;
        margin-bottom: 10px;
        text-align: center;
    }
    .card-grad--video {
     
     margin-bottom: 10px;
}
    
    .card-tags{
        left: 25%;
    }
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        margin-bottom: 50px;
        height: 30vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.5em;
        line-height: 1.3;
        text-align: center;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: center;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .bg-green .custom-btn{
        margin-left: 22%;
    }
  
    .secteurs {
        visibility: hidden;
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
    

    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    
    .process h2{
        font-size: 1.5em;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 1.3;
        text-align: center;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 450px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--gray);
    margin-top: 60px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--gray);
    text-align: left;
    margin-top: -30px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 80%;
    top: 5%;
    position: relative;
    
}
    #actu{
        padding-bottom: 30px;
    }
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    color: var(--gray);
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
    
    .blogger h3{
        font-size: 1.2em;
    }
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: .9em;
    line-height: 20px;
    color: var(--gray);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        
    }
    
   
    #services .service-caption p{
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        font-size: 1.1em;
    }
    
    
    .venues {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
     .venues-item{
        padding-bottom:2em;
        padding-top: 0em;
         width: 100%;
         margin-left: 10%;
    }
    
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: auto;
        padding-bottom: 30px;
}

    
    .footmenu a {
        padding: .3em;
        font-size: .8em;
        text-align: center;
        margin-left: 0px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        margin-left: 40%;
    }
    .footer p{
        text-align: center;
    }
    
    .footer .social-icon {
        margin-left: 30%;
        margin-top: 10px;
    }
    
/*    ABOUT*/
    
    #about{
        padding-bottom: 100px;
    }
    
    #aboutus {
        max-height: 70vh;
         display: flex;
    justify-content: center;
    }
    
    #aboutus .about{
        height: 55vh;
    }
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    #about .about .aboutdates
    {
        font-size: 1.75em;
    }
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
        padding-top: 50px;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1em;
    color: var(--blue-navy);
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
}
    
    #about4 img{
        margin-bottom: 100px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: #0B0D17;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.3em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: center;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 85%;
    top: 0%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: center;
        font-size: 1.1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/Mobile/header-CM-mobile.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    
    #community .service-caption h1{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #community .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h2{
        margin-top: 0px;
        font-size: 1.75em;
        text-align: center;
        margin-bottom: 30px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
        width: 100%;
}
    
    .cm-first .firstp{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    
    .cm-first .custom-btn{
        margin-left: 10%;
    }
    
    
    .cm-first span{
        display: none;
    }.cm-first i{
        display: none;
    }
    .cm-first h3{
        margin-top: -50px;
        font-size: 1.5em;
        text-align: center;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
        padding-top: 80px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
      .cm-first .videoimgresp{
        display: none;
    }
    
    .cm-first .respvideo{
        margin-top: -100px;
    }
    
    .cm-first .socialadsimg{
      margin-top: -50px;
        margin-bottom: 50px;
    }
    .socialads h3{
        margin-top: -150px;
    }
    .socialads h2{
        margin-top: 30px;
    }
    .socialads .custom-btn {
        margin-bottom: 50px;
    }
    
    .socialads .leadgen{
        margin-top: 50px;
    }
    .socialads .mobilenoto{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .socialads .socialnotif{
        display: none;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
        text-align: center !important;
    }
    
    .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
        padding-bottom: 0px;
    }
    
    .grod4 > div > a{
        padding: 0;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/Mobile/header-strat-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
    background-color: #060A1A;
   height: 70vh;
}
    
    #strategy .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #strategy .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .grod2{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        margin-bottom: 20px;
    }
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #crea{
         background-image: url(../images/assets/headers/Mobile/header-creations-visuelles-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 70vh;
    }
    
    #crea .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #crea .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion p{
        font-size: 3em;
        margin-bottom: 0;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 70vh;
        background-position: center;
        background-image: url(../images/assets/headers/Mobile/header-ads-mobile.jpg);
        background-position: 50% 0%;
    }
    
    #social-ads .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
        color: var(--blue-navy);
    }
    
  
    
    #social-ads .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
         color: var(--blue-navy);
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 1.75em;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-top: 70px;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin-top: 0;
    }
    
    .divider-middle-top{
        left: 50%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
        display: none;
    }
    #selections h2{
        font-size: 1.75em;
        margin-top: 0;
        z-index: 1;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .chatmob{
        margin-top: -50px;
        margin-bottom: -50px;
    }
    
    .chatfirst{
        padding-bottom: 0;
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade{
        background-image: url(../images/assets/headers/Mobile/publication-instagram-stade-toulousain-mobile.jpg);
    }
    
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .stadesecond h3{
        margin-top: 0px;
        font-size: 1.75em;
    }
    .stadesecond p{
        
        font-size: 1.1em;
    }
    
    .casfirst .stadepost{
        margin-top: -50px;
    }
    
    #hypnia{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/publication-instagram-couverture-hypnia-mobile.jpg);
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #mtarget{
        background-image: url(../images/assets/headers/Mobile/header-mtarget-mobile.jpg);
    }
    
    #mtarget h1{
        font-size: 2.5em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #mtarget p{
        font-size: 1.1em;
        width: 80% !important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    .mtargetmobile{
        margin-top: -50px;
    }
    
    .mtfirst{
        padding-bottom: 0px;
    }
    
    .mtland{
        padding-bottom: 0;
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
        
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: center;
    }
     #chiffres .chiffretitre{
        font-size: 1.75em;
        margin-top: 0;
        text-align: center;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 10px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 10px;
        margin-top: 30px;
    }
    
    
    #edtake h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #lcj{
        background-image: url(../images/assets/headers/Mobile/header-lcj-mobile.jpg);
    }
    
     #lcj h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lcj p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #lma h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lma p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
    
    .lcjfirst{
        padding-bottom: 50px;
    }
    .lcjmob{
        margin-top: 0px;
    }
    .neiwmob{
        margin-top: -50px;
    }
    
    .neiwfirst{
        padding-bottom: 0;
    }
    
    .neiwads{
        margin-top: -0px;
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 250px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .casfirst .casfirsttittre {
        font-size: 1.75em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .casfirst .bibentpost{
        margin-top: -10px;
    }
    
    .casbibent{
        padding-bottom: 0px;
    }
    
    .chatim{
        padding: 0px; 
        margin-bottom: 0;
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h2{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h3{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h2 span{
        display: none !important;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
        width: 60%;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 1.5em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 100px;
        text-align: center;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 80%;
    margin-left: 40px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    #autresclients .clienttitle{
        margin-top: 50px;
        font-size: 2em;
        padding: 0;
        margin-left: 0;
    }
    
    #autresclients .clienttitle span{
       display: none;
    }
    
    #autresclients img{
        margin-left: 15px;
    }
    
}
/*END RESPONSIVE */

/*IPAD NORMAL*/
@media  (width: 768px) and (max-width: 768px) {
      html,
    body{
        overflow-x: hidden !important;
        max-width: 768px !important;
        min-width: 768px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
    .header{
        padding-top: 0px;
        margin-left: 0px;
    }
    
 
     .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .mobilewhite{
      position: fixed;
        background: var(--blue-navy);
    }
    
    .navbar {
        padding-top: 20px;
    }
    
    .window{
        display: block;
      
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 778px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -70%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 15%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        text-align: left;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        top: 25%;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 100px;
        text-align: left;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 30px;
    margin-left: 1%;
    width: 100%;
    font-size: 2em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
 
    .services-first{
    padding-bottom: 100px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 100px;
   text-align: inherit;
    font-size: 2.3em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 100px;
        height: auto;
        padding-bottom: 0;
    }
    .briller h2{
        font-size: 2em;
        z-index: 0;
        margin-top: 0px;
        margin-bottom: 0;
    }
    
    .briller span{
        top: 90px !important;
        left: 60% !important;
        background-size: 120px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
    }
    
    .cards {
        display:none;
        
        justify-content: space-between;
        margin-bottom: 0px;
        margin-top: -50px;
        margin-left: 30px;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 0px;
        
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 450px;
        margin-left: 30px;
        
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 85%;
        margin-bottom: 20px;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-grad--video {
 
     margin-bottom: 10px;
}
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        margin-bottom: 200px;
        height: 30vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.3em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
  
    .tabs li{
        padding: 0px;
    }
    
    .secteurs{
        margin-top: 50px;
       
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    

    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: 50px;
    }
    
    .process h2{
        font-size: 1.6em;
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
        margin-top: 30px;
        line-height: 1.3;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 250px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--gray);
    margin-top: 80px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--gray);
    text-align: left;
    margin-top: 50px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 55%;
    top: 20%;
    position: relative;
    
}
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 100%;
    color: var(--gray);
    margin-top: -30px;
    margin-bottom: 60px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 20px;
    color: var(--gray);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        font-size: 1.75em !important;
        margin-top: 0px;
    }
    #services .service-caption p{
        font-size: 1.1em !important;
        margin-top: 0px;
    }
    
    .divider-middle-top-dark{
        left: 120% !important;
    }
     .venues-item{
        padding-bottom: 2em;
        padding-top: 2em;
    }
    
    .venues{
margin-top: 0;
        margin-bottom: 0;
    }
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: 250px;
}

    
    .footmenu a {
        padding: .5em;
        font-size: 1.2em;
        text-align: left;
        margin-left: 25px;
        margin-top: 50px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        width: 50%;
    }
    
/*    ABOUT*/
    
       #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 50px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
    
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 100%;
    margin-top: 120px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    
}
 #about .about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: 50px;
        margin-bottom: 50px;
    text-align: center;
    
}
    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    text-align: left;
    width: 100% !important;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1.1em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 50px;
    line-height: 1.2;
    margin-bottom: 50px;
    width: 100%;
}
    
    #about4 img{
        margin-bottom: 150px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.5em;
    color: #0B0D17;
    text-align: left;
    padding: 15px;
    margin-top: 100px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.5em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: left;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 95%;
    top: 1%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: left;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: left;
        font-size: 1em;
    }
    .goodhands h2{
        margin-top: 150px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/header-CM.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    #community .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #community .service-caption p{
        
        margin-top: 0px;
    }
    
    #strategy .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #strategy .service-caption p{
        
        margin-top: 0px;
    }
    #crea .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #crea .service-caption p{
        
        margin-top: 0px;
    }
    
    #crea{
        height: 70vh;
    }
    #social-ads .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #social-ads .service-caption p{
        
        margin-top: 0px;
    }
    
    #social-ads{
        height: 70vh;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h1{
        margin-top: 0px;
        font-size: 1.5em;
        text-align: left;
        margin-bottom: 50px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
}
    
    .cm-first h2{
        text-align: left;
        left: 0%;
        font-size: 2em;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .cm-first .firstp{
        text-align: left;
        left: 0%;
        font-size: 1.1em;
        width: 100%;
    }
    .cm-first .custom-btn{
        text-align: left;
        margin-left: 0;
        font-size: 1.1em;
    }
    
    .cm-first span{
        visibility: hidden;
    }
    .cm-first h3{
        margin-top: 0px;
        font-size: 1.3em;
        text-align: inherit;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 100px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
    
    .cm-first-2 .grod4{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        margin-top: -200px;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/header-strat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: 70% 50%; 
    background-color: #060A1A;
   height: 70vh;
}
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #contenu{
         background-image: url(../images/headers/contenus.png);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 100vh;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 100vh;
        background-position: center;
    }
    
    #social-ads .community-management h1{
        display: flex;
        justify-content: center;
        
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 2em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    
    .divider-middle-top{
        left: 100%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
       margin-top: 50px;
    }
    #selections h2{
        font-size: 2em;
        margin-top: 0;
        z-index: 1;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 778px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1em;
        padding-left: 2%;
        padding-right: 2%;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0px;
    }
    
    #mce p{
        font-size: 1.1em;
        width: 70%;
        left: 20%;
        top: 5% !important;
        margin-bottom: 0;
        
    }
    
    #mce .gbtitle p{
        margin-top: 100px;
    }
    #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #hypnia{
        background-position: 80% 0%;
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 100px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: left;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 20px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 20px;
        margin-top: 30px;
    }
    
    
    #autresclients .clienttitle{
        font-size: 2em;
        margin-top: 100px;
    }
    
    #autresclients img{
        margin-top: 100px;
    }
    
    #edtake h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    #bd h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #bd p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 250px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .chatim{
        padding: 15px;  
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h1{
         font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
        padding: 30px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 2em;
        padding: 15px;
        margin-bottom: 30px;
        line-height: 1.3;
        margin-top: 0px;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 30%;
    margin-left: 90px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    .contact-message{
        width: 100%;
    }
    
    #form_btn{
        width: 40%;
        top: -50px;
        right: 0%;
        font-family: "Larsseit";
    }
    
    select{
        font-family: "Larsseit";
    }
    
/*    END CAS CLIENTS*/
    
}
/*END IPAD NORMAL*/

/*IPAD 11*/
@media  (width: 834px) and (max-width: 834px) {
      html,
    body{
        overflow-x: hidden !important;
        max-width: 834px !important;
        min-width: 834px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
    #home-head{
        height: 75vh;
    }
    
    .header{
        padding-top: 0px;
        margin-left: 0px;
    }
    
 
     .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 45%;
       top: 30%;
       z-index: 1;
    }
    
    .mobilewhite{
      position: fixed;
        background: var(--blue-navy);
    }
    
    .navbar {
        padding-top: 20px;
    }
    
    .window{
        display: block;
      
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 834px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 250%;
        height: 70vh;
        position:static;
        position: relative;
        
        left: -70%;
    }
    
    .video-wrap{
        width: 100%;
        height: 70vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 15%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 3em;
        font-family: "TiemposHeadline-Bold";
        text-align: left;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        top: 25%;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 100px;
        text-align: left;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 70vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 30px;
    margin-left: 1%;
    width: 100%;
    font-size: 2em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
 
    .services-first{
    padding-bottom: 100px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 100px;
   text-align: inherit;
    font-size: 2.3em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 0px;
        height: auto;
        padding-bottom: 0;
    }
    .briller h2{
        font-size: 1.75em;
        z-index: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .briller span{
        top: 90px !important;
        left: 60% !important;
        background-size: 120px !important;
    }
    
    .owl-carousel .items{
        margin: 0px;
/*
        margin-left: 200px;
        width: 50%;
*/
    }
    .owl-carousel .homeitems{
        margin: 40px;
/*
        margin-left: 200px;
        width: 50%;
*/
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
    }
    
    .cards {
        display:none;
        
        justify-content: space-between;
        margin-bottom: 0px;
        margin-top: -50px;
        margin-left: 30px;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 0px;
        
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 450px;
        margin-left: 30px;
        
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 85%;
        margin-bottom: 20px;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-grad--video {
 
     margin-bottom: 10px;
}
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        padding-bottom: 200px;
        height: 70vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.5em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
  
    .tabs li{
        padding: 0px;
    }
    
    .secteurs{
        margin-top: 50px;
       
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    

    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        padding-top: 0px;
    }
    
    .process h2{
        font-size: 1.6em;
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
        margin-top: 30px;
        line-height: 1.3;
    }
    
    .process .steps h3{
        margin-top: 40px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: 30px !important;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
        padding-top: 0;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 250px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
        background-image: url(../images/assets/bg-gradient.svg);
        background-position: 50% 40%;
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 80px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 80px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 55%;
    top: 20%;
    position: relative;
    
}
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 100%;
    color: var(--blue-navy);
    margin-top: -30px;
    margin-bottom: 60px;
    text-align: inherit;
}
    .blogger h3{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.2em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit-Light";
    margin-top: 10px;
    font-size: 1em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        font-size: 1.65em !important;
        margin-top: 0px;
    }
    #services .service-caption p{
        font-size: 1em !important;
        margin-top: 0px;
    }
    
    .divider-middle-top-dark{
        left: 120% !important;
    }
     .venues-item{
        padding-bottom: 2em;
        padding-top: 2em;
    }
    
    .venues{
margin-top: 0;
        margin-bottom: 0;
    }
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: 250px;
}

    
    .footmenu a {
        padding: .5em;
        font-size: 1.2em;
        text-align: left;
        margin-left: 25px;
        margin-top: 50px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        width: 50%;
    }
    
/*    ABOUT*/
    
       #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 50px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
    
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 100%;
    margin-top: 120px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    
}
 #about .about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: 50px;
        margin-bottom: 50px;
    text-align: center;
    
}
    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    text-align: left;
    width: 100% !important;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1.1em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 50px;
    line-height: 1.2;
    margin-bottom: 50px;
    width: 100%;
}
    
    #about4 img{
        margin-bottom: 150px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.5em;
    color: #0B0D17;
    text-align: left;
    padding: 15px;
    margin-top: 100px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.5em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: left;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 95%;
    top: 1%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: left;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: left;
        font-size: 1em;
    }
    .goodhands h2{
        margin-top: 150px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/header-CM.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    #community .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #community .service-caption p{
        
        margin-top: 0px;
    }
    
    #strategy .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 50px;
    }
    #strategy .service-caption p{
        
        margin-top: 0px;
    }
    #crea .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 50px;
    }
    #crea .service-caption p{
        
        margin-top: 0px;
    }
    
    #crea{
        height: 70vh;
    }
    #social-ads .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 50px;
    }
    #social-ads .service-caption p{
        
        margin-top: 0px;
    }
    
    #social-ads{
        height: 70vh;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h1{
        margin-top: 0px;
        font-size: 1.5em;
        text-align: left;
        margin-bottom: 50px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
}
    
    .cm-first h2{
        text-align: left;
        left: 0%;
        font-size: 2em;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .cm-first .firstp{
        text-align: left;
        left: 0%;
        font-size: 1.1em;
        width: 100%;
    }
    .cm-first .custom-btn{
        text-align: left;
        margin-left: 0;
        font-size: 1.1em;
    }
    
    .cm-first span{
        visibility: hidden;
    }
    .cm-first h3{
        margin-top: 0px;
        font-size: 1.75em;
        text-align: inherit;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 100px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 100px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
    
    .cm-first-2 .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 80px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -80px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/header-strat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: 70% 50%; 
    background-color: #060A1A;
   height: 70vh;
}
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #contenu{
         background-image: url(../images/headers/contenus.png);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 100vh;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 100vh;
        background-position: center;
    }
    
    #social-ads .community-management h1{
        display: flex;
        justify-content: center;
        
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 15%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 2em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    
    .divider-middle-top{
        left: 100%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
       margin-top: 50px;
    }
    #selections h2{
        font-size: 2em;
        margin-top: 0;
        z-index: 1;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 800px;
    padding: 0px;
        margin-left:  20px;
}
    #selections .ref{
        font-size: 1em;
        padding-left: 2%;
        padding-right: 2%;
    }
    #selections .grid .color-shape{
        margin-left: 0px;
        margin-top: 100px;
    }
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 2.75em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #mce p{
        font-size: 1.1em;
        width: 70%;
        left: 20%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #mce .gbtitle p{
        margin-top: 80px;
    }
    #chateauvieux h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade{
        height: 70vh;
        background-position: 60% 30%;
    }
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #hypnia{
        background-position: 80% 0%;
        height: 70vh;
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 10%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 100px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: left;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 20px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 20px;
        margin-top: 30px;
    }
    
    
    #autresclients .clienttitle{
        font-size: 2em;
        margin-top: 100px;
    }
    
    #autresclients img{
        margin-top: 100px;
    }
    #edtake{
        height: 70vh;
    }
    #edtake h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #chateauvieux{
        height: 70vh;
    }
    
    #jolt{
        height: 70vh;
    }
    #helpicto{
        height: 70vh;
        background-position: 80% 30%;
    }
    #lebibent{
        height: 70vh;
    }
    #berdoues{
        height: 70vh;
    }
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 70vh;

}
    #mtarget{
        height: 70vh;
    }
    
    #neiwa h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    #bd{
        height: 70vh;
    }
    #bd h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 25% !important;
        margin-bottom: 0;
    }
    #bd p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #g-bertrand .start{
        display: none;
       
    }
    
    #lcj{
        height: 70vh;
    }
   
    #lma{
        height: 70vh;
    }
    #gaumont{
        height: 70vh;
    }
   
        
    .gbmenu li {
        padding: 3.5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 420px
    }  
    
    
   
    .gbtitle {
        bottom: 95%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 3em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 100px;
        width: 60% !important;
        left: 16% !important;
    }
    #g-bertrand{
        height: 70vh;
    }
  
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .chatim{
        padding: 15px;  
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h2{
         font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
        padding: 30px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 2em;
        padding: 15px;
        margin-bottom: 30px;
        line-height: 1.3;
        margin-top: 0px;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 30%;
    margin-left: 90px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    .contact-message{
        width: 100%;
    }
    
    #form_btn{
        width: 40%;
        top: -50px;
        right: 0%;
        font-family: "Larsseit";
    }
    
    select{
        font-family: "Larsseit";
    }
    
/*    END CAS CLIENTS*/
    
}
/*END IPAD 11*/

/*IPAD 11 HORI*/

/*END IPAD 11 HORI*/

/*IPAD PRO 12*/
@media  (width: 1024px) and (max-width: 1024px) {
      html,
    body{
        overflow-x: hidden !important;
        max-width: 1024px !important;
        min-width: 1024px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
    .header{
        padding-top: 0px;
        margin-left: 0px;
    }
    
 
    
   .navbar .logo {
        position: absolute;
       left: 0%;
       top: 35%;
       z-index: 1;
    }
    
    .navbar {
        padding-top: 20px;
    }
    
    .window{
        display: none;
      
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--blue-navy);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 778px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -70%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 15%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 3.5em;
        font-family: "TiemposHeadline-Bold";
        text-align: left;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        top: 45%;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 200px;
        text-align: left;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 70vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 30px;
    margin-left: 1%;
    width: 100%;
    font-size: 2em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
 
    .services-first{
    padding-bottom: 100px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 100px;
   text-align: center;
    font-size: 2.3em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 50px;
        height: auto;
        padding-bottom: 0;
    }
    .briller h2{
        font-size: 2.75em;
        z-index: 0;
        margin-top: 0px;
        margin-bottom: 0;
    }
    
    .briller span{
        top: 120px !important;
        left: 60% !important;
        background-size: 180px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        grid-gap: 0.5rem;
        margin-top: 50px;
    }
    .service-item{
        display: none;
    }
    .cards {
        display:flex;
        min-height: 40vh;
        justify-content: space-between;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 30px;
        min-width: 100%;
        max-width: 100%;
        
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 450px;
        margin-left: 30px;
        background: #F7F8FA;
            -webkit-box-shadow: 0px 10px 35px -15px rgb(11 13 23 / 10%);
    -moz-box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
    box-shadow: 0px 10px 35px -15px rgb(11 13 23 / 10%);
        
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 85%;
        margin-bottom: 20px;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-grad--video {
 
     margin-bottom: 10px;
}
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        margin-bottom: 200px;
        height: 30vh;
        margin-top: 50px;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 2em;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
  
    .tabs li{
        padding: 0px;
    }
    
    .secteurs{
        margin-top: 50px;
       
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
    

    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: 50px;
    }
    
    .process h2{
        font-size: 1.6em;
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
        margin-top: 30px;
        line-height: 1.3;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 100% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 250px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--gray);
    margin-top: 80px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--gray);
    text-align: left;
    margin-top: 50px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 55%;
    top: 20%;
    position: relative;
    
}
    
    #actu{
        padding-top: 80px;
    }
    
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    width: 100%;
    color: var(--gray);
    margin-top: -30px;
    margin-bottom: 60px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 20px;
    color: var(--gray);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        font-size: 2.75em !important;
        margin-top: 0px;
    }
    #services .service-caption p{
        font-size: 1.1em !important;
        margin-top: 0px;
    }
    
    .divider-middle-top-dark{
        left: 120% !important;
    }
     .venues-item{
        padding-bottom: 2em;
        padding-top: 2em;
    }
    
    .venues{
margin-top: 0;
        margin-bottom: 0;
    }
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: 250px;
}

    
    .footmenu a {
        padding: .5em;
        font-size: 1.2em;
        text-align: left;
        margin-left: 25px;
        margin-top: 50px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        width: 50%;
    }
    
/*    ABOUT*/
    
       #aboutus .about {
        height: auto;
        padding-bottom: 100px;
    }
    
    #about .about .aboutdates{
        margin-top: 50px ;
    }

#about .about2{
    margin-top: 100px;
    margin-bottom: 50px;
}
    
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.75em;
    width: 100%;
    margin-top: 120px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    
}
 #about .about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: 50px;
        margin-bottom: 50px;
    text-align: center;
    
}
    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 3em;
    text-align: left;
    width: 100% !important;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1.1em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 50px;
    line-height: 1.2;
    margin-bottom: 50px;
    width: 100%;
}
    
    #about4 img{
        margin-bottom: 150px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 2.5em;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.5em;
    color: #0B0D17;
    text-align: left;
    padding: 15px;
    margin-top: 100px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.5em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: left;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 70%;
    top: 1%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: left;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: left;
        font-size: 1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/header-CM.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    #community .service-caption h1{
        font-size: 2.75em !important;
        margin-top: 50px;
    }
    #community .service-caption p{
        
        margin-top: 0px;
    }
    
    #strategy .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #strategy .service-caption p{
        
        margin-top: 0px;
    }
    #crea .service-caption h1{
        font-size: 2.3em !important;
        margin-top: 0px;
    }
    #crea .service-caption p{
        
        margin-top: 0px;
    }
    
    #crea{
        height: 70vh;
    }
    #social-ads .service-caption h1{
        font-size: 2.75em !important;
        margin-top: 50px;
    }
    #social-ads .service-caption p{
        
        margin-top: 0px;
    }
    
    #social-ads{
        height: 70vh;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h1{
        margin-top: 0px;
        font-size: 1.5em;
        text-align: left;
        margin-bottom: 50px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
}
    
    .cm-first h2{
        text-align: left;
        left: 0%;
        font-size: 2em;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .cm-first .firstp{
        text-align: left;
        left: 0%;
        font-size: 1.1em;
        width: 100%;
    }
    .cm-first .custom-btn{
        text-align: left;
        margin-left: 0;
        font-size: 1.1em;
    }
    
    .cm-first span{
        visibility: hidden;
    }
    .cm-first h3{
        margin-top: 0px;
        font-size: 1.3em;
        text-align: inherit;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 100px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
    
    .cm-first-2 .grod4{
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        margin-top: -200px;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/header-strat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: 70% 50%; 
    background-color: #060A1A;
   height: 70vh;
}
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #contenu{
         background-image: url(../images/headers/contenus.png);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 100vh;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 100vh;
        background-position: center;
    }
    
    #social-ads .community-management h1{
        display: flex;
        justify-content: center;
        
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 70vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 2.75em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
    }
    
    .divider-middle-top{
        left: 100%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
       margin-top: 80px;
    }
    #selections h2{
        font-size: 2em;
        margin-top: 0;
        z-index: 1;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 1024px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1em;
        padding-left: 2%;
        padding-right: 2%;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 3em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #chateauvieux h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #lebibent h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #stade h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #hypnia{
        background-position: 80% 0%;
    }
    
    #hypnia h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.2em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 100px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: left;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 20px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 20px;
        margin-top: 30px;
    }
    
    
    #autresclients .clienttitle{
        font-size: 2em;
        margin-top: 100px;
    }
    
    #autresclients img{
        margin-top: 100px;
    }
    
    #edtake h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: 5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 0px
    }  
    
    
   
    .gbtitle {
        bottom: 55%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 3em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 100px;
        width: 60% !important;
        left: 16% !important;
        font-size: 1.1em;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .chatim{
        padding: 15px;  
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h1{
         font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
        padding: 30px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 2em;
        padding: 15px;
        margin-bottom: 30px;
        line-height: 1.3;
        margin-top: 0px;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 40%;
    margin-left: 90px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
/*    END CAS CLIENTS*/
    #contact-form{
        margin-bottom: 0;
        height: 70vh;
    }
    .contact-message {
        width: 100%;
    }
    #form_btn{
        top: -100px;
        width: 40%;
        right: 0%;
        font-family: "Larsseit";
    }
    select{
        font-family: "Larsseit";
    }
}
/*END IPAD PRO*/

/*IPHONE 5/SE*/
@media  (width: 320px) and (max-width: 320px) {
     html,
    body{
        overflow-x: hidden !important;
        max-width: 320px !important;
        min-width: 320px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
     .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .mobilewhite{
         position: fixed;
        background: var(--blue-navy);
    }
    
    .window{
        display: block;
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 320px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -65%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 20%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 1.5em;
        font-family: "TiemposHeadline-Bold";
        text-align: center;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        margin-top: 0;
        margin-left: 0;
    }
    .caption p{
        font-size: 1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    font-size: 1.3em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
    .service-caption img{
       display: none;
    }
    .services-first{
    padding-bottom: 0px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 50px;
   text-align: inherit;
    font-size: 2em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
    font-size: 1em;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 20px;
        height: auto;
        padding-bottom: 0;
        
    }
    .briller h2{
        font-size: 1.3em;
        z-index: 0;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.3;
    }
    
    .briller span{
        top: 90px !important;
        left: 60% !important;
        background-size: 100px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
        padding-bottom: 50px;
    }
    
    .service-item{
        display: none;
    }
    
    .cards {
        display: block;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 20px;
        min-width:100%;
        max-width:100%;
        overflow-x: hidden;
        padding-bottom: 10px;
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 300px;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
         min-width: 280px;
    max-width: 280px;
        
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 100%;
        margin-bottom: 20px;
        
    }
    .card-heading p{
        text-align: center;
        font-size: 1em;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-info > h3{
        font-size: 1.3em;
        margin-bottom: 10px;
        text-align: center;
    }
    .card-grad--video {
     
     margin-bottom: 10px;
}
    
    .card-tags{
        left: 20%;
    }
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        margin-bottom: 50px;
        height: 100vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.3em;
        line-height: 1.3;
        text-align: center;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: center;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .bg-green .custom-btn{
        margin-left: 20%;
    }
  
    .secteurs {
        visibility: hidden;
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    
    #clientshome h2{
        font-size: 30px;
        text-align: center;
    }
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
    

    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    
    .process h2{
        font-size: 1.3em;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 1.3;
        text-align: center;
    }
    
    .process .steps h3{
        margin-top: 50px;
        font-size: 1.1em
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    margin-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 450px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 60px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 30px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 80%;
    top: 5%;
    position: relative;
    
}
    #actu{
        padding-bottom: 30px;
    }
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.2em;
    width: 100%;
    color: var(--blue-navy);
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
    
    .blogger h3{
        font-size: 1.2em;
    }
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: .9em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    
   
    #services .service-caption p{
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        font-size: 1em;
    }
    
    
    .venues {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
     .venues-item{
        padding-bottom:2em;
        padding-top: 0em;
         width: 100%;
         margin-left: 10%;
    }
    
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: auto;
        padding-bottom: 30px;
}

    
    .footmenu a {
        padding: .3em;
        font-size: .8em;
        text-align: center;
        margin-left: 0px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        margin-left: 40%;
    }
    .footer p{
        text-align: center;
    }
    
    .footer .social-icon {
        margin-left: 30%;
        margin-top: 10px;
    }
    
/*    ABOUT*/
    
    #about{
        padding-bottom: 100px;
    }
    
    #aboutus {
        max-height: 70vh;
         display: flex;
    justify-content: center;
    }
    
    #aboutus .about{
        height: 55vh;
    }
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
        display: none;
    }
    
    
    #about .about .aboutdates
    {
        font-size: 1.75em;
        margin-top: 50px !important;
    }
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
        padding-top: 50px;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1em;
    color: var(--blue-navy);
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
}
    
    #about4 img{
        margin-bottom: 100px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: #0B0D17;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.3em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: center;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 95%;
    top: 0%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: center;
        font-size: 1.1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: .8em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/Mobile/header-CM-mobile.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 80vh;
        opacity: 1;
    }
    
    #community .service-caption h1{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.3em !important;
        line-height: 1.3;
    }
    #community .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1em;
        line-height: 1.5;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h2{
        margin-top: 0px;
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 30px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
        width: 100%;
}
    
    .cm-first .firstp{
        font-size: 1em;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    
    .cm-first .custom-btn{
        margin-left: 0%;
    }
    
    
    .cm-first span{
        display: none;
    }.cm-first i{
        display: none;
    }
    .cm-first h3{
        margin-top: -30px;
        font-size: 1.3em;
        text-align: center;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
        padding-top: 80px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
      .cm-first .videoimgresp{
        display: none;
    }
    
    .cm-first .respvideo{
        margin-top: -100px;
    }
    
    .cm-first .socialadsimg{
      margin-top: -50px;
        margin-bottom: 50px;
    }
    .socialads h3{
        margin-top: -150px;
    }
    .socialads h2{
        margin-top: 30px;
    }
    .socialads .custom-btn {
        margin-bottom: 50px;
    }
    
    .socialads .leadgen{
        margin-top: 50px;
    }
    .socialads .mobilenoto{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .socialads .socialnotif{
        display: none;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1em;
        width: 100%;
        right: 0%;
        text-align: center !important;
    }
    
    .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
        padding-bottom: 0px;
    }
    
    .grod4 > div > a{
        padding: 0;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/Mobile/header-strat-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
    background-color: #060A1A;
   height: 70vh;
}
    
    #strategy .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
        font-size: 1.3em !important;
        line-height: 1.3;
    }
    #strategy .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1em;
        line-height: 1.5;
    }
    
    .grod2{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        margin-bottom: 20px;
    }
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #crea{
         background-image: url(../images/assets/headers/Mobile/header-creations-visuelles-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 70vh;
    }
    
    #crea .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 1.3em !important;
        line-height: 1.3;
    }
    #crea .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1em;
        line-height: 1.5;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion p{
        font-size: 2em;
        margin-bottom: 0;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 70vh;
        background-position: center;
        background-image: url(../images/assets/headers/Mobile/header-ads-mobile.jpg);
        background-position: 50% 0%;
    }
    
    #social-ads .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 1.3em !important;
        line-height: 1.3;
        color: var(--blue-navy);
    }
    
  
    
    #social-ads .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1em;
        line-height: 1.5;
         color: var(--blue-navy);
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 1.3em;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-top: 70px;
    }
    .nosclients p{
        font-size: 1em;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin-top: 0;
    }
    
    .divider-middle-top{
        left: 50%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
        display: none;
    }
    #selections h2{
        font-size: 1.3em;
        margin-top: 0;
        z-index: 1;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #mce p{
        font-size: 1em;
        width: 70%;
        left: 20%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #mce .gbtitle p{
        margin-top: 50px;
    }
    #chateauvieux h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
     #chateauvieux .gbtitle p{
        margin-top: 100px !important;
    }
    
    .chatmob{
        margin-top: -50px;
        margin-bottom: -50px;
    }
    
    .chatfirst{
        padding-bottom: 0;
    }
    #lebibent h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
     #lebibent .gbtitle p{
        margin-top: 50px !important;
    }
    
    #stade{
        background-image: url(../images/assets/headers/Mobile/publication-instagram-stade-toulousain-mobile.jpg);
        height: 80vh;
    }
    
    #stade h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade .gbtitle p{
        margin-top: 50px !important;
    }
    
    .stadesecond h3{
        margin-top: 0px;
        font-size: 1.3em;
    }
    .stadesecond p{
        
        font-size: 1em;
    }
    
    .casfirst .stadepost{
        margin-top: -50px;
    }
    
    #hypnia{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/publication-instagram-couverture-hypnia-mobile.jpg);
    }
    
    #hypnia h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1em;
        width: 80% !important;
        left: 14%;
        top: -100px;
        margin-bottom: 0;
        
    }
    
    #mtarget{
        background-image: url(../images/assets/headers/Mobile/header-mtarget-mobile.jpg);
    }
    
    #mtarget h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #mtarget p{
        font-size: 1.1em;
        width: 80% !important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
     #mtarget .gbtitle p{
        margin-top: 100px !important;
    }
    
    .mtargetmobile{
        margin-top: -50px;
    }
    
    .mtfirst{
        padding-bottom: 0px;
    }
    
    .mtland{
        padding-bottom: 0;
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
        
    }
    #chiffres p{
        font-size: 1em;
        margin-top: 0px;
        text-align: center;
    }
     #chiffres .chiffretitre{
        font-size: 1.3em;
        margin-top: 0;
        text-align: center;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 10px;
        margin-top: 30px;
        width: 270px;
    }
    #chiffres .chiffrescles2{
        margin-left: 10px;
        margin-top: 30px;
        width: 270px;
    }
    
    
    #edtake h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
     #edtake .gbtitle p{
        margin-top: 100px !important;
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 1.3em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
     #neiwa .gbtitle p{
        margin-top: 100px !important;
    }
    
    #lcj{
        background-image: url(../images/assets/headers/Mobile/header-lcj-mobile.jpg);
    }
    
     #lcj h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lcj p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #lma h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lma p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
     #gaumont h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #gaumont p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #bd h1{
        font-size: 1.3em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #bd p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
    
    .lcjfirst{
        padding-bottom: 50px;
    }
    .lcjmob{
        margin-top: 0px;
    }
    .neiwmob{
        margin-top: -50px;
    }
    
    .neiwfirst{
        padding-bottom: 0;
    }
    
    .neiwads{
        margin-top: -0px;
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 200px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 1.3em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .casfirst .casfirsttittre {
        font-size: 1.3em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .casfirst .bibentpost{
        margin-top: -10px;
    }
    
    .casbibent{
        padding-bottom: 0px;
    }
    
    .chatim{
        padding: 0px; 
        margin-bottom: 0;
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 1.3em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h2{
         font-size: 1.3em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h3{
         font-size: 1.3em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h2 span{
        display: none !important;
    }
    .casthird p{
       font-size: 1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 1.3em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 150px;
        text-align: center;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 80%;
    margin-left: 40px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    #autresclients .clienttitle{
        margin-top: 50px;
        font-size: 1.3em;
        padding: 0;
        margin-left: 0;
    }
    
    #autresclients .clienttitle span{
       display: none;
    }
    
    #autresclients img{
        margin-left: 30px;
        width: 80%;
    }
    
/*    END CAS CLIENTS*/
    #thankyou h1{
        font-size: 36px;
        margin-left: 0;
        margin-top: 150px;
    }
    #thankyou p{
        font-size: 16px;
        margin-left: 0;
    }
}
/*END IPHONE 5/SE*/

/*IPHONE X*/
@media  (width: 375px) and (max-width: 375px) {
     html,
    body{
        overflow-x: hidden !important;
        max-width: 375px !important;
        min-width: 375px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
/*
    .navbar {
        position: fixed;
        background: var(--gray) !important;
    }
    
*/
    .mobilewhite{
                position: fixed;
        background: var(--blue-navy);
        
    }
    .mobiledark{
        position: fixed;
        background: var(--blue-blur);
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(10px);
    }
    
    .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .window{
        display: block;
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 390px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -65%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 25%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 1.8em;
        font-family: "TiemposHeadline-Bold";
        text-align: center;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    font-size: 1.75em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
    .service-caption img{
       display: none;
    }
    .services-first{
    padding-bottom: 0px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 50px;
   text-align: inherit;
    font-size: 2em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 20px;
        height: auto;
        padding-bottom: 0;
        
    }
    .briller h2{
        font-size: 1.75em;
        z-index: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
        line-height: 1.3;
        text-align: center;
    }
    
    .briller span{
        top: 160px !important;
        left: 25% !important;
        background-size: 150px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
        padding-bottom: 50px;
    }
   
    
    .service-item{
 display: none;
}
    
    .service-item-mobile{
        background: #F7F8FA;
    -webkit-box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
    border-radius: 10px;
        margin-bottom: 20px;
    }
    
/*
    .item-mobile{
        mb20
    }
*/
    .service-item-mobile{
        min-height: 150px;
        margin-top: 0;
    }
.service-item-mobile h3{
   font-family: "TiemposHeadline-Semibold";
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.service-item-mobile p{
   font-family: "Larsseit-light";
    font-size: .8em;
    color: var(--blue-dark);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}
.service-item-img{
  display: none;
}

    .service-item-mobile{
        display: block;
    }
.cta-services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
}
    
    .cards {
        display: block;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 25px;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-bottom: 10px;
        
    }
    
    .card {
        margin-bottom: 45px;
       height: auto;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 100%;
        margin-bottom: 20px;
        
    }
    .card-heading p{
        text-align: center;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-info > h3{
        font-size: 1.5em;
        margin-bottom: 10px;
        text-align: center;
    }
    .card-grad--video {
     
     margin-bottom: 10px;
}
    
    .card-tags{
        left: 25%;
    }
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        padding-bottom: 50px;
        height: 80vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.5em;
        line-height: 1.3;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .bg-green .custom-btn{
        margin-left: 0%;
    }
  
    .secteurs {
        visibility: hidden;
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
       #clientshome{
       height: auto;
    }
    
    #clientshome h2{
       padding-top: 20px;
        font-size: 2em;
        text-align: left;
    }
    
    #clientshome .container2{
        left: 10%;
        width: 80%;
    }
    #clientshome .custom-btn{
       margin-bottom: 50px;
    }
    

/*
    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
*/
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: -50px;
        padding-bottom: 30px;
    }
    
    .process h2{
        font-size: 1.5em;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 1.3;
        text-align: left;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    
        padding-top: 0;
        padding-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 450px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 60px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 30px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 80%;
    top: 5%;
    position: relative;
    
}
    #actu{
        padding-bottom: 30px;
    }
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    color: var(--blue-navy);
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
    
    .blogger h3{
        font-size: 1.2em;
    }
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: .9em;
    margin-bottom: 30px;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        
    }
    
   
    #services .service-caption p{
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        font-size: 1.1em;
    }
    
    
    .venues {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
     .venues-item{
        padding-bottom:2em;
        padding-top: 0em;
         width: 100%;
         margin-left: 10%;
    }
    
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: auto;
        padding-bottom: 30px;
}

    
    .footmenu a {
        padding: 1.2em;
        font-size: .8em;
        text-align: center;
        margin-left: 0px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
        margin-right: 0px;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        margin-left: 40%;
    }
    .footer p{
        text-align: center;
    }
    
    .footer .social-icon {
        margin-left: 30%;
        margin-top: 10px;
    }
    
/*    ABOUT*/
    
    #about{
        padding-bottom: 100px;
    }
    
    #aboutus {
        max-height: 70vh;
         display: flex;
    justify-content: center;
    }
    
    #aboutus .about{
        height: 55vh;
    }
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    #about .about .aboutdates
    {
        font-size: 1.75em;
    }
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
        padding-top: 50px;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1em;
    color: var(--blue-navy);
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
}
    
    #about4 img{
        margin-bottom: 100px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: #0B0D17;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.3em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: center;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 85%;
    top: 0%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: center;
        font-size: 1.1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/Mobile/header-CM-mobile.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    
    #community .service-caption h1{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #community .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h2{
        margin-top: 0px;
        font-size: 1.75em;
        text-align: center;
        margin-bottom: 30px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
        width: 100%;
}
    
    .cm-first .firstp{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    
    .cm-first .custom-btn{
        margin-left: 10%;
    }
    
    
    .cm-first span{
        display: none;
    }.cm-first i{
        display: none;
    }
    .cm-first h3{
        margin-top: -50px;
        font-size: 1.5em;
        text-align: center;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
        padding-top: 80px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
      .cm-first .videoimgresp{
        display: none;
    }
    
    .cm-first .respvideo{
        margin-top: -100px;
    }
    
    .cm-first .socialadsimg{
      margin-top: -50px;
        margin-bottom: 50px;
    }
    .socialads h3{
        margin-top: -150px;
    }
    .socialads h2{
        margin-top: 30px;
    }
    .socialads .custom-btn {
        margin-bottom: 50px;
    }
    
    .socialads .leadgen{
        margin-top: 50px;
    }
    .socialads .mobilenoto{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .socialads .socialnotif{
        display: none;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
        text-align: center !important;
    }
    
    .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
        padding-bottom: 0px;
    }
    
    .grod4 > div > a{
        padding: 0;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/Mobile/header-strat-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
    background-color: #060A1A;
   height: 70vh;
}
    
    #strategy .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #strategy .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .grod2{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        margin-bottom: 20px;
    }
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #crea{
         background-image: url(../images/assets/headers/Mobile/header-creations-visuelles-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 70vh;
    }
    
    #crea .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #crea .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion p{
        font-size: 3em;
        margin-bottom: 0;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 70vh;
        background-position: center;
        background-image: url(../images/assets/headers/Mobile/header-ads-mobile.jpg);
        background-position: 50% 0%;
    }
    
    #social-ads .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
        color: var(--blue-navy);
    }
    
  
    
    #social-ads .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
         color: var(--blue-navy);
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 1.75em;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-top: 70px;
        z-index: 1;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin-top: 0;
    }
    
    .divider-middle-top{
        left: 50%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
        display: none;
    }
    #selections h2{
        font-size: 1.75em;
        margin-top: 0;
        z-index: 1;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 1.75em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #mce p{
        font-size: 1em;
        width: 70%;
        left: 20%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce .gbtitle p{
      margin-top: 50px;
        
    }
    #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .chatmob{
        margin-top: -50px;
        margin-bottom: -50px;
    }
    
    .chatfirst{
        padding-bottom: 0;
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade{
        background-image: url(../images/assets/headers/Mobile/publication-instagram-stade-toulousain-mobile.jpg);
    }
    
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .stadesecond h3{
        margin-top: 0px;
        font-size: 1.75em;
    }
    .stadesecond p{
        
        font-size: 1.1em;
    }
    
    .casfirst .stadepost{
        margin-top: -50px;
    }
    
    #hypnia{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/publication-instagram-couverture-hypnia-mobile.jpg);
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    #jolt{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/header-jolt-mobile.jpg);
        background-position: 65% 90%;
    }
    
    #jolt h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 10%;
        margin-bottom: 0;
        color: var(--gray);
    }
    #jolt span{
      
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
        color: var(--gray);
    }
    #jolt .gbnav li {
        color: var(--gray);
    }
    #jolt p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: 0px;
        margin-bottom: 0;
        color: var(--gray);
        
    }
    
    #mtarget{
        background-image: url(../images/assets/headers/Mobile/header-mtarget-mobile.jpg);
    }
    
    #mtarget h1{
        font-size: 2.5em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #mtarget p{
        font-size: 1.1em;
        width: 80% !important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    .mtargetmobile{
        margin-top: -50px;
    }
    
    .mtfirst{
        padding-bottom: 0px;
    }
    
    .mtland{
        padding-bottom: 0;
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
        
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: center;
    }
     #chiffres .chiffretitre{
        font-size: 1.75em;
        margin-top: 0;
        text-align: center;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 10px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 10px;
        margin-top: 30px;
    }
    
    
    #edtake h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #lcj{
        background-image: url(../images/assets/headers/Mobile/header-lcj-mobile.jpg);
    }
    
     #lcj h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lcj p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #lma h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lma p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #gaumont h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #gaumont p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #bd h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #bd p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
     #berdoues{
        background-image: url(../images/assets/headers/Mobile/header-berdoues-mobile.jpg);
    }
    
     #berdoues h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #berdoues p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #chateauvieux{
        background-image: url(../images/assets/headers/Mobile/header-chateauvieux-mobile.jpg);
    }
    
     #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #helpicto{
        background-image: url(../images/assets/headers/Mobile/header-helpicto-mobile.jpg);
    }
    
     #helpicto h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #helpicto p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
    
    .lcjfirst{
        padding-bottom: 50px;
    }
    .lcjmob{
        margin-top: 0px;
    }
    .neiwmob{
        margin-top: -50px;
    }
    
    .neiwfirst{
        padding-bottom: 0;
    }
    
    .neiwads{
        margin-top: -0px;
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 250px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .casfirst .casfirsttittre {
        font-size: 1.75em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .casfirst .bibentpost{
        margin-top: -10px;
    }
    
    .casbibent{
        padding-bottom: 0px;
    }
    
    .chatim{
        padding: 0px; 
        margin-bottom: 0;
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    .cassecondberdoues {
        padding-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecondberdoues h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecondberdoues p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .thirdberdoues{
        padding-top: 0;
    }
    
    .casthird h2{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h3{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h2 span{
        display: none !important;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 130px;
        padding-bottom: 0;
        margin-top: 100px;
    }
    
    #nextclient h2{
          font-size: 1.5em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 100px;
        text-align: center;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 80%;
    margin-left: 40px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    #autresclients .clienttitle{
        margin-top: 50px;
        font-size: 2em;
        padding: 0;
        margin-left: 0;
    }
    
    #autresclients .clienttitle span{
       display: none;
    }
    
    #autresclients img{
        margin-left: 15px;
    }
    
    .contact-message{
        width: 100%;
    }
    #form_btn{
        top: -100px;
        right: 0%;
        width: 40%;
        font-family: "Larsseit";
    }
    select{
        font-family: "Larsseit";
    }
/*    END CAS CLIENTS*/
    
/*    THANKYOU*/
    #thankyou h1{
        margin-left: 0;
        font-size: 44px;
        margin-top: 150px;
    }
    #thankyou p{
        font-size: 18px;
        margin-left: 0;
    }
/*    END THANKYOU*/
    
}
/*End iPhone X*/
/*iPhone 11*/
@media  (width: 414px) and (max-width: 414px) {
        html,
    body{
        overflow-x: hidden !important;
        max-width: 414px !important;
        min-width: 414px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
/*
    .navbar {
        position: fixed;
        background: var(--gray) !important;
    }
    
*/
    .mobilewhite{
                position: fixed;
        background: var(--blue-navy);
        
    }
    .mobiledark{
        position: fixed;
        background: var(--blue-blur);
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(10px);
    }
    
    .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .window{
        display: block;
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 414px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -65%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 25%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 2em;
        font-family: "TiemposHeadline-Bold";
        text-align: center;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.3em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    font-size: 1.75em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
    .service-caption img{
       display: none;
    }
    .services-first{
    padding-bottom: 0px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 50px;
   text-align: inherit;
    font-size: 2em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 20px;
        height: auto;
        padding-bottom: 0;
        
    }
    .briller h2{
        font-size: 1.75em;
        z-index: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
        line-height: 1.3;
        text-align: center;
    }
    
    .briller span{
        top: 160px !important;
        left: 25% !important;
        background-size: 150px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
        padding-bottom: 50px;
    }
   
    
    .service-item{
 display: none;
}
    
    .service-item-mobile{
        background: #F7F8FA;
    -webkit-box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
box-shadow: 0px 10px 35px -15px rgba(11,13,23,0.1);
    border-radius: 10px;
        margin-bottom: 20px;
    }
    
/*
    .item-mobile{
        mb20
    }
*/
    .service-item-mobile{
        min-height: 150px;
        margin-top: 0;
    }
.service-item-mobile h3{
   font-family: "TiemposHeadline-Semibold";
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 0px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.service-item-mobile p{
   font-family: "Larsseit-light";
    font-size: .8em;
    color: var(--blue-dark);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
}
.service-item-img{
  display: none;
}

    .service-item-mobile{
        display: block;
    }
.cta-services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
}
    
    .cards {
        display: block;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 50px;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-bottom: 10px;
        
    }
    
    .card {
        margin-bottom: 45px;
       height: auto;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 100%;
        margin-bottom: 20px;
        
    }
    .card-heading p{
        text-align: center;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-info > h3{
        font-size: 1.5em;
        margin-bottom: 10px;
        text-align: center;
    }
    .card-grad--video {
     
     margin-bottom: 10px;
}
    
    .card-tags{
        left: 25%;
    }
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        padding-bottom: 50px;
        height: 80vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.5em;
        line-height: 1.3;
        text-align: left;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: left;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .bg-green .custom-btn{
        margin-left: 0%;
    }
  
    .secteurs {
        visibility: hidden;
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
       #clientshome{
       height: auto;
    }
    
    #clientshome h2{
       padding-top: 20px;
        font-size: 2em;
        text-align: left;
    }
    
    #clientshome .container2{
        left: 10%;
        width: 80%;
    }
    #clientshome .custom-btn{
       margin-bottom: 50px;
    }
    

/*
    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
*/
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        margin-top: -50px;
        padding-bottom: 30px;
    }
    
    .process h2{
        font-size: 1.5em;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 1.3;
        text-align: left;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: 0px;
    
        padding-top: 0;
        padding-bottom: 100px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 450px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
-moz-box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
box-shadow: 0px 20px 32px -20px rgba(11,13,23,0.1);
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 60px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 30px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 80%;
    top: 5%;
    position: relative;
    
}
    #actu{
        padding-bottom: 30px;
    }
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    color: var(--blue-navy);
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
    
    .blogger h3{
        font-size: 1.2em;
    }
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: .9em;
    margin-bottom: 30px;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        
    }
    
   
    #services .service-caption p{
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        font-size: 1.1em;
    }
    
    
    .venues {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
     .venues-item{
        padding-bottom:2em;
        padding-top: 0em;
         width: 100%;
         margin-left: 10%;
    }
    
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: auto;
        padding-bottom: 30px;
}

    
    .footmenu a {
        padding: 1.2em;
        font-size: .8em;
        text-align: center;
        margin-left: 0px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
        margin-right: 0px;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        margin-left: 40%;
    }
    .footer p{
        text-align: center;
    }
    
    .footer .social-icon {
        margin-left: 30%;
        margin-top: 10px;
    }
    
/*    ABOUT*/
    
    #about{
        padding-bottom: 100px;
    }
    
    #aboutus {
        max-height: 70vh;
         display: flex;
    justify-content: center;
    }
    
    #aboutus .about{
        height: 55vh;
    }
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    #about .about .aboutdates
    {
        font-size: 1.75em;
    }
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
        padding-top: 50px;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1em;
    color: var(--blue-navy);
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
}
    
    #about4 img{
        margin-bottom: 100px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: #0B0D17;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.3em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: center;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 85%;
    top: 0%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: center;
        font-size: 1.1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/Mobile/header-CM-mobile.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    
    #community .service-caption h1{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #community .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h2{
        margin-top: 0px;
        font-size: 1.75em;
        text-align: center;
        margin-bottom: 30px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
        width: 100%;
}
    
    .cm-first .firstp{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    
    .cm-first .custom-btn{
        margin-left: 10%;
    }
    
    
    .cm-first span{
        display: none;
    }.cm-first i{
        display: none;
    }
    .cm-first h3{
        margin-top: -50px;
        font-size: 1.5em;
        text-align: center;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
        padding-top: 80px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
      .cm-first .videoimgresp{
        display: none;
    }
    
    .cm-first .respvideo{
        margin-top: -100px;
    }
    
    .cm-first .socialadsimg{
      margin-top: -50px;
        margin-bottom: 50px;
    }
    .socialads h3{
        margin-top: -150px;
    }
    .socialads h2{
        margin-top: 30px;
    }
    .socialads .custom-btn {
        margin-bottom: 50px;
    }
    
    .socialads .leadgen{
        margin-top: 50px;
    }
    .socialads .mobilenoto{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .socialads .socialnotif{
        display: none;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
        text-align: center !important;
    }
    
    .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
        padding-bottom: 0px;
    }
    
    .grod4 > div > a{
        padding: 0;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/Mobile/header-strat-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
    background-color: #060A1A;
   height: 70vh;
}
    
    #strategy .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #strategy .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .grod2{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        margin-bottom: 20px;
    }
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #crea{
         background-image: url(../images/assets/headers/Mobile/header-creations-visuelles-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 70vh;
    }
    
    #crea .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #crea .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion p{
        font-size: 3em;
        margin-bottom: 0;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 70vh;
        background-position: center;
        background-image: url(../images/assets/headers/Mobile/header-ads-mobile.jpg);
        background-position: 50% 0%;
    }
    
    #social-ads .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
        color: var(--blue-navy);
    }
    
  
    
    #social-ads .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
         color: var(--blue-navy);
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 1.75em;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-top: 70px;
        z-index: 1;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin-top: 0;
    }
    
    .divider-middle-top{
        left: 50%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
        display: none;
    }
    #selections h2{
        font-size: 1.75em;
        margin-top: 0;
        z-index: 1;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 400px;
    padding: 0px;
        margin-left:  8px;
}
    #selections .ref{
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 1.75em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #mce p{
        font-size: 1em;
        width: 70%;
        left: 20%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce .gbtitle p{
       margin-top: 50px;
        
    }
    #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .chatmob{
        margin-top: -50px;
        margin-bottom: -50px;
    }
    
    .chatfirst{
        padding-bottom: 0;
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade{
        background-image: url(../images/assets/headers/Mobile/publication-instagram-stade-toulousain-mobile.jpg);
    }
    
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .stadesecond h3{
        margin-top: 0px;
        font-size: 1.75em;
    }
    .stadesecond p{
        
        font-size: 1.1em;
    }
    
    .casfirst .stadepost{
        margin-top: -50px;
    }
    
    #hypnia{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/publication-instagram-couverture-hypnia-mobile.jpg);
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    #jolt{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/header-jolt-mobile.jpg);
        background-position: 65% 90%;
    }
    
    #jolt h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 10%;
        margin-bottom: 0;
        color: var(--gray);
    }
    #jolt span{
      
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
        color: var(--gray);
    }
    #jolt .gbnav li {
        color: var(--gray);
    }
    #jolt p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: 0px;
        margin-bottom: 0;
        color: var(--gray);
        
    }
    
    #mtarget{
        background-image: url(../images/assets/headers/Mobile/header-mtarget-mobile.jpg);
    }
    
    #mtarget h1{
        font-size: 2.5em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #mtarget p{
        font-size: 1.1em;
        width: 80% !important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    .mtargetmobile{
        margin-top: -50px;
    }
    
    .mtfirst{
        padding-bottom: 0px;
    }
    
    .mtland{
        padding-bottom: 0;
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
        
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: center;
    }
     #chiffres .chiffretitre{
        font-size: 1.75em;
        margin-top: 0;
        text-align: center;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 10px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 10px;
        margin-top: 30px;
    }
    
    
    #edtake h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #lcj{
        background-image: url(../images/assets/headers/Mobile/header-lcj-mobile.jpg);
    }
    
     #lcj h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lcj p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #lma h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lma p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #gaumont h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #gaumont p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #bd h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #bd p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
     #berdoues{
        background-image: url(../images/assets/headers/Mobile/header-berdoues-mobile.jpg);
    }
    
     #berdoues h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #berdoues p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #chateauvieux{
        background-image: url(../images/assets/headers/Mobile/header-chateauvieux-mobile.jpg);
    }
     #helpicto{
        background-image: url(../images/assets/headers/Mobile/header-helpicto-mobile.jpg);
    }
    
     #helpicto h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #helpicto p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
    
    .lcjfirst{
        padding-bottom: 50px;
    }
    .lcjmob{
        margin-top: 0px;
    }
    .neiwmob{
        margin-top: -50px;
    }
    
    .neiwfirst{
        padding-bottom: 0;
    }
    
    .neiwads{
        margin-top: -0px;
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 250px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .casfirst .casfirsttittre {
        font-size: 1.75em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .casfirst .bibentpost{
        margin-top: -10px;
    }
    
    .casbibent{
        padding-bottom: 0px;
    }
    
    .chatim{
        padding: 0px; 
        margin-bottom: 0;
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    .cassecondberdoues {
        padding-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecondberdoues h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecondberdoues p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .thirdberdoues{
        padding-top: 0;
    }
    
    .casthird h2{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h3{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h2 span{
        display: none !important;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 130px;
        padding-bottom: 0;
        margin-top: 100px;
    }
    
    #nextclient h2{
          font-size: 1.5em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 100px;
        text-align: center;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 80%;
    margin-left: 40px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    #autresclients .clienttitle{
        margin-top: 50px;
        font-size: 2em;
        padding: 0;
        margin-left: 0;
    }
    
    #autresclients .clienttitle span{
       display: none;
    }
    
    #autresclients img{
        margin-left: 15px;
    }
    
    .contact-message{
        width: 100%;
    }
    #form_btn{
        top: -100px;
        right: 0%;
        width: 40%;
        font-family: "Larsseit";
    }
    select{
        font-family: "Larsseit";
    }
/*    END CAS CLIENTS*/
    
/*    THANKYOU*/
    #thankyou h1{
        margin-left: 0;
        font-size: 44px;
        margin-top: 150px;
    }
    #thankyou p{
        font-size: 18px;
        margin-left: 0;
    }
/*    END THANKYOU*/
    
}
/*End iPhone 11*/


/*iPhone 12*/
@media (width: 390px) and (max-width: 390px){
         html,
    body{
        overflow-x: hidden !important;
        max-width: 390px !important;
        min-width: 390px;
    }
    
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
    
    header{
        max-height: 80vh;
    }
    
    .navbar .logo{
        display: none;
    }
   .navbar .logomobile {
       display: block;
        position: absolute;
       left: 40%;
       top: 30%;
       z-index: 1;
    }
    
    .mobilewhite{
            position: fixed;
        background: var(--blue-navy);
    }
    
    .window{
        display: block;
    }
    
   .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    #services .header-nav .burger-container #burger .bar {
        background: var(--gray);
    }
    .header-nav.menu-opened{
        background: var(--blue-navy) !important;
        backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(20px);
        width: 390px;
        z-index: 2;
    }
  
    
   .navbar .hamburger-menu{
        display: block;
        position: relative;
        left: 80%;
    }
    
/*    HOME PAGE*/
    
    .video-background{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .video-background video {
        opacity: .5;
        width: 340%;
        height: 80vh;
        position:static;
        position: relative;
        
        left: -65%;
    }
    
    .video-wrap{
        width: 100%;
        height: 80vh;
    }
    
    .bgvid{
        position: absolute;
    }
    
    .caption{
        position: absolute;
        top: 25%;
        text-align: center;
      
        height: 80vh;
        z-index: 0;
        
    }
    .caption h1{
        font-size: 1.8em;
        font-family: "TiemposHeadline-Bold";
        text-align: center;
        width: auto;
       z-index: 0;
        width: 100%;
        padding: 15px;
        
        margin-left: 0;
    }
    .caption p{
        font-size: 1.1em;
        font-family: "Larsseit";
        width: 100%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        padding: 15px;
       
    }
    
    #services {
    
    background-color: var(--gray);
    height: 100vh;
      

}
    .service-caption{
     position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .service-caption h1{
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    font-size: 1.75em !important;
    font-weight: 300;
padding: 15px;
    font-family: "TiemposHeadline-Bold";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: left;
    z-index: 2;
    
}
    .service-caption p{
        font-size: 1.1em;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin-left: 0;
        margin-top: 50px;
    }
    .service-caption img{
       display: none;
    }
    .services-first{
    padding-bottom: 0px;
    height: auto;
    background: #0B0D17;
}
.services-first h2{
   font-family: "TiemposHeadline-Medium";
   margin-top: 50px;
   text-align: inherit;
    font-size: 2em;

}
.services-first a{
  color: #F6F6F6;
    text-decoration: none;
}
    .heading-md {
	 font-size: 2em;
     font-family: "Larsseit-light" !important;
	 
	 font-family: serif;
	 text-align: left;
     color: #F6F6F6;
     margin: 0 auto;
    position: relative;
     z-index: 2;
}
    
    .briller{
        padding-top: 20px;
        height: auto;
        padding-bottom: 0;
        
    }
    .briller h2{
        font-size: 1.75em;
        z-index: 0;
        margin-top: 50px;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.3;
    }
    
    .briller span{
        top: 160px !important;
        left: 25% !important;
        background-size: 150px !important;
    }
    
    .grod {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 0.5rem;
        padding-bottom: 50px;
    }
    
    .service-item{
        display: none;
    }
    
    .cards {
        display: block;
        margin-bottom: 10px;
        margin-top: 0px;
        margin-left: 35px;
        min-width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding-bottom: 10px;
    }
    
    .card {
        margin-bottom: 45px;
        max-height: 400px;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .card2, .card3, .card4 {
       position: relative;
        right: 30px;
    }
    
    .card-heading{
        font-size: .9em;
        width: 100%;
        margin-bottom: 20px;
        
    }
    .card-heading p{
        text-align: center;
        
    }
    .card-info>a{
        font-size: 1.6em;
        
    }
    .card-info > h3{
        font-size: 1.5em;
        margin-bottom: 10px;
        text-align: center;
    }
    .card-grad--video {
     
     margin-bottom: 10px;
}
    
    .card-tags{
        left: 25%;
    }
    
    .confiance {
        margin-bottom: 30px !important;
    }

    .bg-green{
        bottom: 0px;
        position: relative;
        padding-bottom: 0px;
        height: 80vh;
    }
    
    .service {
        margin-top: 50px;
       
    }
    .service h2{
        margin-top: 0px;
        font-size: 1.5em;
        line-height: 1.3;
        text-align: center;
        width: 100%;
        font-family: "TiemposHeadline-Semibold";
    }
    .service p{
        margin-top: 0px;
        font-size: 1em;
        text-align: center;
        width: 100%;
        font-family: "Larsseit";
    }
    
    .bg-green .custom-btn{
        margin-left: 22%;
    }
  
    .secteurs {
        visibility: hidden;
    }
    
    .performants{
     margin-top: 0px;
        visibility: hidden;
    }
    .performants h1{
       font-size: 5em;
        
    }
    .performants > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 90%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 22s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-680%,0,0);  /* position finale à gauche */
  }
}
    
    #clientshome{
        padding-bottom: 0;
        padding-top: 50px;
    }
    .clientshome{
        left: 0%;
        margin-right: 15px;
        margin-left: 15px;
    }
    
    .clientshome .custom-btn{
        margin-bottom: 30px;
    }
    .client {
        margin-bottom: 0;
        margin-top: -180px;
    }
    
    .client h1{
        margin-top: 50px;
        font-size: 2em;
        margin-bottom: 0;
        text-align: left;
    }
    
    .slides-clients p{
        font-size: 10px;
        position: relative;
        left: 5px; 
        bottom: 80px;
    }
    
    .slides-clients h2{
        font-size: 16px;
        position: relative;
        left: 5px;
        bottom: 80px;
    }
    .slides-clients .item{
        background: none;
        max-height: 350px;
        margin-bottom: 70px;
        margin-top: 50px;
    }
    
    .slides-clients .owl-carousel{
        width: 180%;
        position: relative;
        right:10%;
        margin: 0px;
        padding: 0px;
    }
    
    

    #nosclients h2 {
        font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    margin-top: -100px; 
    margin-bottom: 10px;
    color: #0B0D17;
    text-align: left;
    }
    
    #nosclients .clients-card{
    background-color: var(--gray);
    max-height: 400px;
    min-width: 300px;
        max-width: 300px;
    margin-top: 50px;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
}
    #nosclients .clients-card2{
    background-color: var(--green);
    height: 350px;
    width: auto;
    margin-top: 50px;
    position: relative;
    margin-left: 0px;
    border-radius: 4px;
}
    
    #nosclients .clients-description p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
} 
    #nosclients .clients-description2 p{
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    text-align: left;
    font-size: 1.4em;
}
    
    #nosclients .clients-mission p{
    font-family: "Larsseit";
    color: #9a9a9a;
    text-align: left;
    font-size: .9em;
    left: 10px;
    bottom: 0px;
}
    
    #nosclients img{
   width: 50%;
    position: relative;
    left: 10px;
        margin-bottom: 10px;
        top: 20px;
}
    .clients-line-2{
        display: none;
    }
    
    .process {
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .process h2{
        font-size: 1.5em;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 0px;
        line-height: 1.3;
        text-align: left;
    }
    
    .process .steps h3{
        margin-top: 50px;
    }
    
    .process .steps > img{
        width: 20% !important;
    }
    
    .process .processimg{
       display: none;
    }
    
    .process .steps{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .process .steps img{
        width: auto;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .process span{
        margin-top: 0px;
    }
    .steps h4{
        margin-top: 30px;
    }
    .steps p{
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    .quoters{
    height: auto;
    margin-top: -100px;
    margin-bottom:00px;
        background-position: 30% 90%;
}
    
    .rsbg{
    height: 450px;
    width: auto;
    background: var(--blue-blur);
        -webkit-backdrop-filter: blur(20px);
    border-radius: 4px;
 -webkit-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
-moz-box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
box-shadow: 0px 2px 32px 0px rgba(11,13,23,0.2);
        background-image: url(../images/assets/bg-gradient.svg);
        background-position: 50% 100%;
}
    .exploitons{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    text-align: inherit;
    color: var(--blue-navy);
    margin-top: 60px;
    margin-left: 10px;
    
}
    
    .quoters p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: var(--blue-navy);
    text-align: left;
    margin-top: 50px;
   margin-left: 10px;
    text-decoration: none;
}
    
    .quoters a p{
    font-family: "Larsseit-Medium";
    font-size: 1.2em;
    color: var(--yellow);
    text-align: left;
    margin-top: 0px;
    
    text-decoration: none;
}

    .quoters img{
    width: 15px;
    left: 25%;
    top: 25%;
    position: relative;
    
}
    #actu{
        padding-bottom: 30px;
    }
    .actu h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.5em;
    width: 100%;
    color: var(--blue-navy);
    margin-top: -50px;
    margin-bottom: 30px;
    text-align: inherit;
}
    .blogger h2{
    font-family: "TiemposHeadline-Medium";
    margin-top: 15px;
    font-size: 1.3em;
    line-height: 30px;
    color: #0B0D17;
        text-align: inherit;
}
    
    .blogger h3{
        font-size: 1.2em;
    }
.blogger p{
    font-family: "Larsseit";
    margin-top: 10px;
    font-size: .9em;
    line-height: 20px;
    color: var(--blue-navy);
    text-align: inherit;
    margin-bottom: 50px;    
}
    
    
/*    END HOME PAGE*/
    


    /*    SERVICES PAGE*/
    
    #services .service-caption h1{
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        
    }
    
   
    #services .service-caption p{
        margin-left: 0;
        text-align: center;
        margin-top: 0px;
        font-size: 1.1em;
    }
    
    
    .venues {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    
     .venues-item{
        padding-bottom:2em;
        padding-top: 0em;
         width: 100%;
         margin-left: 10%;
    }
    
   
     .underline-clients {
    background-repeat: no-repeat;
     height: 30px;
   
}
    
    .underline--clients {
    background-image: url(../images/underline-3.svg);
    background-position: .5px;
    position: relative;
    right: 20px;
    top: 80px;
    background-size: 300px; 
}
    
    
    #team{
        margin-bottom: 100px;
    }
    
    #team h2{
        
        margin-top: 0px;
        font-size: 3em;
        margin-bottom: 00px;
    }
     
    #team .custom-btn {
        position: relative;
        left: 8% !important;
        
    }
    
    
    .underline-team{
        background-repeat: no-repeat;
        height: 100px
    }
    
    .underline--team {
    background-image: url(../images/circle.svg);
    background-position: .5px;
    position: relative;
    left: -30px;
    top: 140px;
    background-size: 330px; 
}
    .ending {
        margin-bottom: 100px;
    }
    
/*    END SERVICES PAGE*/
    
    .menu-footer{
        height: auto;
        padding-bottom: 30px;
       
}

    
    .footmenu a {
        padding: 1.2em;
        font-size: .8em;
        text-align: center;
        margin-left: 0px;
    }
    
    .footmenu .footernav{
        display: flex;
        flex-direction: row;
         margin-right: 0px;
    }
    
    .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
    background: #0B0D17;
    height: auto;
    border-top: solid 0.2px #FFC000;
        margin-top: 0;
        padding: 50px 0;
   
}
    
    .footer img{
        margin-left: 38%;
    }
    .footer p{
        text-align: center;
    }
    
    .footer .social-icon {
        margin-left: 30%;
        margin-top: 10px;
    }
    
/*    ABOUT*/
    
    #about{
        padding-bottom: 100px;
    }
    
    #aboutus {
        max-height: 70vh;
         display: flex;
    justify-content: center;
    }
    
    #aboutus .about{
        height: 55vh;
    }
    
    
.about h1{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    width: 100%;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
   z-index: 0;
}
    
    
.about p{
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 20px;
    text-align: center;
   
}
    
    .about .divider-middle{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    #about .about .aboutdates
    {
        font-size: 1.75em;
    }
#about .about h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    
}

    
#about .about p{
     font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}
    
#about .about2 {
   margin-top: 0px;
}
    
#about .about2 p {
    font-family: "Larsseit";
    font-size: 1.1em;
    margin-top: 0px;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
}
    
#about4 h2{
    font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    margin-top: 0px;
    color: var(--blue-navy)
}
    
    #about4{
        padding-bottom: 0;
        padding-top: 50px;
    }
    
#about4 p{
    font-family: "Larsseit";
    font-size: 1em;
    color: var(--blue-navy);
    text-align: center;
    margin-top: 20px;
    line-height: 1.2;
    padding: 20px;
}
    
    #about4 img{
        margin-bottom: 100px;
        margin-top: -80px;
    }
    
    #about5{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    
#about5 h3{
      font-family: "TiemposHeadline-Semibold";
    font-size: 1.75em;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    color: #0B0D17;
}
#about5 p{
    font-family: "Larsseit-Light";
    font-size: 1.2em;
    color: #0B0D17;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
}
    
#about5 a p {
    font-family: "Larsseit";
    font-size: 1.3em;
    margin-top: -25px;
    color: var(--yellow);
    text-align: center;
   
    text-decoration: none;
    
}
    
    #about5 img{
    width: 12px;
    left: 85%;
    top: 0%;
    position: relative;
    
}
/*    END ABOUT*/
    
/*    PAGE CM */
    
    .favsocial h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .favsocial p{
        margin-top: 30px;
        text-align: center;
        font-size: 1.1em;
    }
    .goodhands h2{
        margin-top: 50px;
        text-align: center;
        font-size: 1.5em;
    }
    .goodhands p{
        margin-top: 30px;
        text-align: center;
        font-size: 1em;
    }
    
    .mt-20{
        margin-top: 20px;
    }
    
    .grod3{
        margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
    }
    
    #community {
        background-image: url(../images/assets/headers/Mobile/header-CM-mobile.jpg);
        background-size: cover;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        max-height: 70vh;
        opacity: 1;
    }
    
    #community .service-caption h1{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #community .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .community {
        position: relative;
       
    }
    
    .community h1{
      margin-left: 10px;
        font-size: 3em;
        text-align: center;
        margin-top: 50px;
    }
    
    .cm-first{
        padding-bottom: 0;
    }
    
    .cm-first h2{
        margin-top: 0px;
        font-size: 1.75em;
        text-align: center;
        margin-bottom: 30px;
        line-height: auto;
        padding-top: 50px;
        position: relative;
        left: 0%;
        width: 100%;
}
    
    .cm-first .firstp{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        left: 0;
        padding: 5px;
    }
    
    .cm-first .custom-btn{
        margin-left: 10%;
    }
    
    
    .cm-first span{
        display: none;
    }.cm-first i{
        display: none;
    }
    .cm-first h3{
        margin-top: -50px;
        font-size: 1.5em;
        text-align: center;
        width: 100% !important;
        position: relative;
        left: 0% !important;
        margin-bottom: 50px;
        padding-top: 80px;
}
    
    .cm-first img {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    .cm-first .cmimg {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 0px;
        width: 100% !important;
        margin-left: 0px !important;
    }
    
      .cm-first .videoimgresp{
        display: none;
    }
    
    .cm-first .respvideo{
        margin-top: -100px;
    }
    
    .cm-first .socialadsimg{
      margin-top: -50px;
        margin-bottom: 50px;
    }
    .socialads h3{
        margin-top: -150px;
    }
    .socialads h2{
        margin-top: 30px;
    }
    .socialads .custom-btn {
        margin-bottom: 50px;
    }
    
    .socialads .leadgen{
        margin-top: 50px;
    }
    .socialads .mobilenoto{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .socialads .socialnotif{
        display: none;
    }
    .cm-first-2{
        margin-bottom: 0;
    }
    
    .cm-first-2 h2{
        margin-top: 50px;
        font-size: 1.5em;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        right: 0%;
    }
    .cm-first-2 p{
        margin-top: 0px;
        font-size: 1.1em;
        width: 100%;
        right: 0%;
        text-align: center !important;
    }
    
    .grod4{
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        margin-top: -250px;
        padding-bottom: 0px;
    }
    
    .grod4 > div > a{
        padding: 0;
    }
    
    .cm-second h2{
        font-size: 2.2em;
    }
    
    .cm-second .under {
        display: none;
    }
    
    #cases {
        height: 300px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #cases .casescta{
        height: 200px;
    }
    
    #cases h2{
        font-size: 1.3em;
        margin-top: 30px;
        margin-left: 0;
    }
    
    #cases .custom-btn{
        position: relative;
        left: 0%;
        width: 100%;
        top: -30px;
    }
/*    END PAGE CM*/
    
/*    PAGE STRAT*/
    #strategy {
    background-image: url(../images/assets/headers/Mobile/header-strat-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center; 
    background-color: #060A1A;
   height: 70vh;
}
    
    #strategy .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0px;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #strategy .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    
    .grod2{
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        margin-bottom: 20px;
    }
    
    .strategy h1{
   display: flex;
        justify-content: center;
        margin-right: 20%;
        margin-top: 250px;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;
    
}
    .strat{
        padding-bottom: 80px;
    }
    .strat h1{
   margin-top: 0px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2.2em;
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
}
    .strat h3{
    font-family: "Larsseit";
    font-size: 1.1em;
    text-align: inherit;
    margin-bottom: 50px;
    width: 100% !important;
   
}
    .strat img {
        width: 100%;
        position: relative;
        top: 10px;
        left: 0px;
    }
    
    .strat-2 h2{
  
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "TiemposHeadline-Semibold";
    font-size: 2em;
    text-align: left;
    width: 100%;
}
    .strat-2 p{ 
    font-size: 1.1em;
    font-family: "Larsseit";
    color: #0B0D17;
    text-align: inherit;
    width: 100%;
        margin-bottom: 20px;
   
}
    
    .strat .cm-img img {
        width: 100%;
        position: relative;
        top: 80px;
        left: 0px;
    }
    
    
/*    EN PAGE STRAT*/
/*    PAGE CONTENU*/
    
    #crea{
         background-image: url(../images/assets/headers/Mobile/header-creations-visuelles-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    
    background-color: #060A1A;
   height: 70vh;
    }
    
    #crea .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
    }
    #crea .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
    }
    .community-management {
          display: flex;
        justify-content: center;
    }
    .community-management h1{
  position: relative;
        right: 12%;
    width: 100%;
    font-size: 80px;
    font-weight: 300;
    font-size: 3em;
    font-family: "TiemposHeadline-Medium";
    color: var(--blue-navy);
    opacity: 1; 
    text-align: center;
    z-index: 0;

    
}
    
    .motion{
   top: -10px;
    }
    
    .motion p{
        font-size: 3em;
        margin-bottom: 0;
    }
    
    .motion > :first-child{ 
   display: inline-block;
    padding-right: 0em;                   /* un peu d'espace pour la transition */
  padding-left: 80%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 20s infinite linear;
    animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-delay: 0s;                 /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear; 
}
    
    @keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-410%,0,0);  /* position finale à gauche */
  }
}
   
    
   .cm-first .content-img{
       position: relative;
       top: 0px !important;
    }
   .cm-first .content-img-2{
       position: relative;
       top: 80px !important;
    }
    
    #content-mobile{
        padding-top: 50px;
    }
    
/*    END PAGE CONTENU*/
    
/*    PAGE SOCIAL ADS*/
    #social-ads{
        height: 70vh;
        background-position: center;
        background-image: url(../images/assets/headers/Mobile/header-ads-mobile.jpg);
        background-position: 50% 0%;
    }
    
    #social-ads .service-caption h1{
        margin-top: 30px;
        text-align: center;
        margin-left: 0;
        font-size: 2em !important;
        line-height: 1.3;
        color: var(--blue-navy);
    }
    
  
    
    #social-ads .service-caption p{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
        font-size: 1.1em;
        line-height: 1.5;
         color: var(--blue-navy);
    }
    
/*    END PAGE SOCIAL ADS*/
/*   PAGE NOS CLIENTS */
    .header-services{
        height: 95vh;
    }
    .nosclients{
        top: 10%;
       
        display: flex;
        justify-content: center;
    }
    .nosclients h1{
        font-size: 1.75em;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-top: 70px;
    }
    .nosclients p{
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin-top: 0;
    }
    
    .divider-middle-top{
        left: 50%;
        top: 85%;
    }
    .divider-middle-top-dark{
        left: 50%;
        top: 85%;
    }
    .clientimg{
        display: none;
    }
    #selections h2{
        font-size: 1.75em;
        margin-top: 0;
        z-index: 1;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    #selections .grid {
  margin-top: 0px;

 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	 grid-gap: 1rem;
    max-width: 380px;
    padding: 0px;
        margin-left:  5px;
}
    #selections .ref{
        font-size: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5;
    }
    
    
    
/*    END PAGE NOS CLIENTS*/
    
/*    CAS CLIENTS PAGES*/
    #g-bertrand{
        background-position: 60% 10%;
    }
    
    #g-bertrand h1{
        font-size: 2em;
        width: 100%;
        left: 4%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #g-bertrand p{
        font-size: 1.1em;
        width: 70%;
        left: 4%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    #mce{
        background-position: 60% 10%;
    }
    
    #mce h1{
        font-size: 1.75em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    
    #mce p{
        font-size: 1em;
        width: 70%;
        left: 20%;
        top: 35%;
        margin-bottom: 0;
        
    }
    #mce .gbtitle p{
       margin-top: 50px;
        
    }
    
    #chateauvieux h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #chateauvieux p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .chatmob{
        margin-top: -50px;
        margin-bottom: -50px;
    }
    
    .chatfirst{
        padding-bottom: 0;
    }
    #lebibent h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #lebibent p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    #stade{
        background-image: url(../images/assets/headers/Mobile/publication-instagram-stade-toulousain-mobile.jpg);
    }
    
    #stade h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #stade p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    .stadesecond h3{
        margin-top: 0px;
        font-size: 1.75em;
    }
    .stadesecond p{
        
        font-size: 1.1em;
    }
    
    .casfirst .stadepost{
        margin-top: -50px;
    }
    
    #hypnia{
        background-position: 10% 0%;
          background-image: url(../images/assets/headers/Mobile/publication-instagram-couverture-hypnia-mobile.jpg);
    }
    
    #hypnia h1{
        font-size: 2.5em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #hypnia p{
        font-size: 1.1em;
        width: 80% !important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #mtarget{
        background-image: url(../images/assets/headers/Mobile/header-mtarget-mobile.jpg);
    }
    
    #mtarget h1{
        font-size: 2.5em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #mtarget p{
        font-size: 1.1em;
        width: 80% !important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    .mtargetmobile{
        margin-top: -50px;
    }
    
    .mtfirst{
        padding-bottom: 0px;
    }
    
    .mtland{
        padding-bottom: 0;
    }
    
    #chiffres{
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    #chiffres h4{
        font-size: 2em !important;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
    #chiffres h5{
        font-size: 1.5em;
        margin-top: 0px;
        
    }
    #chiffres p{
        font-size: 1.1em;
        margin-top: 0px;
        text-align: center;
    }
     #chiffres .chiffretitre{
        font-size: 1.75em;
        margin-top: 0;
        text-align: center;
    }
    #chiffres span{
        font-size:.8em;
        
    }
    
    #chiffres .chiffrescles{
        margin-left: 10px;
        margin-top: 30px;
    }
    #chiffres .chiffrescles2{
        margin-left: 10px;
        margin-top: 30px;
    }
    
    
    #edtake h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #edtake p{
        font-size: 1.1em;
        width: 70%;
        left: 14%;
        top: 35%;
        margin-bottom: 0;
        
    }
    
    
    
#neiwa {
    background-image: url(../images/cas-clients/Neiwa/cover-neiwa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 65% 50%;
    background-color: #060A1A;
    height: 100vh;

}
    
    #neiwa h1{
        font-size: 2em;
        width: 100%;
        left: 14%;
        top: 15%;
        margin-bottom: 0;
    }
    #neiwa p{
        font-size: 1em;
        width: 50%!important;
        left: 14%;
        top: -50px;
        margin-bottom: 0;
        
    }
    
    #lcj{
        background-image: url(../images/assets/headers/Mobile/header-lcj-mobile.jpg);
    }
    
     #lcj h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lcj p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #lma h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #lma p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
     #gaumont h1{
        font-size: 2em;
        width: 100%;
        left: 20%;
        top: 15%;
        margin-bottom: 0;
    }
    #gaumont p{
        font-size: 1em;
        width: 50%!important;
        left: 20%;
        top: -50px;
        margin-bottom: 0;
        
    }
    .lmafirst{
        padding-bottom: 0px;
    }
    .lmamob{
        margin-top:-30px;
    }
    
    .lcjfirst{
        padding-bottom: 50px;
    }
    .lcjmob{
        margin-top: 0px;
    }
    .neiwmob{
        margin-top: -50px;
    }
    
    .neiwfirst{
        padding-bottom: 0;
    }
    
    .neiwads{
        margin-top: -0px;
    }
    
    #g-bertrand .start{
        display: none;
       
    }
   
        
    .gbmenu li {
        padding: .5em;
        font-size: .7em;
        text-align: center;
        margin-left: 0px;
        bottom: 250px
    }  
    
    
   
    .gbtitle {
        bottom: 85%;
        position: relative;
    }
    
    #g-bertrand .gbtitle h1{
        font-size: 2em;
        left: 16% !important;
        top: 0% !important;
        bottom: 50% !important;
    }
    #g-bertrand .gbtitle p{
        margin-top: 80px;
        width: 60% !important;
        left: 16% !important;
    }
    
    .casfirst {
        padding-top: 0px;
    }
    
    .casfirst h1{
        font-size: 2em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
    }
    .casfirst h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.3;
    }
    
    .casfirst p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .casfirst .casfirsttittre {
        font-size: 1.75em;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .casfirst .bibentpost{
        margin-top: -10px;
    }
    
    .casbibent{
        padding-bottom: 0px;
    }
    
    .chatim{
        padding: 0px; 
        margin-bottom: 0;
    }
    .casfirst .phone{
        width: 100%;
        padding: 15px;
        top: -30px;
        margin-bottom: 50px;
    }
    
    .cassecond {
        padding-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
    .cassecond h2{
        font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .cassecond p{
        font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .cassecond video{
        padding: 15px;
    }
    
    .underline--ch{
        top: 35px;
        background-size: 160px;
    }
    
    .casthird {
        padding-top: 50px;
    }
    
    .casthird h2{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h3{
         font-size: 1.75em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 0;
    }
    .casthird h2 span{
        display: none !important;
    }
    .casthird p{
       font-size: 1.1em;
        width: 100%;
        padding: 15px;
        margin-bottom: 0px;
    }
    .casthird img{
     margin-top: 30px;
    }
    #gbcar{
        margin-bottom: 0;
    }
    
    #gbcar .owl-carousel .item{
        margin: 5px;
    }
    
    
    
    #nextclient {
        height: auto;
        padding-top: 100px;
        padding-bottom: 0;
        margin-top: -50px;
    }
    
    #nextclient h2{
          font-size: 1.5em;
        padding: 15px;
        margin-bottom: 0px;
        line-height: 1.3;
        margin-top: 100px;
        text-align: center;
    }
    
    #nextclient .img-text{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
    #nextclient .swiper-wrapper{
    margin-left: 0px;
        padding-bottom: 50px;
}
    
#nextclient img{
    
    height: auto;
    border-radius: 4px;
    width: 80%;
    margin-left: 40px;
   
}
    
    .next1 h4{
        top: 50px;
        font-size: 2em;
        left: 30px;
        width: 50%;
    }
    .next1 p{
       visibility: hidden;
    }
    .next1 span{
       visibility: hidden;
    }
    
    .next1 .custom-btn{
    position: absolute;
    top: 150px;
    left: 30px;
        width: 50% !important;
        visibility: hidden;
} 
   
    
    .mb-100{
        margin-bottom: 10px;
    }
    
    #autresclients .clienttitle{
        margin-top: 50px;
        font-size: 2em;
        padding: 0;
        margin-left: 0;
    }
    
    #autresclients .clienttitle span{
       display: none;
    }
    
    #autresclients img{
        margin-left: 15px;
    }
/*    END CAS CLIENTS*/
    
    .contact-message{
        width: 100%;
    }
    
    #form_btn{
        top: -150px;
        right: 0%;
        width: 40%;
        font-family: "Larsseit";
    }
    select{
        font-family: "Larsseit";
    }
}

/*End iPhone 12*/


/*END RESPONSIVE*/
