@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    margin: 0;
    font-family: "Roboto", sans-serif overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span {
    font-family: "Roboto", sans-serif
}

h1 {
    font-size: 3.4rem;
    margin: 0;
    line-height: 3.8rem;
}

h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0 0 1rem 0;
}

h1.logo {
    font-size: 17vw;
    margin: 0;
    line-height: 20.2vw;
}

.logo {
    position: relative;
    font-size: 1.2rem;
}

.navBar.notHome {
    padding: 0.5rem;
    background-color: #2ca5b3;
    color: white;
}

.navBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
    /*    padding: 0.5rem 1rem;*/
    color: white;
    background-color: #186f79;
    line-height: 35px;
    text-indent: 10px;
}

.navBar:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #186f79;
    -webkit-animation-name: animReveal;
    animation-name: animReveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.helloVisitor {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
}

.helloVisitor:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2CA5B3;
    -webkit-animation-name: animReveal;
    animation-name: animReveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.introText {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
    margin-top: 2rem;
    font-size: 1.1rem;
}

h1.logo {
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.navBar .burgerMenu {
    opacity: 0;
    -webkit-animation-name: scaleOpacity;
    animation-name: scaleOpacity;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.navBar .logo {
    position: relative;
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media screen and (min-width:1400px) {
    .navBar .logo {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .home .navBar .logo {
        display: block;
    }
}

.moreInfo h2 {
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    opacity: 0;
    font-size: 6vw;
}

.ourServices > .serviceAnim {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
}

.ourServices > .serviceAnim a {
    max-width: calc(100% - 6vw);
}

.ourServices > .serviceAnim.noAnim a:hover {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-left: 4vw;
}

.ourServices > .serviceAnim a:hover {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-left: 2vw;
    max-width: calc(100% - 1vw);
}

.ourServices > div:nth-child(2) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ourServices > div:nth-child(3) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.ourServices > div:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.ourServices > div:nth-child(5) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.ourServices > div:nth-child(6) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.ourServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serviceText {
    text-align: left;
    padding: 0 1rem;
    width: 100%;
    font-weight: 900;
}

.ourServices .serviceDescription {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 0 0 0 4vw;
    margin-bottom: 0;
    font-size: 1.3rem;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 6.1s;
    opacity: 0;
}

.ourServices span::before {
    width: 100%;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.item-b {
    grid-area: header;
    z-index: 1;
}

.item-b h2 {
    font-size: 5vw;
    color: white;
    font-weight: 900;
    padding: 0 1.5rem;
}

.item-a {
    grid-area: homeTxt;
    background: #2ca5b3;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1vh 2vw;
    color: white;
    position: relative;
    z-index: 1;
}

.item-a:before {
    content: '';
    position: absolute;
    background: #2CA5B3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation-name: animReveal;
    animation-name: animReveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


/*    #insSvg:before {
        content:'';
        position: absolute;
        background:#2CA5B3;
        width:100%;
        height:50%;
        top:25%;
        left:0;
        -webkit-animation-name: animReveal;
        animation-name: animReveal;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        z-index: 2;
    }*/


/*    .homeText {
        display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: calc(100% - 3rem);
    }
    */

#insSvg {
    max-height: 550px;
    position: relative;
    overflow: hidden;
}

.item-c {
    margin-left: -3rem;
    grid-area: main;
    /* background:rgba(44, 165, 179, 0.81); */
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 450px;
    -webkit-animation-name: height0TO100;
    animation-name: height0TO100;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    height: 0;
    z-index: 1;
}

@media screen and (min-width:1024px) {
    .item-c {
        max-width: 70%;
    }
}

.item-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-area: footer;
}

.knowMore {
    width: 100%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMBot;
    animation-name: slideOpacityFROMBot;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    max-width: 180px;
    color: white;
}

.knowMore h4 {
    display: none;
}

.knowMore svg {
    width: 65px;
    height: 65px;
    stroke-width: 8px;
    stroke: #1d1d1b;
}

.knowMore #ROND {
    fill: white;
    -webkit-animation-name: animScrollSouris;
    animation-name: animScrollSouris;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    stroke: white;
    stroke-width: 4px;
}

.knowMore #SOURIS {
    fill: transparent;
    stroke: white;
    stroke-width: 2px;
}

.knowMore p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.knowMore .arrow {
    -webkit-animation-name: animGoTop;
    animation-name: animGoTop;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.moreInfo {
    padding: 3rem;
    max-width: 100%;
    color: white;
}

.animWiggle:before {
    -webkit-animation-name: animWiggle10;
    animation-name: animWiggle10;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.gridLayout01 {
    min-height: 100vh;
    display: grid;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-template-areas: "homeTxt homeTxt homeTxt" "homeTxt homeTxt homeTxt" "homeTxt homeTxt homeTxt" "picture picture picture" "picture picture picture" "main main main" "footer footer footer";
    overflow: hidden;
    position: relative;
    background-color: #30757d;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    -webkit-animation-name: backgroundSlide;
    animation-name: backgroundSlide;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 1;
}

.gridLayout01:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #307570;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.5;
    z-index: 1;
}

.homeCookiesLink a {
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 0 1.5rem 0 0;
    padding: 0.25rem 0.5rem;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.homeCookiesLink a:hover {
    background: white;
    color: #2CA5B3;
}


/* ------------------------------------------------------------------ SINGLE REFERENCE ---------------------------------------------------------- */

#singleArticle .articleLink,
#singleArticle .articleTitle {
    display: none !important;
}

#pageContent {
    width: 90vw;
    max-width: 1400px;
    margin: auto;
}

#navigation {
    padding: 0 5vw;
    justify-content: space-between;
    align-items: center;
    transform: translateY(0);
    display: none;
    min-height: 80px;
}

#navigation.openMenu {
    top: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #2ca5b3;
    color: white;
    min-height: 100vh;
    justify-content: flex-start;
}

