@charset "utf-8";
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300&display=swap&&family=Lato:wght@700&display=swap');

/*-------------General Style---------------------------------------*/
/*=============================================
             Parametre generique
==============================================*/
.row {
    float: left;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
}

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

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

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

@media (max-width: 768px) {
    .mt-40.annule-mt {
        margin-top: 20px;
    }
}

@media (max-width: 574px) {
    .mt-40.annule-mt {
        margin-top: 0px;
    }
}

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

@media (max-width: 768px) {
    .mt-60.annule-mt {
        margin-top: 0px;
    }
}

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

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

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

.mt-140 {
    margin-top: 140px!important;
}

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

.mr-4 {
    margin-right: 4px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

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

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

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

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

@media (max-width: 880px) {
    .blanc.mb-60.mt-20 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
}

p {
    text-align: left;
}

.nav-button span {
    transition: all 300ms linear;
}

.nav-button:hover > span {
    border-top: #01F2C7 3px solid;
    box-shadow:
        0 0 2px #01F2C7,
        0 0 3px #01F2C7;
}

.nowrap {
    white-space: nowrap;
}

h2,
h1 {
    font-size: 63px;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1.2em;
}

@media (max-width: 576px) {

    h2,
    h1 {
        font-size: 52px;
        line-height: 1.1em;
    }
}

h2 small,
h1 small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.2em;
    margin-top: 20px !important;
    max-width: 500px;
    margin: 0 auto;
}

h3 {
    font-size: 42px;
    line-height: 1.1em;
}

@media (max-width: 780px) {
    h3 {
        font-size: 38px;
    }
}

h4 {
    font-size: 20px;
}

p {
    font-size: 18px;
    line-height: 1.2em;
}

.blanc {
    color: #ffffff;
}

.container > .row > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.annule {
    padding: 0px;
}

.legende-italic {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-style: italic;
    text-align: center;
}

.equal-center {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .equal-center {
        display: block;
    }
}

.demi-div {
    max-width: 900px;
    margin: auto;
}

.white {
    color: #fff;
}

.txt-gauche {
    text-align: left;
}

.txt-gauche b {
    font-weight: 800!important;
}

.font-inherit {
    font-weight: inherit!important;
}

.lato {
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
    font-weight: 300;
}

.flex-gauche {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.light {
    font-weight: 100 !important;
}

/*--
	Add your style here
--*/
i.partager {
    color: #ffffff;
    font-size: 17px;
    transition: all 400ms linear;
}

i.partager:hover,
i.partager:focus {
    color: #01F2C7;
    text-shadow:
        0 0 2px #01F2C7,
        0 0 3px #01F2C7,
        0 0 5px #01F2C7;
}

.overlay {
    position: fixed;
    top: 0;
    left: -70px;
    bottom: -100px;
    right: 0;
    width: calc(100% + 140px);
    height: calc(100vh + 100px);
   background: rgb(2 2 7 / 56%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: -20;
    /*background-image: url(../images/bg/noise-transparent.png);*/
}

.overlay.version-2 {
    background: rgb(14 14 27 / 86%);
    background-image: none;
}

.wrap-2 {
    position: fixed;
    z-index: -30;
    top: 0;
    left: 0;
    bottom: -100px;
    right: 0;
    overflow: hidden;
    height: calc(100vh + 100px);
    width: 100vw;
    margin: auto;
    background: -webkit-gradient(linear, left top, right bottom, from(#080808), to(#080808));
    background: linear-gradient(to bottom right, #05050f, #080808);
}

.wrap-2 > canvas {
    opacity: .9;
}

canvas {
    height: 100%;
    width: 100%;

    @media screen and (max-width: 520px) {
        transform: scale(1);
        filter: blur(70px);
        min-height: 900px;
        min-width: 700px;
    }

    transform: scale(1.5);
    filter: blur(80px);
}

html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    height: 100%;
    text-align: center;
    background: #0f121f;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*--------------Typography--------------------------------------*/
blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
}

blockquote p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #494949;
}

.text-subtitle {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 10px;
    text-align: left;
}

.text-title {
    float: left;
    width: 100%;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #191919;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

/*------ loader-------------------------------------------------*/
.loader-holder {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 150;
}

.loader-inner {
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 20;
    transition: all 0.4s ease-in-out;
}

.loader {
    float: left;
    width: 50px;
    height: 50px;
    border-left: 10px solid #404040;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ---------Content Styles--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.container {
    max-width: 1400px;
    /*width:92%;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.container-full {
    padding: 0px 90px;
    height: auto;
}

@media (max-width: 1250px) {
    .container-full {
        padding: 0px 90px;
    }
}

@media (max-width: 1064px) {
    .container-full {
        padding: 0px 30px;
    }
}

/*.row {
    height: 100%;
}*/

#wrapper {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
}

.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    padding: 0 30px;
    background: #fff;
}

.content.fscon {
    padding: 0 70px;
}

.column-wrap {
    float: right;
    width: 70%;
    position: relative;
    padding-right: 70px;
    z-index: 1800;
}

.column-wrap #wrapper {
    padding: 0 30px 60px 30px;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.no-bg {
    background: none;
}

.full-height {
    height: 100%;
}

.full-width-wrap {
    width: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.bg.par-elem {
    height: 150%;
    top: -15%;
}

.full-height-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.respimg {
    width: 100%;
    height: auto;
}

.hero-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media (max-width: 1064px) {
    .hero-wrap {
        height: auto;
    }
}

.parallax-title {
    position: absolute;
    top: 10%;
    z-index: 1;
    font-size: 94px;
    color: #000;
    opacity: 0.07;
    text-transform: uppercase;
    font-weight: 900;
}

.parallax-title.left-pos {
    left: 0;
}

.parallax-title.right-pos {
    right: 50px;
}

.no-padding {
    padding: 0 !important;
}

.dec-list {
    float: left;
    width: 100%;
}

.dec-list li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 0 15px 40px;
    font-size: 20px;
    border-bottom: 1px solid #ffffff1c;
    color: #ffffff;
}

.dec-list li span {
    color: #666;
}

.dec-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f178";
    position: absolute;
    top: 19px;
    font-size: 16px;
    left: 0;
}

.cts-dot {
    display: none;
}

/*------ Fixed-column ------------------------------------------------*/
.fixed-column {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding-left: 70px;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.progress-bar-wrap {
    position: absolute;
    top: 20px;
    left: 100px;
    right: 30px;
    height: 20px;
    z-index: 20;
}

.progress-bar-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.51);
    z-index: 1;
}

.progress-bar {
    position: relative;
    height: 5px;
    width: 0%;
    border-radius: 3px;
    z-index: 2;
    top: 8px;
}

.bg-title {
    position: absolute;
    bottom: -15%;
    left: 45%;
    font-size: 94px;
    width: 100%;
    min-height: 300px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    transform-origin: left top;
    color: #fff
}

.column-image {
    -webkit-transition: all 600ms;
    transition: all 600ms;
}

.scrbg {
    opacity: 0;
}

.mr-top {
    margin-top: 30px !important;
}

/* ---------Button--------------------------------------*/
.btn {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    width: auto;
    letter-spacing: normal;
    position: relative;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    background: #FFD600;
    outline: none;
    padding: 15px 18px;
    display: inline-block;
    border-radius: 4px;
}

.btn i {
    padding-right: 10px;
    font-size: 15px;
    background: #414146;
    padding: 14px 20px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 200ms linear;
}

.btn.hide-icon span {
    padding: 0 33px;
    ;
    transition: all 500ms linear;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.btn.hide-icon i {
    padding: 11px 20px 10px;
    left: -60px;
    height: 100%;
    line-height: 25px;
    display: inline-block;
    position: absolute;
    color: #fff !important;
    top: 0;
}

.btn.hide-icon:hover i {
    left: 0;
}

.btn.hide-icon:hover span {
    padding-left: 59px;
    padding-right: 11px;
}

/*------ Header  ------------------------------------------------*/
header.main-header {
    position: fixed;
    width: 70px;
    height: 100%;
    background: transparent;
    z-index: 2000;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.logo-holder {
    position: absolute;
    /*top: 20px;*/
    top: 16px;
    left: 15px;
    width: 40px;
}

@media (max-width: 1065px) {
    .logo-holder {
        display: none;
    }
}

.logo-holder img {
    width: 40px;
    height: auto;
    float: left
}

.nav-button {
    position: absolute;
    width: 40px;
    height: 30px;
    margin-top: -15px;
    top: 50%;
    left: 14px;
    z-index: 10;
    cursor: pointer;
}

.nav-button:after {
    content: "Menu";
    position: absolute;
    top: -32px;
    left: 1px;
    font-family: 'Lato', sans-serif;
    float: left;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    /*opacity: 0;
    visibility: hidden;*/
    transition: all 300ms linear;
}

@media (max-width: 1065px) {
    .nav-button:after {
        top: 4px;
        left: 53px;
    }
}

body.show-menu #close-button:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200vh;
    height: 100%;
}

/*
.nav-button:hover:after {
    visibility: visible;
    top: -26px;
    opacity: 1;
}
*/

.menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 4px solid #fff;
    width: 100%;
    transition: 0.5s;
    /* Modifier la durée de transition ici */
}

.menu-top {
    top: 0;
}

.menu-middle {
    top: 12px;
}

.menu-bottom {
    top: 24px;
}

.menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.55s 0.5s;
}

.menu-middle-click {
    opacity: 0;
}

.menu-bottom-click {
    backface-visibility: hidden;
    top: 10px !important;
    transform: rotate(-405deg);
    transition: 0.55s 0.5s;
}

.hid-men-wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 0px !important;
}

.sliding-menu-wrapper {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    margin-left: 0% !important;
}

.sliding-menu {
    height: auto !important;
}

/*
@media (max-width: 1064px) {

    .hid-men-wrap > div,
    .hid-men-wrap > div > div {
        width: 100% !important;
    }
}
*/

.sliding-menu {
    width: 100% !important;
}

.sliding-menu ul {
    margin: 0;
    float: left;
    width: 100% !important;
    overflow: hidden;
}

.sliding-menu li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}


.sliding-menu a {
    padding: 18px 0px;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
}

.sliding-menu a.active {
    color: #01F2C7;
    text-shadow: 0 0 2px #01F2C7, 0 0 3px #01F2C7;
}

.sliding-menu a.active::after {
    width: 100%;
}

.sliding-menu a::after {
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: 16px;
    background-color: #01F2C7;
    transition: all 400ms linear;
}

.sliding-menu a:hover::after {
    width: 100%;
    box-shadow: 0 0 4px #01F2C7;
}

.menu-wrap {
    position: fixed;
    z-index: 1999;
    width: 500px;
    top: 0;
    bottom: 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

@media (max-width: 1064px) {
    .menu-inner {
        padding-left: 0px !important;
    }
}

.menu {
    position: relative;
    z-index: 1000;
}

.menu-inner {
    opacity: 0;
    transform: translate3d(-160px, 0, 0);
    transition: opacity 0s 0.3s, transform 0s 0.3s;
    transition-timing-function: cubic-bezier(.17, .67, .1, 1.27);
    display: block;
}

/*
.morph-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    fill: rgba(0, 0, 0, 0.8);
}
*/

.menu-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    padding-left: 70px;
    flex-direction: row;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.75);
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.menu-logo {
    display: block;
    position: relative;
    top: 0px;
    margin-bottom: 32px;
}

a.menu-logo::after {
    display: none;
}

