*, ::before, ::after{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

*:focus {outline:none !important}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

html{
    scroll-behavior: smooth;
}
  
body{
    font-family: 'Poppins', sans-serif;
}

ul li::before {
    content: "•";
    color: #777;
    font-size: 1.2em;
    margin-right: 8px;
  }

.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img{
    margin-top: -80px;
}

.fondu-out{
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.memoji-jg{
    position: absolute;
    top: 500px;
    height: 220px;
    width: 220px;
    left: 5%;
    background-image: url(memoji/memoji.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* .memoji{
    position: fixed;
    top: 20%;
    left: 95%;
    transition: all 0.3s ease-out;
    z-index: 2;
}

.memoji:hover{
    left: 89%
} */

.nav-link{
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
}

.navbar{
    padding: 30px;
}

.bg-light{
    background-color: #fff !important;
}

h1{
    font-family: 'Poppins', sans-serif;
    font-size: 51px;
    font-weight: 500;
    margin-bottom: -6px;
    margin-top: 60px;
    
}

#job{
    font-family: 'Poppins', sans-serif;
    font-size: 51px;
    font-weight: 500;
    color: #00A9FF;
    margin-bottom: 20px;
}

#description{
    font-size: 18px;
    max-width: 760px;
    margin-bottom: 35px;;
}

.watch-business-cases {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.watch-business-cases:hover {
    text-decoration: underline;
    color: #3498db;
}

.btn-ref {
    height: 60px;
    color: #252525;
    background-color: #5CFFB6;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 30px;
    transition: all 0.5s ease-out;
    -webkit-appearance: none;
}

.btn-ref:hover {
    background-color: #2EFFA1;
    color: #000;
    box-shadow: 0px 5px 25px rgba(92, 255, 182, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-ref img{
    margin-right: 10px;
}

.btn-cv{
    height: 60px;
    color: #252525;
    background-color: #fff;
    border: solid 3px;
    border-color: #5CFFB6;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 14px 30px;
    transition: all 0.5s ease-out;
    -webkit-appearance: none;
}

.btn-cv:hover {
    background-color: #2EFFA1;
    color:#000;
    box-shadow: 0px 5px 25px rgba(92, 255, 182, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-cv img{
    margin-right: 10px;
}

.btn-nav{
    height: 45px;
    width: 135px;
    color: #fff !important;
    background-size: 200%;
    background-image: linear-gradient(
        to right,
        #289BFC, #51CBFE, #289BFC);
    transition: 0.5s;
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 13px;
    padding-right: 20px;
    box-shadow: 0px 5px 25px rgba(51, 168, 252, 0.6);
    border-radius: 34.5px;
    border-style: none;
    -webkit-appearance: none;
}

.btn-nav:hover{
    color: #fff;
    background-position: right;
    cursor: pointer;
    text-decoration: none;
}

.btn-nav img{
    margin-right: 5px;
}

.cta-real{
    text-align:center;
    margin-top: 30px;
}

.cta-mail{
    text-align:center;
    margin-top: 40px;
}

.btn-real{
    height: 60px;
    width: 270px;
    color: #252525;
    background-color: #fff;
    border: solid 3px;
    border-color: #5CFFB6;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 14px 50px;
    transition: all 0.5s ease-out;
    -webkit-appearance: none;
}

.btn-real:hover {
    background-color: #2EFFA1;
    box-shadow: 0px 5px 25px rgba(92, 255, 182, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-mail{
    height: 60px;
    color: #252525;
    background-color: #5CFFB6;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 16px 50px;
    transition: all 0.5s ease-out;
    -webkit-appearance: none;
}

.btn-mail:hover{
    box-shadow: 0px 7px 25px rgba(92, 255, 182, 0.5);
    cursor: pointer;
    color: #252525;
    text-decoration: none;
}

button img {
  margin-right: 7px;
  vertical-align: middle;
}

.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.title-vid{
    text-align: center;
    margin-top: 10px;
}

.services{
    text-align: center;
    margin-top: 25px;
}

.services p{
    margin: 0;
}

.services img{
    margin-bottom: 25px;
}

.services img:hover{
    -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.title-centre{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.mes_realisations{
    margin-top: 30px;
}

.blocs{
 display: flex;
 flex-wrap: wrap;
}

.box{
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.videobox{
    border-radius: 10px;
} 

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.bluewave {
    background-color: #fff;
    width: 100%;
    height: 550px;
    background-image: url(icon/vague6.svg);
    background-position:50% 0%;
    background-repeat: no-repeat;
    padding-top: 190px;
    margin-bottom: 25px;
}

/* .work-together{
    padding-top: 245px;
    width: 100%;
    height: 680px;
    background-image: url(icon/vague7.svg);
    background-position:50% 0%;
} */

.work-together{
    padding-top: 245px;
    width: 100%;
    height: 680px;
    background-image: url(icon/vague7.svg);
    background-size: cover;
    background-position: top;
}

#work{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

#work2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.social{
    display: flex;
    align-items: center;
    justify-content : center;
}

.rs{
   margin: 50px 8px 0 8px;
}

footer{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p{
    font-size: 12px;  
    color: black;
    margin-top: 15px;
}

footer a{
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-out;
}

footer a:hover{
    text-decoration: none;
    color: #008BFF;
}

.static {
    position:absolute;
    background: white;
}
  
.static:hover {
    opacity:0;
}

  @-webkit-keyframes wiggle {
    0% {-webkit-transform: rotate(5deg);}
    25% {-webkit-transform: rotate(-2deg);}
    50% {-webkit-transform: rotate(3deg);}
    75% {-webkit-transform: rotate(-2deg);}
    100% {-webkit-transform: rotate(0deg);}
  }
  
  @-ms-keyframes wiggle {
    0% {-ms-transform: rotate(1deg);}
    25% {-ms-transform: rotate(-1deg);}
    50% {-ms-transform: rotate(1.5deg);}
    75% {-ms-transform: rotate(-5deg);}
    100% {-ms-transform: rotate(0deg);}
  }
  
  @keyframes wiggle {
    0% {-webkit-transform: rotate(5deg);}
    25% {-webkit-transform: rotate(-2deg);}
    50% {-webkit-transform: rotate(3deg);}
    75% {-webkit-transform: rotate(-2deg);}
    100% {-webkit-transform: rotate(0deg);}
  }

.overlay-image {
    position: relative;
    width: 100%;
    height:100%; 
    border-radius: 10px;
    overflow: hidden;
   }
   
.overlay-image .image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;

}

.overlay-image:hover .image{
    border-radius: 10px;
    filter: blur(2px) grayscale(80%);
    /* filter: grayscale(90%); */
}
   
.overlay-image .text {
    color:#343a40;
    background-color: rgba(255, 255, 255, 0.5);  
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    padding-top: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;  
   }

   .overlay-image .theme {
    color:#475b5f;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding-top: 30%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;  
   }

.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;  
   }
   
.overlay-image:hover .hover {
    opacity: 1;
   }

.overlay-image-video{
    position: relative;
    border-radius: 10px;
    margin-top: 35px;
    overflow: hidden;
}

.overlay-image-video .videobox{
    transition: transform 1s, filter .5s ease-in-out;
    filter: brightness(90%);
} 

.overlay-image-video:hover .videobox {
    transform: scale(1.5);
    filter: brightness(100%);
  }


.container-fluid{
    width: 95%;
}

.content {
    display: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.project-item {
    background-size: cover;
    height: 280px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 32px;
    margin-bottom: 45px;
    cursor: pointer;
}

.full-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.project-item .full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.project-item a {
    text-decoration: none;
    color: inherit;
}

.project-item a:hover, 
.project-item a:focus, 
.project-item a:active, 
.project-item a:visited {
    text-decoration: none;
    color: inherit;
}

.project-item:hover p {
    opacity: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.project-item p {
    position: absolute;
    bottom: 30px;
    left: 35px;
    margin: 0;
    padding: 0;
    color: #000;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.project-item:hover h2 {
    margin-bottom: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.project-item h2 {
    position: absolute;
    font-size: 30px;
    bottom: 60px;
    left: 35px;
    padding: 0;
    margin: 0;
    margin-bottom: -28px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.projects p{
    margin-bottom: 60px;
}

.mobile-caption a {
    text-decoration: none;
    color: inherit;
}

.mobile-caption a:hover, 
.mobile-caption a:focus, 
.mobile-caption a:active, 
.mobile-caption a:visited {
    text-decoration: none;
    color: inherit;
}

.mobile-caption h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.project-content .intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    position: relative;
    margin-bottom: 28px;
    line-height: 1.3;
}

.project-content {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 26px;
    color: #777;
    line-height: 2;
}

.img-couv {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; 
    margin-bottom: 60px;
    border-radius: 15px;
}

.project-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
}

.project-img figcaption {
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    color: #555; 
  }

.video-container {
    position: relative;
    padding-bottom: 24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 12px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 12px;
}


@media (max-width: 1500px) {
    .memoji-jg{
        top: 540px;  
        height: 180px;
        width: 180px;
    }
  }

@media (max-width: 991px) {
    .links {
        width: 100%;
    }
    .memoji-jg{   
    display: none;  
    }

    .btn-nav{
        margin: 0 auto;
        margin-top: 16px;
    }
    .nav-item{
        font-size: 18px;
        margin: 0 auto;
    }
    .project-item{
        background-position: -150px;
     }
  }

@media (max-width: 768px) {
    .links{
        width: 100%;   
    }
    h1{
        margin-bottom: 0px;
        font-size: 49px;
    }
    .btn-ref {
        display: block;
        margin-bottom: 15px;
        margin-right: 0px;
        width: 100%;
    }
    .btn-cv {
        display: block;
        margin-right: 0px;
        width: 100%;
        padding: 14px 30px;
      }
    #name{
        font-size: 60px;
    }
    #work2 p {
        font-size: 4vw;
    }
    .bluewave{
        background-color: #fff;
        width: 100%;
        height: 700px;
        background-image: url(icon/vague6_bis.png);
        background-position:20% 0%;
        background-repeat: no-repeat;
        padding-top: 190px;
        margin-bottom: 130px;
    }

    .project-item{
        background-position: -180px;
     }
  }

  @media (max-width: 576px) {
    .bluewave{
        background-color: #fff;
        width: 100%;
        height: 1040px;
        background-image: url(icon/vague6_ter.png);
        background-position : 20% 0%;
        background-repeat: no-repeat;
        padding-top: 190px;
        margin-bottom: 130px;
    }

    #skills.title-centre{
        margin-top: 40px;
    }

    h1{
        margin-bottom: 10px;
        font-size: 32px;
    }

    #job{
        line-height: 1.1;
        height: 120px;
        font-size: 37px;
    }

    #work{
        line-height: 1.1;
    }

    .project-item{
       margin-bottom: 5px;
       background-position: -480px;
    }
  }




