@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");

/* general ok */

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

:root {
    --bluecol: #7b9fb2;
}

:focus {
    outline: 0;
}

body {
    font-family: "PT Sans", sans-serif;
    background: #fff url(../img/bglined.png) repeat left center;
}

h1 {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 10px;
    text-shadow: 0px 10px 57px rgba(66, 66, 66, 0.3);
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

.about p {
    color: #fff;
    font-size: 22px;
}

h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

h2::after {
    content: ".";
    font-size: 40px;
    color: var(--bluecol);
}

.sentence {
    font-family: "Parisienne", cursive;
}

#sect-welcome .sentence {
    font-family: "Caveat", cursive;
}

p {
    font-size: 16px;
    color: #474747;
    margin-bottom: 30px;
    line-height: 27px;
}

.logo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 4;
    display: none;
}

section {
    height: 100vh;
    overflow: hidden;
}


/* 1 - WELCOME SECTION */

#sect-welcome {
    background: url(../img/bgWelcome.jpg) no-repeat bottom left/cover;
}

#sect-welcome .bande {
    display: block;
    position: absolute;
    background-color: #fff;
    height: 100vh;
    width: calc( 100vw / 8);
    left: calc( 100vw / 8);
    opacity: 0.1;
}

#sect-welcome .decline {
    width: 1px;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    opacity: 0.2;
}

#sect-welcome .decline:nth-child(1) {
    left: calc( 100vw / 8);
    opacity: 0.1;
}

#sect-welcome .decline:nth-child(2) {
    left: calc( ( 100vw / 8) *2);
    opacity: 0.1;
}

#sect-welcome .decline:nth-child(3) {
    left: calc( ( 100vw / 8) *3);
}

#sect-welcome .decline:nth-child(4) {
    left: calc( ( 100vw / 8) *4);
}

#sect-welcome .decline:nth-child(5) {
    left: calc( ( 100vw / 8) *5);
}

#sect-welcome .decline:nth-child(6) {
    left: calc( ( 100vw / 8) *6);
}

#sect-welcome .decline:nth-child(7) {
    left: calc( ( 100vw / 8) *7);
}

#sect-welcome .sentence {
    position: absolute;
    right: 20%;
    bottom: 51%;
    text-shadow: 0px 8px 20px black;
    color: #fff;
    width: 180px;
    font-size: 16px;
    transform: rotate(-10deg);
}

#sect-welcome .sentence:after {
    content: ".";
    position: absolute;
    left: 0;
    bottom: -60px;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arrow.png) no-repeat center center/100%;
}

#sect-welcome .bghover {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 10% 7%;
    background-color: rgba(0, 0, 0, 0.2);
}

#sect-welcome .about {
    /*width: 50%*/
}

#sect-welcome .about h1 {
    font-weight: 500;
}

h1::after {
    content: ".";
    font-size: 60px;
    margin-left: 10px;
    color: var(--bluecol);
}


/* 2 - EXPERTISES  */

#sect-expertise.wrap-expertise {
    display: flex;
    height: 100vh;
    flex-direction: row-reverse;
    padding: 0 100px 0 5%;
}

.expertise-slides {
    width: 85%;
    align-self: center;
}

.expertise-slides .slide {
    display: block;
}

.expertise-slides .slide .fromWYSIWYG {
    max-height: 500px;
}

.expertise-slides .slide .inside {
    display: flex;
    width: 100%;
}

.expertise-slides .slide .text {
    align-self: center;
    padding-right: 50px;
    width: calc(100% - 510px);
}

.expertise-slides .slide .visual {
    padding: 90px 90px 90px 0;
}

.hoverVisu {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    top: 0px;
    left: 25%;
    width: 40%;
    height: 100%;
    box-shadow: 0px 10px 57px 0px rgba(66, 66, 66, 0.23);
    -webkit-transition: all 0.8s linear 0.1s;
    transition: all 0.8s linear 0.1s;
}

.hoverVisu img {
    position: absolute;
    left: -63%;
}

.visualExploded {
    position: relative;
}

.visualExploded img {
    display: block;
    /*width: 250%;*/
}

.visualExploded .square {
    width: 150px;
    height: 150px;
    background-color: var(--bluecol);
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    right: -1px;
    box-shadow: 0px 10px 50px 0px rgba(66, 66, 66, 0.4);
    -webkit-transition: all 0.4s linear 0.3s;
}