.menu-logo img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.show-menu div#main::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background: #000000c9;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.show-menu .menu-wrap {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.show-menu .menu-wrap,
.show-menu .menu-inner,
.show-menu .morph-shape {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.show-menu .menu-inner {
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    /*-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;*/
}

/*------ Footer ------------------------------------------------*/
.footer-social {
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 2;
    left: 0;
}

/*.footer-social:before , .footer-social:after {
	content:'';
	position:absolute;
	left:6px;
	right:6px;
	height:1px;
	background:rgba(255,255,255,0.21);
}
.footer-social:before {
	top:-20px;
}
.footer-social:after {
	bottom:-20px;
}*/
.footer-social li {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

.footer-social li a {
    width: 30px;
    margin-left: 18px;
    height: 30px;
    float: left;
    line-height: 30px;
    border-radius: 100%;
    color: #383838;
    background: #f2f2f2;
    transition: all 400ms cubic-bezier(0.215, .61, .355, 1);
}

@media (max-width: 1064px) {
    .footer-social li a {
        margin-top: 4px;
    }
}

/*.footer-social li a:hover {
	-moz-box-shadow: 0 0 50px -2px #999;
	-webkit-box-shadow: 0 0 50px -2px #999;
	box-shadow: 0 0 50px -2px #999;
}*/
.main-footer {
    position: fixed;
    width: 70px;
    height: 100%;
    background: transparent;
    /*border-left:1px solid rgba(255,255,255,0.21);*/
    z-index: 2200;
    top: 0;
    right: 0;
}

.copyright {
    position: absolute;
    bottom: 15px;
    left: 26px;
    width: 250px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    transform: rotate(-90deg);
    transform-origin: left top;
    font-family: 'Lato', sans-serif;
}

.mail-link {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.51);
    transition: all 500ms linear;
}

/*------ Scroll nav------------------------------------------------*/
.arrowpagenav {
    position: fixed;
    top: 50%;
    left: 30%;
    width: 40px;
    height: 110px;
    background: #404040;
    z-index: 4;
    margin: -55px 0 0 -20px;
    border-radius: 26px;
}

.arrowpagenav:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.arrowpagenav a {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.arrowpagenav a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: #fff;
    top: 0;
    font-size: 16px;
    left: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.arrowpagenav a.cts-down:before {
    content: "\f107";
}

.arrowpagenav a.cts-up:before {
    content: "\f106";
}

.small-pad-sec {
    padding-bottom: 10px;
}

.small-sec {
    padding: 30px 0;
}

.bold-separator {
    width: 70px;
    height: 6px;
    background: #000;
    float: left;
    margin-top: 15px;
}

.scroll-nav-holder {
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #404040;*/
    float: left;
    width: 100%;
    position: relative;
    z-index: 6;
    -webkit-transform: translate3d(0, 0, 0);
}

.scroll-nav ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.scroll-nav li {
    float: left;
    overflow: hidden;
}

.scroll-nav li a {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    float: left;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.scroll-nav li a span {
    position: relative;
    z-index: 2;
    transition: all 500ms linear;
}

.scroll-nav li a:before,
.scroll-nav li a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease-in-out;
}

.scroll-nav li a:before {
    top: 0;
    left: 0;
}

.scroll-nav li a:after {
    bottom: 0;
    right: 0;
}

.scroll-nav li a.act-link:before,
.scroll-nav li a.act-link:after {
    height: 100%;
    opacity: 1;
}

/*------ section-------------------------------------------------*/
section {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0;
}

@media (max-width: 880px) {
    section {
        padding: 80px 0;
    }
}

section.dec-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    border-top: 1px dashed #ccc;
}

section.dec-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #eee;
    margin-bottom: -2px;
    margin-left: 15px;
}

.section-title {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.section-title h2 {
    float: left;
    width: 100%;
    padding: 6px 0;
    font-size: 46px;
    text-align: left;
    color: #666;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-title h2:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100px;
    height: 100px;
    background: #eee;
    z-index: -1;
    opacity: 0.8;
}

.section-title p {
    float: left;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #494949;
    max-width: 500px;
}

/*------ Home -------------------------------------------------*/
.voerfloux {
    overflow: hidden;
}
.hero-slider-holder {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hero-wrap-item,
.carousel-item,
.error-wrap {
    position: relative;
    width: 100%;
    top: 50%;
    left: 0;
    float: left;
    z-index: 6;
}

.hero-wrap-item.single-title-wrap {
    padding-left: 15%;
}

.hero-wrap-item.single-title-wrap:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 13%;
    width: 1px;
    bottom: -50px;
    background: rgba(255, 255, 255, 0.21)
}

.hero-wrap-item.left-her .container {
    border-left: 1px solid rgba(255, 255, 255, 0.21);
    padding: 50px 0 50px 40px;
}

.hero-wrap-item.right-her .container {
    /*border-right:1px solid rgba(255,255,255,0.21);*/
    /*padding:50px 40px 50px 0;*/
}

.entry-wrap {
    position: absolute;
}

.num-holder3 {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 15;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 4px;
}

.hero-wrap .overlay {
    z-index: 5;
}

.slnop .num-holder3 {
    top: 100%;
    margin-top: -90px;
}

.hero-wrap-item h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    float: left;
    width: 100%;
}

.hero-wrap-item.left-her {
    text-align: left;
}

.hero-wrap-item.right-her {
    text-align: right;
}

.hero-wrap-item.right-her .btn,
.hero-wrap-item.right-her p {
    float: right !important;
}

.hero-wrap-item h4,
.hero-wrap-item h4 a {
    color: #fff;
}

.hero-wrap-item p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #fff;
}

.hero-wrap-item h3 {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    padding: 10px 0;
}

.hero-slider .overlay {
    opacity: 0.4;
}

.customNavigation.gals a {
    position: absolute;
    top: 89%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    line-height: 40px;
    color: #fff;
    background: #292929;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.customNavigation.gals a.next-slide {
    right: 30px;
}

.customNavigation.gals a.prev-slide {
    left: 30px;
}

.hero-wrap {
    padding: 0 70px;
}

.mm-par-wrap {
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 25%;
    -webkit-perspective: 1000;
    z-index: 1;
}

.mm-par-wrap:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20%;
    right: -10px;
    bottom: -10px;
    border: 1px solid #eee;
    border-left: none;
    box-sizing: border-box;
}

.mm-parallax {
    transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.impulse-wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 70px;
    height: 100%;
    z-index: 1;
}

.mm-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 20px 25px 0 rgba(18, 17, 30, .15);
    border-radius: 10px;
}

.impulse-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    background: url(../images/impulse.png);
}

.single-carousel .item {
    position: relative;
    overflow: hidden;
}

.carousel-item h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    position: relative
}

.carousel-item h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    transition: all .3s ease-in-out;
}

.carousel-item h3:hover:before {
    width: 100px;
    margin-left: -50px;
}

.carousel-item h3,
.carousel-item h3 a {
    color: #fff;
}

.single-carousel .item:before,
.single-carousel .item:after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    background: rgba(255, 255, 255, 0.41);
    height: 1px;
    z-index: 2;
}

.single-carousel .item:before {
    top: 50px;
}

.single-carousel .item:after {
    bottom: 50px;
}

.single-carousel .item .bg {
    transition: all .5s ease-in-out;
}

.bg.hov-rot {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.single-carousel .item p,
.error-wrap p {
    padding-top: 30px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #eee;
    text-align: center;
}

/*------ 404 ------------------------------------------------*/
.error-wrap h2 {
    color: #fff;
    font-size: 154px;
    font-weight: 700;
    position: relative;
}

.error-wrap .btn {
    float: none;
    display: inline-table;
}

.error-wrap h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background: rgba(255, 255, 255, 0.51);
}

.error-wrap p {
    font-size: 17px;
}

/*------ facts ------------------------------------------------*/
.inline-facts {
    float: left;
    width: 25%;
    box-sizing: border-box;
    position: relative;
}

.inline-facts:before,
.inline-facts:after,
.milestone-counter:before,
.milestone-counter:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.inline-facts:before {
    top: 0;
    left: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.inline-facts:after {
    top: 0;
    right: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.num {
    float: left;
    width: 100%;
    font-size: 56px;
    color: #333743;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 10px;
}

.milestone-counter {
    float: left;
    width: 100%;
    position: relative;
}

.stats {
    float: left;
    width: 100%;
    position: relative;
}

.stats:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: -22px;
    left: 20px;
    right: 20px;
    z-index: -1;
    background: #f9f9f9;
}

.milestone-counter:before {
    bottom: -35px;
    left: 10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.milestone-counter:after {
    bottom: -35px;
    right: 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.inline-facts h6 {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #666;
}

.inline-facts i {
    color: #eee;
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 30px;
    border-radius: 100%;
    margin-left: -15px;
    font-size: 26px;
}

/* ---------Resume  --------------------------------------*/
.custom-inner-holder {
    float: left;
    margin-top: 60px;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #eee;
}

@media (max-width: 430px) {
    .custom-inner-holder {
        padding-left: 0px;
    }
}

.custom-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.custom-inner:last-child {
    margin-bottom: 0;
}

.resum-header h3 {
    float: left;
    padding-bottom: 20px;
    font-size: 34px;
    text-align: left;
    color: #fff;
    padding-right: 16px;
}

@media (max-width: 1392px) {
    .resum-header h3 {
        padding-bottom: 4px;
    }
}

.resum-header {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 40px 30px 70px;
}

.resum-header:after {
    font-weight: bold;
    text-decoration: inherit;
    position: absolute;
    color: #666;
    bottom: -90px;
    font-size: 170px;
    right: 40px;
    opacity: 0.08;
    line-height: 1em;
}

.resum-header.premier:after {
    content: "1";
}

.resum-header.deuxieme:after {
    content: "2";
}

.resum-header.troisieme:after {
    content: "3";
}

.resum-header.quatrieme:after {
    content: "4";
}

.resum-header.cinquieme:after {
    content: "5";
}

.resum-header.sixieme:after {
    content: "6";
}

.resum-header.septieme:after {
    content: "7";
}

.resum-header.huitieme:after {
    content: "8";
}

.resum-header:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -26px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    border-radius: 100%;
}

@media (max-width: 430px) {
    .resum-header:before {
        left: -6px;
    }
}

.resum-header span {
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-align: left;
    float: left;
}

.resum-header i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -37px;
    font-size: 60px;
    font-style: inherit;
}

.custom-inner p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 1.4em;
}

.custom-inner-dec {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #eee;
    height: 1px;
}

.custom-inner ul {
    float: left;
    width: 100%;
    padding: 10px 0 10px 13px;
    list-style: decimal;
}

.custom-inner ul li {
    float: left;
    width: auto;
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 20px;
    color: #572CE8;
    display: inline-block;
}

.custom-inner .content-nav ul {
    position: relative;
    left: 0;
    padding: 0;
    list-style: none;
}

.custom-inner .content-nav ul li {
    float: left;
    width: 50%;
    padding: 0;
}

.custom-inner .btn {
    margin-top: 20px;
}

/*------  services ------------------------------------------------*/
@media (min-width: 1392px) {
    .sticky-nav-coter {
        position: sticky;
        top: 100px;
    }
}

.sl-tabs {
    float: left;
    width: 100%;
    position: relative;
    background: #00000045;
    border-radius: 25px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sl-tabs li {
    color: #222;
    float: left;
    width: 100%;
    cursor: pointer;
}

.tb-item {
    float: left;
    width: 100%;
    padding: 26px 20px;
}

.tb-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 84%;
    margin-left: 2%;
    margin-top: 102px;
    height: 1px;
    background-color: #ffffff1c;
}

.tab-link:last-child .tb-item::after {
    display: none;
}

.sl-tabs li i {
    float: left;
    width: 100%;
    font-size: 28px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.sl-tabs li i,
.tb-item,
.det-box h3 a,
.det-box-link {
    transition: all .3s ease-in-out;
}

.special-marge-btn {
    margin-top: 66px !important;
}

.tab-content {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff1c;
    border-right: 1px solid #ffffff1c;
    padding: 0 20px 60px 80px;
}

.tab-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #572CE8 transparent;
    z-index: 2000;
}

.tab-content p {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.4em;
}

.tab-content.current {
    display: inherit;
}

.tab-content h3 {
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 38px;
    line-height: 1.2em;
    color: #ffffff;
}

.tab-content h4 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 24px;
}

.tab-content .accordion li {
    margin-top: 20px;
}

.boldtxt {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-align: left !important;
    font-size: 19px;
    font-weight: 900;
    display: block;
    margin-top: 40px;
    margin-bottom: 6px;
    color: #01F2C7;
}

.tab-content p {
    position: relative;
    z-index: 700;
}

.tab-content::after {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 380px;
    height: auto;
    opacity: .035;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 500;
}

.tb-item {
    display: flex;
    justify-content: left;
    align-items: center;
}

.tab-link h3 {
    text-align: left;
    padding-left: 15px;
    padding-top: 2px;
}

.tabs.sl-tabs {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1392px) {
    .tab-content::after {
        top: 20px;
        width: 260px;
    }

    .tb-item::after {
        display: none;
    }

    .tab-content h3 {
        margin-top: 20px;
        
    }

    .tab-content {
        padding: 0 20px 60px 20px;
    }

    .little-padding {
        padding-right: 70px;
        margin-top: 0px !important;
    }

    .tab-content h4 {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1392px) {
    .sl-tabs li {
        width: 20%;
    }

    .sl-tabs {
        display: flex;
        align-items: stretch;
    }

    .sl-tabs li {
        display: flex;
        align-items: stretch;
    }

    .tb-item {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .little-padding {
        padding-right: 10px !important;
    }
}

#tab-1::after {
    content: url(../images/services/creation.svg);
}

#tab-2::after {
    content: url(../images/services/maintenance.svg);
}

#tab-3::after {
    content: url(../images/services/reseaux-sociaux.svg);
}

#tab-4::after {
    content: url(../images/services/identite.svg);
}

#tab-5::after {
    content: url(../images/services/print.svg);
}

.little-padding .boldtxt:first-child {
    margin-top: 0px;
}

