@import url(preloader.css);

@import url(404.css);

@font-face {

    font-family: "Nexa Light";

    font-style: normal;

    font-weight: 400;

    src: local("Nexa Light"), url("../polices/Nexa Light.woff") format("woff");

}

@font-face {

    font-family: "Nexa Bold";

    font-style: normal;

    font-weight: 400;

    src: local("Nexa Bold"), url("../polices/Nexa Bold.woff") format("woff");

}

@font-face {

    font-family: "Oxygen Regular";

    font-style: normal;

    font-weight: 400;

    src: local("Oxygen Regular"), url(../polices/Oxygen-Regular.woff) format("woff");

}

@font-face {

    font-family: "Zona bold";

    src: url(../polices/ZonaPro-Bold.woff2) format("woff2"), url(../polices/ZonaPro-Bold.woff) format("woff");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "Zona thin";

    src: url(../polices/ZonaPro-Thin.woff2) format("woff2"), url(../polices/ZonaPro-Thin.woff) format("woff");

    font-weight: 100;

    font-style: normal;

}

@font-face {

    font-family: FabfeltScript;

    src: url(../polices/FabfeltScript-Bold.woff2) format("woff2"), url(../polices/FabfeltScript-Bold.woff) format("woff");

    font-weight: 700;

    font-style: normal;

}

.main_page {

    position: relative;

    background: #fff;

    z-index: 999;

}