#navigation.openMenu a {
    color: white;
}

@media screen and (min-width:1400px) {
    #navigation {
        display: flex;
    }
}

#navigation #insSvg {
    height: 80px;
}

#navigation .insLogo svg {
    margin-top: 0.5rem;
    height: 80px;
    max-width: 100% !important;
}

#navigation .insLogo svg {
    fill: #2CA5B3;
}

#navigation #insSvg:before {
    fill: #2CA5B3 !important;
    stroke: #2CA5B3 !important;
}

#navigation #LITTLE_FEATURE_STAY {
    fill: #2CA5B3 !important;
    stroke: #2CA5B3 !important;
}

#navigation ul,
#navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    position: relative;
}

#navigation ul .sub-menu,
#navigation li > .sub-menu {
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    position: absolute;
    background: white;
    color: #2CA5B3;
    width: 100%;
    display: none;
    min-width: 200px;
}

#navigation .sub-menu li {
    padding: 0.5rem 0;
}

#navigation .sub-menu li a {
    padding: 0.25rem 0;
    color: #2CA5B3;
}

@media screen and (min-width:1400px) {
    #navigation li:hover > .sub-menu {
        animation-name: slideOpacityFROMBot;
        animation-duration: 0.2s !important;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-direction: normal !important;
        display: block;
    }
}

#navigation a {
    font-family: "Roboto", sans-serif text-decoration: none;
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    color: grey;
    border-bottom: 2px solid transparent;
}

#navigation a:hover {
    border-bottom: 2px solid #2CA5B3;
    color: grey;
}

.projectSlide .projectContainer:first-child,
.projectSlide:first-of-type {
    padding-top: 0;
}


/* OTHER CSSSSS */

#clientTitle {
    width: 100%;
    color: #464646;
}

#clientSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5vh 0;
}

#connectPoint {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.articleDate {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    height: calc(100% - 2rem);
    padding: 1rem 1.5rem;
}

.knowMore {
    z-index: 1;
}

.projectDate {
    width: 60px;
    background: #F2F2F2;
    height: 70%;
    max-height: 250px;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.10);
}

::selection {
    background: rgba(0, 0, 0, 0.10);
}

.articleLink {
    text-align: right;
    color: #2CA5B3;
    font-weight: 600;
}

.articleTitle h3 {
    font-size: 2rem;
    margin: 0;
}

@media screen and (min-width:1050px) {
    #connectPoint .projectPicture {
        width: calc(60% - 60px);
    }
    #connectPoint .projectContent {
        width: 35%;
    }
}

#postContainer .projectDate {
    width: 60px;
    background: #F2F2F2;
    height: auto;
    height: 200px;
}

#postContainer .articleExcerpt {
    display: none;
}

