 @media screen and (min-width:992px){
     .home #header {
         position: absolute;
     }
 }
 .home #slider .container-slider {
     width: 100%;
     height: 100%;
 } 
 #slider .scrollpanels {
     position: fixed;
     z-index: 9;
     top: 50vh;
     right: 3vw;
     visibility: hidden;
 }
 #slider nav ul {
     list-style: none;
 }
 #slider nav button {
     width: 15px;
     height: 15px;
     background-color: transparent;
     border: 2px solid #fff;
     border-radius: 50%;
     padding: 0;
 }
 #slider nav button.active {
     background-color: #fff !important;
 }
 .home #slider .slider-gsap {
     height: 100vh;
     position: sticky;
     top: 0;
     color: #fff;
 }
 .home #slider .slider-gsap img {
     width: 100vw;
     object-fit: cover;
     height: 100vh;
     max-height: 100vh;
     position: absolute;
 }
 .home #slider .slider-gsap .video-wrapper {
     position: absolute;
     top: 0;
     left: 0;
     width: 100vw;
     min-height: 100vh;
     z-index: 0;
     overflow: hidden;
 }
 .home #slider .slider-gsap iframe {
     width: 100vw;
     height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
     min-height: 100vh;
     min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }
 .home #slider .slider-gsap .slider-title {
     z-index: 1;
     max-width: 50%;
     margin-bottom: 50px;
     text-align: center;
     font-size: 35px;
     font-weight: 600;
     line-height: 40px;
     text-transform: uppercase;
     text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
 }
 .home #slider .slider-gsap .slider-txt {
     z-index: 1;
     max-width: 50%;
     font-size: 20px;
     line-height: 32px;
     text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
 }
 .home #slider .slider-gsap .slider-cta {
     z-index: 1;
     text-align: center;
     font-size: 20px;
     background-color: #004f50;
     padding: 5px 15px;
     border-radius: 5px;
     transition: all .3s;
     cursor: pointer
 }
 .home #slider .slider-gsap .slider-cta:hover {
     background-color: #a6beb7
 }
 .home #slider .slider-gsap a {
     z-index: 1;
     margin: 15px 0 5%;
     color: #fff
 }
 .home #s1 h1 {
     color: #004f50;
     line-height: 1.2;
     margin-bottom: 20px;
     font-size: 22px;
     font-weight: 700;
 }
 .home #s1 p {
     color: #004f50;
     line-height: 1.2;
     margin-bottom: 20px;
     font-size: 16px;
     font-weight: 500;
     text-align: justify;
 }
 .home #s1 p a {
     color: #004f50;
 }
 .home #s1 .cta {
     padding-top: 30px;
 }
 .home #s2 h3 {
     font-weight: 700;
     color: #fff;
     font-size: 25px;
     top: 20px;
     margin: auto;
     left: 0;
     right: 0;
     z-index: 1
 }
 .home #s2 .bckg-wrapper,
 .home #s2 .bckg-wrapper * {
     height: 100%;
 }
 .home #s2 .col-right-bckg {
     background-color: #f2f2f2;
 }
 .home #s2 .slider-bckg .slide {
     background: #31b2cb;
 }
 .home #s2 .slider-bckg .slide.relationpublics,
 .home #s2 .slider-bckg .slide.relationspublics,
 .home #s2 .slider-bckg .slide.publicrelations {
     background: #31b2cb;
     background-image: url('../img/motif.png'), linear-gradient(45deg, rgba(24,118,254,1) 0%, rgba(107,253,231,1) 100%);
     background-blend-mode: overlay, normal;
     background-size: cover;
     background-repeat: repeat;
 }
 .home #s2 .slider-bckg .slide.contenu,
 .home #s2 .slider-bckg .slide.content {
     background: #0dd0a0;
     background-image: url('../img/motif.png'), linear-gradient(45deg, #0dd0a0 50%, #fff 100%);
     background-blend-mode: overlay, normal;
     background-size: auto;
     background-repeat: repeat;
 }
 .home #s2 .slider-bckg .slide.influence-web-social,
 .home #s2 .slider-bckg .slide.digital {
     background: #31b2cb;
     background-image: url('../img/motif.png'), linear-gradient(45deg, #31b2cb 50%, #fff 100%);
     background-blend-mode: overlay, normal;
     background-size: cover;
     background-repeat: repeat;
 }
 .home #s2 .slider-bckg .slide.branding,
 .home #s2 .slider-bckg .slide.brandmanagement {
     background: #6917ff;
     background-image: url('../img/motif.png'), linear-gradient(45deg, #691efe 50%, #fff 100%);
     background-blend-mode: overlay, normal;
     background-size: auto;
     background-repeat: repeat;
 }
 .home #s2 .slider-expertises .slick-list {
     overflow: visible;
 }
 .home #s2 .expertises-text > div {
     padding: 60px 0;
 }
 .home #s2 .slider-expertises,
 .home #s2 .slider-expertises .slick-list,
 .home #s2 .slider-expertises .slick-track {
     height: 100%;
 }
 .slider-expertises .slick-slide .expertise img {
     margin: 0 auto;
 }
 .slider-expertises .slick-slide,
 .slider-expertises .slick-slide .expertise {
     text-align: center;
     height: 100%;
     width: -webkit-calc(100% - 64px);
     width: -moz-calc(100% - 64px);
     width: calc(100% - 64px);
     margin-left:auto;
     margin-right:auto;
 }
 .slider-expertises .slick-slide .expertise.contenu img,
 .slider-expertises .slick-slide .expertise.content img {
     padding: 68px 46px;
     width: 355px;
 }
 .slider-expertises .slick-slide .expertise.digital img {
     padding: 61px 46px;
     width: 369px;
 }
 .slider-expertises .slick-slide .expertise.brandmanagement img {
     padding: 46px 46px;
     width: 400px;
 }
 .home #s2 .link {
     top: 0;
     left: 0;
 }
 .home #s2 .link h2 {
     color: #fff;
     font-size: 36px;
     font-weight: 700;
     margin: 0;
 }
 .home #s2 .layer {
     top: 0;
     right: 0;
     width: 300%;
     mix-blend-mode: multiply;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: opacity ease 300ms;
     -o-transition: opacity ease 300ms;
     -moz-transition: opacity ease 300ms;
     transition: opacity ease 300ms;
 }
 .home #s2 .digital .layer {
     background-color: rgba(188, 44, 9, 0.5);
 }
 .home #s2 .public-relations .layer {
     background-color: rgba(219, 70, 72, 0.5);
 }
 .home #s2 .brand-management .layer {
     background-color: rgba(101, 147, 137, 0.5);
 }
 .home #s2 .content .layer {
     background-color: rgba(129, 60, 61, 0.5);
 }
 .home #s2 .expertises-text {
     padding: 0 30px;
 }
 .home #s2 .expertises-text h3 {
     color: #000;
     letter-spacing: 0.5px;
     line-height: 1.2;
     margin-bottom: 60px;
 }
 .home #s2 .arrows {
     position: absolute;
     color: #fff;
     font-weight: 700;
     font-size: 32px;
     line-height: 1;
     text-align: center;
     height: 32px;
     width: 32px;
     z-index: 1;
     margin: auto;
     top: 0;
     bottom: 0;
     left: 0;
     cursor: pointer;
 }
 .home #s2 .arrow-right {
     left: auto;
     right: 0;
 }
 .home #s2 .slick-dots {
     margin: 0 auto 0 auto;
     list-style: none;
     position: absolute;
     left: 0;
     right: auto;
     bottom: 30px;
     width: 100%;
     text-align: center;
 }
 .home #s2 .slick-dots li {
     display: inline-block;
 }
 .home #s2 .slick-dots button {
     border: 2px solid #fff;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background-color: transparent;
     color: transparent;
     padding: 0;
     display: block;
     width: 20px;
     height: 20px;
     margin-right: 10px;
     -webkit-transition: background ease 300ms;
     -o-transition: background ease 300ms;
     -moz-transition: background ease 300ms;
     transition: background ease 300ms;
 }
 .home #s2 .slick-dots .slick-active button,
 .home #s2 .slick-dots button:hover {
     background-color: #fff;
 }

 .home #s3 .button {
     padding: 8px 15px;
 }
 .home #s3 h4 {
     font-size: 22px;
     color: #000;
     margin-bottom: 22px;
     letter-spacing: 0.5px;
     font-weight: 700;
 }
 .home #s3 h3 {
     font-size: 16px;
     color: #fff;
     padding-bottom: 10px;
     padding-top: 10px;
     letter-spacing: 1px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 0;
 }
 .home #s3 h2 {
     font-size: 14px;
     font-weight: 700;
     margin: 0 0 10px 0;
     line-height: 1.2;
     color: #000;
 }
 .home #s3 p {
     margin-bottom: 10px;
     line-height: 1.2;
 }
 .home #s3 .une h3 {
     background-color: #e2b39a;
 }
 .home #s3 .portfolio-item h3 {
     background-color: #1f494c;
 }
 .home #s3 .pressroom h3 {
     background-color: #e43c2e;
 }
 .home #s3 .reseaux h3 {
     background-color: #4e7e70;
 }
 .home #s3 .wrapper {
     background-color: #f2f2f2;
     font-size: 10px;
 }
 .home #s3 .figure {
     background-position: 50%;
     -moz-background-size: cover;
     -o-background-size: cover;
     -webkit-background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
     -ms-flex: 0 0 65%;
     flex: 0 0 65%;
     min-height: 200px;
     position: relative;
     z-index: 2;
 }
 .home #s3 .figure-default {
     background-position: 50%;
     -moz-background-size: cover;
     -o-background-size: cover;
     -webkit-background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-image: url(../img/insta-feed-default.png);
     width: 65%;
     height: 100%;
     position: absolute;
     z-index: 1;
     top: 0;
     right: 0;
 }
 .home #s3 .text {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
     -ms-flex: 0 0 35%;
     flex: 0 0 35%;
     padding: 10px 5px 10px 10px;
 }

 .home header + #slider h2 img {
    width: 480px;
}