.go-up {

    display: none;

    position: fixed;

    bottom: 20px;

    right: 30px;

    font-size: 18px;

    cursor: pointer;

    padding: 15px;

    border-radius: 4px;

    z-index: 9999;

    overflow: hidden;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

.go-up:hover {

    margin-bottom: 8px;

}

.content {

    position: relative;

    justify-content: center;

    align-items: center;

    display: flex;

    min-height: 100vh;

}

.header-logo {

    position: absolute;

    top: 30px;

    left: 30px;

    z-index: 99;

}

.logo-mobile {

    display: none;

}

.video {

    min-height: 100%;

    min-width: 100%;

    position: fixed;

}

.filter-video {

    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

}

.flesh-down {

    position: absolute;

    bottom: 5%;

    -webkit-animation: flesh 2s infinite;

    animation: flesh 2s infinite;

}

@keyframes flesh {

    0% {

        -webkit-transform: translate(0, 0);

        transform: translate(0, 0);

    }

    50% {

        -webkit-transform: translate(0, 12px);

        transform: translate(0, 12px);

    }

    100% {

        -webkit-transform: translate(0, 0);

        transform: translate(0, 0);

    }

}

.style-update li {

    list-style: none;

    color: #fff;

    font-family: "Zona bold";

    font-size: 65px;

    text-align: center;

    z-index: 9;

}

.global-menu {

    width: 100%;

    height: 100vh;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top: 0;

    left: 0;

    pointer-events: none;

    z-index: 99999;

}

.selected,

.selected a {

    color: #fff !important;

}

.menu-item {

    color: #000;

    font-family: "Zona thin";

    font-size: 4vmax;

    font-weight: 400;

    opacity: 0;

    transform: translateY(-100%);

    pointer-events: none;

    display: block;

    margin: 0.25em 0;

    transition: transform 0.3s, opacity 0.3s;

    transition-timing-function: ease-in;

}

.menu-item {

    transition: transform 0.1s, opacity 0.1s;

    transform: translateY(100%);

    transition-timing-function: ease-out;

}

.menu-item:focus,

.menu-item:hover {

    color: #fff;

    text-decoration: none;

}

.menu-item.is-opened {

    opacity: 1;

    transform: translateY(0) rotate(0);

    pointer-events: auto;

    transition-timing-function: ease;

}

.menu-item.is-opened {

    transition-duration: 0.3s;

}

.menu-item-1 {

    transition-delay: 0s;

}

.menu-item-1.is-opened {

    transition-delay: 0.65s;

}

.menu-item-2 {

    transition-delay: 0s;

}

.menu-item-2.is-opened {

    transition-delay: 0.7s;

}

.menu-item-3 {

    transition-delay: 0s;

}

.menu-item-3.is-opened {

    transition-delay: 0.75s;

}

.menu-item-4 {

    transition-delay: 0s;

}

.menu-item-4.is-opened {

    transition-delay: 0.8s;

}

.menu-item-5 {

    transition-delay: 0s;

}

.menu-item-5.is-opened {

    transition-delay: 0.9s;

}

.menu-item-6 {

    transition-delay: 0s;

}

.menu-item-6.is-opened {

    transition-delay: 1s;

}

.shape-overlays {

    width: 100%;

    height: 100vh;

    pointer-events: none;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 9999;

}

.shape-overlays.is-opened {

    pointer-events: auto;

}

.shape-overlays__path:nth-of-type(1) {

    fill: #fc0;

}

.shape-overlays__path:nth-of-type(2) {

    fill: #b2c932;

}

.shape-overlays__path:nth-of-type(3) {

    fill: #1cb2a2;

}

@-webkit-keyframes intervalHamburgerBorder {

    0% {

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    80% {

        -webkit-transform: scale(1.6);

        transform: scale(1.6);

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(1.6);

        transform: scale(1.6);

    }

}

@keyframes intervalHamburgerBorder {

    0% {

        background-color: #fff;

        opacity: 1;

        -webkit-transform: scale(1);

        transform: scale(1);

    }

    80% {

        -webkit-transform: scale(1.6);

        transform: scale(1.6);

    }

    100% {

        opacity: 0;

        -webkit-transform: scale(1.6);

        transform: scale(1.6);

    }

}

.contenu-menu {

    position: absolute;

    top: 0;

    right: 0;

    padding: 10px;

    width: 100%;

    height: 100%;

    overflow: hidden;

}

.hamburger {

    width: 64px;

    height: 64px;

    display: block;

    position: relative;

    cursor: pointer;

    right: 7px;

    top: 16px;

    z-index: 99999;

    border-radius: 50%;

    background-color: #fff;

    pointer-events: auto;

    -webkit-tap-highlight-color: transparent;

    float: right;

}

.hamburger::after {

    width: 64px;

    height: 64px;

    box-sizing: border-box;

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    pointer-events: none;

    border: 4px solid #ada4a4;

    border-radius: 50%;

    -webkit-animation-duration: 1.2s;

    animation-duration: 1.2s;

    -webkit-animation-name: intervalHamburgerBorder;

    animation-name: intervalHamburgerBorder;

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

}

.hamburger__line {

    width: 28px;

    height: 2px;

    overflow: hidden;

    position: absolute;

    z-index: 10;

}

.hamburger__line-in {

    width: 84px;

    height: 2px;

    position: absolute;

    top: 0;

    left: 0;

}

.hamburger__line-in::after,

.hamburger__line-in::before {

    width: 28px;

    height: 2px;

    content: "";

    display: block;

    position: absolute;

    top: 0;

    background-color: #222;

}

.hamburger__line-in::before {

    left: -56px;

}

.hamburger__line-in::after {

    left: 0;

}

.hamburger__line--01,

.hamburger__line--02,

.hamburger__line--03,

.hamburger__line--cross01,

.hamburger__line--cross02 {

    left: 18px;

}

.hamburger__line--01 {

    top: 24.6px;

}

.hamburger__line--02,

.hamburger__line--cross01,

.hamburger__line--cross02 {

    top: 31px;

}

.hamburger__line--03 {

    top: 37.4px;

}

.hamburger__line--cross01 {

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}

.hamburger__line--cross02 {

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

}

.hamburger__line {

    -webkit-transition-duration: 0.6s;

    transition-duration: 0.6s;

    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}

.hamburger__line-in {

    -webkit-transition-duration: 0.6s;

    transition-duration: 0.6s;

    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

}

.hamburger__line-in::after,

.hamburger__line-in::before {

    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

}

.hamburger__line-in--cross01,

.hamburger__line-in--cross02 {

    -webkit-transform: translateX(-33.3%);

    transform: translateX(-33.3%);

}

.hamburger__line-in--01 {

    -webkit-transition-delay: 0.2s;

    transition-delay: 0.2s;

}

.hamburger__line-in--02 {

    -webkit-transition-delay: 0.25s;

    transition-delay: 0.25s;

}

.hamburger__line-in--02::after,

.hamburger__line-in--02::before {

    -webkit-transition-delay: 50ms;

    transition-delay: 50ms;

}

.hamburger__line-in--03 {

    -webkit-transition-delay: 0.3s;

    transition-delay: 0.3s;

}

.hamburger__line-in--03::after,

.hamburger__line-in--03::before {

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.1s;

}

.hamburger__line-in--cross01 {

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

}

.hamburger__line-in--cross02 {

    -webkit-transition-delay: 50ms;

    transition-delay: 50ms;

}

.hamburger__line-in--cross02::after,

.hamburger__line-in--cross02::before {

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.1s;

}

.hamburger.is-opened-navi .hamburger__line-in--01,

.hamburger.is-opened-navi .hamburger__line-in--02,

.hamburger.is-opened-navi .hamburger__line-in--03 {

    -webkit-transform: translateX(33.3%);

    transform: translateX(33.3%);

}

.hamburger.is-opened-navi .hamburger__line-in--cross01,

.hamburger.is-opened-navi .hamburger__line-in--cross02 {

    -webkit-transform: translateX(0);

    transform: translateX(0);

}

.hamburger.is-opened-navi .hamburger__line-in--01 {

    -webkit-transition-delay: 0s;

    transition-delay: 0s;

}

.hamburger.is-opened-navi .hamburger__line-in--02 {

    -webkit-transition-delay: 50ms;

    transition-delay: 50ms;

}

.hamburger.is-opened-navi .hamburger__line-in--03 {

    -webkit-transition-delay: 0.1s;

    transition-delay: 0.1s;

}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {

    -webkit-transition-delay: 0.25s;

    transition-delay: 0.25s;

}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {

    -webkit-transition-delay: 0.3s;

    transition-delay: 0.3s;

}

.hamburger:hover .hamburger__line-in::after,

.hamburger:hover .hamburger__line-in::before {

    -webkit-transform: translateX(200%);

    transform: translateX(200%);

}

.hamburger:hover .hamburger__line-in--01::after,

.hamburger:hover .hamburger__line-in--01::before,

.hamburger:hover .hamburger__line-in--02::after,

.hamburger:hover .hamburger__line-in--02::before,

.hamburger:hover .hamburger__line-in--03::after,

.hamburger:hover .hamburger__line-in--03::before {

    -webkit-transition-duration: 1s;

    transition-duration: 1s;

}

.hamburger:hover .hamburger__line-in--cross01::after,

.hamburger:hover .hamburger__line-in--cross01::before,

.hamburger:hover .hamburger__line-in--cross02::after,

.hamburger:hover .hamburger__line-in--cross02::before {

    -webkit-transition-duration: 0s;

    transition-duration: 0s;

}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,

.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after,

.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before {

    -webkit-transition-duration: 1s;

    transition-duration: 1s;

}

.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,

.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,

.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,

.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,

.hamburger.is-opened-navi:hover .hamburger__line-in--03::after,

.hamburger.is-opened-navi:hover .hamburger__line-in--03::before {

    -webkit-transition-duration: 0s;

    transition-duration: 0s;

}

.contenu-titre-header {

    position: fixed;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 600px;

    background-color: rgba(62, 62, 62, 0.5);

    z-index: 99;

}

.contenu-titre-header h1 {

    font-family: "Zona Bold";

    font-size: 5vmax;

    color: #fff;

    text-transform: uppercase;

    z-index: 9;

    text-align: center;

}

.style-update {

    padding-left: 0;

}

@media (min-width: 768px) and (max-width: 968px) {

    .header-logo {

        top: 30px;

        left: 15px;

    }

    .nom-client {

        font-size: 55px !important;

    }

    .style-update li {

        font-size: 40px;

    }

}

@media (min-width: 567px) and (max-width: 767px) {

    .header-logo {

        display: none;

    }

    .hamburger {

        top: 10px;

        right: 10px;

    }

    .logo-mobile {

        display: block;

        position: absolute;

        top: 20px;

        left: 10px;

        z-index: 99;

    }

    .style-update li {

        font-size: 30px;

    }

}

@media (max-width: 320px) {

    .header-logo {

        display: none;

    }

    .hamburger {

        top: 10px;

        right: 10px;

    }

    .logo-mobile {

        display: block;

        position: absolute;

        top: 20px;

        left: 10px;

        z-index: 99;

    }

    .style-update li {

        font-size: 30px;

    }

}

@media (min-width: 321px) and (max-width: 480px) {

    .logo-mobile {

        display: block;

        position: absolute;

        top: 26px;

        left: 15px;

        z-index: 99;

    }

    .header-logo {

        display: none;

    }

    .style-update li {

        font-size: 35px;

    }

}

@media (max-width: 767px) {

    .menu-item {

        margin: 0.5em 0;

    }

}

.bg-propos {

    background: #fff;

    position: relative;

    height: auto;

    width: 100%;

}

.bg-propos .row {

    margin-right: 0;

}

.bg-propos .col-md-6,

.bg-propos .col-xs-12 {

    padding-right: 0;

    padding-left: 0;

}

.img-propos {

    top: 0;

    left: 0;

}

.text-propos {

    margin-top: 100px;

    margin-bottom: 100px;

}

.text-propos h1 {

    font-family: "Zona thin";

    font-size: 36px;

    font-weight: 100;

    color: #525252;

}

.text-propos h1 span {

    font-weight: 700;

}

.text-propos p {

    font-family: "Oxygen Regular";

    font-size: 20px;

    color: #8d8d8d;

    line-height: 2;

    margin-top: 50px;

    margin-bottom: 50px;

}

.text-propos a {

    text-decoration: none;

}

.agence {

    font-family: Oxygen Regular;

    letter-spacing: 7px;

    color: #2baad4;

    font-weight: 700;

    font-size: 13px;

    border: 1px solid #2baad4;

    border-radius: 13px;

    padding: 15px 40px;

    transition: 0.5s ease;

}

.agence:focus,

.agence:hover {

    color: #fff;

    background-color: #2baad4;

}

@media (min-width: 993px) and (max-width: 1106px) {

    .text-propos h1 {

        font-size: 30px;

    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .text-propos h1 {

        font-size: 28px;

    }

    .text-propos p {

        font-size: 18px;

        line-height: 35px;

    }

}

@media (max-width: 767px) {

    .bg-propos {

        text-align: center;

        padding-bottom: 40px;

    }

    .text-propos p {

        margin-right: 20px;

        margin-left: 20px;

    }

}

@media (max-width: 570px) {

    .text-propos h1 {

        font-size: 22px;

    }

    .text-propos p {

        font-size: 16px;

    }

    .agence {

        font-size: 10px;

    }

}

.quelques-projets {

    background: #fff;

    position: relative;

}

.quelques-projets .row {

    margin-right: 0;

    margin-left: 0;

}

.quelques-projets .col-md-4,

.quelques-projets .col-sm-4 {

    padding-right: 0;

    padding-left: 0;

}

.quelques-projets .container-fluid {

    padding-right: 0;

    padding-left: 0;

}

.projets {

    text-align: center;

    position: relative;

    height: 100%;

    width: 100%;

    overflow: hidden;

}

.img-projets {

    position: relative;

    width: 100%;

}

.hover-box {

    position: absolute;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    opacity: 0;

    transition: 0.7s ease;

    background-color: rgba(0, 0, 0, 0.5);

}

.titre-projets {

    font-family: "Zona bold";

    font-size: 45px;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: rgba(127, 166, 49, 0.7) !important;

}

@media (max-width: 767px) {

    .quelques-projets .col-xs-12 {

        margin-bottom: 20px;

    }

}

.bg-services {

    position: relative;

    background: #fff;

    width: 100%;

    height: auto;

    padding: 70px 0 70px;

    text-align: center;

}

.bg-services .col-md-3 {

    padding-left: 0;

    padding-right: 0;

}

.services_home {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 70px;

    position: relative;

    background: #cdcdcd;

    height: 2px;

    width: 100%;

}

.services_home h2 {

    font-family: "Nexa Light";

    font-size: 26px;

    color: #3a89ae;

    float: left;

    background: #fff;

    position: relative;

    margin: 0;

    padding: 0 30px;

    top: -2px;

    text-align: center;

}

.services_home h2 span {

    font-family: "Nexa Bold";

}

@media (max-width: 767px) {

    .services_home h2 {

        font-size: 23px;

    }

}

.bg-clients {

    background: #fff;

    height: auto;

    max-width: 100%;

    position: relative;

}

.clients {

    overflow: hidden;

    margin-bottom: 40px;

    -webkit-filter: grayscale(100%);

    filter: grayscale(100%);

    -webkit-transition: 0.4s ease-in-out;

    transition: 0.4s ease-in-out;

    text-align: -webkit-center;

}

.clients:hover {

    -webkit-filter: grayscale(0);

    filter: grayscale(0);

}

.slog-clients {

    margin: 40px 0 100px;

    font-family: "Nexa Light";

    font-size: 24px;

    color: #333;

}

.slog-clients span {

    font-family: "Nexa Bold";

}

.section_clients {

    text-align: center;

}

.bg-clients .owl-carousel .owl-nav button.owl-prev {

    background: url(../images/flesh-left.png) no-repeat;

    height: 41px;

    width: 23px;

    position: absolute;

    left: 5%;

    bottom: 50%;

}

.bg-clients .owl-carousel .owl-nav button.owl-prev span {

    display: none;

}

.bg-clients .owl-carousel .owl-nav button.owl-next {

    background: url(../images/flesh-right.png) no-repeat;

    height: 41px;

    width: 23px;

    position: absolute;

    right: 5%;

    bottom: 50%;

}

.bg-clients .owl-carousel .owl-nav button.owl-next span {

    display: none;

}

.bg-clients .owl-carousel .owl-dots {

    display: none;

    position: absolute;

    left: 50%;

    bottom: 0;

}

.bg-clients .owl-carousel .owl-dots .owl-dot span {

    background: #333;

    opacity: 1;

    width: 12px;

    height: 12px;

}

.bg-clients .owl-carousel .owl-dots .owl-dot.active span {

    background: #2baad4;

    width: 14px;

    height: 14px;

}

@media (max-width: 320px) {

    .bg-clients {

        height: auto;

    }

    .slog-savons-faire {

        font-size: 22px;

    }

    .style-savons-faire {

        font-size: 13px;

    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .bg-clients {

        height: auto;

    }

    .style-savons-faire {

        font-size: 13px;

    }

    .bg-clients .owl-carousel .owl-nav {

        display: none;

    }

    .bg-clients .owl-carousel .owl-dots {

        display: inline-block;

        left: 45%;

        bottom: 2%;

    }

}

@media (max-width: 768px) {

    .bg-clients {

        height: auto;

    }

    .bg-clients .owl-carousel .owl-nav {

        display: none;

    }

    .bg-clients .owl-carousel .owl-dots {

        display: inline-block;

        bottom: 0;

    }

}

@media (min-width: 768px) and (max-width: 968px) {

    .bg-clients {

        height: auto;

    }

    .bg-clients .owl-carousel .owl-nav {

        display: none;

    }

    .bg-clients .owl-carousel .owl-dots {

        display: inline-block;

        bottom: 0;

    }

}

@media (max-width: 1024px) {

    .bg-clients .owl-carousel .owl-dots {

        bottom: 0;

    }

    .slog-clients {

        margin: 40px 0 70px;

    }

}

@media (min-width: 1024px) and (max-width: 1336px) {

    .bg-clients .owl-carousel .owl-nav button.owl-prev {

        left: 2%;

    }

    .bg-clients .owl-carousel .owl-nav button.owl-next {

        right: 2%;

    }

}

.section_contact {

    position: relative;

    background: #fff;

    z-index: 999;

}

.section_contact .col-md-6,

.section_contact .container-fluid {

    padding-left: 0;

    padding-right: 0;

}

.section_contact .row {

    margin-right: 0;

    margin-left: 0;

}

.map-index {

    overflow: hidden;

    height: 655px;

    position: relative;

}

.map-index iframe {

    height: 711px;

    width: 100%;

    border: 0;

    margin-top: -56px;

}

.bg-contact {

    min-height: 655px;

    background-color: #262525;

    z-index: 9;

    display: flex;

    justify-content: center;

    padding-top: 70px;

}

.contact {

    padding-left: 0;

}

.contact li {

    list-style: none;

    margin-bottom: 80px;

}

.contact li p {

    color: #fff;

    font-family: "Zona bold";

    font-size: 24px;

}

.style-contact {

    font-family: "Zona thin";

    font-size: 24px;

    color: #a0b82d;

    margin-bottom: 25px;

}

@media (max-width: 767px) {

    .style-contact {

        font-size: 22px;

    }

    .contact li p {

        font-size: 20px;

    }

}

.bg-hivemind {
    background: #000;
    max-width: 100%;
    padding: 5px 0;
    position: relative;
    z-index: 999;
    text-align: -webkit-center;
}

.hivemind {

    margin-top: 25px;

    text-align: -webkit-center;

}

@media (max-width: 767px) {

    .bg-hivemind {

        text-align: -webkit-center;

        padding: 25px 0;

    }

    .bg-hivemind img {

        margin-bottom: 20px;

    }

    .bg-hivemind .col-sm-3:last-child img {

        margin-bottom: 0;

    }

    .hivemind {

        margin-top: 0;

    }

}

.block_contact_footer {

    position: relative;

    z-index: 999;

    background: #c91c4d;

    padding: 34px 0;

}

.block_contact_footer h3 {

    font-family: "Nexa Light";

    font-size: 23px;

    color: #fff;

    margin-top: 0;

}

.button_contact {

    position: relative;

    margin-top: 4px;

}

.button_contact a {

    text-decoration: none;

    font-family: "Nexa Bold";

    font-size: 19px;

    color: #fff;

    border-radius: 10px;

    padding: 20px 30px 20px 100px;

    background: #911236;

}

.button_contact a::before {

    content: "";

    position: absolute;

    top: -20px;

    left: 15px;

    width: 75px;

    height: 50px;

    background: url(../images/contactez.png) no-repeat;

    z-index: 9;

    pointer-events: none;

}

@media (min-width: 768px) and (max-width: 991px) {

    .button_contact {

        margin-top: 17px;

    }

}

@media (max-width: 767px) {

    .button_contact {

        margin-top: 40px;

    }

}

.bg-footer {

    position: relative;

    background: #262626;

    width: 100%;

    height: auto;

    padding-top: 50px;

    padding-bottom: 50px;

    z-index: 999;

}

.logo-footer img {

    -webkit-transition: -webkit-transform 0.8s ease-in-out;

    transition: transform 0.8s ease-in-out;

}

.logo-footer:hover img {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

}

.adresse {

    font-family: "Nexa Light";

    font-size: 17px;

    color: #bdbdbd;

    margin-left: 50px;

}

.tel {

    font-family: "Nexa Light";

    font-size: 17px;

    color: #bdbdbd;

}

.social-media {

    padding-left: 0;

    text-align: right;

}

.social-media li {

    list-style: none;

    display: inline-block;

    margin-left: 25px;

}

.social-media li img {
    transition: all 0.4s ease;
    border-radius: 50%;
}
.social-media .linkedin:hover {
    background-color: #0073b1;
}
.social-media .facebook:hover {
    background-color: #133783;
}
.social-media .instagram:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-media .twitter:hover {
    background-color: #1da1f2;
}

ul.nav-footer {

    margin-top: 15px;

    padding-left: 0;

}

.nav-footer li {

    list-style: none;

    display: inline-block;

    margin-left: 70px;

}

.nav-footer li:first-child {

    margin-left: 10px;

}

.nav-footer li a {

    font-family: "Nexa Light";

    font-size: 17px;

    color: #bdbdbd;

    text-decoration: none;

}

.nav-footer li a:hover {

    border-bottom: 1px solid #bdbdbd;

}

.droits {

    font-family: "Oxygen Regular";

    font-size: 11px;

    color: #bdbdbd;

    margin-top: 15px;

    margin-left: 30px;

    text-align: right;

}

.droits span {

    font-weight: 700;

}

@media (max-width: 320px) {

    .nav-footer li {

        margin-left: 8px !important;

    }

}

@media (max-width: 767px) {

    .bg-footer .col-xs-12 {

        text-align: center;

    }

    .logo-footer {

        margin-left: 0;

        margin-bottom: 20px;

    }

    .adresse {

        margin-left: 0;

        margin-bottom: 20px;

    }

    .social-media li:first-child {

        margin-left: 0;

    }

    ul.social-media {

        padding-left: 0;

        text-align: -webkit-center;

        margin-top: 20px;

        margin-bottom: 20px;

    }

    ul.nav-footer {

        padding-left: 0;

        text-align: -webkit-center;

    }

    .droits {

        margin-left: 0;

        text-align: -webkit-center;

    }

    .nav-footer li:first-child {

        margin-left: 0;

    }

    .nav-footer li {

        margin-left: 10px;

    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .logo-footer {

        margin-left: 0;

    }

    .adresse {

        margin-left: 40px;

    }

    .social-media li {

        margin-left: 15px;

    }

    .social-media li:first-child {

        margin-left: 0;

    }

    ul.social-media {

        padding-left: 0;

    }

    ul.nav-footer {

        padding-left: 0;

    }

    .droits {

        margin-left: 0;

    }

    .nav-footer li {

        margin-left: 12px;

    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .bg-footer .col-md-offset-1 {

        margin-left: 0;

    }

    .nav-footer li {

        margin-left: 30px;

    }

    .adresse {

        margin-left: 30px;

    }

}

.bg-header-services {

    background: url(../images/services.png) no-repeat center center;

    -webkit-background-size: cover;

    background-size: cover;

    width: 100%;

}

.filter-services {

    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

}

.content_page_services {

    width: 100%;

    position: relative;

    background: #fff;

    z-index: 9999;

    padding-top: 100px;

    padding-bottom: 100px;

}

.block_page_services {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.block_page_services div{
    text-align: center;
}
.block_page_services .titre_service a{
    font-family: "Nexa Bold";
    font-size: 21px;
    color: #fff;
    width: 80%;
}
.block_page_services .titre_service{
    margin-bottom: 0;
    margin-top: 20px;
}

.header-services-selected {

    -webkit-background-size: cover !important;

    background-size: cover !important;

    width: 100%;

    height: 600px;

}

.content_services_selected {

    position: relative;

    padding-bottom: 100px;

    z-index: 999;

    background: #fff;

}

.content_services_selected .block_page_services {

    margin-bottom: 0;

    height: 200px !important;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.bpss,

.content_services_selected .block_page_services:hover {

    transform: scale(1.05);

    z-index: 99;

    box-shadow: #fff 0 0 3px 1px;

}

.block_services_selected {

    top: -200px;

}

.services_selected h3 {

    font-family: "Zona bold";

    font-size: 26px;

    margin-bottom: 40px;

    padding-left: 10px;

    padding-bottom: 0;

    padding-top: 0;

    line-height: 36px;

}

.services_selected p {

    font-family: "Oxygen Regular";

    font-size: 20px;

    color: #8d8d8d;

    line-height: 35px;

    margin-bottom: 40px;

}

.production_video_services h3 {

    color: #ed5656;

    border-left: 4px solid #ed5656;

}

.applications_services h3 {

    color: #bccd27;

    border-left: 4px solid #bccd27;

}

.hebergement_services h3 {

    color: #319c8a;

    border-left: 4px solid #319c8a;

}

.graphic_services h3 {

    color: #ffc20f;

    border-left: 4px solid #ffc20f;

}

.web_services h3 {

    color: #48b2d8;

    border-left: 4px solid #48b2d8;

}

.management_services h3 {

    color: #34495e;

    border-left: 4px solid #34495e;

}

.marque_services h3 {

    color: #ff8207;

    border-left: 4px solid #ff8207;

}

.digital_services h3 {

    color: #c9205f;

    border-left: 4px solid #c9205f;

}

.sub_services_selected {

    margin-top: 50px;

}

.sub_services {

    text-align: -webkit-center;

    margin-bottom: 40px;

}

.sub_services h4 {

    font-family: "Zona bold";

    font-size: 16px;

    color: #4d4f50;

    padding-top: 30px;

}

.select_services_selected {

    display: none;

}

@media (min-width: 768px) and (max-width: 991px) {

    .sub_services h4 {

        font-size: 14px;

    }

}

@media (max-width: 767px) {

    .block_services_selected {

        top: unset;

    }

    .item_services_selected {

        display: none;

    }

    .select_services_selected {

        display: block;

        position: relative;

        width: 100%;

        font-family: "Zona bold";

        font-size: 30px;

        color: #515151;

        border-bottom: 1px solid #898989;

    }

    .select_services_selected::before {

        content: "";

        background: url(../images/back.png) no-repeat center;

        width: 26px;

        height: 14px;

        position: absolute;

        top: 42%;

        right: 10px;

        z-index: 9;

        pointer-events: none;

    }

    .select_services_selected select {

        position: relative;

        border-width: 0;

        outline: 0;

        -webkit-appearance: none;

        appearance: button;

        width: 100%;

        padding: 18px 7px 18px 22px;

        background: 0 0;

    }

    .content_services_selected .block_page_services {

        display: none;

    }

}

.bg-menu-contact {

    background: url(../images/contact.jpg) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 100vh;

    position: relative;

}

.contactez-nous {

    color: #fff;

    font-family: "Zona bold";

    font-size: 80px;

    text-align: center;

}

.map-contact {

    width: 100%;

    overflow: hidden;

    position: relative;

    z-index: 999;

}

.map-contact iframe {

    width: 100%;

    height: 650px;

    z-index: 9;

    position: relative;

    border: 0;

    margin-top: -50px;

}

.bg-page-contact {

    background: #313131;

    width: 100%;

    position: relative;

    z-index: 999;

    padding: 80px 0;

}

.page-contact {

    padding-left: 0;

}

.page-contact li {

    list-style: none;

    margin-bottom: 40px;

}

.page-contact li:last-child {

    margin-bottom: 0;

}

.page-contact li p {

    color: #fff;

    font-family: "Zona bold";

    font-size: 24px;

}

.style-page-contact {

    font-family: "Zona thin";

    font-size: 24px;

    color: #a0b82d;

    margin-bottom: 20px;

}

.form-contact {

    position: relative;

}

.form-contact label.error {

    display: block;

    color: #f21555;

    margin-top: -9px;

}

.close-contact {

    float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: 0.2;

    border: 0;

    background: 0 0;

}

.close-contact:hover {

    opacity: 1;

}

.text-input input {

    position: relative;

    background-color: #313131;

    height: 50px;

    width: 100%;

    border: 1px solid #626262;

    padding-left: 70px;

    margin-bottom: 20px;

    outline: 0;

    color: #fff;

    font-family: "Zona thin";

    letter-spacing: 4px;

}

.text-input textarea {

    position: relative;

    background-color: #313131;

    height: 220px;

    width: 100%;

    border: 1px solid #626262;

    padding: 10px 0 0 70px;

    margin-bottom: 10px;

    outline: 0;

    color: #fff;

    font-family: "Zona thin";

    letter-spacing: 4px;

    resize: none;

}

.text-input::placeholder {

    color: #626262;

}

.form-submit {

    width: 100%;

    height: 50px;

    background: #a0b82d;

    border: 1px solid #a0b82d;

    color: #fff;

    font-family: "Zona bold";

    font-size: 20px;

    letter-spacing: 4px;

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px transparent;

    position: relative;

    overflow: hidden;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

}

.form-submit:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #313131;

    border-radius: 100%;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.form-submit:active,

.form-submit:focus,

.form-submit:hover {

    color: #fff;

}

.form-submit:active:before,

.form-submit:focus:before,

.form-submit:hover:before {

    -webkit-transform: scale(2);

    transform: scale(2);

}

.text-input samp.icon-nom {

    position: absolute;

    background: url(../images/icon-nom.png) no-repeat;

    left: 16px;

    margin-top: 13px;

    height: 24px;

    width: 24px;

    z-index: 9;

}

.text-input samp.icon-email {

    position: absolute;

    background: url(../images/icon-mail.png) no-repeat;

    left: 16px;

    margin-top: 13px;

    height: 24px;

    width: 24px;

    z-index: 9;

}

.text-input samp.icon-objet {

    position: absolute;

    background: url(../images/objet.png) no-repeat;

    left: 16px;

    margin-top: 13px;

    height: 24px;

    width: 24px;

    z-index: 9;

}

.text-input samp.icon-msg {

    position: absolute;

    background: url(../images/icon-msg.png) no-repeat;

    left: 16px;

    margin-top: 13px;

    height: 24px;

    width: 24px;

    z-index: 9;

}

.g-recaptcha {

    margin-bottom: 10px;

}

@media (max-width: 350px) {

    .text-input input,

    .text-input textarea {

        letter-spacing: 2px;

        padding-left: 60px;

    }

    .style-page-contact {

        font-size: 22px;

    }

    .page-contact li p {

        font-size: 20px;

    }

}

@media (max-width: 767px) {

    .bg-page-contact {

        height: 100%;

    }

    .page-contact {

        padding-left: 0;

        margin-top: 60px;

    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .page-contact li p {

        font-size: 21px;

        letter-spacing: 1px;

    }

}

.bg-menu-realisation {

    background-size: cover !important;

    -webkit-background-size: cover !important;

    background-attachment: fixed !important;

    width: 100%;

    height: 100vh;

    position: relative;

}

.img-bg-realisation {

    width: 100%;

    height: 100vh;

    position: fixed;

}

.client-services {

    position: absolute;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.5);

}

.nom-client {

    color: #fff;

    font-family: "Zona bold";

    font-size: 5vmax;

    text-align: center;

}

.services-projets {

    color: #ffde00;

    font-family: "Zona bold";

    font-size: 25px;

    text-align: center;

}

@media (max-width: 767px) {

    .bg-menu-realisation {

        background-attachment: initial !important;

    }

}

.realisation {

    background-color: #fff;

    width: 100%;

    position: relative;

    z-index: 9;

}

.desc-realisation h3 {

    color: #6f6f6f;

    font-family: "Zona bold";

    font-size: 40px;

    font-weight: 700;

    text-align: center;

    margin: 100px 0 50px;

}

.desc-realisation p {

    font-family: "Zona thin";

    font-size: 22px;

    color: #6f6f6f;

    text-align: center;

}

@media (max-width: 768px) {

    .desc-realisation p {

        font-size: 24px;

        margin: 0 10px 50px 10px;

    }

    .desc-realisation h3 {

        font-size: 30px;

    }

}

.services-proposes {

    padding-bottom: 60px;

    position: relative;

}

.services-proposes .col-md-5 {

    padding-left: 0;

    padding-right: 0;

}

.slog-services {

    background-color: #319c8a;

    width: auto;

    height: 200px;

    text-align: center;

    align-items: center;

    display: flex;

    justify-content: center;

}

.slog-services p {

    color: #fff;

    font-family: "Zona bold";

    font-size: 32px;

}

.icons-realisation {

    text-align: center;

}

.icons-realisation p {

    font-family: "Zona bold";

    font-size: 20px;

    color: #4b4b4b;

    margin-top: 30px;

}

.services-proposes .owl-carousel {

    margin-top: 20px;

}

.services-proposes .owl-carousel .owl-nav button.owl-next span {

    display: none;

}

.services-proposes .owl-carousel .owl-nav button.owl-next {

    background: url(../images/flesh-right.png) no-repeat;

    width: 21px;

    height: 40px;

    position: absolute;

    top: 29%;

    right: 0;

}

.services-proposes .owl-carousel .owl-nav button.owl-prev span {

    display: none;

}

.services-proposes .owl-carousel .owl-nav button.owl-prev {

    background: url(../images/flesh-left.png) no-repeat;

    width: 21px;

    height: 40px;

    position: absolute;

    top: 29%;

    left: 0;

}

@media (min-width: 320px) and (max-width: 480px) {

    .slog-services {

        width: auto;

        margin-right: 0;

        margin-bottom: 30px;

    }

}

.banner {

    background-color: #fff;

    position: relative;

    padding-bottom: 30px;

    z-index: 9;

}

.img_banner {

    width: 100%;

}

.nav-realisation {

    background-color: #fff;

    position: relative;

    z-index: 5;

    margin-bottom: 70px;

}

.next-client,

.prev-client {

    text-align: center;

    position: relative;

    height: 280px;

    width: 100%;

    overflow: hidden;

}

.next-client img,

.prev-client img {

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.next-client:hover img,

.prev-client:hover img {

    transform: scale(1.2);

    -webkit-transform: scale(1.2);

}

.img-next,

.img-prev {

    position: relative;

    width: 100%;

}

.cover-nav {

    position: absolute;

    display: flex;

    justify-content: center;

    align-items: center;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    background-color: rgba(0, 0, 0, 0.4);

}

.prev-client p {

    font-family: "Zona bold";

    font-size: 17px;

    color: #ffc21f;

    position: absolute;

    top: 40%;

    left: 40%;

}

.prev-client h3 {

    font-family: "Zona bold";

    font-size: 30px;

    color: #fff;

    width: 240px;

    position: absolute;

    top: 50%;

    left: 35%;

}

.flesh-left {

    position: absolute;

    top: 50%;

    left: 23%;

}

.next-client p {

    font-family: "Zona bold";

    font-size: 17px;

    color: #ffc21f;

    position: absolute;

    top: 40%;

    right: 40%;

}

.next-client h3 {

    font-family: "Zona bold";

    font-size: 30px;

    color: #fff;

    width: 240px;

    position: absolute;

    top: 50%;

    right: 35%;

}

.flesh-right {

    position: absolute;

    top: 50%;

    right: 23%;

}
.video_source{
    display: block;
    position: relative;
}
.video_source:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
}
.video_source:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/play_button.png') no-repeat;
    width: 77px;
    height: 77px;
    margin: auto;
}
@media (max-width: 320px) {

    .prev-client p {

        top: 40%;

        left: 20%;

        font-size: 11px;

    }

    .prev-client h3 {

        top: 57%;

        margin-left: -46px;

        font-size: 15px;

        width: 130px;

    }

    .flesh-left {

        left: 1%;

    }

    .next-client p {

        top: 40%;

        right: 20%;

        font-size: 11px;

    }

    .next-client h3 {

        top: 57%;

        margin-right: -60px;

        font-size: 15px;

        width: 162px;

    }

    .flesh-right {

        right: 1%;

    }

}

@media (min-width: 321px) and (max-width: 480px) {

    .prev-client p {

        top: 44%;

        left: 20%;

        font-size: 11px;

    }

    .prev-client h3 {

        top: 54%;

        margin-left: -38px;

        font-size: 16px;

        width: 130px;

    }

    .flesh-left {

        left: 1%;

    }

    .next-client p {

        top: 44%;

        right: 20%;

        font-size: 11px;

    }

    .next-client h3 {

        top: 54%;

        margin-right: -66px;

        font-size: 16px;

        width: 202px;

    }

    .flesh-right {

        right: 1%;

    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    .prev-client p {

        left: 28%;

    }

    .prev-client h3 {

        top: 54%;

        left: 20%;

    }

    .flesh-left {

        left: 8%;

    }

    .next-client p {

        right: 28%;

    }

    .next-client h3 {

        top: 54%;

        right: 20%;

    }

    .flesh-right {

        right: 8%;

    }

}

@media (min-width: 560px) and (max-width: 736px) {

    .prev-client p {

        left: 28%;

        font-size: 14px;

    }

    .prev-client h3 {

        top: 60%;

        left: 10%;

        font-size: 19px;

    }

    .flesh-left {

        left: 8%;

    }

    .next-client p {

        right: 28%;

        font-size: 14px;

    }

    .next-client h3 {

        top: 60%;

        right: 10%;

        font-size: 19px;

    }

    .flesh-right {

        right: 8%;

    }

}

.all-projets {

    text-align: center;

    padding-bottom: 100px;

    position: relative;

    z-index: 99;

    background: #fff;

}

.all-projets .col-md-4,

.all-projets .col-sm-6,

.all-projets .col-xs-12 {

    padding-left: 0;

    padding-right: 0;

}

.project {

    text-align: center;

    position: relative;

    height: 100%;

    width: 100%;

    overflow: hidden;

}

.btn-load-more {

    font-family: "Zona bold";

    font-size: 16px;

    color: #fff;

    background-color: #2baad4;

    border: 0;

    outline: 0;

    padding: 10px 20px;

    margin-top: 100px;

    cursor: pointer;

}

.hovereffect {

    width: 100%;

    height: 100%;

    float: left;

    overflow: hidden;

    position: relative;

    text-align: center;

    cursor: default;

}

.hovereffect .overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    overflow: hidden;

    top: 0;

    left: 0;

    opacity: 0;

    background-color: rgba(52, 53, 61, 0.8);

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    cursor: pointer;

    display: flex;

    justify-content: center;

    align-items: center;

}

.overlay_text {

    display: block;

}

.hovereffect img {

    display: block;

    position: relative;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

}

.hovereffect h2 {

    color: #fff;

    text-align: center;

    position: relative;

    font-family: "Nexa Bold";

    font-size: 34px;

    -webkit-transform: translateY(15px);

    -ms-transform: translateY(15px);

    transform: translateY(15px);

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    padding: 10px;

}

.hovereffect h3.info {

    font-family: "Nexa Bold";

    font-size: 21px;

    display: inline-block;

    color: #45afe4;

    background-color: transparent;

    opacity: 0;

    -webkit-transform: translateY(15px);

    -ms-transform: translateY(15px);

    transform: translateY(15px);

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    margin: 50px 0 0;

    padding-bottom: 15px;

    border-bottom: 4px solid #45afe4;

}

.hovereffect:hover img {

    -ms-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

}

.hovereffect:hover .overlay {

    opacity: 1;

}

.hovereffect:hover h2,

.hovereffect:hover h3.info {

    opacity: 1;

    -ms-transform: translateY(0);

    -webkit-transform: translateY(0);

    transform: translateY(0);

}

.hovereffect:hover h3.info {

    -webkit-transition-delay: 0.2s;

    transition-delay: 0.2s;

}

.bg_filters {

    padding: 50px 0px;

}

.input_search {

    font-family: "Nexa Light";

    font-size: 20px;

    color: #000;

    border-width: 0;

    border-bottom: 1px solid #c4c4c4;

    position: relative;

    width: 430px;

}

.input_search::placeholder {

    color: #6f6f6f;

}

.input_search input {

    width: 100%;

    border: 0;

    outline: 0;

    position: relative;

    padding: 18px 7px;

}

.input_search button {

    border-width: 0;

    background: 0 0;

    position: absolute;

    top: 15px;

    right: 8px;

    padding: 0;

    pointer-events: none;

}

.label_filter {

    padding-top: 18px;

    float: left;

}

.label_filter label {

    display: block;

    font-family: "Nexa Bold";

    font-size: 24px;

    color: #626262;

    text-align: right;

    text-transform: uppercase;

    line-height: 18px;

}

.filter_select {

    position: relative;

    width: 350px;

    font-family: "Nexa Bold";

    font-size: 20px;

    color: #8a8a8a;

    border-bottom: 1px solid #c4c4c4;

    float: left;

    margin-left: 50px;

}

.filter_select select {

    position: relative;

    border-width: 0;

    outline: 0;

    -webkit-appearance: none;

    appearance: none;

    width: 350px;

    padding: 18px 7px 18px 22px;

}

.filter_select::before {

    content: "";

    background: url(../images/search_flesh.png) no-repeat center;

    width: 21px;

    height: 12px;

    position: absolute;

    top: 38%;

    right: 5px;

    z-index: 9;

    pointer-events: none;

}

@media (min-width: 992px) and (max-width: 1199px) {

    .input_search {

        width: 360px;

    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .filters {

        padding-top: 20px;

    }

    .label_filter {

        float: left;

    }

}

@media (max-width: 767px) {

    .bg_filters {

        padding: 50px 15px;

    }

    .input_search {

        width: 100%;

        font-size: 17px;

    }

    .filters {

        text-align: -webkit-center;

        padding-top: 20px;

    }

    .filter_select {

        margin-bottom: 20px;

        margin-left: 30px;

    }

    .filter_select select {

        padding: 18px 7px;

    }

}

@media (max-width: 359px) {

    .input_search {

        font-size: 14px !important;

    }

}

.bg_menu_globale {

    background-size: cover !important;

    -webkit-background-size: cover !important;

    width: 100%;

    height: 600px;

    position: relative;

}

.bg-content-agence {

    position: relative;

    z-index: 999;

    background: #fff;

}

.text-agence {

    margin: 70px 0 50px 0;

}

.text-agence p {

    font-family: "Nexa Light";

    font-size: 21px;

    color: #646464;

    line-height: 35px;

}

.text-agence span {

    font-family: "Nexa Bold";

    color: #2c2c2c;

}

.bg-text-agence {

    background-color: #2dc2c4;

    margin-bottom: 90px;

    position: relative;

    z-index: 999;

}

.bg-text-agence .col-md-7 {

    padding-right: 0;

}

.text-agence-ul {

    margin-top: 75px;

    position: absolute;

    right: 0;

}

.text-agence-ul li {

    list-style: none;

    font-family: "Nexa Bold";

    font-size: 50px;

    color: #fff;

    line-height: 50px;

    padding-right: 30px;

}

.text-agence-ul span {

    color: #17eef1;

    width: 10px;

    height: 10px;

}

.text-2-agence {

    height: 300px;

    background-color: #fff;

}

.text-2-agence p {

    font-family: "Nexa Light";

    font-size: 21px;

    color: #646464;

    line-height: 35px;

    padding-left: 50px;

    margin: 0;

    width: 580px;

}

.bg-equipe {

    padding-bottom: 90px;

    position: relative;

    z-index: 999;

    background: #fff;

}

.bg-equipe .col-md-3 {

    padding-left: 0;

    padding-right: 0;

}

.img-equipe {

    width: 100%;

}

.content-equipe {

    position: relative;

    width: 100%;

    max-width: 400px;

    margin: auto;

    overflow: hidden;

}

.content-equipe:hover .content-details {

    top: 50%;

    left: 50%;

    opacity: 1;

}

.content-details {

    position: absolute;

    text-align: center;

    padding-left: 1em;

    padding-right: 1em;

    width: 80%;

    height: 80%;

    top: 50%;

    left: 50%;

    opacity: 0;

    background: rgba(203, 79, 107, 0.7);

    display: flex;

    justify-content: center;

    align-items: center;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -webkit-transition: all 0.5s ease-in-out 0s;

    -moz-transition: all 0.5s ease-in-out 0s;

    transition: all 0.5s ease-in-out 0s;

}

.content-details a {

    text-decoration: none;

    pointer-events: none;

    position: absolute;

    width: 90%;

}

.content-details h3 {

    font-family: "Nexa Bold";

    font-size: 28px;

    color: #fff;

    margin-bottom: 25px;

}

.content-details p {

    font-family: "Nexa Light";

    font-size: 24px;

    color: #fff;

    padding-top: 25px;

}

.content-details span {

    position: absolute;

    border-bottom: 1px solid #ff7d89;

    width: 70%;

    margin-left: 14%;

    display: flex;

}

.fadeIn-bottom-right {

    top: 80%;

    left: 80%;

}

.bg_counter {

    margin-bottom: 100px;

}

.counter {

    padding-left: 0;

}

.counter li {

    display: inline-table;

    list-style: none;

}

.counter li:last-child {

    padding-left: 20px;

}

.counter li h3 {

    font-family: "Zona bold";

    font-size: 50px;

    color: #4d4f50;

    margin-top: 0;

}

.counter li h4 {

    font-family: "Zona bold";

    font-size: 21px;

    color: #4d4f50;

    width: 160px;

}

.counter img.img-responsive {

    display: inline-block;

}

@media (max-width: 767px) {

    .bg-equipe .col-xs-12 {

        padding-left: 15px;

        padding-right: 15px;

    }

    .img-equipe {

        margin-bottom: 15px;

    }

    .counter {

        text-align: center;

        margin-bottom: 30px;

    }

}

@media (max-width: 992px) {

    .bg-text-agence .col-md-7 {

        padding-left: 0;

    }

    .text-agence-ul {

        position: unset;

        margin-top: 20px;

        padding-left: 0;

    }

    .text-agence-ul li {

        font-size: 36px;

        text-align: center;

        padding-right: 0;

    }

    .text-2-agence {

        height: unset;

        padding-top: 10px;

    }

    .text-2-agence p {

        width: unset;

        font-size: 18px;

        padding-right: 15px;

        padding-left: 15px;

    }

}

@media (min-width: 768px) and (max-width: 1199px) {

    .counter li:last-child {

        padding-left: 0;

    }

    .counter li h4 {

        width: 100%;

    }

    .counter {

        text-align: center;

    }

    .counter li {

        display: block;

    }

    .counter img {

        margin-bottom: 25px;

    }

    .counter li h3 {

        margin-bottom: 20px;

    }

    .content-details h3 {

        font-size: 24px;

    }

    .content-details p {

        font-size: 20px;

    }

}



.page_introuvable {

    padding: 100px 0;

}

.page_introuvable h2 {

    font-family: "Zona Bold";

    font-size: 40px;

    color: #000;

    margin: 0;

}

.page_introuvable h3 {

    font-family: "Nexa Light";

    font-size: 30px;

    color: #000;

    margin-top: 30px;

    margin-bottom: 20px;

}

.page_introuvable h4 {

    font-family: "Zona Thin";

    font-size: 20px;

    color: #000;

    margin: 0;

}

.desc-realisation {

    text-align: -webkit-center;

    text-align: -moz-center;

    margin-bottom: 50px;

}

.lien_site_client {

    margin-top: 50px;

}

.lien_site_client a {

    font-family: "Zona thin";

    font-size: 18px;

    color: #2fbadd;

    border: 2px solid #2fbadd;

    border-radius: 30px;

    padding: 15px 30px;

}

.lien_site_client a:focus,

.lien_site_client a:hover {

    background: #2fbadd;

    color: #fff;

    text-decoration: none;

}



@media (max-width: 550px) {

    .filter_select {

        width: 100%;

        margin-left: 0px;

    }

    .filter_select select {

        width: 100%;

        padding: 18px 7px;

    }

}

/*  Actualités  */

.content_actualites{
    padding: 50px 0 100px;
}
.section_breadcrumbs {
    margin-bottom: 50px;
}
.section_breadcrumbs ul{
    padding-left: 0;
}
.section_breadcrumbs ul li{
    display: inline-block;
}
.section_breadcrumbs ul li+li:before {
    padding: 0 8px;
    color: #000;
    content: "/";
}
.section_breadcrumbs ul li a {
    font-family: 'Oxygen Regular';
    font-size: 16px;
    color: #000;
}
.section_breadcrumbs ul li:last-child a{
    pointer-events: none;
}
.item_actu label{
    font-family: 'Nexa Light';
    font-size: 16px;
    color: #2baad4;
    margin-top: 10px;
    margin-bottom: 0;
}
.item_actu h2{
    font-family: 'Nexa Bold';
    font-size: 18px;
    color: #6f6f6f;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    margin: 15px 0 20px;
}
.item_actu a{
    font-family: 'Nexa Light';
    font-size: 15px;
    color: #0275d8;
}

/*  Actualité Selected  */

.content_actu_selected .item_actu h2{
    font-size: 25px;
    margin: 0 0 10px;
    display: block;
}
.content_actu_selected .item_actu label{
    margin-bottom: 20px;
    margin-top: 0;
}
.text_actu_selected{
    margin-top: 40px;
}
.text_actu_selected p{
    font-family: 'Nexa Light';
    font-size: 18px;
    color: #6f6f6f;
    margin-bottom: 35px;
    line-height: 27px;
}
@media (max-width: 767px){
    .item_actu h2{
        display: block;
    }
    .content_actu_selected .item_actu h2{
        font-size: 20px;
    }
    .text_actu_selected p{
        text-align: justify;
    }
}




