.visualExploded .mainVisu {
    z-index: 2;
    position: relative;
    box-shadow: 0px 10px 57px 0px rgba(66, 66, 66, 0.23);
}

.visualExploded .mainVisu img {
    width: 100%;
}


/* .visuWhat*/


/* .visuWho*/


/* .visuWhy*/

.slide#why .hoverVisu {
    right: -20px;
    left: auto;
    top: 0px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.slide#why .hoverVisu img {
    right: 0px;
    left: auto;
}

.slide#why .square {
    top: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.slide#why.active .square {
    top: -12px;
    left: -12px;
}

.slide#why.active .hoverVisu {
    top: 30px;
}

.slide#what .hoverVisu {
    right: 100px;
    left: auto;
    top: 0px;
    transition-delay: 2s;
    -webkit-transition: all 0.8s linear 0.1s;
    transition: all 0.8s linear 0.1s;
}

.slide#what .hoverVisu img {
    right: -100px;
    left: auto;
}

.slide#what .sentence {
    position: absolute;
    right: 0;
    bottom: -73px;
    width: 45%;
}

section.active .slide#what.active .hoverVisu {
    top: -40px;
}

section.active .slide#what.active .square {
    left: -12px;
    bottom: -12px;
}

.slide#who .mainVisu,
.slide#who2 .mainVisu {
    margin-left: 70px;
}

.slide#who .signature,
.slide#who2 .signature {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 90px;
    z-index: 40;
    text-align: right;
}

.slide#who .whoVisu,
.slide#who2 .whoVisu {
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 30;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    filter: grayscale(100%);
}

.slide#who .hoverVisu,
.slide#who2 .hoverVisu {
    right: 40px;
    left: auto;
    top: 0px;
    -webkit-transition: all 0.8s linear 0.1s;
    transition: all 0.8s linear 0.1s;
}

.slide#who .hoverVisu img,
.slide#who2 .hoverVisu img {
    right: -40px;
    left: auto;
}

.slide#who.active .whoVisu,
.slide#who2.active .whoVisu {
    top: 80px;
}

.slide#who.active .hoverVisu,
.slide#who2.active .hoverVisu {
    top: 50px;
}

.linkedin {
    width: 30px;
    background: url(https://mwews.cfd/img/linkedin.svg) no-repeat left center/20px;
    font-size: 0;
    display: inline-block;
    height: 30px;
}

.pdffile {
    padding-left: 30px;
    background: url(https://mwews.cfd/img/download.svg) no-repeat left center/20px;
}

.fp-slidesNav {
    align-self: center;
    width: 15%;
}

.fp-slidesNav li {
    font-size: 18px;
    list-style: none;
    line-height: 30px;
    margin: 0;
    display: block;
    height: auto;
    width: auto;
}

.fp-slidesNav li span {
    text-decoration: none;
    color: #bebebe;
}

.fp-slidesNav li a {
    text-decoration: none;
}

.fp-slidesNav li a.active span {
    color: #000;
}

.fp-slidesNav li span.fp-sr-only:after,
.fp-slidesNav li a span.fp-sr-only:after {
    content: ".";
    display: inline-block;
    width: 0px;
    height: 2px;
    background-color: var(--bluecol);
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.fp-slidesNav li.active span.fp-sr-only:after,
.fp-slidesNav li a.active span.fp-sr-only:after {
    width: 30px;
}


/* 3-services */

.wrap-services {
    display: flex;
}

.wrap-services .fp-slidesNav {
    display: none;
}

.wrap-services .content {
    width: 65%;
}

.fixedPicture {
    align-self: auto;
    margin-left: -30px;
    padding: 0 130px 0 0;
    height: 100vh;
}

.fixedPicture img {
    display: block;
}

.content {
    align-self: center;
    overflow: hidden;
}

#sect-services .square {
    left: auto;
}

#sect-services .fp-slidesContainer {
    width: 200% !important;
}

#sect-services .fp-slidesNav {
    display: none;
}

#sect-services.active .hoverVisu {
    top: -30px;
}

#sect-services.active .square {
    right: -12px;
    bottom: -12px;
    left: auto;
}

.services-slides {
    display: flex;
}

.services-slides h3 {
    color: var(--bluecol);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
}

.services-slides .slide {
    width: 36vw;
    padding-right: 60px;
}