.little-padding {
    padding-right: 70px;
    margin-top: 40px;
}

.sl-tabs li.current i {
    color: #fff;
}

.price {
    float: right;
    text-align: center;
    margin-top: 50px;
    margin-right: 40px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    position: relative;
    font-size: 22px;
    padding: 20px 30px;
    color: #ffffff;
    line-height: 1.4em;
}

.price::after {
    content: '\f10e';
    color: #572CE8;
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 0;
    right: 0;
}

.price::before {
    content: '\f10d';
    color: #572CE8;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}



/*------ order ------------------------------------------------*/
.order-wrap {
    padding: 30px 25px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.order-wrap:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f003";
    position: absolute;
    color: #eeeeee17;
    top: -30px;
    font-size: 50px;
    right: 20%;
    opacity: 0.46;
    transform: scale(5.2) rotate(45deg);
    transition: all 300ms linear;

}

.order-wrap:hover:before {
    -webkit-transform: scale(3.2) rotate(25deg);
    -moz-transform: scale(3.2) rotate(25deg);
    transform: scale(3.2) rotate(25deg);
}

.order-wrap span {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: #fff;
    float: left;
}

.order-wrap a.ord-link {
    float: right;
}

/*------skills ------------------------------------------------*/
.skills-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 14px;
    overflow: hidden;
    background: #eee;
    border-radius: 4px;
}

.custom-skillbar-title span {
    float: left;
    font-size: 13px;
    margin-top: 12px;
    padding-bottom: 6px;
    font-weight: 600;
}

.custom-skillbar {
    height: 14px;
    width: 0px;
}

.skill-bar-percent {
    float: right;
    font-size: 13px;
    margin-top: 13px;
    padding-bottom: 6px;
    font-weight: 600;
}

.bold-title {
    float: left;
    font-size: 24px;
    font-weight: 800;
    color: #666;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}

.bold-title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 4px;
}

.piechart-holder {
    padding: 25px 0;
}

.piechart-holder h4 {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #292929;
    float: left;
    padding: 13px 30px;
    background: #eee;
    position: relative;
    border-radius: 4px;
}

.piechart-holder h4:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    top: -100px;
    right: 10px;
    background: #eee;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chart {
    position: relative;
    float: right;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.piechart {
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 15px;
    color: #666;
    line-height: 150px;
    z-index: 2;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: 16px;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

/*--------------Testimonials--------------------------------------*/
.testimonials-slider-holder {
    padding: 40px 0;
    margin-bottom: 40px;
}

.testimonials-slider-holder .item {
    padding-left: 100px;
}

.testi-item p {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #999;
    padding: 25px 0 30px;
    position: relative;
    font-size: 14px;
}

.full-height-section .testi-item p {
    color: #000;
}

.testi-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.testi-item img {
    width: 80px !important;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.testi-text {
    background: #f9f9f9;
    padding: 25px;
}

.testi-text:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f10e";
    position: absolute;
    color: #eee;
    top: -10px;
    font-size: 50px;
    right: 20%;
    opacity: 0.46;
    transform: scale(5.2) rotate(45deg);
    transition: all 300ms linear;
}

.testi-item h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    text-align: left;
}

.testi-item a.testim-link {
    font-size: 14px;
    font-weight: 700;
    float: left;
    position: relative;
}

.testi-item a.testim-link:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    height: 1px;
    border-top: 1px dotted #ccc;
}

.testimonials-slider-holder .customNavigation a {
    position: absolute;
    bottom: -5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
    line-height: 40px;
    font-size: 16px;
    border-radius: 4px;
}

.testimonials-slider-holder .customNavigation a.next-slide {
    right: 50%;
    margin-right: -70px
}

.testimonials-slider-holder .customNavigation a.prev-slide {
    left: 50%;
    margin-left: -70px;
}

.testimonials-slider ul.star-rating {
    float: left;
    width: 100%;
    margin: 4px 0 20px 0;
}

.testimonials-slider ul.star-rating li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.teti-counter {
    display: inline-table;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #999;
    position: relative;
    top: 30px;
}

.clients-list:before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100px;
    height: 1px;
    left: 50%;
    margin-left: -50px;
    border-bottom: 1px dashed #ccc;
}

.clients-list li {
    float: left;
    width: 20%;
    padding: 40px;
    position: relative;
}

.clients-list a,
.clients-list a span {
    position: relative;
    float: left;
    background: #f9f9f9;
}

.clients-list a:before,
.clients-list a:after,
.clients-list a span:before,
.clients-list a span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.clients-list a:before {
    top: -10px;
    left: -10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients-list a:after {
    top: -10px;
    right: -10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.clients-list a span:before {
    bottom: -10px;
    left: -10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients-list a span:after {
    bottom: -10px;
    right: -10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.clients-list a:hover {
    opacity: 0.6;
}

.clients-list a img {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}

.to-top-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.to-top-wrap i {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    font-size: 28px;
}

.to-top-wrap a {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #ffffff;
    font-size: 18px
}

/*------ Porfolio  ------------------------------------------------*/
.gallery-items {
    /*float: left;*/
    width: 100%;
    position: relative;
}

.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.spad .grid-item-holder {
    padding: 6px;
}

.hid-port-info .grid-item-holder {
    overflow: hidden;
}

.grid-big-pad .grid-item-holder {
    padding: 40px;
}

.grid-small-pad .grid-item-holder {
    padding: 10px 20px 10px 0;
}

.gallery-item,
.grid-sizer {
    width: 33.33%;
    position: relative;
    float: left;
}

.gallery-item-second,
.grid-sizer-second {
    width: 66.6%;
}

.four-column .gallery-item {
    width: 25%;
}

.four-column .gallery-item.gallery-item-second {
    width: 50%;
}

.gallery-item.moitier {
    width: 50%;
}

@media (min-width: 1064px) {
    .gallery-item.moitier {
        padding: 10px;
    }
}

.moitier.gallery-item-second a.decouvrir {
    margin-top: 10px;
}

@media (min-width: 1064px) {
    .gallery-item-second .box-item.hd-box .image-popup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    filter: grayscale(10%);
}

.grid-det {
    background: #f9f9f9;
    padding: 18px 10px;
    text-align: left;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}

.grid-det h3 {
    font-weight: 700;
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0 10px 30px;
    z-index: 2;
}

.grid-det h3:hover:before {
    width: 100px;
}

.grid-det h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    margin-top: -1px;
}

.grid-det span {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #999;
    float: left;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.grid-det i {
    font-size: 76px;
    color: #eee;
    position: absolute;
    bottom: -15px;
    right: 10px;
    transform: rotate(35deg);
    z-index: 1;
}

.inline-filter .gallery-filters {
    float: left;
    border: 1px solid #eee;
    margin-bottom: 40px;
    border-radius: 18px;
    overflow: hidden;
}

.inline-filter .gallery-filters a {
    float: left;
    padding: 12px 28px;
    border-radius: 18px;
}

.box-item {
    overflow: hidden;
}

.box-item.vis-det a.image-popup,
.box-item.vis-det a.popgal {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 100%;
    z-index: 11;
    color: #fff;
    cursor: pointer;
}

.box-item.vis-det:hover:before {
    opacity: 1;
    visibility: visible;
}

.box-item.vis-det a.image-popup:hover,
.box-item.vis-det a.popgal:hover {
    color: #000;
}

.box-item.vis-det:hover a.image-popup,
.box-item.vis-det:hover a.popgal {
    top: 50%;
}

.box-item.vis-det a.image-popup,
.box-item.vis-det:before,
.grid-det h3:before,
.hd-box-wrap h2:before,
.box-item.vis-det a.popgal {
    transition: all 300ms linear;
}

.inline-filter .folio-counter {
    float: left;
    margin-left: 60px;
    position: relative;
    padding: 12px 20px;
}

.inline-filter .folio-counter:before {
    content: '';
    position: absolute;
    left: -30px;
    height: 24px;
    top: 6px;
    width: 1px;
    background: #ccc;
    transform: rotate(35deg);
}

.inline-filter .folio-counter div {
    display: inline-block;
    padding: 0 6px;
}

.fixed-filter {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 200px;
    z-index: 40;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fixed-filter .filter-button {
    float: left;
    width: 100%;
    background-color: rgba(87, 44, 232, 0.90);
    padding: 14.5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
}

.fixed-filter .filter-button:hover {
    color: rgba(255, 255, 255, 0.51);
}

.fixed-filter .folio-counter {
    float: left;
    width: 80px;
    padding: 18px 0;
    position: relative;
    font-weight: 600;
    color: #fff;
    background-color: rgba(87, 44, 232, 0.75) !important;
    font-size: 20px;
    font-weight: 100;
}

.fixed-filter .folio-counter:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    margin-left: -5px;
    background: #fff;
}

.fixed-filter .folio-counter div {
    display: inline-block;
    padding: 0 10px;
}

.fixed-filter .gallery-filters {
    float: left;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 20px 15px 20px;
    display: none;
}

.fixed-filter .gallery-filters a {
    float: left;
    width: 100%;
    color: #fff;
    padding: 12px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    font-size: 22px;
}

@keyframes vibration-circle {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes vibration-text {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.fixed-filter .filter-button::before {
    content: "";
    position: absolute;
    top: 10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: vibration-circle 4s infinite;
}

.fixed-filter .filter-button span {
    position: relative;
    top: 5px;
    overflow: hidden;
    display: inline-block;
    animation: vibration-text 5s infinite;
    line-height: 1em;
    letter-spacing: 1px;
}

.fixed-filter {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 200px;
    z-index: 40;
    opacity: 0;
    animation: fadeInUp .5s 2s forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fixed-filter .filter-button {
    background-color: rgba(87, 44, 232, 0.90);
    padding: 14.5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
}


.no-pad-wrap {
    padding-left: 1px;
}

.box-item.hd-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    padding: 2px;
    z-index: 10;
}

.box-item.hd-box .fl-wrap {
    background: rgba(64, 64, 64, 0.61);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-box-wrap {
    position: absolute;
    width: 100%;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.min-pad .grid-item-holder {
    padding: 2px;
}

@media (max-width: 580px) {
    .min-pad .grid-item-holder {
        padding: 6px 0px 6px 0px;
    }

    .box-item.hd-box {
        padding: 6px 0px 6px 0px !important;
    }
}

.hd-box-wrap a.image-popup:hover {
    color: #000000 !important;
    background: #01F2C7;
}

.hd-box-wrap h3 {
    letter-spacing: 1px;
    margin-top: 16px;
}

.hd-box-wrap p {
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.three-ver-columns .hd-box-wrap p {
    font-size: 11px;
}

.hd-box-wrap p a {
    color: rgba(255, 255, 255, 0.71);
}

.box-item.hd-box .image-popup {
    z-index: 10;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    font-weight: 100;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1064px) {
    .fixed-filter .filter-button {
        padding: 9.5px 0;
    }

    .fixed-filter .filter-button {
        font-size: 20px;
        line-height: 1.2em;
    }

    .fixed-filter .filter-button i {
        font-size: 20px;
    }

    .fixed-filter .folio-counter {
        padding: 8px 0px;
    }
}

.box-item.hd-box h3 a {
    display: block;
}

.box-item.hd-box h3,
.box-item.hd-box p {
    text-align: center;
}

.slider-zoom {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    color: #fff;
    z-index: 5;
    cursor: pointer;
    background: rgba(64, 64, 64, 0.61);
}

.page-nav {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.page-nav:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.page-nav a {
    padding: 13px 20px;
    color: #000;
    border-radius: 3px;
    position: relative;
    background: #383838;
}

.page-nav a.ppn {
    float: left;
}

.page-nav a.npn {
    float: right;
}

.tooltip,
.project-pagination ul li a,
#contact-form input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

.tooltip {
    width: 200px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background: #454545;
    bottom: 0;
    opacity: 0;
    margin-bottom: 20px;
    visibility: hidden;
    pointer-events: none;
    z-index: 6;
}

.tooltip h5 {
    font-size: 10px;
    margin-top: 12px;
    padding: 5px 0;
    position: relative;
    display: inline-table;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-nav a:hover .tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
}

.page-nav a.npn .tooltip {
    right: 0;
}

.page-nav a.ppn .tooltip {
    left: 0;
}

.mar-top-50 {
    margin-top: 30px;
}

.popup-gallery a {
    float: left;
    width: 100%;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.popup-gallery a:hover {
    opacity: 0.6;
}

.box-pop {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

/*------ Video ------------------------------------------------*/
.iframe-holder {
    float: left;
    position: relative;
    width: 100%
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.background-video {
    z-index: 1;
}

.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-controls {
    position: absolute;
    z-index: 4;
    bottom: 50px;
    right: 150px;
    color: #ccc;
    cursor: pointer
}

.media-container .overlay {
    z-index: 3;
    opacity: 0.4;
}

.mob-bg {
    display: none;
}

.background-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.loaded .ytplayer-container {
    display: block;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ytplayer-player {
    position: absolute;
}

@media (max-width: 768px) {
    .video-perso.inverse {
        margin-top: 140px;
    }
}

@media (max-width: 670px) {
    .video-perso.inverse {
        margin-top: 100px;
    }
}

@media (max-width: 484px) {
    .video-perso.inverse {
        margin-top: 60px;
    }
}


/*------ Contacts------------------------------------------------*/
.contact-info {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.contact-info:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffc815 transparent;
}

.contact-info h4 {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #999;
    float: left;
    width: 100%;
}

.contact-info h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #999;
    padding: 10px 0;
}

.contact-info a {
    float: left;
    font-size: 14px;
    font-weight: 700;
}

.contact-social {
    margin-top: 30px;
}

.contact-social li {
    float: left;
    margin-right: 4px;
}

.contact-social li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    float: left;
    border-radius: 100%;
    background: #eee;
    color: #666;
}

#contact-form {
    float: left;
    max-width: 100%;
    /*padding-top: 30px;*/
    padding-right: 90px;
}

@media (max-width: 1064px) {
    #contact-form {
        padding-right: 0px;
    }
}

textarea::placeholder {
    color: #ffffff;
}

.input-wrap,
#contact-form textarea {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 0px;
    box-shadow: 0 0 4px #01F2C7;
    transition: all 300ms linear;
    border-bottom: 1px solid #ffffff;
}

.input-wrap:hover,
.input-wrap:focus-within,
#contact-form textarea:focus {
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7,
        0 0 10px #01F2C7,
        0 0 15px #01F2C7;
    border-radius: 15px;
}

.input-wrap i {
    transition: all 300ms linear;
}

.input-wrap:hover i,
.input-wrap:focus-within i {
    text-shadow:
        0 0 4px #01F2C7;
}

.input-wrap i {
    position: absolute;
    top: 16px;
    left: 10px;
    color: #01F2C7;
    font-size: 15px;
}

.input-wrap input::placeholder {
    color: #ffffff;
}

button#submit {
    background: transparent;
    font-family: 'Bebas Neue', sans-serif;
    transition: all 300ms linear;
}


#contact-form input[type="text"],
#contact-form textarea,
.input-wrap select {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0;
    width: 100%;
    padding-left: 10px;
    background: none;
    border: 0;
    border-radius: 0;
    position: relative;
    font-family: 'lato';
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}

.input-wrap select:focus {
    background-color: #070723;
}

#contact-form textarea {
    border-bottom: 1px solid #ffffff;
}

#contact-form input[type=text],
#contact-form textarea,
input[type=email] {
    transition: all 300ms linear;
}

#contact-form input[type=text]:focus,
#contact-form textarea:focus,
input[type=email]:focus {
    color: #01F2C7;
}

#contact-form textarea {
    height: 170px;
    resize: none;
}

.verify-wrap {
    float: left;
    width: 100%;
    margin: 15px 0;
    display: flex;
}

.verify-text {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    text-align: left;
}

#contact-form .verify-wrap .input-wrap {
    float: left;
    width: 70px !important;
    padding-left: 10px !important;
}

.error_message, .message-erreur {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background-color: #572CE8;
    padding: 15px;
}

#success_page {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    background-color: #572CE8;
    padding: 15px;
}

#success_page h3 {
    text-align: left;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

#success_page p {
    color: #fff;
    margin-top: 10px;
}

#message fieldset {
    border: none;
    color: #000;
}

.con-image {
    margin: 35px 0;
}

/*------ map - ------------------------------------------------*/
.map-box {
    float: left;
    width: 100%;
    height: 400px;
    position: relative;
    margin: 40px 0;
}

#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.map-box.column-map,
.map-box.column-map #map-canvas {
    height: 100%;
    margin: 0;
}