#postContainer .projectSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#postContainer .projectContent {
    width: 75%;
    padding: 1.5rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#postContainer .projectPicture {
    width: calc(100% - 60px);
    background: blue;
    height: 350px;
    background: url(https://images.unsplash.com/photo-1558015245-cfeabcaa793a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width:700px) {
    #postContainer .projectPicture {
        height: 65vh;
    }
}


/*    @media screen and (min-width:2400px){
       .projectSlide  .projectContainer  {
           width:50%;
        }
    }*/

#postContainer .projectpadding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
    width: 100%;
}

#postContainer .projectContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

#postContainer .articleTitle h3 {
    font-size: 1.5rem;
}

@media screen and (min-width:1024px) {
    #postContainer .projectSlide.slide50 .projectContainer {
        width: 25%;
    }
    #postContainer .projectSlide.slide50 .projectPicture {
        max-height: 250px;
    }
}

.projectContainer .projectPicture {
    visibility: hidden;
    z-index: 1;
    overflow: hidden;
    z-index: 2;
}

.projectContainer.onscreen .projectPicture {
    visibility: inherit;
    position: relative;
}

.projectContainer.onscreen .projectPicture:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1;
    -webkit-animation-name: top0Totop100;
    animation-name: top0Totop100;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    z-index: 1;
    background: white;
}

.projectContent {
    z-index: 2;
    color: #464646;
}

.projectDate {
    visibility: hidden;
}

.projectContainer.onscreen .projectDate {
    visibility: inherit;
    position: relative;
    overflow: hidden;
}

.projectContainer.onscreen .projectDate:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1;
    -webkit-animation-name: animRevealOposit;
    animation-name: animRevealOposit;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    z-index: 1;
    background: white;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.projectContainer .projectContent div {
    visibility: hidden;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.projectContainer.onscreen .projectContent div {
    visibility: inherit;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: contentSlideOpacity;
    animation-name: contentSlideOpacity;
}

.projectContainer.onscreen .projectContent:nth-child(1) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.projectContainer.onscreen .projectContent:nth-child(2) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.projectContainer.onscreen .projectContent:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.projectContainer.onscreen .projectContent:nth-child(4) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.projectContainer.onscreen .projectContent:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.projectContainer.onscreen .projectContent:nth-child(6) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.projectContainer.onscreen .projectContent:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes contentSlideOpacity {
    from {
        opacity: 0;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes contentSlideOpacity {
    from {
        opacity: 0;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.postContainer > *,
.projectSlide > * {
    z-index: 0;
}


/* ------------------------------------------------------------------ HOME PAGE MENU ---------------------------------------------------------- */

#navigation {
    z-index: 99;
    position: relative;
}

#navigation.homePage {
    z-index: 9;
    position: absolute;
    right: 0;
    width: 66%;
    color: white;
}

#navigation.homePage .insLogo svg {
    display: none;
}

#navigation.homePage a {
    color: white;
    text-decoration: none;
}

a.absoluteLink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

.slideMosaic a.absoluteLink:hover {
    opacity: 0;
}

.slideMosaic a.absoluteLink {
    background: #f8f8f8;
    opacity: 0.05;
    pointer-events: none;
}

.slideMosaic .projectContainer.onscreen a.absoluteLink {
    pointer-events: inherit;
}

.articleLocation {
    color: white;
}

@media screen and (max-width:1000px) {
    .fixed {
        overflow: auto;
        position: absolute;
        width: 100%;
    }
}

.overflowHidden {
    overflow: hidden !important;
}


/* ------------------------------------------------------------------ RESPONSIVE MEDIAS --------------------------------------------------------- */

.wp-embed-aspect-16-9 {
    padding-top: 56.5%;
    position: relative;
}

.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* DELETE MARGIN ON GALLERY BLOCK */

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 !important;
}

.pageContentContainer {
    max-width: 1200px;
    margin: auto;
}

.navBar.notHome {
    padding: 0.5rem;
    background-color: #2ca5b3;
    color: white;
}

.helloVisitor {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
}

.helloVisitor:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2CA5B3;
    -webkit-animation-name: animReveal;
    animation-name: animReveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.introText {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
    margin-top: 2rem;
    font-size: 1.1rem;
}


/*
.introText:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2CA5B3;
    -webkit-animation-name: animReveal;
    animation-name: animReveal;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}*/