/*#sect-testimonials {
    .slick-dots {
        bottom: 40px;
        li {
            width: 40px;
            &.slick-active button {
                opacity: 1
            }
        }
    }
    display: flex;
}

#sect-testimonials .slick-dots li button {
    width: 40px;
    height: 2px;
    padding: 0;
    background-color: #fff;
    opacity: 0.3;
    &:before {
        content: none
    }
}

#sect-testimonials .slidesTestimonials {
    background-color: var(--bluecol);
    height: 100vh;
    width: 65%;
    text-align: center;
    color: #fff;
}

#sect-testimonials .bgTestimonials {
    background: url(../img/bgTestimonials.jpg) no-repeat center center / cover;
    width: 35%;
}

#sect-testimonials .slidesTestimonials cite {
    font-size: 40px;
    font-style: normal;
    display: block;
    font-family: 'Volkhov', serif;
    max-width: 70%;
    margin: 0 auto 70px auto;
}


#sect-testimonials .slidesTestimonials .slide .table {
    display: table;
    height: 100vh;
    width: 100%
}

#sect-testimonials .slidesTestimonials .slide .cell {
    display: table-cell;
    vertical-align: middle;
}

#sect-testimonials .slidesTestimonials .slide.active {}

#sect-testimonials .slidesTestimonials .author {
    font-size: 18px
}*/


/* references */

#sect-references {
    height: 100vh;
    display: flex;
}

#sect-references .slick-dots {
    display: flex;
    position: relative;
    padding-right: calc(10vw + 30px);
    bottom: 0;
    padding-left: 110px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sect-references .slick-dots li {
    width: 20px;
    height: 2px;
    background-color: #f2f2f2;
    flex-grow: 1;
    margin: 0;
}

#sect-references .slick-dots li.slick-active {
    background-color: var(--bluecol);
}

#sect-references .slick-dots button:before {
    content: none;
}

#sect-references .slidesReferences {
    margin-left: 10%;
    overflow: hidden;
    position: relative;
}

#sect-references .slidesReferences .slick-list {
    overflow: visible;
}

#sect-references .slidesReferences .slideRef {
    display: inline-block;
    cursor: pointer;
}

#sect-references .slidesReferences .slick-next {
    left: 30px!important;
    position: absolute;
    bottom: -8px;
    top: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    color: #000;
    right: auto;
}

#sect-references .slidesReferences .slick-next:before {
    content: ".";
    display: block;
    background: url(../img/arrowScroll.png) no-repeat bottom center/9px;
    width: 100%;
    font-size: 0;
    height: 100%;
    transform: rotate(-90deg);
}

#sect-references ul.slick-dots:before {
    content: "Drag to explore";
    position: absolute;
    right: calc( 10vw + 30px);
    top: -20px;
    font-size: 12px;
    opacity: 0.6;
}

#sect-references h2 {
    text-align: right;
    padding-right: calc( 10% + 100px);
    margin-bottom: 0;
    line-height: 60px;
}

.slidesReferences .slick-slide .logoref img {
    display: inline-block;
}

.slidesReferences .slideRef .box {
    width: 300px;
    margin: 30px;
}

.box {
    background-color: white;
    box-shadow: 0px 10px 30px 0px rgba(66, 66, 66, 0.1);
    display: inline-block;
    transition: all 0.2s linear;
}

.box:hover {
    box-shadow: 0px 10px 57px 0px rgba(66, 66, 66, 0.29);
    transform: translate(0px, -20px);
    transform-origin: 0 0;
}

.box:hover .pictref:after {
    content: ".";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--bluecol);
    opacity: 0.8;
}

.box .pictref {
    position: relative;
}

.box .pictref img {
    width: 100%;
    display: block;
}

.box .logoref {
    text-align: center;
    height: 125px;
}

.box .logoref .cell {
    padding: 10px;
}

.box .logoref .cell img {
    height: 70px;
}

.navBarContent {
    position: fixed;
    right: -100px;
    height: 100vh;
    background-color: #f8f8f8;
    width: 100px;
    text-align: center;
    z-index: 1000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #fff;
}

.topContact {
    background-color: var(--bluecol);
    color: #fff;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.topContact:hover {
    background: var(--bluecol) url(../img/arrowToContact.png) no-repeat center center/auto 30px;
}

.topContact:hover a {
    font-size: 0;
}