/* ------blog------------------------------------------------------------ */
article,
.pagination {
    float: left;
    width: 100%;
    position: relative;
}

.custom-slider .box-links {
    text-align: center !important;
}

article p {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
    position: relative;
}

article {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    background: #f9f9f9;
}

.post-item {
    padding: 10px 20px 20px 20px;
    z-index: 2;
}

.artcicle-icon {
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: -1;
}

.artcicle-icon i {
    font-size: 76px;
    color: #ccc;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
    opacity: 0.6;
}

.display-posts p {
    line-height: 25px;
}

article h4 {
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    color: #222222;
    padding-bottom: 10px !important;
    text-align: left;
}

article h4 a:hover {
    color: #666;
}

.post-media {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
}

.post-meta {
    margin: 14px 0 14px 0;
    float: left;
}

.display-posts article {
    border-bottom: 1px solid #eee;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.post-meta li {
    display: inline-block;
    margin-right: 8px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 13px;
    color: #666;
    text-align: left;
}

.post-meta li a {
    font-size: 15px;
}

.mas-posts article ul.post-meta li {
    margin-bottom: 6px;
}

.post-tags {
    float: right;
    position: relative;
    top: 20px;
}

.post-tags.single-tags {
    top: 0;
    float: left;
    margin-top: 30px;
}

.post-tags li,
.tagcloud li {
    margin-left: 4px;
    float: left;
}

.post-tags li a,
.tagcloud li a {
    float: left;
    font-size: 10px;
    border-radius: 4px;
    padding: 8px 10px 8px;
    background: #404040;
    margin-bottom: 3px;
    color: #fff;
    transition: all 300ms linear;
}

.post-tags li a:hover,
.tagcloud li a:hover {
    color: #292929;
}

.pagination {
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 4px;
    float: left;
    width: 100%;
}

.pagination a {
    float: left;
    padding: 12px 18px;
    position: relative;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    border-right: 1px solid rgba(0, 0, 0, .07);
}

.pagination a.current-page,
.pagination a:hover {
    color: #fff;
}

.searh-inner {
    max-width: 350px;
    position: relative;
    display: block;
}

.searh-holder {
    margin: 10px 0 40px;
}

.search {
    border: none;
    border: 1px solid #eee;
    float: left;
    background: #f9f9f9;
    border-radius: 3px;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    color: #292929;
    -webkit-appearance: none;
}

.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 40px;
}

.cat-item {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.cat-item a {
    font-weight: 400;
    font-size: 12px;
    transition: all 200ms linear;
}

#comments {
    text-align: left;
    padding-top: 10px;
    float: left;
    width: 100%;
    margin-top: 0px;
}

#comments-title,
#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.comment {
    float: left;
}

.comment-body {
    position: relative;
    margin-left: 70px;
    padding-top: 30px;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -66px;
}

.comment-author img {
    border-radius: 100%;
}

.comment .children {
    margin-left: 70px;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    color: #494949;
    padding-bottom: 10px;
}

#respond {
    margin-top: 40px;
}

#reply-title {
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.comment-notes {
    margin-top: 10px;
    color: #a4a4a3;
}

.control-group label,
.control-group .controls {
    display: inline-block;
}

.control-group label {
    margin-left: 10px;
    font-weight: 600;
}

.control-group .controls input {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #f9f9f9;
    padding-left: 15px;
    color: #a4a4a3;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.control-group .controls textarea {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 180px;
    max-width: 600px;
    background: #f9f9f9;
    padding-left: 15px;
    padding-top: 15px;
    color: #a4a4a3;
    resize: vertical;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.controls button {
    margin-top: 30px;
}

.post-author {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.post-author-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 100px;
}

.post-author-wrap h3 {
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 8px;
}

.post-author-wrap p {
    color: #000;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 0;
    float: left;
    width: 100%;
}

.post-author-wrap span {
    font-family: 'Lato', sans-serif;
    float: left;
    text-align: left;
    font-style: italic;
    color: #666;
    width: 100%;
}

.post-author-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.post-author-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
}

.post-author-wrap ul {
    list-style: none;
}

.post-author-wrap ul li {
    float: left;
    margin-right: 8px;
}

.post-author-wrap li a {
    float: left;
    width: 36px;
    height: 36px;
    background: #404040;
    line-height: 36px;
    border-radius: 100%;
}

/*------ share------------------------------------------------*/
.show-share {
    position: absolute;
    bottom: 25px;
    left: 22px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.show-share:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 43px;
    width: 30px;
    height: 1px;
    z-index: 5;
}

@media (max-width: 1064px) {
    .show-share:before {
        width: 1px;
        height: 40px;
        left: 10px;
        top: 30px;
    }

    .show-share.isShare:before {
        height: 0;
    }
}

.show-share.isShare:before {
    width: 0;
}

.show-share:after {
    content: "partager";
    position: absolute;
    top: -36px;
    left: -10px;
    font-family: 'Lato', sans-serif;
    float: left;
    text-align: center;
    font-style: italic;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.show-share:before,
.show-share:after,
.share-icon {
    transition: all 300ms linear;
}

.show-share:hover:after {
    opacity: 1;
    top: -26px;
    visibility: visible;
}

@media (max-width: 1064px) {
    .show-share:hover:after {
        top: unset !important;
        left: -54px;
    }
}

.show-share img {
    width: 20px;
    height: 20px;
}

.share-container {
    position: fixed;
    z-index: 2000;
    left: 94px;
    bottom: 15px;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.visshare {
    visibility: visible;
}

.share-icon {
    height: 40px;
    width: 40px;
    float: left;
    margin-bottom: 1px;
    position: relative;
    font-size: 17px;
    line-height: 40px;
    background: #fff;
    color: #ffffff;
    opacity: 0;
}

@media (max-width: 1064px) {
    .share-icon {
        margin-bottom: 0px;
    }
}

.share-icon:hover {
    opacity: 0.8 !important;
}

.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-email:before {
    content: "\f003";
}

.share-icon-flickr:before {
    content: "\f16e";
}

.share-icon-foursquare:before {
    content: "\f180";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f09a";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f08c";
}

.share-icon-vimeo:before {
    content: "\f194";
}

.share-icon-instagram:before {
    content: "\f16d";
}

.share-icon-pinterest:before {
    content: "\f0d2";
}

.share-icon-googleplus:before {
    content: "\f0d5";
}

.share-icon-in1:before {
    content: "\f08c";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}

@media only screen and (max-width: 1392px) {

    .abt-wrap .box-item,
    .sl-tabs {
        margin-bottom: 40px;
    }

    .resum-header {
        margin-bottom: 0px;
    }

    .bold-title {
        width: 100%;
    }

    .custom-inner p {
        padding-left: 24px;
    }

    .chart {
        float: none;
        display: inline-table;
        margin-top: 30px;
    }

    .piechart-holder h4 {
        width: 100%;
    }

    .piechart-holder h4:before {
        display: none;
    }

    .hd-box-wrap {
        padding: 0 10px;
    }

    .hd-box-wrap h2 {
        font-size: 14px;
    }

    .contact-social {
        margin-top: 30px;
        float: left;
        width: 100%;
    }

}

@media only screen and (max-width: 1064px) {
    .mob-bg {
        display: block
    }

    .column-wrap {
        width: 100%;
        padding-right: 0;
    }

    .fixed-column,
    .arrowpagenav,
    .footer-social:before,
    .footer-social:after,
    .parallax-title {
        display: none;
    }

    header.main-header {
        width: 100%;
        top: 0;
        left: 0;
        height: 70px;
    }

    .nav-button {
        top: 21px;
        left: 30px;
        margin-top: 0;
    }

    .logo-holder {
        top: 16px;
        left: 50%;
        margin-left: -20px;
    }

    .show-share {
        bottom: 24px;
        left: 100%;
        margin-left: -50px;
    }

    .hero-wrap {
        padding: 70px 0 0;
        background: #fff;
    }

    footer.main-footer {
        width: 100%;
        height: 70px;
        border-left: none;
        float: left;
        position: relative;
        top: 0;
        margin-top: 0;
    }

    .mail-link {
        position: absolute;
        top: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        left: 100%;
        margin-left: -70px;
        border-left: 1px solid rgba(255, 255, 255, 0.21);
    }

    .copyright {
        position: relative;
        bottom: 0;
        left: 0;
        padding-left: 30px;
        width: auto;
        text-align: left;
        margin-top: 30px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        transform: rotate(0deg);
    }

    .footer-social {
        position: relative;
        top: 18px;
        width: auto;
        z-index: 2;
        float: right;
        padding-right: 70px;
    }

    .footer-social li {
        float: left;
        width: auto;
    }

    .clients-list li {
        padding: 20px;
    }

    .hero-slider-holder .gals a {
        top: 100%;
        margin-top: -100px;
    }

    .column-wrap #wrapper {
        padding: 0 10px 10px 10px;
    }

    .share-container {
        position: fixed;
        z-index: 8888;
        left: 100%;
        margin-left: -60px;
        bottom: 100%;
        margin-bottom: -290px;
        width: 40px;
    }

    .menu-wrap {
        width: 100%;
        bottom: 0;
        top: 70px;
        padding: 0;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.4s;
    }

    .menu {
        position: relative;
        z-index: 1000;
    }

    .menu-logo {
        margin-top: -30px;
        margin-bottom: 40px;
    }

    .sliding-menu a {
        font-size: 26px;
        padding: 12px 0px;
    }

    .sliding-menu a::after {
        bottom: 12px !important;
    }

    .show-menu .menu-wrap,
    .show-menu .menu-inner,
    .show-menu .morph-shape {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .content {
        padding: 70px 20px 0;
    }

    .content .container {
        width: 100%;
    }

    .no-pad-wrap {
        padding-top: 70px;
    }

    .content.no-bg {
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-filter {
        bottom: 0;
        right: 20px;
    }

    .content.fscon {
        padding: 70px 0 0;
    }

    .gallery-item {
        width: 50% !important;
    }

    .mm-par-wrap {
        top: calc(5% + 70px);
    }

    .hero-item {
        top: 70px;
        left: 0;
        right: 0;
        height: auto;
        bottom: 0;
    }

    .footer-social a::before {
        content: "" !important;
    }
}

@media (max-width: 375px) {
    .disparait-petit-tel {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .inline-facts {
        width: 50%;
        margin-bottom: 40px;
    }

    .testimonials-slider-holder .item {
        padding-left: 0;
    }

    .testi-image {
        position: relative;
        margin: 0;
        left: 0;
        display: inline-table;
    }

    .clients-list li {
        padding: 5px;
        width: 50%;
    }

    .hero-wrap-item {
        padding: 0 20px;
    }

    .section-title h2,
    .hero-wrap-item h2 {
        font-size: 36px;
    }

    /*.copyright {
        display: none;
    }*/

    .footer-social {
        /*float: left;
        margin-right: 0;*/
        margin-left: 20px;
    }

    .inline-filter .gallery-filters {
        width: 100%;
    }

    .inline-filter .gallery-filters a {
        padding: 12px 0;
        width: 100%;
    }

    .inline-filter .folio-counter {
        float: none;
        margin-left: 0;
        display: inline-table;
        margin-bottom: 10px;
    }

    .inline-filter .folio-counter:before {
        left: 50%;
        height: 24px;
        top: -36px;
        transform: rotate(0deg);
    }

    .order-wrap a.ord-link {
        float: left;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .scroll-nav-holder {
        display: none;
    }

}

@media only screen and (max-width: 700px) {

    .inline-facts,
    .gallery-item {
        width: 100% !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-position: center;
    }
}

/*@media (min-width: 768px) and (max-width: 1064px) {
    .hero-wrap {
        padding: 0px 0 0;
    }
}*/

@media (max-width: 1065px) {
    header.main-header {
        margin-top: 0px !important;
        /*position: sticky;*/
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.85);
    }

    /*header.main-header.scroll-nav-holder.fl-wrap.scroll-to-fixed-fixed {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.1);
    }*/
}

/* =======================================================
                      HEADER ACCUEIL
======================================================== */
#cadre {
    width: 250px;
    margin: auto;
}

@media (max-width: 880px) {
    #cadre {
        width: 210px;
    }
}

@media (max-width: 700px) {
    #cadre {
        width: 170px;
    }
}


#cadre svg path,
#cadre svg polygon {
    fill-opacity: 0;
    stroke: #ffffff;
    stroke-width: 20.5;
    stroke-dasharray: 10200;
    stroke-dashoffset: 10200;
    animation-name: draw;
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

#cadre svg #Shadows__x28_positive_x29_ path,
#cadre svg #Shadows__x28_positive_x29_ polygon {
    animation-delay: 5s;
}