h1.logo {
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.navBar .burgerMenu {
    opacity: 0;
    -webkit-animation-name: scaleOpacity;
    animation-name: scaleOpacity;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.navBar .logo {
    position: relative;
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.moreInfo h2 {
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    opacity: 0;
    font-size: 6vw;
}

.ourServices > .serviceAnim {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
}

.ourServices > .serviceAnim a,
.ourServices > .serviceAnim {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    opacity: 0;
    font-family: "Roboto", sans-serif font-size: 2rem;
    line-height: 2.2rem;
    max-width: calc(100% - 5vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: inherit;
}

@media screen and (min-width:700px) and (max-width:999px) {
    .serviceAnim {
        flex-basis: 50%;
    }
}

@media screen and (min-width:1000px) {
    .ourServices > .serviceAnim a,
    .ourServices > .serviceAnim {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}

.ourServices > .serviceAnim a {
    max-width: calc(100% - 6vw);
}

.ourServices > .serviceAnim.noAnim a:hover {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-left: 4vw;
}


.ourServices > div:nth-child(2) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ourServices > div:nth-child(3) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.ourServices > div:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.ourServices > div:nth-child(5) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.ourServices > div:nth-child(6) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.ourServices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ourServices .serviceDescription {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 0 0 0 4vw;
    margin-bottom: 0;
    font-size: 1.3rem;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 6.1s;
    opacity: 0;
}

.ourServices span::before {
    width: 100%;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

#insSvg {
    max-height: 550px;
    position: relative;
    overflow: hidden;
    right: 1rem;
}

.knowMore {
    width: 100%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMBot;
    animation-name: slideOpacityFROMBot;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    max-width: 180px;
    color: white;
}

.knowMore h4 {
    display: none;
}

.knowMore svg {
    width: 65px;
    height: 65px;
    stroke-width: 8px;
    stroke: #1d1d1b;
}

.knowMore #ROND {
    fill: white;
    -webkit-animation-name: animScrollSouris;
    animation-name: animScrollSouris;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    stroke: white;
    stroke-width: 4px;
}

.knowMore #SOURIS {
    fill: transparent;
    stroke: white;
    stroke-width: 2px;
}

.knowMore p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.knowMore .arrow {
    -webkit-animation-name: animGoTop;
    animation-name: animGoTop;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.moreInfo {
    padding: 3rem;
    max-width: 100%;
    color: white;
}

.animWiggle:before {
    -webkit-animation-name: animWiggle10;
    animation-name: animWiggle10;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.homeCookiesLink a {
    opacity: 0;
    -webkit-animation-name: slideOpacityFROMTop;
    animation-name: slideOpacityFROMTop;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 0 1.5rem 0 0;
    padding: 0.25rem 0.5rem;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: none !important;
}

.homeCookiesLink a:hover {
    background: white;
    color: #2CA5B3;
}

.navBar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.welcomeIns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #30757d;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    -webkit-animation-name: backgroundSlide;
    animation-name: backgroundSlide;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 1;
    position: relative;
}

.welcomeIns:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #307570;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0.5;
    z-index: 1;
}

.introText p {
    margin: 0.5rem 0;
    font-size: 1rem;
    max-width: 500px;
    margin: 0.5rem auto;
}

.introText p:first-of-type {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}

#insSvg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcomeInsTxt #insSvg svg {
    fill: white;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.welcomeInsTxt {
    min-height: auto;
    padding: 1.5rem;
    color: white;
    /* background-color:rgba(44, 165, 179, 0.5);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width:1400px) {
    .welcomeInsTxt {
        min-height: 100vh;
    }
}

.moreInfo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    z-index: 1;
}

.moreInfo .menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.knowMore {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media screen and (min-width:1400px) {
    .navBar.notHome {
        display: none;
    }
    .welcomeInsTxt {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
    .moreInfo {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
}

@media screen and (min-width:1400px) {
    .welcomeInsTxt {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 590px;
    }
    .moreInfo {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    }
}

.homeCookiesLink {
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


/* ------------------------------------------------------------------ SINGLE REFERENCE ---------------------------------------------------------- */

#singleArticle {
    padding: 0.5rem 4vw;
}

#singleArticle .articleLink,
#singleArticle .articleTitle {
    display: none !important;
}

#pageContent {
    width: 90vw;
    max-width: 1400px;
    margin: auto;
}

#navigation #insSvg {
    height: 80px;
}

#navigation .insLogo svg {
    margin-top: 0.5rem;
    height: 80px;
    max-width: 100% !important;
}