@media screen and (max-width:1199.98px){
    .home #s3 h2 {
        font-size: 13px;
    }
}
@media screen and (max-width:991.98px){
	/* Front Page */
	.home #header-wrap {
	    position: absolute;
	}
	.home #slider .slider-gsap .slider-title {
	    max-width: 80%;
	    font-size: 30px;
	}
	.home #slider .slider-gsap .slider-txt {
	    text-align: center;
	}
	.home #slider .slider-gsap a {
	    margin: 10% 0 10%;
	}
	.home #s2 .expertises-text h3 {
	    margin-bottom: 20px;
	    margin-top: 30px;
	}
	.home #s2 .expertises-text .cta{
	    margin-bottom: 30px;
	}
}
@media screen and (max-width:767.98px){
	.home #s2 .slider-expertises {
	    height: 300px;
	}
	.home #s3 .wrapper .d-flex {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.home #s3 .figure {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    width: 100%;
	}
	.home #s3 .figure-default {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    width: 100%;
	    height: 200px;
	    top: auto;
	    bottom: 0;
	}
	.home #s3 .text {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    width: 100%;
	}
	section#slider {
	    min-height: auto !important;
	}
	section#slider .slider-caption {
	    padding: 190px 0;
	}
	.home header + #slider h2 img {
	    width: 225px;
	}
	/* slider GSAP */
	.home #slider .slider-gsap .front_header_mobile {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    min-height: 100vh;
	    z-index: 0;
	    overflow: hidden;
	}
	.home #slider .slider-gsap .slider-caption.slider-caption-center {
	    height: 100vh;
	    width: 100%;
	    text-align: center;
	}
	.home #slider .slider-gsap .video-wrap {
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    background-size: cover !important;
	}
	.home #slider .slider-gsap .slider-caption h2 {
	    width: 60%
	}
	.home #slider .slider-gsap img.logo-white {
	    width: 100%;
	    height: auto;
	    position: relative;
	}
	.home #slider .slider-gsap .play_button img {
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin-top: 50px;
	}
	.home #slider .video-wrap {
	    -moz-background-size: 183% !important;
	    -o-background-size: 183% !important;
	    -webkit-background-size: 183% 183% !important;
	    background-size: 183% !important;
	}
}
@media screen and (max-width:575.98px){
	.home #slider .video-wrap {
	    -moz-background-size: 252% !important;
	    -o-background-size: 252% !important;
	    -webkit-background-size: 252% 252% !important;
	    background-size: 252% !important;
	}
}
@media screen and (max-width:399px){
    .home #slider .video-wrap {
        -moz-background-size: 350% !important;
        -o-background-size: 350% !important;
        -webkit-background-size: 350% 350% !important;
        background-size: 350% !important;
    }
}