@keyframes draw {
    90% {
        stroke-dashoffset: 0;
        stroke-width: 15;
        fill-opacity: 0;
    }

    100% {
        stroke-width: 15;
        fill-opacity: 1;
    }
}

/* =======================================================
                            MEDUSA
======================================================== */
ul.medusa {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    perspective: 1200px;
    transform-style: preserve-3d;
    animation: rot 2s ease-in-out alternate infinite;
}

ul.medusa li {
    opacity: .2;
    width: 20px;
    height: 20px;
    border: 2px dotted #c6c6c6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    animation: ripple 4s ease-in-out infinite;
}

ul.medusa li:nth-of-type(25) {
    border-color: #ffffff;
    width: 250px;
    height: 250px;
    left: -125px;
    top: -125px;
    animation-delay: 1.25s;
}

ul.medusa li:nth-of-type(24) {
    border-color: #ffffff;
    width: 240px;
    height: 240px;
    left: -120px;
    top: -120px;
    animation-delay: 1.2s;
}

ul.medusa li:nth-of-type(23) {
    border-color: #ffffff;
    width: 230px;
    height: 230px;
    left: -115px;
    top: -115px;
    animation-delay: 1.15s;
}

ul.medusa li:nth-of-type(22) {
    border-color: #ffffff;
    width: 220px;
    height: 220px;
    left: -110px;
    top: -110px;
    animation-delay: 1.1s;
}

ul.medusa li:nth-of-type(21) {
    border-color: #ffffff;
    width: 210px;
    height: 210px;
    left: -105px;
    top: -105px;
    animation-delay: 1.05s;
}

ul.medusa li:nth-of-type(20) {
    border-color: #ffffff;
    width: 200px;
    height: 200px;
    left: -100px;
    top: -100px;
    animation-delay: 1s;
}

ul.medusa li:nth-of-type(19) {
    border-color: #ffffff;
    width: 190px;
    height: 190px;
    left: -95px;
    top: -95px;
    animation-delay: 0.95s;
}

ul.medusa li:nth-of-type(18) {
    border-color: #ffffff;
    width: 180px;
    height: 180px;
    left: -90px;
    top: -90px;
    animation-delay: 0.9s;
}

ul.medusa li:nth-of-type(17) {
    border-color: #ffffff;
    width: 170px;
    height: 170px;
    left: -85px;
    top: -85px;
    animation-delay: 0.85s;
}

ul.medusa li:nth-of-type(16) {
    border-color: #ffffff;
    width: 160px;
    height: 160px;
    left: -80px;
    top: -80px;
    animation-delay: 0.8s;
}

ul.medusa li:nth-of-type(15) {
    border-color: #ffffff;
    width: 150px;
    height: 150px;
    left: -75px;
    top: -75px;
    animation-delay: 0.75s;
}

ul.medusa li:nth-of-type(14) {
    border-color: #ffffff;
    width: 140px;
    height: 140px;
    left: -70px;
    top: -70px;
    animation-delay: 0.7s;
}

ul.medusa li:nth-of-type(13) {
    border-color: #ffffff;
    width: 130px;
    height: 130px;
    left: -65px;
    top: -65px;
    animation-delay: 0.65s;
}

ul.medusa li:nth-of-type(12) {
    border-color: #ffffff;
    width: 120px;
    height: 120px;
    left: -60px;
    top: -60px;
    animation-delay: 0.6s;
}

ul.medusa li:nth-of-type(11) {
    border-color: #ffffff;
    width: 110px;
    height: 110px;
    left: -55px;
    top: -55px;
    animation-delay: 0.55s;
}

ul.medusa li:nth-of-type(10) {
    border-color: #ffffff;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    animation-delay: 0.5s;
}

ul.medusa li:nth-of-type(9) {
    border-color: #ffffff;
    width: 90px;
    height: 90px;
    left: -45px;
    top: -45px;
    animation-delay: 0.45s;
}

ul.medusa li:nth-of-type(8) {
    border-color: #ffffff;
    width: 80px;
    height: 80px;
    left: -40px;
    top: -40px;
    animation-delay: 0.4s;
}

ul.medusa li:nth-of-type(7) {
    border-color: #ffffff;
    width: 70px;
    height: 70px;
    left: -35px;
    top: -35px;
    animation-delay: 0.35s;
}

ul.medusa li:nth-of-type(6) {
    border-color: #ffffff;
    width: 60px;
    height: 60px;
    left: -30px;
    top: -30px;
    animation-delay: 0.3s;
}

ul.medusa li:nth-of-type(5) {
    border-color: #ffffff;
    width: 50px;
    height: 50px;
    left: -25px;
    top: -25px;
    animation-delay: 0.25s;
}

ul.medusa li:nth-of-type(4) {
    border-color: #ffffff;
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
    animation-delay: 0.2s;
}

ul.medusa li:nth-of-type(3) {
    border-color: #ffffff;
    width: 30px;
    height: 30px;
    left: -15px;
    top: -15px;
    animation-delay: 0.15s;
}

ul.medusa li:nth-of-type(2) {
    border-color: #ffffff;
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px;
    animation-delay: 0.1s;
}

ul.medusa li:nth-of-type(1) {
    border-color: #ffffff;
    width: 10px;
    height: 10px;
    left: -5px;
    top: -5px;
    animation-delay: 0.05s;
}

@keyframes ripple {
    0% {
        transform: translateZ(0) translate3d(0, 0, 0) rotate(0);
    }

    33% {
        transform: translateZ(100px) translate3d(0, 0, 0);
    }

    67% {
        transform: translateZ(-100px) translate3d(0, 0, 0);
    }

    100% {
        transform: translateZ(0) translate3d(0, 0, 0) rotate(180deg);
    }
}

@keyframes rot {
    0% {
        transform: rotateX(5deg) rotateY(5deg);
    }

    50% {
        transform: rotateX(11deg) rotateY(-37.9deg);
    }

    100% {
        transform: rotateX(11deg) rotateY(-37.9deg);
    }
}

/* =======================================================
                          CUBE
======================================================== */
.cube {
    position: relative;
    left: calc(50% - 10px);
    top: 25px;
    width: 20px;
    height: 20px;
    transform-style: preserve-3d;
    animation: rotatecube 5s linear infinite;
    transition: all 1s ease;
}

.cube div {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4  */
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10 ,Safari5.1  */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10  */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10  */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    /* IE6-9 */
    /*transition: all 1s linear;*/
}

.front {
    transform: rotateY(0deg) translateZ(10px);
}

.right {
    transform: rotateY(90deg) translateZ(10px);
}

.left {
    transform: rotateY(-90deg) translateZ(10px);
}

.top {
    transform: rotateX(90deg) translateZ(10px);
}

.bottom {
    transform: rotateX(-90deg) translateZ(10px);
}

.back {
    transform: rotateX(180deg) translateZ(10px);
}


.cube-2 {
    width: 80px;
    height: 80px;
    left: calc(50% - 100px);
    animation-delay: 0s;
    animation: rotatecube 15s linear infinite;
}

.cube-2 .front {
    transform: rotateY(0deg) translateZ(40px);
}

.cube-2 .right {
    transform: rotateY(90deg) translateZ(40px);
}

.cube-2 .left {
    transform: rotateY(-90deg) translateZ(40px);
}

.cube-2 .top {
    transform: rotateX(90deg) translateZ(40px);
}

.cube-2 .bottom {
    transform: rotateX(-90deg) translateZ(40px);
}

.cube-2 .back {
    transform: rotateX(180deg) translateZ(40px);
}


/*=============================================
[ KeyFrame Animations]
==============================================*/
/*Cube*/
@keyframes rotatecube {
    0% {
        transform: rotateY(0) rotateX(0)
    }

    100% {
        transform: rotateY(360deg) rotateX(360deg)
    }
}

@keyframes spin-cube {
    0% {
        transform: rotateY(0) rotateX(0)
    }

    30% {
        transform: rotateY(460deg) rotateX(460deg)
    }

    60% {
        transform: rotateY(360deg) rotateX(360deg)
    }

    100% {
        transform: rotateY(360deg) rotateX(360deg)
    }
}