#navigation .insLogo svg {
    fill: #2CA5B3;
}

#navigation #insSvg:before {
    fill: #2CA5B3 !important;
    stroke: #2CA5B3 !important;
}

#navigation #LITTLE_FEATURE_STAY {
    fill: #2CA5B3 !important;
    stroke: #2CA5B3 !important;
}

#navigation ul,
#navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    position: relative;
}

#navigation ul .sub-menu,
#navigation li > .sub-menu {
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    background: #0c525a;
    color: #2CA5B3;
    width: 100%;
    display: none;
    min-width: 200px;
}

#navigation .sub-menu li {
    padding: 0.5rem 0;
}

#navigation .sub-menu li a {
    padding: 0.25rem 0;
    color: #2CA5B3;
}

@media screen and (min-width:1400px) {
    #navigation li:hover > .sub-menu {
        -webkit-animation-name: slideOpacityFROMBot;
        animation-name: slideOpacityFROMBot;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s !important;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-direction: normal !important;
        animation-direction: normal !important;
        display: block;
    }
    #navigation li:hover > .sub-menu > .menu-item {
        padding: 0.25rem 0;
        -webkit-animation-name: slideOpacityFROMBot;
        animation-name: slideOpacityFROMBot;
        -webkit-animation-duration: 0.15s;
        animation-duration: 0.15s !important;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-direction: normal !important;
        animation-direction: normal !important;
    }
}

#navigation li > .sub-menu > .menu-item {
    display: block;
    opacity: 0;
    width: 100%;
    overflow: hidden;
}

#navigation li > .sub-menu > .menu-item a {
    display: block;
    width: 100%;
    width: calc(100% - 1rem);
    margin: 0 0.5rem;
    font-size: 0.9rem;
}

#navigation li:hover > .sub-menu > .menu-item:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#navigation li:hover > .sub-menu > .menu-item:nth-of-type(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#navigation li:hover > .sub-menu > .menu-item:nth-of-type(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#navigation li:hover > .sub-menu > .menu-item:nth-of-type(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#navigation li:hover > .sub-menu > .menu-item:nth-of-type(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#navigation a {
    font-family: "Roboto", sans-serif text-decoration: none;
    font-size: 1rem;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    color: grey;
    border-bottom: 2px solid transparent;
}

#navigation a:hover {
    border-bottom: 2px solid #2CA5B3;
    color: grey;
}

#projectScrollDown .knowMore {
    color: grey;
    position: fixed;
    top: 50px;
    right: 0;
    height: 200px;
}

#projectScrollDown .knowMore #SOURIS {
    fill: #2CA5B3;
}

#navigation {
    min-height: 80px;
}

.projectSlide .projectContainer:first-child,
.projectSlide:first-of-type {
    padding-top: 0;
}


/* OTHER CSSSSS */

#clientTitle {
    width: 100%;
    color: #464646;
}

#clientSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5vh 0;
}

#connectPoint {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.articleDate {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    height: calc(100% - 2rem);
    padding: 1rem 1.5rem;
}

.knowMore {
    z-index: 1;
}

.projectDate {
    width: 60px;
    background: #F2F2F2;
    height: 70%;
    max-height: 250px;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.10);
}

::selection {
    background: rgba(0, 0, 0, 0.10);
}

.articleLink {
    text-align: right;
    color: #2CA5B3;
    font-weight: 600;
}

.articleTitle h3 {
    font-size: 2rem;
    margin: 0;
}

#postContainer .projectDate {
    width: 60px;
    background: #F2F2F2;
    height: auto;
    height: 200px;
}

#postContainer .articleExcerpt {
    display: none;
}

#postContainer .projectContent {
    width: 75%;
    padding: 1.5rem;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#postContainer .projectPicture {
    width: 100%;
    background: blue;
    height: 350px;
    background: url(https://images.unsplash.com/photo-1558015245-cfeabcaa793a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#postContainer .projectpadding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
    width: 100%;
}

#postContainer .projectContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

#postContainer .articleTitle h3 {
    font-size: 1.5rem;
}

@media screen and (min-width:1024px) {
    #postContainer .projectSlide.slide50 .projectContainer {
        width: 25%;
    }
    #postContainer .projectSlide.slide50 .projectPicture {
        max-height: 250px;
    }
}