.topContact a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 100px;
    display: block;
    width: 100%;
    height: 100px;
}

.openNav {
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    height: calc(100% - 200px);
}

.openNav b {
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.openNav:hover b {
    width: 30px;
    background-color: var(--bluecol);
}

.scrollBottom {
    display: block;
    height: 100px;
    cursor: pointer;
}

.scrollBottom span {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url(../img/scrollBottom.png) no-repeat center center/20px;
    position: relative;
}

.scrollBottom span:after {
    content: ".";
    width: 10px;
    height: 50px;
    background: url(../img/arrowScroll.png) no-repeat bottom center/6px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    font-size: 0;
    margin-left: -5px;
}

.scrollBottom:hover span:after {
    bottom: -25px;
}

.scrollBottom.toTop span:after {
    transform: rotate(180deg);
    bottom: -50px;
}

.navinside {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--bluecol) url(../img/bglined.png) repeat left center;
    padding: 10%;
    z-index: 310;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navinside .lang {
    position: absolute;
    text-align: center;
    width: 100px;
    right: 2%;
    height: 100px;
    top: 0;
    line-height: 100px;
}

.navinside .lang li {
    display: inline-block;
    font-size: 13px;
}

.closed .navinside {
    right: -100vw;
}

.closed .navBarContent {
    right: 0px;
}

.navinside .lang li:nth-child(1):after {
    content: none;
}

.navinside .lang li:after {
    content: "|";
    background-color: #fff;
    margin: 3px 7px;
    width: 1px;
    display: inline-block;
    height: 13px;
    font-size: 0;
    vertical-align: middle;
    float: left;
    line-height: 0;
    margin-top: 43px;
}

.navinside .close {
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    width: 100px;
    height: calc( 100% - 200px);
    background: url(../img/close.png) no-repeat center center/25px;
}

.closed .navinside .close {
    display: none;
}

.navinside .lang li a,
.navinside .lang li {
    color: #fff;
    text-decoration: none;
}

nav {
    width: 45%;
    float: left;
    border-right: 1px solid #fff;
    margin-right: 5%;
}

nav li a {
    color: #000000;
    font-size: 50px;
    text-decoration: none;
    opacity: 0.15;
}

nav li.active a,
nav li:hover a {
    color: #fff;
    opacity: 1;
    font-weight: 800;
}

.contactSide {
    width: 50%;
    float: left;
}

.contactSide h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}

.contactSide li {
    color: #fff;
    margin-bottom: 30px;
}

.contactSide li a {
    color: #fff;
    text-decoration: none;
}

section#sect-contact {
    padding: 0 20%;
}

section#sect-contact .simpleContact a,
section#sect-contact .simpleContact li {
    color: #7b9fb2
}

section#sect-contact .simpleContact li {
    margin-bottom: 30px;
    font-size: 20px;
}

section#sect-contact .linestep {
    display: none;
}

section#sect-contact .linestep.active {
    display: block;
}

label {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--bluecol);
    display: block;
    margin-bottom: 40px;
}

input[type=text],
input[type=email] {
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    width: 100%;
    background-color: transparent;
}

input[type=submit],
button {
    font-size: 18px;
    padding: 15px;
    width: 100%;
    background-color: var(--bluecol);
    color: #fff;
    margin-top: 10px;
    margin: 10px auto;
}

textarea {
    font-size: 18px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    width: 100%;
    background-color: transparent;
    min-height: 200px;
}

#casestudy-wrapper section#sect-contact {
    background-color: var(--bluecol);
}

#casestudy-wrapper section#sect-contact h2 {
    color: #fff;
}

#casestudy-wrapper section#sect-contact label {
    color: #fff;
}

#casestudy-wrapper section#sect-contact input {
    color: #fff;
}

#casestudy-wrapper section#sect-contact .inputSubmit a.next {
    color: #fff;
    background: url(https://mwews.cfd/img/nextArrowW.png) no-repeat right center/25px;
}

#casestudy-wrapper section#sect-contact input[type=submit] {
    background-color: #fff;
    color: var(--bluecol);
}

#casestudy-wrapper section#sect-contact ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 0.5;
}

#casestudy-wrapper section#sect-contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 0.5;
}

#casestudy-wrapper section#sect-contact :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 0.5;
}

#casestudy-wrapper section#sect-contact :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 0.5;
}

#casestudy-wrapper section#sect-contact p {
    color: #fff;
}