/*=============================================
               H1 header accueil
==============================================*/
.tgt-header {
    color: #ffffff;
    margin: auto;
    width: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.antoine-herry {
    display: inline-flex;
    font-size: 89px;
    line-height: .92em;
    -webkit-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
    color: transparent;
    padding-right: 15px;
    text-align: right;
    justify-content: flex-end;
    letter-spacing: 2px;
}

@media (max-width: 880px) {
    .antoine-herry {
        font-size: 59px;
        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #ffffff;
    }
}

@media (max-width: 700px) {
    .antoine-herry {
        font-size: 52px;
        -webkit-text-stroke: .7px #ffffff;
        text-stroke: .7px #ffffff;
        padding-right: 32px;
    }
}

.antoine-herry::after {
    content: "";
    position: absolute;
    top: 4px;
    margin-right: -15px;
    height: calc(100% - 77px);
    width: 1px;
    background-color: #01F2C7;
}

@media (max-width: 700px) {
    .antoine-herry::after {
        height: calc(100% - 47px);
    }
}

@media (max-width: 574px) {
    .tgt-header {
        flex-wrap: wrap;
    }

    .stop-saut-mobile {
        display: none;
    }

    .antoine-herry {
        padding-right: 0px;
        margin-top: 5px;
        /*padding-left: 15px;*/
    }

    .antoine-herry::after {
        display: none;
    }
}

.freelance {
    font-size: 130px;
    line-height: .92em;
    text-align: left;
    margin-left: 30px;
}

@media (max-width: 1120px) {
    .freelance {
        font-size: 110px;
    }
}

@media (max-width: 880px) {
    .freelance {
        font-size: 100px;
    }
}

@media (max-width: 700px) {
    .freelance {
        font-size: 68px;
        margin-left: 0px;
    }
}

@media (max-width: 350px) {
    .freelance {
        font-size: 54px;
        margin-left: 0px;
    }

    .antoine-herry {
        padding-right: unset;
        text-align: center;
    }
}

@media (max-width: 574px) {
    .freelance {
        width: 100%;
        margin-top: 15px;
        overflow: hidden;
    }

    .freelance .container-mots {
        margin-bottom: 5px;
    }
}


.annees {
    display: block;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    text-align: right;
}

/*=============================================
             Switch mots
==============================================*/
.container-mots {
    position: relative;
    top: -5px;
}

.item-free {
    position: absolute;
    top: 0;
    right: 500px;
    width: 100%;
}

@media (max-width: 574px) {
    .item-free {
        right: unset;
    }

    .freelance {
        text-align: center;
    }
}

.first {
    left: 0;
    opacity: 1;
    z-index: 0;
}

.first {
    animation: cycleone 7s ease-in-out infinite;
}

.second {
    animation: cycletwo 7s ease-in-out infinite;
}

@keyframes cycleone {
    0% {
        left: 0px;
        opacity: 1;
        z-index: 0;
    }

    45% {
        left: 0px;
        opacity: 1;
        z-index: 0;
    }

    50% {
        left: 500px;
        opacity: 0;
        z-index: 0;
    }

    51% {
        left: 500px;
        opacity: 0;
        z-index: -1;
    }

    52% {
        left: -100px;
        opacity: 0;
        z-index: -1;
    }

    95% {
        left: -100px;
        opacity: 0;
        z-index: 0;
    }

    100% {
        left: 0px;
        opacity: 1;
        z-index: 0;
    }
}

@keyframes cycletwo {
    0% {
        left: 500px;
        opacity: 0;
    }

    45% {
        left: -100px;
        opacity: 0;
    }

    50% {
        left: 0px;
        opacity: 1;
    }

    95% {
        left: 0px;
        opacity: 1;
        z-index: 0;
    }

    100% {
        left: 500px;
        opacity: 0;
        z-index: 0;
    }
}

/*=============================================
             h2 CREATION
==============================================*/
.creation {
    font-family: 'Lato', sans-serif;
    font-size: 26px !important;
    font-weight: 100 !important;
    text-align: center;
    /*animation: lights 5s linear infinite;*/
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 1;
}

@media (max-width: 880px) {
    .creation {
        font-size: 22px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 720px) {
    .creation {
        font-size: 20px !important;
    }
}

@media (min-width: 720px) {
    .creation {
        animation: rotate-word 10s linear infinite 0s;
        animation-delay: 2s;
        opacity: 0;
    }

    @keyframes rotate-word {
        0% {
            opacity: 1;
            transform: translateX(0);
            filter: blur(10px);
            transform: scale(1.1)
        }

        10% {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0px);
            transform: scale(.9)
        }

        40% {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0px);
            transform: scale(1)
        }

        60% {
            opacity: 1;
            transform: translateX(0);
            transform: scale(1.05)
        }

        90% {
            opacity: 1;
            filter: blur(0px);
            transform: translateX(0);
            transform: scale(1.1)
        }

        100% {
            opacity: 1;
            filter: blur(10px);
            transform: scale(1.1)
        }
    }

    @keyframes lights {
        0% {
            color: #ffffff;
            text-shadow:
                0 0 1em hsla(254, 80%, 54%, 0.8),
                0 0 0.125em hsla(254, 80%, 54%, 0.6),
                -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
                1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
        }

        30% {
            color: #ffffff;
            text-shadow:
                0 0 1em hsla(254, 80%, 54%, 0.7),
                0 0 0.125em hsla(254, 80%, 54%, 0.7),
                -0.5em -0.125em 0.25em hsla(254, 80%, 54%, 0.8),
                0.5em 0.125em 0.25em hsla(169, 99%, 48%, 0.8);
        }

        40% {
            color: #01F2C7;
            text-shadow:
                0 0 1em hsla(254, 80%, 54%, 0.7),
                0 0 0.125em hsla(320, 100%, 90%, 0.7),
                -0.25em -0.125em 0.125em hsla(254, 80%, 54%, 0.8),
                0.25em 0.125em 0.125em hsla(169, 99%, 48%, 0.8);
        }

        70% {
            color: #01F2C7;
            text-shadow:
                0 0 1em hsla(254, 80%, 54%, 0.7),
                0 0 0.125em hsla(254, 80%, 54%, 0.7),
                0.5em -0.125em 0.25em hsla(254, 80%, 54%, 0.8),
                -0.5em 0.125em 0.25em hsla(169, 99%, 48%, 0.8);
        }

        100% {
            color: #ffffff;
            text-shadow:
                0 0 1em hsla(254, 80%, 54%, 0.8),
                0 0 0.125em hsla(254, 80%, 54%, 0.6),
                1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
                -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
        }

    }

}

/*=============================================
              MOUSE
==============================================*/
.section-bas-header {
    height: 80px;
    position: relative;
    bottom: 150px;
    left: 0;
    z-index: 2000;
    display: flex;
    width: 100%;
    align-items: center;
}

.btn-mouse {
    display: flex;
}

@media (max-width: 768px) {
    .btn-mouse {
        margin-top: 30px;
    }
}

#mouse-scroll {
    style: block;
}

#mouse-scroll {
    position: relative;
    margin: auto;
    width: auto;
}

#mouse-scroll span {
    display: block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 6px;
}

@media (max-width: 768px) {
    #mouse-scroll span {
        display: none;
    }
}

#mouse-scroll .mouse {
    height: 29px;
    width: 19px;
    border-radius: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    /*top: 170px;*/
}

@media (max-width: 768px) {
    #mouse-scroll .mouse {
        height: 26px;
        width: 18px
    }
}

.btn-mouse,
.btn-mouse #mouse-scroll .mouse,
.btn-mouse #mouse-scroll span {
    transition: transition: all 400ms linear;
}

.btn-mouse:hover #mouse-scroll .mouse {
    border: 2px solid #01F2C7;
    transition: transition: all 400ms linear;
    box-shadow:
        0 0 2px #01F2C7,
        0 0 3px #01F2C7;
}

.btn-mouse:hover #mouse-scroll span {
    border-right: 2px solid #01F2C7;
    border-bottom: 2px solid #01F2C7;
    transition: transition: all 400ms linear;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite:
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

.btn-mouse:hover #mouse-scroll .mouse-in {
    background: #01F2C7;
    transition: transition: all 400ms linear;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*.hero-wrap-item {
    top: 38%;
}*/

.maps-header,
.solutions {
    color: #ffffff;
    font-size: 18px !important;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 880px) {

    .maps-header,
    .solutions {
        font-size: 17px !important;
    }
}

@media (min-width: 769px) {
    .maps-header {
        text-align: left;
    }
}

.maps-header {
    float: left;
}