#postContainer .projectContainer:nth-of-type(even) .projectpadding {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.projectContainer .projectPicture {
    visibility: hidden;
    z-index: 1;
    overflow: hidden;
    z-index: 2;
}

.projectContainer.onscreen .projectPicture {
    visibility: inherit;
    position: relative;
}

.projectContainer.onscreen .projectPicture:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1;
    -webkit-animation-name: top0Totop100;
    animation-name: top0Totop100;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    z-index: 1;
    background: white;
}

.projectContent {
    z-index: 2;
    color: #464646;
}

.projectDate {
    visibility: hidden;
}

.projectContainer.onscreen .projectDate {
    visibility: inherit;
    position: relative;
    overflow: hidden;
}

.projectContainer.onscreen .projectDate:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    z-index: -1;
    -webkit-animation-name: animRevealOposit;
    animation-name: animRevealOposit;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: -1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    z-index: 1;
    background: white;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.projectContainer .projectContent div {
    visibility: hidden;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.projectContainer.onscreen .projectContent div {
    visibility: inherit;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: contentSlideOpacity;
    animation-name: contentSlideOpacity;
}

.projectContainer.onscreen .projectContent:nth-child(1) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.projectContainer.onscreen .projectContent:nth-child(2) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.projectContainer.onscreen .projectContent:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.projectContainer.onscreen .projectContent:nth-child(4) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.projectContainer.onscreen .projectContent:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.projectContainer.onscreen .projectContent:nth-child(6) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.projectContainer.onscreen .projectContent:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes contentSlideOpacity {
    from {
        opacity: 0;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes contentSlideOpacity {
    from {
        opacity: 0;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.postContainer > *,
.projectSlide > * {
    z-index: 0;
}


/* ------------------------------------------------------------------ HOME PAGE MENU ---------------------------------------------------------- */

#navigation {
    z-index: 99;
    position: relative;
}

#navigation.homePage a {
    color: white;
}

a.absoluteLink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

.slideMosaic a.absoluteLink:hover {
    opacity: 0;
}

.slideMosaic a.absoluteLink {
    background: #f8f8f8;
    opacity: 0.05;
    pointer-events: none;
}

.slideMosaic .projectContainer.onscreen a.absoluteLink {
    pointer-events: inherit;
}

.articleLocation {
    color: white;
}


/* ------------------------------------------------------------------ RESPONSIVE MEDIAS --------------------------------------------------------- */

.wp-embed-aspect-16-9 {
    padding-top: 56.5%;
    position: relative;
}

.wp-embed-aspect-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* DELETE MARGIN ON GALLERY BLOCK */

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 !important;
}

.pageContentContainer {
    max-width: 1200px;
    margin: auto;
}


/* BURGER MENU */

#navigation.homePage {
    z-index: 9;
    position: absolute;
    width: 100%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
}

@media screen and (max-width:1400px) {
    #navigation .insLogo svg {
        fill: white;
    }
    #navigation .insLogo {
        max-width: 200px;
        margin: 0 auto;
    }
    #navigation #LITTLE_FEATURE_STAY {
        fill: white !important;
    }
    .burgerMenu.menuOpen {
        display: none;
    }
    .closeMenu {
        display: block;
        position: absolute;
        right: 2rem;
        top: 2rem;
    }
    #navigation.homePage {
        z-index: 9;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        color: white;
        min-height: 100%;
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #2ca5b3;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navigation.homePage.openMenu {
        display: block;
    }
    #navigation {
        padding: 4rem 0 2rem 0;
        position: fixed;
    }
    #navigation.homePage .insLogo svg {
        display: block;
    }
    #navigation .navDesktop .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #navigation ul .sub-menu,
    #navigation li > .sub-menu {
        display: none;
        background: none;
        position: relative;
    }
    #navigation ul .sub-menu.open,
    #navigation li > .sub-menu.open {
        display: block;
    }
    #navigation .menu-item a,
    #navigation li > .sub-menu > .menu-item a {
        min-height: 45px;
        width: 100%;
        font-size: 1.5rem;
        display: block;
    }
    #navigation li > .sub-menu > .menu-item a {
        min-height: 35px;
        font-size: 1.1rem;
    }
    #navigation li > .sub-menu > .menu-item {
        opacity: 1;
    }
    #navigation li > .sub-menu > .menu-item a {
        color: white;
    }
    #navigation .sub-menu li {
        padding: 0;
        padding-left: 2rem;
    }
    .burgerMenu {
        display: block;
        padding-right: 0.5rem;
    }
    .navDesktop {
        width: 100%;
        max-width: 500px;
        padding: 0 2rem;
        margin: 0 auto;
    }
    .menu-item-has-children {
        display: block;
        position: relative;
    }
    .menu-item-has-children .mobileArrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        display: block;
        background: #2cdeff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-item-has-children .mobileArrow.rotate {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-item-has-children .mobileArrow:before {
        font-size: 2rem;
    }
}