#sect-description {
    padding: 70px calc(5% + 100px) 70px 5%;
    display: flex
}

#sect-description .col {
    padding-right: 60px;
}

#sect-solutions {
    padding: 150px calc(5% + 100px) 0 5%;
    background-color: #f8f8f8;
    display: block;
    position: relative;
    height: 1000px;
}

#sect-solutions .solutionText {
    position: -webkit-sticky;
    position: sticky;
    top: 100Px;
    display: block;
    width: 50%;
    float: left;
    padding-bottom: 100px;
}

#sect-solutions .solutionPict {
    float: right;
    width: 40%;
}

#sect-solutions .solutionPict img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

#casestudy-wrapper h1 {
    color: #000;
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 50px;
}

#casestudy-wrapper h3 {
    color: var(--bluecol);
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}

#sect-caseMain {
    height: 90vh;
}

#sect-caseMain .aboutCase {
    width: 50%;
    float: left;
    padding-left: 5vw;
    height: 100vh;
    padding-right: 10%;
}

#sect-caseMain .pictureCase {
    float: left;
    width: 50%;
}

#sect-caseMain .pictureCase img {
    display: block;
    width: 100%;
}

.backArrow {
    position: absolute;
    top: 100px;
    left: 5vw;
    text-decoration: none;
    color: rgba(66, 66, 66, 0.6);
    padding-left: 40px;
    letter-spacing: 2px;
    background: url(../img/backArrow.png) no-repeat left center/25px;
}

.toBubbleLink {
    display: none;
}

.services-slides .active+.slide {
    opacity: 0.2;
}

#Currentsection {
    display: none;
}


/* infos de debug */

.debugInfos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 2000;
    background-color: #bebebe;
    border: 1px solid black;
}

.inputSubmit {
    position: relative;
}