@media (max-width: 768px) {
    .maps-header {
        float: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.solutions {
    float: right;
}


.maps-header i {
    margin-left: 5px;
    margin-right: 5px;
}

.maps-header::before {
    content: "Contactez-moi";
    color: #01F2C7;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    position: absolute;
    top: -35px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
}

.maps-header:hover::before {
    top: -25px;
    opacity: 1;
    visibility: visible;
}

.solutions::before {
    content: "Un client, des solutions";
    color: #01F2C7;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    position: absolute;
    top: -35px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
}

.solutions:hover::before {
    top: -25px;
    opacity: 1;
    visibility: visible;
}

/*=============================================
                    Footer
==============================================*/
.footer-social li a {
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    transition: all 300ms linear;
}

.fa-envelope {
    font-size: 15px;
}

.footer-social li a:hover {
    color: #01F2C7;
    transition: all 300ms linear;
}

.mots-survol::before {
    content: "";
    position: absolute;
    right: 20px;
    color: #01F2C7;
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear;
    white-space: nowrap;
}

@media (min-width: 1520px) {
    .mots-survol.contactez-moi:hover::before {
        content: "Contactez-moi";
        right: 40px;
        visibility: visible;
        opacity: 1;
    }

    .mots-survol.linkedin:hover::before {
        content: "LinkedIn";
        right: 40px;
        visibility: visible;
        opacity: 1;
    }

    .mots-survol.instagram:hover::before {
        content: "06 78 10 72 48";
        right: 40px;
        visibility: visible;
        opacity: 1;
    }
}

.btn-footer-centre .btn-perso {
    font-size: 27px;
}

/* CARRER */
.carrer {
    display: flex;
    align-items: center;
}

.carrer-couleurs {
    display: flex;
    justify-content: center;
}

.carrer-couleurs div {
    width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
}

.vert,
.violet,
.bleu {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.vert {
    background-color: #01F2C7;
}

.violet {
    background-color: #572CE8;
}

.bleu {
    background-color: #070723;
}

.carrer.deuxieme-version {
    display: flex;
    flex-direction: column;
}

.carrer.deuxieme-version > div:nth-child(1) {
    margin-top: 30px;
}

@media (max-width: 500px) {
    .carrer.deuxieme-version > div:nth-child(1) {
        margin-top: 0px;
    }
}

.carrer.deuxieme-version > div:nth-child(1),
.carrer.deuxieme-version > div:nth-child(2) {
    margin-bottom: 30px;
}

.carrer.deuxieme-version > div:nth-child(2) {
    margin-left: 50px;
}

.etape span {
    color: #ffffff;
    font-size: 48px;
    margin-left: 20px;
}

.etape {
    display: flex;
}

.etape.une,
.etape.deux,
.etape.trois {}

.txt-etape {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-left: 50px;
    margin-top: 4px;
}

.txt-etape b {
    font-weight: 900;
}

/*=============================================
                Section hero
==============================================*/
.section-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px !important;
}

@media (max-width: 1064px) {
    .section-hero {
        margin-top: -50px;
    }
}

@media (max-width: 880px) {
    .section-hero {
        justify-content: unset !important;
    }

    .section-hero {
        margin-top: 0px;
    }
}

@media (max-width: 880px) {
    .section-hero {
        min-height: unset !important;
    }
}

.flex-bas {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1065px) {
    .flex-bas {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .flex-bas {
        display: block;
    }
}

/*=============================================
                    cursor
==============================================*/
.cursor {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;

    transition: opacity .3s linear;
    opacity: 0;


    width: 5px;
    height: 5px;
}

.cursor.moving {
    opacity: 1;
}

/*
.cursor::before {
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: red;
  border-radius: 50%;
  top: 0;
  left: 0;

  opacity: 1;
  transition: opacity .3s linear;
}
*/


.cursor.expand::before {
    opacity: 0;
}



.node {
    pointer-events: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    transition: opacity .3s linear;
    opacity: 0;
    width: 20px;
    height: 20px;
    mix-blend-mode: difference;
}

.node.moving {
    opacity: 1;
}

.node::before {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    transform: scale(1.5);
    opacity: 1;
    transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
}

.node.expand::before {
    transform: scale(2.6);
    background-color: transparent;
    border: .5px solid #ffffff;
    opacity: .4;
}

.carrer-titre {
    height: 30px;
    width: 30px;
    background-color: #572CE8;
    position: absolute;
    z-index: 700;
    margin-left: -12px;
    margin-top: -2px;
}

.contour {
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    color: transparent;
    position: relative;
    z-index: 750;
}

.souligner {
    position: relative;
    z-index: 750;
}

.souligner::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #01F2C7;
}

@media (max-width: 992px) {

    .cursor,
    .node,
    .node::before {
        display: none;
    }
}

/*=============================================
                BTN FOOTER
==============================================*/

.btn-footer-centre {
    position: relative;
    /*top: 400px; VALEUR A REMETTRE QUAND AJOUT RESEAUX SOCIAUX */
    top: 360px;
    transform: rotate(-90deg);
    display: flex;
    white-space: nowrap;
}

.btn-footer-centre a:nth-child(1) {
    margin-right: 20px;
}

.btn-perso,
button#submit {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 6px 21px 5px 21px;
}

.btn-perso:hover,
button#submit:hover {
    color: #01F2C7 !important;
    text-shadow:
        0 0 4px #01F2C7;
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7;
    border-radius: 12px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

@media (max-width: 400px) {
    .btn-perso {
        font-size: 26px;
    }
}

/*=============================================
                    Services
==============================================*/
.icons-services {
    width: 70px;
    display: flex;
}

.titre-services {
    color: #ffffff;
    text-align: left;
}

.text-services {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
}

.decalage-1 {
    margin-top: 0px;
}

.decalage-2 {
    margin-top: 30px;
}

.decalage-3 {
    margin-top: 60px;
}

.decalage-1,
.decalage-2,
.decalage-3 {
    /*padding-right: 80px !important;*/
    transition: all 200ms linear;
    padding-left: 15px;
    padding-right: 15px;
}

.decalage-1 > div,
.decalage-2 > div,
.decalage-3 > div {
    transition: all 400ms linear;
    padding: 25px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1236px) {

    .decalage-1,
    .decalage-2,
    .decalage-3 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


@media (max-width: 768px) {

    .decalage-1 > div,
    .decalage-2 > div,
    .decalage-3 > div {
        padding: 25px 20px 30px 20px;
        border: 1px solid #01F2C7;
    }
}

@media (max-width: 992px) {

    .decalage-1,
    .decalage-2,
    .decalage-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.decalage-1:hover > div,
.decalage-2:hover > div,
.decalage-3:hover > div {
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7,
        0 0 10px #01F2C7,
        0 0 15px #01F2C7;
    border-radius: 25px;
}

.savoir-plus {
    position: unset !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.savoir-plus span {
    position: relative;
    float: left;
    margin-top: 10px !important;
}

.savoir-plus span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: all 200ms linear;
}

.savoir-plus:hover span::after {
    background-color: #01F2C7;
}

.savoir-plus::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*=============================================
                    Offres
==============================================*/

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

@media (max-width: 1242px) {
    .offres {
        display: flex;
        flex-wrap: wrap;
    }
}

.offres > div {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}


.offres > div:nth-child(2),
.offres > div:nth-child(4) {
    margin-top: 0px;
}

/*.offres > div:nth-child(1),
.offres > div:nth-child(2),
.offres > div:nth-child(3),
.offres > div:nth-child(4) {
    border: 1px solid #01F2C7;
}*/

.offres > div:nth-child(1),
.offres > div:nth-child(2),
.offres > div:nth-child(3) {
    border-right: 1px solid #01F2C7;
}

@media (max-width: 1242px) {
    .offres > div:nth-child(1),
    .offres > div:nth-child(2),
    .offres > div:nth-child(3),
    .offres > div:nth-child(4) {
        border: 1px solid #01F2C7;
    }
}

.offres > div:nth-child(2),
.offres > div:nth-child(4) {
    margin-left: -1px;
}

.offres > div:nth-child(3),
.offres > div:nth-child(4) {
    margin-top: -1px;
}

.offres > div h3 {
    color: #ffffff;
}

.offres > div h4 {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.4em;
}

.offres ul {
    margin-top: 30px;
}

.offres li {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1em;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offres li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.offres li i {
    font-size: 12px;
    position: relative;
    top: 4px;
    width: 36px;
    text-align: center;
    display: flex;
    float: left;
    justify-content: center;
}

.offres li span {
    display: flex;
    font-size: 14px!important;
}

.offre-1,
.offre-2,
.offre-3,
.offre-4 {
    transition: all 300ms linear;
    padding: 30px 40px;
}

@media (max-width: 1064px) {
    .offres {
        justify-content: space-between;
    }

    .offre-1,
    .offre-2,
    .offre-3,
    .offre-4 {
        width: 49%;
        padding: 40px 30px;
    }

    .offre-1,
    .offre-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 620px) {

    .offre-1,
    .offre-2,
    .offre-3,
    .offre-4 {
        width: 100%;
    }

    .offre-1,
    .offre-2,
    .offre-3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .offre-1,
    .offre-2,
    .offre-3,
    .offre-4 {
        padding: 30px 20px;
    }
}

.offre-1:hover,
.offre-2:hover,
.offre-3:hover,
.offre-4:hover {
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7,
        0 0 10px #01F2C7,
        0 0 15px #01F2C7;
    border-radius: 25px;
    transform: scale(1.05) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    z-index: 200;
}

@media (max-width: 1242px) {

    .offre-1:hover,
    .offre-2:hover,
    .offre-3:hover,
    .offre-4:hover {
        transform: scale(1.02) !important;
    }
}

.clic-all {
    position: unset;
}

.clic-all::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.container-cube {
    display: flex;
    justify-content: center;
}

@media (max-width: 500px) {
    .container-cube {
        display: none;
    }
}

.fleche {
    width: 50px;
    margin-left: 8px;
}

.cube-construction {
    height: 320px;
    width: 100%;
}

/*=============================================
                    Cube 3D
==============================================*/
.cube-construction div {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px #ffffff inset;
    border-radius: 0px;
    cursor: all-scroll;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
}

.cube-construction div#base {
    top: 55%;
    left: 50%;
    background-color: #01F2C7;
    box-shadow: 0 0 60px 15px #01F2C7;
    transform: translate(-50%, -50%) rotateX(70deg) rotate(-45deg);
}

.cube-construction div#base.rotate {
    animation: rotate 6s linear infinite;
}

.cube-construction div#right {
    transform-origin: 0% 50%;
    transform: translateX(120px);
}

.cube-construction div#right.oneoff {
    transform: translateX(120px) rotateY(-90deg);
}

.cube-construction div#left {
    transform-origin: 100% 50%;
    transform: translateX(-120px);
}

.cube-construction div#left.oneoff {
    transform: translateX(-120px) rotateY(90deg);
}

.cube-construction div#front {
    transform-origin: 50% 0%;
    transform: translateY(120px);
}

.cube-construction div#front.oneoff {
    transform: translateY(120px) rotateX(90deg);
}

.cube-construction div#back,
.cube-construction div#top {
    transform-origin: 50% 100%;
    transform: translateY(-120px);
}

.cube-construction div#back.oneoff,
.cube-construction div#top.oneoff {
    transform: translateY(-120px) rotateX(-90deg);
}


@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotateX(70deg) rotate(-45deg);
    }

    to {
        transform: translate(-50%, -50%) rotateX(70deg) rotate(315deg);
    }
}

.indication-1,
.indication-2 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.indication-1 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    font-style: italic;
    font-size: 16px;
    transform: rotate(-17deg);
}

@media (max-width: 992px) {
    .indication-1 {
        left: unset;
    }
}

.indication-2 {
    position: absolute;
    bottom: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 100 !important;
}

/*=============================================
                Qui suis-je ?
==============================================*/
.barre-gauche {
    border-left: 1px solid #01F2C7;
    padding-left: 20px;
    line-height: 1.6em;
    padding-top: 2px;
}

@media (max-width: 768px) {
    .barre-gauche {
        margin-top: 40px;
        line-height: 1.2em;
    }

    .barre-gauche.titre-a-propos {
        margin-top: 0px;
    }
}

.video-perso {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: relative;
    left: 15px;
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7,
        0 0 10px #01F2C7,
        0 0 15px #01F2C7;
    transform: perspective(50em) rotateY(20deg);
}

.video-perso.inverse {
    transform: perspective(50em) rotateY(-20deg);
}

@media (max-width: 992px) {
    .video-perso {
        top: 40px;
    }
}

@media (max-width: 768px) {
    .video-perso {
        min-height: unset;
        min-width: unset;
        max-width: 300px;
        transform: perspective(50em) rotateY(15deg);
    }

    .video-perso.inverse {
        transform: perspective(50em) rotateY(-15deg);
    }
}

.marquee {
    width: 56%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 74px;
    opacity: .2;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .marquee {
        width: calc(100% + 60px);
        font-size: 60px;
        right: -30px;
        left: -30px;
    }
}

/*=============================================
                   Contact
==============================================*/
.lien-contact a {
    font-size: 17px;
}

.lien-contact p {
    margin-left: 16px;
    font-style: italic;
    font-size: 16px;
    margin-top: 4px;
}

@media (max-width: 1391px) {
    .lien-contact {
        margin-top: 60px;
    }
}

@media (max-width: 760px) {
    .lien-contact {
        margin-top: 90px;
    }
}

.lien-tel {
    font-weight: 900 !important;
    font-size: 24px !important;
    letter-spacing: 1px;
}

.lien-tel .fa.fa-phone {
    font-size: 18px;
    margin-left: -2px;
    margin-right: 6px;
}

.carte {
    position: relative;
}

.lien-tel span {
    position: relative;
}

.lien-tel span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #01F2C7;
    display: block;
}

.lien-contact .itineraire {
    margin-left: 16px;
}

.lien-contact .itineraire::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    transition: all 400ms linear;
}

.lien-contact .itineraire:hover::after {
    background-color: #01F2C7;
}

.carte img {
    width: 100%;
}

.carte .carte-zoom {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms linear;
    padding: 20px;
}

.carte:hover .carte-zoom {
    visibility: visible;
    opacity: 1;
    transform: scale(1.2);
    box-shadow:
        0 0 4px #01F2C7,
        0 0 8px #01F2C7,
        0 0 9px #01F2C7,
        0 0 10px #01F2C7,
        0 0 15px #01F2C7;
    border-radius: 25px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: 20;
}

.carte .carte-fr {
    visibility: visible;
    opacity: 1;
    transition: all 300ms linear;
    width: 70%;
}

.carte:hover .carte-fr {
    visibility: hidden;
    opacity: 0;
}

.lien-contact .linkedin,
.lien-contact .instagram {
    font-size: 20px;
}

.lien-contact .linkedin span,
.lien-contact .instagram span {
    position: relative;
}

.lien-contact .linkedin span::after,
.lien-contact .instagram span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    transition: all 400ms linear;
}

.lien-contact .linkedin span:hover::after,
.lien-contact .instagram span:hover::after {
    background-color: #01F2C7;
}

/* FORM */
.input-wrap.moitier {
    width: 48%;
}

@media (max-width: 576px) {
    .input-wrap.moitier {
        width: 100%;
    }
}

.premier-input {
    margin-right: 4%;
}

.input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-wrap.select::after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: calc(50% - 13px);
    right: 2px;
    z-index: 50;
    display: block;
    height: 50px;
    width: 50px;
}

.verify-text {
    font-size: 22px;
}

.check-form-div {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}

.check-form-div input {
    margin-left: 0px;

}

.check-form-div p {
    padding-left: 16px;
    padding-top: 2px;
}

.lien-txt::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    transition: all 400ms linear;
}

.lien-txt:hover::after {
    background-color: #01F2C7;
}

.txt-form {
    font-size: 14px;
}

input.check-form {
    position: relative;
    top: 5px;
    left: 2px;
}

input.check-form::after {
    content: '\f0c8';
    font-size: 16px;
    font-family: 'FontAwesome';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: -1px;
    color: #ffffff;
    -webkit-text-fill-color: #737373;
    -webkit-text-stroke-width: 0px;
}

input.check-form:checked::after {
    content: '\f14a';
}

.hd-box-wrap p a:hover {
    color: #01F2C7;
}

.hd-box-wrap p {
    letter-spacing: 1px;
}

.hd-box-wrap p span {
    margin-left: 10px;
    margin-right: 10px;
}

.hd-box-wrap a.decouvrir {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
}

@media (min-width: 1064px) {
    .hd-box-wrap a.decouvrir {
        margin-top: 10px;
    }
}

.hd-box-wrap a.decouvrir::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #01F2C7;
    display: block;
}

.hd-box-wrap a.decouvrir:hover {
    color: #01F2C7;
}

.hd-box-wrap {
    padding: 10px;
}

/*a .ah-nav {
    color: #ffffff;
    text-align: center;
    font-size: 65px;
    line-height: 1em;
    transition: all 50ms linear;
}

a:hover .ah-nav {
    color: #01F2C7;
}

a .ah-nav span {
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    color: transparent;
    transition: all 200ms linear;
}

a:hover .ah-nav span {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
    text-stroke: 1px rgba(255, 255, 255, 0);
    color: #01F2C7;
}*/

.menu-panel a.back {
    transform: rotateX(0deg) translateZ(0px);
    display: inline-flex;
}

.menu-panel a.back::before {
    content: "\f177";
    position: absolute;
    left: -35px;
    margin-top: -1px;
    color: #ffffff;
    font-family: 'FontAwesome';
}

.menu-panel a.back:hover::before {
    color: #01F2C7;
}

.nav-stick {
    position: relative;
    display: block;
}

.nav-accueil {
    position: sticky;
    width: 100%;
}

.scroll-nav li a.act-link:after,
.scroll-nav li a.act-link:before {
    background-color: #572CE8;
}