@media screen and (min-width:1400px) {
    .menu-item-has-children .mobileArrow {
        display: none;
    }
    .closeMenu {
        display: none;
    }
    .burgerMenu {
        display: none;
    }
    .page-template-template-homepage #navigation .insLogo {
        display: none;
    }
    #navigation .insLogo {
        display: block;
    }
}


/* post-navigation  */

.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 4vh;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: none;
}

.nav-links a,
.nav-links a:visited,
.nav-links a:focus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #2ca5b3;
    color: white;
    text-decoration: none;
}

.nav-links a:hover {
    background-color: #107a86;
    color: white;
    text-decoration: none;
}


/* TITLE */

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #107a86;
}


/* NOT HOME DELETE LOGO INS ON MOBILE VERSION */

@media screen and (max-width:1000px) {
    body.home .homeText {
        display: flex;
    }
    body.home .welcomeInsTxt {
        min-height: 100%;
    }
    body.home .homeText,
    body.home .homeCookiesLink {
        display: flex;
    }
    body .homeText {
        /* display:none;*/
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: auto;
    }
    .welcomeInsTxt {
        height: auto;
    }
    .homeCookiesLink {
        display: none;
    }
}

.wp-block-embed figcaption {
    margin-top: 1.5rem;
}


/* FOOTER */

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #186f79;
    color: white;
}

.site-footer h3 {
    color: white;
}

.contactInfos {
    text-align: right;
}

.site-footer #insSvg {
    min-width: 100% !important;
}

.site-footer .introText {
    margin-top: 0 !important;
}

@media screen and (max-width:480px) {
    .site-footer #insSvg .insTextSwitcherContainer {
        font-size: 2.4rem;
    }
}

@media screen and (min-width:700px) {
    .site-footer #insSvg > * {
        transform: scale(1);
    }
}

.site-footer #insSvg svg {
    max-width: 120px;
}

.site-footer > * {
    padding: 1.5rem;
    flex-basis: 100%;
    flex-grow: 1;
}

@media screen and (min-width:768px) {
    .site-footer > * {
        flex-basis: 50%;
    }
}

@media screen and (min-width:1000px) {
    .site-footer > * {
        flex-basis: 25%;
    }
}

.post,
.page {
    margin: 0 !important;
}

.noBeforeElem:before {
    display: none !important;
}

.googleMapContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #186f79;
    color: white;
}

.googleMapContainer h4 {
    font-size: 2.4rem;
    color: white;
}

#eycMap {
    flex-grow: 1;
    flex-basis: 100%;
}

#eycMap iframe {
    width: 100%;
}

#eycContactInfos {
    padding: 1.5rem;
}

@media screen and (min-width:1000px) {
    #eycMap {
        flex-grow: 1;
        flex-basis: 66%;
    }
    #eycContactInfos {
        flex-basis: 33%;
    }
}

.amfd_contact_form {
    overflow: hidden;
    max-width: 99vw;
}

.amfd_contact_form .submitContainer {
    display: flex;
    justify-content: center;
}

.amfd_contact_form > div,
.amfd_contact_form form > div {
    display: flex;
    flex-wrap: wrap;
}

.amfd_contact_form form input,
.amfd_contact_form form textarea,
.amfd_contact_form form .wp-editor-container {
    flex-grow: 1;
}

.amfd_contact_form div {
    flex-grow: 1;
}

.quicktags-toolbar {
    display: flex;
}

.amfd_contact_form label {
    display: flex;
}

.amfd_contact_form form .submitBtn {
    background: #186F79 !important;
}

.amfd_contact_form form .submitBtn:hover {
    background: #268e9a !important;
}

.amfd_contact_form .identity div {
    width: 100% !important;
    flex-wrap: wrap;
}

@media screen and (min-width:1000px) {
    .amfd_contact_form .identity div {
        width: 50% !important;
    }
}