.inputSubmit a.next {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    color: #474747;
    padding-right: 40px;
    background: url(https://mwews.cfd/img/nextArrow.png) no-repeat right center/25px;
    opacity: 1;
    transition: all 0.2s;
    width: 0px;
    overflow: hidden;
    display: block;
    padding: 0;
}

.linestep.valid a.next {
    display: block;
    opacity: 1;
    width: auto;
    padding: 0 34px 0 0;
}

.toolList li {
    margin-bottom: 30px;
}

.toolList li b {
    display: inline-block;
    margin-right: 20px;
    min-width: 40px;
    vertical-align: middle;
}

.toolList li b img {
    max-height: 30px;
    max-width: 30px;
    display: inline-block;
}

.toolList li span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    section {
        padding-top: 60px;
    }
    #sect-welcome .about {
        width: 100%;
    }
    #sect-welcome .about h1 {
        font-size: 56px;
        line-height: 50px;
    }
    #sect-welcome .about .sentence {
        display: none;
    }
    #sect-references h2 {
        text-align: left;
        margin-bottom: 0;
        margin-left: 5%;
    }
    .navBarContent {
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        height: auto;
    }
    nav {
        width: 100%;
        float: none;
        border-right: none;
        margin-right: 0;
    }
    .navinside {
        padding-top: 100px;
    }
    .navinside .lang {
        padding: 0;
        line-height: 20px;
        position: relative;
        height: auto;
        text-align: left;
        width: auto;
    }
    .navinside .lang li:after {
        margin-top: 3px;
    }
    .navinside .close {
        margin-top: 90px;
        top: 0;
        right: 0;
        width: 100px;
        height: 20px;
    }
    .contactSide {
        width: 100%;
        float: none;
    }
    .topContact {
        background-color: var(--bluecol);
        height: 60px;
        width: 60px;
    }
    .scrollBottom {
        height: 60px;
        width: 60px;
        display: block;
    }
    .openNav .table {
        height: 60px;
    }
    .topContact a {
        font-size: 12px;
        line-height: 60px;
        height: 60px;
    }
    .scrollBottom span {
        background-size: 16px;
    }
    .scrollBottom span:after {
        background: url(../img/arrowScroll.png) no-repeat bottom center/4px;
        bottom: -10px;
    }
    .contactSide h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    nav li a {
        font-size: 25px;
    }
    nav {
        margin-bottom: 30px;
    }
    .contactSide li {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .wrap-services {
        /* height: calc( 100vh - 60px); */
    }
    .wrap-services .fixedPicture {
        display: none;
    }
    section#sect-contact,
    #sect-services,
    #sect-expertise {
        padding: 60px 5% 5%;
    }
    section#sect-contact {
        padding-bottom: 60px;
    }
    #sect-services .wrap-services .content {
        width: 100%;
    }
    .services-slides .slide {
        width: 100vw;
    }
    #sect-services .fp-slidesContainer {
        width: 300% !important;
    }
    .expertise-slides .slide .text {
        padding: 0;
        width: 100%;
    }
    .expertise-slides .slide .visual {
        padding: 0;
        width: 40%;
        margin: 0px auto 0px auto;
    }
    .visualExploded img {
        width: 100%;
    }
    .slide#who .signature,
    .slide#who2 .signature {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 40;
        text-align: center;
    }
    .expertise-slides .slide .inside {
        display: block;
        width: 100%;
    }
    #sect-caseMain {
        height: auto;
        padding-top: 100px;
    }
    #sect-caseMain .aboutCase,
    #sect-caseMain .pictureCase {
        width: 100%;
        float: none;
        height: auto;
    }
    .backArrow {
        position: relative;
        top: auto;
        left: 0;
    }
    #sect-solutions .solutionText {
        width: 100%;
        padding: 0;
    }
    #sect-description,
    #sect-solutions {
        display: block;
        padding: 50px 5%;
    }
    #sect-description .col {
        padding: 0;
    }
    #sect-solutions .solutionPict {
        width: 100%;
    }
    #sect-expertise.wrap-expertise {
        padding: 0 5%;
    }
    #sect-expertise.wrap-expertise .expertise-slides {
        width: 100%;
    }
    .fp-slidesNav {
        display: none;
        align-self: center;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 10px;
    }
    .fp-slidesNav li {
        display: inline-block;
        position: relative;
        margin: 0 20px;
    }
    .fp-slidesNav li a.active span.fp-sr-only:after {
        width: 2px;
        height: 30px;
        margin-left: 0;
        position: absolute;
        top: -32px;
        left: 50%;
    }
    .section {
        height: auto !important;
        min-height: 100%;
    }
    .fp-slide {
        float: none !important;
    }
    .expertise-slides .slide {
        padding: 40px 0;
    }
    .services-slides .slide {
        padding-right: 0;
    }
    .services-slides .active+.slide {
        opacity: 1;
    }
    .slidesReferences .slideRef .box {
        width: 250px;
        margin: 15px;
    }
    #sect-references .slidesReferences {
        margin-left: 0;
        overflow: hidden;
    }
    h2 {
        font-size: 35px;
        line-height: 32px;
    }
    #sect-solutions .solutionText {
        position: relative;
        top: 0;
    }
    .caseContent {
        overflow: hidden;
    }
    #sect-references .slick-dots {
        padding: 0 20px 0 110px;
    }
    #sect-references ul.slick-dots:before {
        right: 20px;
    }
    .slide#who .whoVisu,
    .slide#who2 .whoVisu {
        position: relative;
        top: 0;
        left: 0;
    }
    .slide#who .mainVisu,
    .slide#who2 .mainVisu,
    .slide#who .hoverVisu,
    .slide#who2 .hoverVisu,
    .slide#why .hoverVisu,
    section.active .slide#what.active .hoverVisu {
        display: none;
    }
    .wrap-services {
        display: block;
    }
    .pdffile {
        margin: 0 0 20px 0!important;
    }
}

@media (max-width: 800px) {
    .expertise-slides .slide .visual {
        width: 60%;
    }
    #sect-contact h2 {
        font-size: 25px;
    }
    #sect-welcome .bghover,
    #sect-welcome {
        height: auto;
    }
}

@media (max-width: 700px) {
    .expertise-slides .slide .visual {
        width: 70%;
    }
}

.wrapTitle h2 {
    display: inline-block;
}

.wrapTitle a {
    margin-top: -7px;
    display: inline-block;
    color: var(--bluecol);
    margin-left: 30px;
    vertical-align: middle;
}

.fromWYSIWYG ul {
    margin-bottom: 30px;
}

.fromWYSIWYG ul li {
    font-size: 14px;
    color: #474747;
    line-height: 25px;
    list-style: inside none square;
}

.fromWYSIWYG p {
    font-size: 15px;
    color: #474747;
    margin-bottom: 17px;
    line-height: 25px;
}


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