.nav-accueil.scroll-nav-holder.fl-wrap {
    visibility: hidden;
    opacity: 0;
    transition: all 400ms linear;
    animation-delay: 2s;
    /*margin-top: -100px !important;*/
    /*width: calc(100% - 140px) !important;*/
    width: 100% !important;
}

.nav-accueil.scroll-nav-holder.fl-wrap li {
    width: 16.66666666667% !important;
}

@media (min-width: 1064px) {
    .nav-accueil.scroll-nav-holder.fl-wrap.scroll-to-fixed-fixed {
        visibility: visible;
        opacity: 1;
        margin-top: 0px !important;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, 0.75);
        /*width: calc(100% - 140px) !important;
    right: 70px;*/
        transition: .3s;
    }
}

@media (max-width: 1065px) {
    .nav-accueil {
        display: none;
    }
}

.scroll-nav li a {
    font-weight: unset !important;
}

.scroll-nav li a:hover {
    text-shadow:
        0 0 4px #01F2C7 !important;
}

@media (max-width: 768px) {
    .disparait-mobile {
        display: none;
    }
}

@media (max-width: 574px) {
    .no-mt-mobile {
        padding-top: 0px !important;
    }
}

@media (max-height: 780px) {
    .btn-footer-centre {
        display: none;
    }
}

@media (max-width: 1064px) {
    .btn-footer-centre {
        display: none;
    }
}

@media (max-width: 1064px) {
    .disparait-mobile-petit {
        display: none;
    }
}

@media (max-height: 560px) {
    .menu-logo.mt-moitier {
        display: none;
    }

    .hid-men-wrap {
        margin-top: 0px !important;
    }
}

/* DESCEND AU SCROLL */

@media (min-width: 1064px) {
    .ancre {
        transition: .3s;
    }

    .descendre-scroll {
        margin-top: 60px;
        transition: .3s;
    }
}

@media (max-width: 1064px) {
    .descendre-scroll {
        margin-top: 0px;
    }
}

@media (max-width: 820px) {
    .hd-box-wrap h3 {
        font-size: 24px;
    }

    .hd-box-wrap p {
        font-size: 14px;
    }

    .hd-box-wrap a.decouvrir {
        font-size: 14px;
    }
}

.row.equal-center .flex-gauche {
    padding-left: 35px;
}

@media (max-width: 768px) {
    .row.equal-center .flex-gauche {
        padding-left: 0px;
        margin-top: 20px;
    }
}

.hauteur-sticky {
    height: 1px;
    width: 100%;
}

.scroll-nav-all {
    margin-top: 0px !important;
    transition: .3s;
    width: 100% !important;
    visibility: 0;
    opacity: 0;
    height: 0px;
    z-index: 1000 !important;
}

@media (max-width: 1064px) {
    .scroll-nav-all {
        display: none;
    }
}

.scroll-nav-all.scroll-to-fixed-fixed {
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-top: 0px;
    transition: .3s;
    width: 100% !important;
    visibility: 1;
    opacity: 1;
    height: auto;
}

.scroll-nav-all .scroll-nav li a {
    padding: 16px 0px;
}

.gallery-item:not(.gallery-item-second) h3 {
    font-size: 28px;
}

@media (min-width: 1064px) and (max-width: 1400px) {

    .gallery-item:not(.gallery-item-second) .hd-box-wrap h3 {
        font-size: 24px;
    }

    .gallery-item:not(.gallery-item-second) .hd-box-wrap p a {
        /*display: block;*/
        font-size: 13px;
    }

    .gallery-item:not(.gallery-item-second) a.decouvrir {
        font-size: 13px;
        margin-top: 4px;
    }

    .hd-box-wrap p span {
        margin-left: 4px;
        margin-right: 4px;
    }

    .hd-box-wrap h3 {
        margin-top: 10px;
    }

    .box-item.hd-box .image-popup {
        margin-top: 0px;
    }

    /*.gallery-item:not(.gallery-item-second) span {
        display: none;
    }*/

    /*.gallery-item:not(.gallery-item-second) .hd-box-wrap p a:nth-child(1) {
        padding-bottom: 5px;
        margin-bottom: 3px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    }*/

    .gallery-item:not(.gallery-item-second) .hd-box-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gallery-item:not(.gallery-item-second) .hd-box-wrap p {
        width: auto;
    }

    .gallery-item:not(.gallery-item-second) .hd-box-wrap p.mt-10,
    .gallery-item:not(.gallery-item-second) .hd-box-wrap p.mb-10 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 1200px) {
    .gallery-item .hd-box-wrap p {
        display: none;
    }
}

/*
@media (min-width: 1064px) and (max-width: 1140px) {
    .min-pad .grid-item-holder {
        padding: 8px;
    }
    .box-item.hd-box {
        padding: 15px;
    }
}
*/

/* Styles pour le bouton "Charger plus" */

#load-more-checkbox {
    display: none;
}

#load-more-button {
    display: block;
    text-align: center;
    margin: auto;
    width: 200px;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 6px 21px 5px 21px;
    transition: .3s;
}

#load-more-button:hover {
    color: #01F2C7 !important;
    text-shadow: 0 0 4px #01F2C7;
    box-shadow: 0 0 4px #01F2C7, 0 0 8px #01F2C7, 0 0 9px #01F2C7;
    border-radius: 12px;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}

#load-more-button:hover {
    background-color: #4B24C6;
}

/* ACTIVE NAV */

nav.scroll-nav a.active {
    background-color: rgba(87, 44, 232, 0.60);
}

/* BTN CHARGER PLUS QUI RESTE */

html.block-le-scroll {
    overflow-y: hidden !important;
}

.block {
    display: block !important;
}

/* PAGE SOLUTIONS */

.tab-link img {
    width: 42px;
}

.tab-link h3 {
    font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    color: #ffffff;
}

ul.tabs li.current .tb-item {
    box-shadow: 0 0 4px #01F2C7, 0 0 8px #01F2C7, 0 0 9px #01F2C7, 0 0 10px #01F2C7, 0 0 15px #01F2C7;
    border-radius: 25px;
}

.inline-block {
    display: inline-block;
}

/* CAROUSEL */

.customNavigation.gals a {
    background-color: #572CE8;
}

a.popup-image.slider-zoom {
    background-color: #572CE8;
    color: #fff;
}

.order-wrap.fl-wrap {
    border: 1px solid #01F2C7;
    transition: .5s;
}

.order-wrap.fl-wrap:hover {
    box-shadow: 0 0 4px #01F2C7, 0 0 8px #01F2C7, 0 0 9px #01F2C7, 0 0 10px #01F2C7, 0 0 15px #01F2C7;
    border-radius: 25px;
    transform: scale(1.02) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    z-index: 200;
}

a.ord-link.btn-perso,
.unset-relative {
    position: unset !important;
}

.ord-link.btn-perso::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

@media (max-width: 992px) {
    .flex-centrer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }

    .flex-centrer .ord-link.btn-perso {
        margin-top: 20px;
    }

    .order-wrap.fl-wrap.mt-100 {
        margin-top: 40px;
    }
}

.customNavigation.gals .fa {
    font-size: 22px;
    line-height: 1.2em;
    position: relative;
    top: 4px;
}

@media (max-width: 1392px) {
    .tab-content::after {
        top: 20px;
        width: 260px;
    }

    .tb-item::after {
        display: none;
    }

    .tab-content h3 {
        margin-top: 20px;
    }

    .tab-content {
        padding: 0 20px 60px 20px;
    }

    .little-padding {
        padding-right: 70px;
        margin-top: 0px !important;
    }

    .tab-content h4 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    .tab-content {
        padding: 0 20px 60px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1392px) {
    .sl-tabs li {
        width: 20%;
    }

    .sl-tabs {
        display: flex;
        align-items: stretch;
    }

    .sl-tabs li {
        display: flex;
        align-items: stretch;
    }

    .tb-item {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
    .tab-link h3 {
        padding-top: 15px;
        text-align: center;
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .tb-item {
        display: flex;
        justify-content: center;
    }
    .little-padding {
        padding-right: 10px !important;
    }
    
    .tab-link img {
        margin-bottom: 0px;
    }
    
    .sl-tabs li {
        width: 50%;
    }
    
    .sl-tabs li:last-child {
        width: 100%;
    }

    .tab-content::after {
        width: 180px;
    }

    .single-slider-holder,
    .box-item.vis-det.fl-wrap {
        margin-top: 50px;
    }

    .special-marge-btn {
        margin-top: 40px !important;
    }

    .container.mt-40 {
        margin-top: 0px;
    }
    .sl-tabs,
    ul.tabs li.current .tb-item {
        border-radius: 15px;
    }
    .sl-tabs {
        margin-bottom: 20px;
    }
    .sticky-nav-coter {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .tab-link img {
        width: 26px;
    }
    .tab-link h3 {
        font-size: 16px;
        padding-left: 10px;
    }
    .tb-item {
        padding: 12px 10px;
        margin-top: 4px;
    }
}

.scroll-to-fixed-fixed {
    box-shadow: 10px 5px 5px #00000040;
}

.titre-a-propos {
    font-size: 40px;
    line-height: 1.2em;
}

.marge-droite-txt {
    padding-right: 30px;
}

@media (max-width: 430px) {
    .marge-droite-txt {
        padding-right: 0px;
    }
}

svg.signature {
    width: 100px;
    opacity: .4;
    float: right;
    margin-right: 25px;
}

svg.signature path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw-svg 4s linear forwards;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes draw-svg {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.btn-gauche {
    float: left;
}

@media (max-width: 768px) {
    .annule-barre-gauche {
        margin-top: 0px;
    }
}

/* MENTIONS LEGALES */

.txt-mentions-legales h2,
.txt-mentions-legales p {
    color: #ffffff;
}

.txt-mentions-legales h2 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.txt-mentions-legales h2:first-child {
    margin-top: 0px;
}

.txt-mentions-legales p {
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
}

.error-wrap {
    position: relative;
    width: 100%;
    float: left;
    z-index: 6;
    height: 100vh;
    margin-top: 0% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* COOKIES */

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    width: calc(100% - 40px);
    padding: 10px 40px;
    z-index: 9999;
    max-width: 1064px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0 0 4px #01F2C7, 0 0 8px #01F2C7;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-backdrop-filter: blur(30px) !important;
    backdrop-filter: blur(30px) !important;
}

.cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media (max-width: 664px) {
    .cookie-content {
        display: block;
    }
}

.cookie-content p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    padding-right: 40px;
    width: 60%;
}

@media (max-width: 664px) {
    .cookie-content {
        display: block;
    }

    .cookie-content p {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding-right: 0px;
    }

    .cookie-option {
        font-size: 10px;
    }
}


.cookie-content a {
    color: #fff;
}

.cookie-options button {
    font-family: 'Lato', sans-serif;
}

.cookie-options {
    margin-bottom: 10px;
}

@media (min-width: 800px) {
    .cookie-options {
        white-space: nowrap;
    }
}

.cookie-option {
    padding: 5px 10px 7px 10px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #01F2C7;
    color: #fff;
    transition: .4s;
}

.cookie-option.selected {
    background-color: rgba(0, 119, 18, 0.35);
    border-color: rgba(0, 119, 18, 0);
    color: #fff;
}

.cookie-buttons {
    display: flex;
    justify-content: center;
}

.cookie-button {
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #01F2C7;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    width: auto;
    transition: .4s;
}

.cookie-button.vert-button {
    background-color: #007712 !important;
}

.cookie-option {
    margin-top: 10px;
}

.cookie-button {
    margin-bottom: 10px;
}

@media (min-width: 1064px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 62px;
        left: 8px!important;
    }
}

@media (max-width: 1063px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 8px !important;
        right: 8px!important;
        left: unset!important;
    }
}

#CookiebotWidget {
    left: 0 !important;
}

#CookiebotWidget * {
    background: #141414 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #2EA7FF !important;
}

@media (min-width: 1064px) {
    #CookiebotWidget .CookiebotWidget-logo svg circle {
        fill: transparent!important; 
    }
    #CookiebotWidget * {
        background: transparent!important;
    }
    #CookiebotWidget {
        box-shadow: none!important;
    }
}

#CookiebotWidget #CookiebotWidget-widgetContent {
    background-color: #141414!important;
}

a,
a:hover,
.scroll-nav li a {
    transition: all 400ms linear;
    cursor: pointer;
}

a:hover,
.scroll-nav li a:hover {
    color: #01F2C7 !important;
    text-shadow:
        0 0 2px #01F2C7,
        0 0 3px #01F2C7;
}

.rc-anchor-light {
    background: #11111a!important;
}

/* MAJ 2025 */
.text-intro {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-align: center!important;
    line-height: 1.4em!important;
}

.liste-competences {
    font-size: 32px;
}
.liste-competences-sous-titre {
    font-size: 16px!important;
}
