﻿/*
Theme Name: Com2see Theme 2018
Theme URI: https://www.com2see.fr
Description: Theme 2018 Com2see
Version: 1.0
Author: Mathieu Preuilh
Author URI: https://www.com2see.fr
*/
body {
    float:left;
    display:block;
    clear:both;
    width:100%;
    color:#555555;
    font-family: 'Raleway', sans-serif;
    line-height:25px;
	background:#fefefe;
}
:root{
	--main-color:#0096ff;
    --main-light-color: #6acbff;
	--main-dark-color: #00529b;
	--main-rgba-color: 0, 150, 255;
}
#content{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
    overflow: hidden;
}

/***** HEADER *****/
#header {
    float:left;
    display:block;
    width:100%;
    clear:both;
    position:fixed;
    top:0;
    z-index:1000;
}
#header .logo img{
    max-height:60px;
    width:auto;
    max-width:180px;
    margin-top:25px;
}
#header .navbar-toggle2 {
    border:1px solid #aaaaaa;
}
#header .rappel{
    text-align:right;
}
#header .btn.btn-rappel{
    line-height:60px;
    margin:15px 0;
}
#header .btn.btn-rappel i{
    padding-right:15px;
}
#header.fancybox-margin{
    width:calc(100% - 17px);
}
@media(min-width:992px){
    #header.fixed{
        animation: MenuFixed 1s linear;
        background:rgba(0,0,0,0.8);
    }
    @keyframes MenuFixed {
        0% {
            background:rgba(0,0,0,0);
        }
        100% {
            background:rgba(0,0,0,0.8);
        }
    }
}
@media(max-width:991px){
    #header{
        background:rgba(0,0,0,0.8);
    }
}
/* Pace */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #0096ff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/**** POPUP Explorer et Edge *****/
.popup-edge{
    display:block;
    width:400px;
    height:auto;
    position:fixed;
    background:#fefefe;
    top:calc(50% - 100px);
    left:calc(50% - 200px);
    border:1px solid #cccccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:30px;
    z-index:5000;
    text-align:center;
}
.close-popup{
    position:absolute;
    top:-10px;
    right:-10px;
    font-size:25px;
    cursor:pointer;
    background:#555555;
    color:#fff;
    border-radius:50px;
}

/***** MENU *****/
#menu {
    display:block;
    float:left;
    width:100%;
    text-align:center;
    height:90px;
}
#menu ul {
    display:inline-block;
    clear:both;
    list-style:none;
    padding:0;
    margin:0;
}
#menu ul li {
    display: block;
    float: left;
    list-style:none;
    position:relative;
    padding:0 25px;
    line-height:90px;
}
#menu ul li a {
    padding-bottom:5px;
    font-size:18px;
    text-decoration:none;
    color:#ffffff;
    cursor:pointer;
    position:relative;

}
#menu ul li a:after{
    display:block;
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    content:"";
    border-bottom:solid 2px #0096ff;
    border-bottom:solid 2px var(--main-color);
}
#menu ul >  li.current-menu-item > a:after, #menu ul > li > a.active:after, #menu ul > li.current_page_ancestor > a:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#menu ul li a:hover{
    color:#bbbbbb;
}
#menu ul#menu-menu-principal > li > a:hover:after{
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.overlay-menu{
    display:block;
    visibility: hidden;
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.overlay-menu.overlay-menu-active{
    opacity:1;
    visibility: visible;
    overflow-y:scroll;
}
@media(max-width:1499px){
    #menu{
        height:80px;
    }
    #header .logo img{
        margin-top:21px;
    }
    #menu ul li{
        padding:0 15px;
        line-height:80px;
    }
    #menu ul li a{
        font-size:16px;
    }
    #header .btn.btn-rappel{
        line-height:50px;
    }
    #header .btn.btn-rappel i{
        display:none;
    }
}
@media(max-width:1199px){
    #header .btn.btn-rappel{
        padding:0 15px;
    }
}
@media(max-width:991px){
    #menu ul >  li.current-menu-item > a, #menu ul > li > a.active, #menu ul > li.current_page_ancestor > a, #menu ul li a:hover{
        color:#0096ff;color:var(--main-color);
    }
    #menu ul li a:after{
        display:none;
    }
    #menu ul li{
        clear:both;
        line-height:35px;
        width:100%;
        text-align:left;
        padding:0 10px;

    }
    #menu{
        display:block !important;
        max-width:0;
        width:auto;
        overflow:hidden;
        position:fixed;
        left:0;
        top:80px;
        bottom:0;
        -ms-transition: all 1s;
        transition: all 1s;
        -webkit-transition: all 1s;
        background:#fff;
        height:auto !important;
        overflow-y:auto;
    }
    ul#menu-menu-principal > li{
        border-top:1px solid #ccc;
    }
    ul#menu-menu-principal > li:first-child{
        border:none;
    }
    ul#menu-menu-principal > li > a{
        color:#555;
        line-height:50px;
        font-weight:bold;
    }
    #header #menu.collapse.in{
        max-width:80%;
    }
    #menu ul{
        width:100%;
    }
    #header .logo{
        text-align:center;
    }
}
@media(max-width:767px){
    #header .logo img{
        margin-top:15px;
    }
    #menu{
        top:67px;
    }
}
/* Méga Menu */
.sub-menu{
    display:block;
    float:left;
    max-height:0;
    height:350px;
    width:780px;
    overflow:hidden;
    position:absolute;
    top:90px;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}
#menu-menu-principal > li > .sub-menu{
    opacity:0;
    left:-270px;
    background-image: url('img/menu-com2see-2018.png');
    background-position:right bottom;
    background-repeat: no-repeat;
    padding-right: 50px;
}
#menu-menu-principal > li:hover > .sub-menu{
    max-height:1000px;
    padding-top:5px;
    opacity:1;
    list-style:none;
    z-index:4000;
    text-align:left;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 13px 2px rgba(100,100,100,.67);
    -webkit-box-shadow: 0px 0px 13px 2px rgba(100,100,100,.67);
    box-shadow: 0px 0px 13px 2px rgba(100,100,100,.67);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#menu-menu-principal > li > .sub-menu > li{
    display:block;
    float:left;
    text-align: center;
    width:33%;
}
#menu-menu-principal > li > .sub-menu > li > a{
    display:block;
    float:left;
    clear:both;
    line-height:60px;
    text-transform:none;
    white-space:nowrap;
    width:100%;
    color:#333333;
    font-weight:bold;
}
#menu-menu-principal > li > .sub-menu > li > a:hover {
    color:#0096ff;color:var(--main-color);
}
#menu-menu-principal > li > .sub-menu > li > .sub-menu{
    left: 0;
    top:55px;
    max-height:300px;
    list-style:none;
    z-index:4000;
    text-align:left;
    width:100%;
}
#menu-menu-principal > li > .sub-menu > li > .sub-menu > li{
    display:block;
    float:left;
    clear:both;
}
#menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a{
    display:block;
    float:left;
    clear:both;
    line-height:40px;
    text-transform:none;
    font-size:16px;
    white-space:nowrap;
    color:#555555;
}
#menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a:hover, #menu-menu-principal > li > .sub-menu > li.current-menu-item > a, #menu-menu-principal > li > .sub-menu > li > .sub-menu > li.current-menu-item > a{
    color:#0096ff;color:var(--main-color);
}
#menu-menu-principal > li > .sub-menu > li.current-menu-item > a:after, #menu-menu-principal > li > .sub-menu > li > .sub-menu > li.current-menu-item > a:after, #menu-menu-principal > li > .sub-menu > li.current_page_ancestor > a:after{
    display:none;
}
#menu-menu-principal > li > .sub-menu i{
    color:#0096ff;color:var(--main-color);
    padding-right:5px;
    width:30px;
    text-align:center;
}
@media(max-width:1499px){
    .sub-menu{
        top:80px;
    }
}
@media(max-width:991px){
    #menu-menu-principal > li > .sub-menu{
        width: 100%;
        height:auto;
        max-height:2000px;
        opacity:1;
        position:relative;
        left:0;
        top:0;
        background:none;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding:0 !important;
    }
    #menu-menu-principal > li > .sub-menu > li {
        width:100%;
        text-align:left;
    }
    #menu-menu-principal > li > .sub-menu > li > .sub-menu{
        position:relative;
        left:0;
        top:0;
        height:auto;
    }
    #menu-menu-principal > li > .sub-menu > li > a{
        line-height:35px;
        font-size:15px;
        font-style:italic;
    }
    #menu-menu-principal > li > .sub-menu > li > .sub-menu > li > a{
        line-height:25px;
    }
    #menu-menu-principal > li > .sub-menu > li > .sub-menu > li:last-child{
        margin-bottom:10px;
    }

}

/***** ACCUEIL *****/
/* Header accueil */
#header-accueil{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
#header-accueil .hover-black{
    display:block;
    float:left;
    position:relative;
    width:100%;
    min-height:850px;
    background:rgba(0,0,0,0.6);
    padding-top:250px;
    padding-left:200px;
}
#header-accueil .block-presentation{
    display:block;
    position:relative;
    float:left;
    opacity:1;
    transform:translateY(0);
    animation:Up 1s linear;
}
#header-accueil .blocks-presentation .lst-slider-services {
    height:410px;
    overflow: hidden;
    position:relative;
}
#header-accueil .blocks-presentation .up-arrow,
#header-accueil .blocks-presentation .down-arrow {
    display:block;
    position:absolute;
    left:0;
    width:100%;
    max-width: 540px;
    text-align:center;
    height:30px;
    font-size:25px;
    color:rgba(255,255,255,0.7);
    cursor:pointer;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
#header-accueil .blocks-presentation .up-arrow:hover,
#header-accueil .blocks-presentation .down-arrow:hover {
    color:rgba(255,255,255,1);
}
#header-accueil .blocks-presentation .up-arrow.desactive,
#header-accueil .blocks-presentation .down-arrow.desactive {
    color:rgba(255,255,255,0);
    cursor:default;
}
#header-accueil .blocks-presentation .up-arrow {
    top:-30px;
}
#header-accueil .blocks-presentation .down-arrow {
    bottom:-45px;
}
#header-accueil .blocks-presentation .lst-slider-services .lst-slider-services-container {
    float:left;
    display:block;
    clear:both;
    position:absolute;
    top:0;
    left:0;
    height:auto;
    width:100%;
    max-width:540px;
    text-align:center;
}
@keyframes Up {
    0% {
        transform:translateY(75px);
        opacity:0;
    }
    100% {
        opacity:1;
        transform:translateY(0);
    }
}
#header-accueil h1{
    color:#fff;
    font-weight:bold;
    font-size:32px;
    margin-bottom:60px;
    text-align:left;
}
#header-accueil p {
    color:#fff;
    margin-bottom:60px;
    display:block;
    font-size:50px;
    font-weight: normal;
    padding-bottom:20px;
    line-height:initial;
}
#header-accueil .btn.btn-accueil{
    line-height:50px;
    font-size:21px;
    margin-bottom:100px;
}
#header-accueil .bloc-accueil-service{
    display:inline-block;
    width:450px;
    height:auto;
    padding:30px;
    margin:15px 0;
    background:#fefefe;
    opacity:0.7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#header-accueil .bloc-accueil-service h4{
    padding-bottom:0;
    text-align:left;
}
#header-accueil .bloc-accueil-service p{
    color:#888;
    margin:0;
    padding:0;
    font-weight:normal;
    font-size:16px;
}
#header-accueil .bloc-accueil-service i{
    font-size:35px;
    padding-right:10px;
    line-height:45px;
}
#header-accueil .bloc-accueil-service.active{
    transform:scale(1.2);
    opacity:1
}
#header-accueil .bloc-accueil-service.active h4{
    color:#333;
}
#header-accueil .bloc-accueil-service:hover {
    transition: background 0.3s;
}
#header-accueil .bloc-accueil-service:hover h4, #header-accueil .bloc-accueil-service:hover p, #header-accueil .bloc-accueil-service:hover i{
    color:#fff;
}
@media(max-width:1499px){
    #header-accueil .hover-black{
        min-height:800px;
        padding:200px 50px 0 50px;
    }
}
@media(max-width:1199px){
    #header-accueil .bloc-accueil-service{
        width:375px;
        padding-right: 0;
        padding-left: 15px;
    }
}
@media(max-width:991px){
    #header-accueil .hover-black{
        min-height:400px;
        padding-left:30px;
        padding-right:30px;
        padding-top:150px;
    }
    #header-accueil .block-presentation p{
        font-size:25px;
        margin-bottom:15px;
        text-align:left;
        line-height:35px;
    }
    #header-accueil p span {
        font-size:40px;
    }
    #header-accueil .blocks-presentation .lst-slider-services .lst-slider-services-container, #header-accueil .blocks-presentation .up-arrow, #header-accueil .blocks-presentation .down-arrow {
        left:calc(50% - 270px);
    }
    #header-accueil .blocks-presentation .down-arrow{
        bottom:125px;
    }
    .blocks-presentation{
        min-height:575px;
    }
}
@media(max-width:767px){
    #header-accueil .blocks-presentation .lst-slider-services .lst-slider-services-container, #header-accueil .blocks-presentation .up-arrow, #header-accueil .blocks-presentation .down-arrow {
        left:0;
    }
}
/* Mouse scroll */
.scroll-down-wrap{
    position: absolute;
    bottom: 12px;
    left: calc(50% - 15px);
    z-index: 101;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
}
.section-down-arrow{
    position: absolute;
    z-index: 101;
    border: none!important;
    overflow: visible;
    text-align: center;
    opacity: 1;
    height: auto;
    bottom: 13px;
    -webkit-animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    animation: nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
    display: inline-block;
    color: #fff!important;
    line-height: 50px;
    border-radius: 100px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    left: 0;
}
.section-down-arrow:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    margin-left: -1px;
    top: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 6px;
    border-radius: 10px;
    transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
    -webkit-animation: trackBallSlide 2.4s cubic-bezier(0.000, 0.000, 0.725, 1.000) infinite;
    animation: trackBallSlide 2.4s cubic-bezier(0.000, 0.000, 0.725, 1.000) infinite;
}
.section-down-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 62;
}
.nectar-scroll-icon {
    width: 30px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.nectar-scroll-icon-path {
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    -webkit-animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
}
.section-down-arrow:hover .nectar-scroll-icon-path {
    stroke-dashoffset: 0;
    -webkit-animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
    animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
}
.section-down-arrow:hover:hover:before {
    background-color: rgba(255,255,255,1);
}
@keyframes nudgeMouse{ 0%{ -webkit-transform:translateY(0);  transform:translateY(0)}

    45%{ -webkit-transform:translateY(8px);  transform:translateY(8px)}
    65%, 100%{ -webkit-transform:translateY(0);  transform:translateY(0)}
}
@keyframes trackBallSlide{ 0%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}

    45%{ opacity:0;  -webkit-transform:scaleY(0.5) translateY(13px);  transform:scaleY(0.5) translateY(13px)}
    46%{ opacity:0;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
    65%, 100%{ opacity:1;  -webkit-transform:scaleY(1) translateY(-10px);  transform:scaleY(1) translateY(-10px)}
}
@keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}
    100%{stroke-dashoffset:0}
}
@keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}
    100%{stroke-dashoffset:-120}
}
/* Présentation */
.row.presentation{
    display:block;
    float:left;
    width:100%;
    clear:both;
}
.row.presentation i{
    font-size:60px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color);
    padding-top:45px;
    opacity:0;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.row.presentation i.fadein{
    opacity:1;
}
.row.presentation p{
    text-align:center;
}
.bloc-presentation{
    display:block;
    position:relative;
    float:left;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    opacity:1;
    transform:translateY(0);
}
.bloc-presentation.start{
    transform:translateY(75px);
    opacity:0;
}
/* Façon de travailler */
#content .row.travail{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#eeeeee;
    padding:0;
}
.row.travail h2, .row.travail h3{
    text-align:left;
}
.row.travail .image-travail{
    display:block;
    float:left;
    width:100%;
    background-size:cover !important;
}
.row.travail .content-travail {
    display:block;
    float:left;
    width:100%;
    padding:50px;
    padding-left:100px;
}
.row.travail .echelle {
    display: block;
    float: left;
    width: 100%;
}
.row.travail .item-echelle{
    display:block;
    float:left;
    width:100%;
    clear:both;
    overflow:hidden;
    position:relative;
}
.row.travail .item-echelle .nombre-echelle{
    display:block;
    float:left;
    color:#0096ff;color:var(--main-color);
    background:#eeeeee;
    position:relative;
    opacity: 0;
}
.row.travail .item-echelle .nombre-echelle p{
    width:30px;
    height:30px;
    background:#eeeeee;
    border:solid 1px #aaaaaa;
    border-radius:50px;
    display:block;
    float:left;
    padding:0 10px;
}
.row.travail .item-echelle:after{
    display: block;
    position: absolute;
    content: ' ';
    width: 1px;
    background-color: #aaaaaa;
    height: 0;
    top: 30px;
    left: 15px;
}
.row.travail .item-echelle:last-child:after{
    display:none;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity:1;
    }
}
.row.travail .item-echelle.animation-echelle .nombre-echelle {
    animation: FadeIn 0.5s linear;
    animation-fill-mode: both;
}
.row.travail .item-echelle.animation-echelle:nth-child(2) .nombre-echelle { animation-delay: 0.5s }
.row.travail .item-echelle.animation-echelle:nth-child(3) .nombre-echelle { animation-delay: 1s }
.row.travail .item-echelle.animation-echelle:nth-child(4) .nombre-echelle { animation-delay: 1.5s }
@keyframes Height {
     from {
         height: 0;
     }
     to {
         height:100%;
     }
 }
.row.travail .item-echelle.animation-echelle:after {
    animation: Height .5s linear;
    animation-fill-mode: both;
}
.row.travail .item-echelle.animation-echelle:nth-child(2):after{ animation-delay: 0.5s }
.row.travail .item-echelle.animation-echelle:nth-child(3):after { animation-delay: 1s }
.row.travail .item-echelle .content-echelle{
    display:block;
    float:left;
    width:75%;
    margin-left:50px;
    padding-bottom:15px;
    position:relative;
    opacity: 0;
    transform:translateX(100px);
}
@keyframes FromRightToLeft {
    0% {
        opacity: 0;
        transform:translateX(100px);
    }
    100% {
        opacity:1;
        transform:translateX(0);
    }
}
.row.travail .item-echelle.animation-echelle .content-echelle {
    animation: FromRightToLeft 0.5s linear;
    animation-fill-mode: both;
}
.row.travail .item-echelle.animation-echelle:nth-child(2) .content-echelle { animation-delay: 0.5s }
.row.travail .item-echelle.animation-echelle:nth-child(3) .content-echelle { animation-delay: 1s }
.row.travail .item-echelle.animation-echelle:nth-child(4) .content-echelle { animation-delay: 1.5s }
.row.travail .item-echelle .content-echelle h4, .row.travail .item-echelle .content-echelle p{
    text-align:left;
    padding-bottom:15px
}
@media(max-width:1499px){
    .row.travail .content-travail{
        padding-left:50px;
    }
}
@media(max-width:991px){
    .row.travail .image-travail{
        min-height:500px;
    }
}
@media(max-width:436px){
    .row.travail .item-echelle .content-echelle{
        margin-left:30px;
    }
}
/* Services */
.row.services{
    display:block;
    float:left;
    width:100%;
    clear:both;
}
.item-service{
    display:block;
    float:left;
    width:100%;
    background-size:cover !important;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    color:#fff;
    height:300px;
    margin-bottom:60px;
}
.item-service:hover{
    color:#fff;
}
.item-service h4{
    color:#fff;
}
.item-service i{
    width:60px;
    height:60px;
    text-align:center;
    line-height:60px;
    font-size:25px;
    background:#fefefe;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.item-service i.fa-laptop-code{
    font-size:23px;
}
.item-service p{
    text-align:center;
}
.item-service .item-service-front{
    display:block;
    float:left;
    width:100%;
}
.item-service .item-service-back{
    position: absolute;
    top: 0;
    left: 15px;
    right:15px;
}
.item-service .item-service-front, .item-service .item-service-back{
    background-size: cover !important;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height:100%;
}
.item-service:hover .item-service-front, .item-service:hover .item-service-back{
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
.item-service .item-service-front, .item-service:hover .item-service-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.item-service:hover .item-service-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.item-service .item-service-back{
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.item-service .hover-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.item-service .cadre{
    position: absolute;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border:10px solid;
    transform: translateZ(60px) scale(.94);
    -webkit-transform: translateZ(60px) scale(.94);
    -ms-transform: translateZ(60px) scale(.94);
}
.item-service .inner{
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 45px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 5;
}
@media(min-width:1200px) and (max-width:1499px){
    .item-service .inner{
        padding:9px;
    }
}
@media(min-width:768px) and (max-width:991px){
    .item-service .inner{
        padding:25px;
    }
}
/* Chiffres */
#content .row.chiffres{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
.row.chiffres .hover-black{
    display:block;
    float:left;
    width:100%;
    background:rgba(255,255,255,0.8);
    padding:100px 0;
}
.row.chiffres p{
    text-align:center;
    font-size:20px;
}
.row.chiffres .nombre{
    color:#0096ff;color:var(--main-color);
    font-size:50px;
    font-weight:bold;
}
@media(max-width:991px){
    .content-chiffres{
        margin-bottom:30px;
    }
    .row.chiffres .hover-black{
        padding-bottom:70px;
    }
    .row.chiffres p{
        margin-bottom:0;
    }
}
/* Réalisations */
.row.realisations{
    display:block;
    float:left;
    width:100%;
    clear:both;
    text-align:center;
}
.row.realisations ul.menu-galerie{
    list-style:none;
    display:inline-block;
    width:auto;
    margin:0;
    padding-bottom:60px;
}
#content ul.menu-galerie li{
    list-style:none;
    display:inline-block;
    width:auto;
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
    cursor:pointer;
}
#content ul.menu-galerie li:after{
    content:"-";
    padding:0 30px;
}
#content ul.menu-galerie li:last-child:after{
    content:"";
}
ul.menu-galerie li.active, ul.menu-galerie li:hover{
    color:#0096ff;color:var(--main-color);
}
.item-galerie{
    height:440px;
}
.item-galerie.item-service .hover-black{
    background-color:rgba(0,0,0,0.8);
}
@media(max-width:1800px){
    .item-galerie{
        height:400px;
    }
}
@media(max-width:1600px){
    .item-galerie{
        height:350px;
    }
    .item-service .cadre {
        top: 25px;
        left: 25px;
        width: calc(100% - 50px);
        height: calc(100% - 50px);
    }
}
@media(max-width:1400px){
    .item-galerie{
        height:300px;
    }
    .item-service .cadre {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}
@media(max-width:1199px){
    .item-galerie{
        height:500px;
    }
    .item-service .cadre {
        top: 50px;
        left: 50px;
        width: calc(100% - 100px);
        height: calc(100% - 100px);
    }
}
@media(max-width:900px){
    .item-galerie{
        height:400px;
    }
    .item-service .cadre {
        top: 25px;
        left: 25px;
        width: calc(100% - 50px);
        height: calc(100% - 50px);
    }
}
@media(max-width:888px) {
    #content ul.menu-galerie {
        padding: 30px 0;
    }

    #content ul.menu-galerie li {
        width: 100%;
    }

    #content ul.menu-galerie li:after {
        display: none;
    }
}
@media(max-width:767px){
    .item-galerie{
        height:337px;
    }
}
/* Clients */
#content .row.clients{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
.row.clients .hover-black, .row.clients .hover-blanc{
    display:block;
    float:left;
    width:100%;
    background:rgba(0,0,0,0.6);
    padding:100px 30px 70px 30px;
    position:relative;
}
.slider-avis .item img {
    width:auto;
    height:auto;
    border-radius:50%;
    margin-bottom:30px;
}
.slider-avis .item, .slider-avis .item h4, .slider-avis .item p{
    color:#fff;
    text-align:center;
}
.slider-avis .item p.signature{
    font-style: italic;
}
.row.clients .hover-blanc{
    background:rgba(255,255,255,0.8);
}
.row.clients h2{
    padding-bottom:60px;
}
.container-logos img{
    width:auto;
    height:auto;
    max-height:100px;
    max-width:100%;
    margin-bottom:30px;
}
.container-logos .item{
    display:block;
    width:100%;
    float:left;
    text-align:center;
}
.row.clients-2 h2 {
    color:#fff;
}
/* Actus */
.row.actus{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#eee;
}
.item-actus{
    display:block;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.item-actus a{
    display:block;
    float:left;
    width:100%;
    position:relative;
}
.item-actus .hover-actu{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    opacity:0;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    padding-top:30px;
}
.item-actus a:hover .hover-actu{
    opacity:1;
}
.item-actus .hover-actu h4{
    color:#fff;
}
.item-actus .hover-actu .com2see{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.item-actus .hover-actu i{
    color:#fff;
    font-size:35px;
    position:absolute;
    top:calc(50% - 17px);
    left:calc(50% - 17px);
    transform: rotate(-15deg);
}
.item-actus .actu-content{
    display:block;
    float:left;
    width:100%;
    padding:30px;
    background:#fff;
}
.item-actus .actu-content h4{
    text-align:left;
}
.item-actus .actu-content a:hover h4{
    color:#0096ff;color:var(--main-color);
}
.item-actus .actu-content p{
    max-height:100px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.btn-actus{
    margin-top:30px;
}
/* Devis */
#content .row.devis{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
.row.devis .hover-bleu{
    display:block;
    float:left;
    width:100%;
    background:rgba(0,150,255,0.6);background:rgba(var(--main-rgba-color),0.6);
    padding:100px;
}
.row.devis h2{
    color:#fff;
    text-align:left;
    line-height:62px;
    padding:0;
}
.row.devis .btn-devis{
    float:right;
}
.row.devis .center  h2, .row.devis .center .content_btn_devis{
    text-align:center;
}
.row.devis .center .btn-devis{
    float:none;
    margin-top:30px;
    margin-right:30px;
}
@media(max-width:1499px){
    .row.devis h2{
        font-size:30px;
    }
}
@media(max-width:1199px){
    .btn.big {
        font-size:16px;
        padding:0 30px;
    }
    .row.devis h2{
        font-size:28px;
    }
}
@media(max-width:991px){
    .row.devis h2{
        text-align:center;
        line-height: 1.1;
        margin-bottom:30px;
        font-size:40px;
    }
    .row.devis .btn-devis{
        float:none;
    }
    .content_btn_devis{
        text-align:center;
    }
    .row.devis .hover-bleu{
        padding:100px 30px;
    }
}
@media(max-width:585px){
    .row.devis .center .btn-devis{
        margin-right:0;
    }
}

/***** PAGES GENERAL *****/
/*En-tete*/
.entete{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
.entete .hover-black{
    display:block;
    float:left;
    width:100%;
    min-height:200px;
    background:rgba(0,0,0,0.6);
    padding-top:90px;
    padding-bottom:30px;
}
.entete .hover-black h1{
    color:#fff;
    padding: 60px 0;
}
/* Ariane */
.ariane{
    display:block;
    float:left;
    width:100%;
    clear:both;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding:15px 0;
}
.ariane a{
    color:#0096ff;color:var(--main-color);
}
.ariane a:hover{
    color:#00529b;color:var(--main-dark-color);
}
/* Bloc Intro */
#content .row.intro{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:100px;
}
#content .row.intro .same-height{
    display:block;
    float:left;
    width:100%;
    position:relative;
    padding-right:30px;
}
.arr_img_intro{
    display:block;
    position:absolute;
    background:rgba(0,0,0,0.8);
    top:0;
    left:0;
    width:90%;
    height:90%;
}
.image-intro-pages {
    display:block;
    float:left;
    width:90%;
    height:90%;
    position:absolute;
    bottom:0;
    right:0;
    background-size:cover !important;
}
@media(max-width:1199px){
    .illustration-intro{
        min-height:500px;
        margin-top:15px;
    }
    .arr_img_intro{
        left:15px;
    }
    .image-intro-pages{
        right:15px;
    }
}
@media(max-width:767px){
    #content .row.intro{
        padding:100px 15px;
    }
    .arr_img_intro, .image-intro-pages{
        width:80%;
    }
}
/* page.php */
.row.page{
    padding:100px;
}
@media(max-width:991px){
    .row.page{
        padding:100px 15px;
    }
}

/***** PAGE AGENCE *****/
/* Expertise */
#content .row.expertise{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;
    padding:0;
}
.row.expertise .hover-black{
    display:block;
    float:left;
    width:100%;
    background:rgba(0,0,0,0.7);
    padding:100px 0;
    text-align:center;
}
.row.expertise h2{
    color:#fff;
}
/* Hexagon normal*/
#hexa-expertise-2, #hexa-expertise{
    display:inline-block;
    width:auto;
    margin:0;
    padding:0;
    margin-top: 60px;
    position:relative;
}
#hexa-expertise-2 .margin-left, #hexa-expertise .margin-left{
    margin-left:102px;
}
#hexa-expertise-2 .clear, #hexa-expertise .clear{
    clear:both;
}
#hexa-expertise-2 .inner-front h4, #hexa-expertise .inner-front h4{
    color:#555555;
    padding-top:15px;
}
#hexa-expertise-2 p, #hexa-expertise p{
    color:#888888;
    padding:0;
    text-align:center;
}
#hexa-expertise-2 i, #hexa-expertise i{
    margin-top:20px;
    font-size:50px;
}
.hexagon-container{
    position: relative;
    display: inline-block;
    float:left;
    margin-top:-55px;
    width: 205px;
    height: 233px;
    overflow: hidden;
    color: #fff;
    background:#fefefe;
    /*mask-image: linear-gradient(rgba(0, 0, 0, 1.0), transparent);*/
    -webkit-mask: url('img/mask-hexa.png');
    mask: url('img/mask-hexa.png');
    text-align: center;
    padding:40px 35px;
}
.inner-color, #hexa-expertise .color-hexa {
    display:block;
    float:left;
    position:absolute;
    width:300px;
    height:30px;
    z-index:10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hexagon-container:hover .inner-color, #hexa-expertise li:hover .color-hexa {
    height:240px;
}
.hexa-1 .inner-color, .hexa-1 .color-hexa {
    bottom:0;
    right:-46px;
    transform:rotate(-30deg);
}
.hexa-2 .inner-color, .hexa-2 .color-hexa {
    bottom:0;
    left:-46px;
    transform:rotate(30deg);
}
.hexa-3 .inner-color, .hexa-3 .color-hexa {
    top:130px;
    right:-135px;
    transform:rotate(90deg);
}
.hexa-3:hover .inner-color, .hexa-3:hover .color-hexa {
    top: 28px;
    right: -30px;
}
.hexa-5 .inner-color, .hexa-5 .color-hexa {
    top:130px;
    left:-135px;
    transform:rotate(-90deg);
}
.hexa-5:hover .inner-color, .hexa-5:hover .color-hexa {
    top: 28px;
    left: -30px;
}
.hexa-6 .inner-color, .hexa-6 .color-hexa {
    top: 0;
    right: -46px;
    transform: rotate(30deg);
}
.hexa-7 .inner-color, .hexa-7 .color-hexa {
    top: 0;
    left: -46px;
    transform: rotate(-30deg);
}
.hexagon-container .inner-hover, .hexagon .inner-hover{
    display:block;
    position:absolute;
    width:90%;
    height:100%;
    top: calc(50% - 50px);
    left:10px;
    color:#fff;
    opacity:0;
    z-index:20;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
#hexa-expertise-2 .hexagon-container .inner-hover h4, #hexa-expertise .hexagon .inner-hover h4{
    color:#fff;
}
#hexa-expertise-2 .hexagon-container .inner-hover p, #hexa-expertise .hexagon .inner-hover p{
    color:#fff;
}
.hexagon-container:hover .inner-hover, .hexagon:hover .inner-hover{
    opacity:1;
}
.hexagon-container.hexa-4, #hexa-expertise .hexa-4 .hexagon{
    padding:45px 10px;
    background:transparent;
}
#hexa-expertise-2 .hexagon-container.hexa-4 h4, #hexa-expertise .hexa-4 .hexagon  h4{
    color:#aaaaaa;
}
.hexagon-container.hexa-4 .inner-hover, .hexagon-container.hexa-4 .inner-color, .hexagon-container.hexa-4 span,
#hexa-expertise .hexa-4 .hexagon .inner-hover, #hexa-expertise .hexa-4 .hexagon .color-hexa, #hexa-expertise .hexa-4 .hexagon span {
    display:none;
}
/* Hexa IE */
#hexa-expertise li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 200px;
    padding: 0 0 230px 0;
    -o-transform: rotate(-60deg) skewY(30deg);
    -moz-transform: rotate(-60deg) skewY(30deg);
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    overflow: hidden;
    visibility: hidden;
    margin-right:5px;
    margin-top:-54px;
}
#hexa-expertise li .hexagon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fefefe;
    -o-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    visibility: visible;
    overflow: hidden;
}
#hexa-expertise .inner-front{
    padding:35px;
}
#hexa-expertise .hexa-4 .inner-front{
    padding:10px 0;
}
/* Missions */
.row.missions{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:100px;
    background:#eeeeee;
}
.row.missions h2, .row.missions h3, .row.missions h4{
    text-align:left;
}
ul.colonne-mission{
    display:block;
    clear:both;
    list-style:none;
    padding:0;
    margin:0;
    opacity:1;
    transform:translateY(0);
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
}
ul.colonne-mission.start{
    transform:translateY(75px);
    opacity:0;
}
ul.colonne-mission li{
    display:block;
    width:100%;
    float:left;
    margin-bottom:20px;
    color:#888888;
}
ul.colonne-mission li i {
    padding-right:10px;
}
/* Equipe */
.row.equipe{
    display:block;
    float:left;
    width:100%;
    clear:both;
}
.container-membre{
    display:block;
    float:left;
    width:100%;
    text-align:center;
}
.container-membre .item-service{
    max-width:400px;
    height:400px;
    display: inline-block;
    float: none;
}
.container-membre .item-service .item-service-back{
    width:100%;
}
.container-membre .item-service .hover-black {
    background:rgba(0,0,0,0.8);
}
.container-membre h4{
    padding-bottom:5px;
    font-size:25px;
    color:#fff;
}
.container-membre p{
    padding:0;
    text-align:center;
    color:#eee;
}
.container-membre p.sous-titre-membre{
    font-size:18px;
}
.container-membre p.qualite-membre{
    margin:0;
    color:#bbb;
    font-size:14px;
    line-height: 20px;
}
.container-membre p.mail-membre{
    color:#0096ff;color:var(--main-color);
    margin:10px 0;
}
.container-membre .cadre{
    border-color:#0096ff;border-color:var(--main-color);
}
@media(min-width:1200px) and (max-width:1280px){
    .item-membre{
        width:500px;
    }
    .item-photo-membre{
        width:40%;
    }
    .infos-membre{
        width:60%;
        padding:13px 15px;
    }
}
@media(max-width:1199px){
    ul.colonne-mission{
        margin-top:30px
    }
}
@media(max-width:767px) {
    .row.missions {
        padding: 100px 15px;
    }
    .hexagon-container {
        width: 130px;
        height: 148px;
        margin-top: -36px;
        -webkit-mask: url('img/mask-hexa-small.png');
        mask: url('img/mask-hexa-small.png');
        padding: 0;
        padding-top: 15px;
    }
    #hexa-expertise-2 .margin-left {
        margin-left: 65px;
    }
    #hexa-expertise-2 i, #hexa-expertise i{
        font-size: 30px;
    }
    #hexa-expertise-2 .inner-front h4, #hexa-expertise-2 .hexagon-container .inner-hover h4, #hexa-expertise .inner-front h4, #hexa-expertise .hexagon .inner-hover h4 {
        padding-bottom:10px;
        font-size: 16px;
    }
    #hexa-expertise-2 .hexagon-container .inner-hover p, #hexa-expertise .hexagon .inner-hover p{
        font-size:14px;
        line-height:normal;
        line-height:initial;
    }
    .hexagon-container.hexa-4, #hexa-expertise .hexa-4 .hexagon {
        padding: 0;
        padding-top: 15px;
    }
    .inner-color, #hexa-expertise .color-hexa {
        height: 10px;
    }
    .hexa-1 .inner-color, .hexa-6 .inner-color, .hexa-1 .color-hexa, .hexa-6 .color-hexa {
        right: -83px;
    }
    .hexa-2 .inner-color, .hexa-7 .inner-color, .hexa-2 .color-hexa, .hexa-7 .color-hexa {
        left: -83px;
    }
    .hexa-3 .inner-color, .hexa-3 .color-hexa{
        right:-145px;
    }
    .hexa-5 .inner-color, .hexa-5 .color-hexa {
        left: -145px;
    }
    /* Hexa IE */
    #hexa-expertise li{
        width: 130px;
        padding: 0 0 150px 0;
        margin-top:-34px;
    }
    #hexa-expertise .margin-left{
        margin-left: 68px;
    }
    #hexa-expertise .inner-front{
        padding:16px;
    }
}
@media(max-width:670px){
    .item-membre{
        width:100%;
    }
    .item-photo-membre{
        width:200px;
    }
    .infos-membre{
        width:calc(100% - 200px);
        padding:13px 15px;
    }
}
@media(max-width:560px){
    .item-membre{
        width:200px;
    }
    .item-photo-membre{
        width:100%;
    }
    .infos-membre{
        width:100%;
    }
    .item-membre p,.item-membre h4{
        text-align:center;
    }
}
@media (max-width:400px){
    .hexagon-container {
        width: 90px;
        height: 102px;
        margin-top: -25px;
        -webkit-mask: url('img/mask-hexa-extra-small.png');
        mask: url('img/mask-hexa-extra-small.png');
        padding: 0;
        padding-top: 5px;
    }
    #hexa-expertise-2 .margin-left {
        margin-left: 45px;
    }
    #hexa-expertise-2 i, #hexa-expertise i {
        font-size: 18px;
    }
    #hexa-expertise-2 .inner-front h4, #hexa-expertise .inner-front h4 {
        padding:0 5px;
        font-size: 14px;
    }
    #hexa-expertise-2 .hexagon-container .inner-hover p, #hexa-expertise .hexagon .inner-hover p{
        display:none;
    }
    #hexa-expertise-2 .hexagon-container .inner-hover h4, #hexa-expertise .hexagon .inner-hover h4{
        font-size: 14px;
        padding-top:30px;
    }
    .hexagon-container.hexa-4, #hexa-expertise .hexa-4 .hexagon {
        padding: 0;
        padding-top: 5px;
    }
    .inner-color, #hexa-expertise .color-hexa {
        height: 10px;
    }
    .hexa-1 .inner-color, .hexa-6 .inner-color, .hexa-1 .color-hexa, .hexa-6 .color-hexa {
        right: -104px;
    }
    .hexa-2 .inner-color, .hexa-7 .inner-color, .hexa-2 .color-hexa, .hexa-7 .color-hexa {
        left: -104px;
    }
    /* Hexa IE */
    #hexa-expertise li{
        width: 90px;
        padding: 0 0 105px 0;
        margin-top:-23px;
    }
    #hexa-expertise .margin-left{
        margin-left: 47px;
    }
    #hexa-expertise .inner-front{
        padding:5px;
    }
}

/***** PAGE SERVICES *****/
.row.liste-services{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#eee;
}
.liste-services .item-service i{
    background:none;
    color:#fff;
    font-size:40px;
}
.col-sous-service{
    border-left:1px solid #888;
    display: block;
    float: left;
    width: 100%;
}
.liste-services ul.colonne-mission li{
    text-align:center;
}
.liste-services ul.colonne-mission a {
    color:#555;
}
.liste-services ul.colonne-mission a:hover, .liste-services ul.colonne-mission a i{
    color:#0096ff;color:var(--main-color);
}
@media (max-width: 1199px){
    .col-sous-service{
        border:none;
    }
    .liste-services ul.colonne-mission{
        margin-top:0;
        margin-bottom:60px;
        float: left;
        width: 100%;
    }
}

/***** DETAIL SERVICE *****/
.row.intro .infos-realisations{
    margin-top:60px;
}
.row.intro .btn{
    margin-top:60px;
}
/* Timeline */
.timeline{
    display:block;
    float:left;
    width:100%;
    clear:both;
    position:relative;
}
.timeline:before{
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #0096ff;
    background-color: var(--main-color);
    color: #fff;
}
.item-timeline{
    display:block;
    float:left;
    padding:0 10px;
    position: relative;
    height: 440px;
    text-align:center;
}
.item-timeline p{
    text-align:center;
}
.item-timeline h4{
    padding-bottom:20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.text-timeline, .icon-timeline{
    height: 200px;
    text-align: center;
    padding-top:40px;
}
.text-timeline.odd{
    padding-top:15px;
    padding-bottom:30px;
}
.text-timeline{
    position:relative;
    padding-right:5px;
    padding-left:5px;
}
.bulle{
    display:block;
    float:left;
    width:100%;
    height:calc(100% - 13px);
    position:absolute;
    left:0;
    background:#eee;
    z-index:-1;
    border-radius:10px;
    opacity:0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.text-timeline:before{
    content:'';
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left: calc(50% - 14px);
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background-color:#eee;
}
.text-timeline.odd:before{
    bottom: 10px;
}
.text-timeline.even:before{
    top:10px;
}
.text-timeline.even .bulle{
    bottom: -10px;
}
.text-timeline.odd .bulle{
    top:-10px;
}
.icon-timeline{
    padding-top:60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.icon-timeline i {
    width: 90px;
    height: 90px;
    line-height:85px;
    text-align:center;
    font-size: 40px;
    color: #555;
    border:3px solid #eee;
    border-radius: 50%;
    background-color: #fefefe;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-timeline span {
    font-size: 25px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    line-height:40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.item-timeline .icon-timeline:after {
    content: '';
    position: absolute;
    left: 50%;
    height:25%;
    width: 3px;
    background-color: #eee;
    transform: translate(-50%, 0 );
    -webkit-transform: translate(-50%, 0 );
    z-index:-1;
}
.item-timeline .icon-timeline.odd:after{
    bottom:25%;
}
.item-timeline .icon-timeline.even:after{
    top:25%;
}
.item-timeline:hover span{
    color:rgba(255,255,255,1);
}
.item-timeline:hover .icon-timeline.odd{
    padding-top:90px;
}
.item-timeline:hover .icon-timeline.even{
    padding-top:30px;
}
.item-timeline:hover i{
    color:#0096ff;
    color: var(--main-color);
    background-color: #fff;
    border:3px solid #0096ff;
    border:3px solid var(--main-color);
    line-height:85px;
}
.item-timeline:hover .text-timeline:before, .item-timeline:hover .bulle{
    opacity:1;
}
.item-timeline:hover .icon-timeline:after{
    background-color: #0096ff;
    background-color: var(--main-color);
}
@media(max-width:1499px){
    .item-timeline{
        height: 540px;
    }
    .text-timeline, .icon-timeline {
        height: 250px;
    }
    .text-timeline.odd{
        padding-top:0;
    }
    .icon-timeline{
        padding-top:75px;
    }
    .item-timeline:hover .icon-timeline.odd{
        padding-top:105px;
    }
    .item-timeline:hover .icon-timeline.even{
        padding-top:45px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .item-timeline p{
        line-height:normal;
    }
    .item-timeline h4{
        font-size:18px;
    }
}
@media(max-width:991px){
    .item-timeline{
        width:100% !important;
        margin-top:100px;
    }
    .item-timeline .icon-timeline:after, .item-timeline .bulle, .text-timeline:before{
        display:none;
    }
    .item-timeline, .text-timeline, .icon-timeline {
        height: auto;
    }
    .icon-timeline{
        padding-top:0;
    }
    .icon-timeline.odd{
        position:absolute;
        top:0;
        left:calc(50% - 45px);
    }
    .icon-timeline.even{
        margin-bottom:30px;
    }
    .text-timeline.even{
        padding-top:0;
    }
    .text-timeline.odd{
        margin-top:120px;
        padding-top:40px;
    }
    .text-timeline.odd h4{
        position:absolute;
        top:0;
    }
    .item-timeline:hover .icon-timeline.odd, .item-timeline:hover .icon-timeline.even{
        padding-top:0;
    }
    .item-timeline span{
        position:absolute;
        top:calc(50% + 30px);
        left:calc(50% - 37px);
        font-size:150px;
        color:#bbb;
        z-index:-1;
    }
    .timeline:before{
        width:3px;
        height: calc(100% - 300px);
        top:110px;
        left:calc(50% - 1px);
        background-color: rgba(0,0,0,0.1);
        z-index:-2;
    }
    .item-timeline p{
        width: 80%;
        margin-left: 10%;
    }
    .item-timeline:hover span{
        color:#6acbff;color:var(--main-light-color);
    }
}
/* Avis */
.row.clients-service{
    display:block;
    float:left;
    width:100%;
    clear:both;
}
#slider-avis-service .item{
    opacity:0.5;
    padding:0 30px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#slider-avis-service .item img{
    margin-bottom:10px;
    margin-top:30px;
}
#slider-avis-service .item p.signature, .item p.bulle-avis{
    color:#333;
    position:relative;
    padding:15px;
    border-radius:10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.item p.bulle-avis:before{
    content:'';
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left: calc(50% - 14px);
    bottom:-13px;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background-color:#333;
}
.owl-item:not(.active) + .owl-item.active + .owl-item.active .item, .owl-item:not(.active) + .owl-item.active + .owl-item.active .item p.bulle-avis:before {
    opacity: 1 !important;
}
.owl-item:not(.active) + .owl-item.active + .owl-item.active .item p.bulle-avis{
    background:#333;
    color:#fff;
}

/***** DETAIL REALISATION *****/
.intro-realisation{
    display:block;
    float:left;
    width:100%;
    margin-bottom:60px;
}
#content .row.single-realisation{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding-bottom:0;
}
.row.single-realisation h3{
    padding-bottom:30px;
}
.imageactu{
    display:block;
    float:left;
    height:507px;
    width:100%;
    position:relative;
    margin-bottom: -100px;
    margin-top:60px;
}
.charte-site{
    background:url('img/MacBook_Pro.png') no-repeat bottom center;
}
.charte-graphique{
    display:block;
    width:662px;
    height:413px;
    position:absolute;
    top:37px;
    left:364px;
    overflow:hidden;
}
.charte-graphique img{
     animation: 30s infinite alternate Real;
}
.charte-graphique.charte_explorer img{
    animation:none;
}
@keyframes Real {
    0% {
        transform:translateY(0);
    }
    100% {
        transform:translateY(calc(413px - 100%));
    }
}
.flyer{
    text-align:center;
}
#content .row.projet{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#eee;
    padding-top:200px;
}
.infos-realisations{
    display:block;
    float:left;
    width:100%;
    transform:translateY(0);
    animation:1s Up linear;
    text-align:center;
}
.infos-realisations p{
    text-align:center;
}
.infos-realisations i{
    font-size:60px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color);
    padding-bottom:15px;
}
#content .row.galerie-realisation{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:0;
}
.row.galerie-realisation .hover-galerie{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.row.galerie-realisation a{
    position:relative;
    z-index:50;
}
.row.galerie-realisation a:hover{
    z-index:100;
}
.row.galerie-realisation a:hover .hover-galerie{
    background:rgba(0,0,0,0);
}
.row.galerie-realisation img{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.row.galerie-realisation a:hover img{
    transform:scale(1.1);
}
.row.chiffres-projet{
    display:block;
    float:left;
    width:100%;
    clear:both;
}
.fancybox-nav{
    height:90%;
}
@media(max-width:1499px){
    .charte-graphique{
        left:224px;
    }
}
@media(max-width:1199px){
    .charte-graphique{
        left:134px;
    }
}
@media(max-width:991px){
    .charte-site{
        background:url('img/MacBook_Pro-small.png') no-repeat bottom center;
    }
    .charte-graphique{
        width: 520px;
        height: 324px;
        left: 85px;
        top: 31px;
    }
    .charte-site.imageactu{
        height:400px;
    }
    @keyframes Real {
        100% {
            transform:translateY(calc(324px - 100%));
        }
    }
}
@media(max-width:767px){
    .container-realisation{
        text-align:center;
    }
    .imageactu, .charte-site.imageactu{
        height:220px;
    }
    .charte-site.imageactu{
        max-width:367px;
        display: inline-block;
        float: none;
    }
    .charte-site{
        background:url('img/MacBook_Pro-extra-small.png') no-repeat bottom center;
    }
    .charte-graphique {
        width: 277px;
        height: 173px;
        left: 45px;
        top: 23px;
    }
    @keyframes Real {
        100% {
            transform:translateY(calc(173px - 100%));
        }
    }
    .flyer img{
        max-height:220px;
        width:auto;
    }
    .infos-realisations{
        margin-top:30px;
    }
    #content .row.projet{
        padding-top:170px;
    }
    #content .row.galerie-realisation{
        text-align:center;
    }
    #content .row.galerie-realisation .col-12{
        max-width:500px;
        display: inline-block;
        float: none;
    }
}

/***** CONTACT *****/
#content .row.contact{
    display:table-row;
    float:left;
    width:100%;
    clear:both;
    padding:0;
}
/* Map + Carte visite */
.map-background{
    background:url('img/map-com2see-2018.jpg') no-repeat center center;
    background-size:cover !important;
    display:table-cell;
    width:40%;
    text-align:center;
    vertical-align:middle;
}
.carte_visite{
    display:inline-block;
    width:400px;
    height:auto;
    max-width:90%;
    background:rgba(255,255,255,0.8);
    border-bottom:3px solid #0096ff;
    border-bottom:3px solid var(--main-color);
    padding:30px;
    text-align:center;
}
.carte_visite img{
    max-width:150px;
    margin-bottom:30px;
}
.carte_visite p{
    text-align:center;
}
/* Formulaires */
.container-formulaires{
    display:table-cell;
    width:60%;
    padding:100px 30px;
}
.menu-formulaire{
    display:block;
    float:left;
    width:100%;
    text-align:center;
    cursor:pointer;
    border:0;
    background:none;
    padding:30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-formulaire:hover{
    background:#0096ff;background:var(--main-color);
}
.formulaire h2{
    text-align:left;
}
.menu-formulaire i{
    font-size:45px;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color);
    padding-bottom:30px;
    float:left;
}
.menu-formulaire h4{
    padding-bottom:15px;
    text-align:left;
}
.menu-formulaire p{
    color:#888888;
    text-align:left;
}
.menu-formulaire:hover i, .menu-formulaire:hover h4{
    color:#fff;
}
.menu-formulaire:hover p{
    color:#ccc;
}
.retour-choix-formulaire {
    margin-bottom:30px;
    cursor:pointer;
}
.retour-choix-formulaire:hover {
    color:#0096ff;color:var(--main-color);
}
.form-group {
    margin-top:15px;
    margin-bottom:15px;
    width:100%;
    font-weight:normal;
    border:1px solid #f4f4f4;
    padding:0 10px;
    border-bottom: 3px #333333 solid;
    background: #f4f4f4;
}
input.form-group{
    height:40px;
}
.form-group:focus {
    border-bottom: 3px #0096ff solid;
    border-bottom: 3px var(--main-color) solid;
    outline: 0;
}
textarea.form-group{
    padding-top:8px;
}
span.wpcf7-list-item.first, .wpcf7-acceptance span.wpcf7-list-item{
    margin:0 !important;
}
.form-statut span.wpcf7-list-item{
    margin:0 !important;
    padding-bottom:10px;
    width:100%;
}
.champs_obligatoire{
    float:right;
    color: #A94442;
    font-weight:bold;
}
@media(min-width:1200px) and (max-width:1499px) {
    .map-background {
        width: 30%;
    }
    .container-formulaires {
        width: 70%;
    }
    .carte_visite {
        width: 90%;
    }
}
@media(max-width:1199px){
    .map-background {
        display:block;
        background:url('img/map-com2see-2018-long.jpg') no-repeat center center;
        width: 100%;
        text-align:left;
        padding:60px;
    }
    .container-formulaires {
        display:block;
        float:left;
        width: 100%;
    }
}
@media(max-width:991px){
    .map-background {
        text-align:center;
        padding:60px 0;
    }
}
@media(max-width:767px){
    .menu-formulaire{
        margin-bottom:60px;
    }
    .container-formulaires{
        padding-bottom:40px;
    }
}

/***** FOOTER*****/
#footer{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#111;
    padding:60px 0;
}
#footer img{
    max-width:200px;
    height:auto;
    margin-bottom:30px;
}
#footer p{
    color:#fff;
    text-align:center;
}
#footer h3{
    color:#fff;
    text-align:left;
    padding-bottom:30px;
    font-weight:bold;
}
#footer ul{
    display:block;
    list-style:none;
    padding:0;
    margin:0;
    color:#fff;
}
#footer ul li {
    list-style:none;
    position:relative;
    clear:both;
    width:100%;
}
#footer ul li a{
    color:#fff;
    line-height: 30px;
    clear: both;
}
#footer ul li a:hover{
    color:#0096ff;color:var(--main-color);
}
#footer i{
    font-size: 30px;
    width: 38px;
    height: auto;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}
#footer iframe{
    width:100%;
    display:block;
}
@media(max-width:991px){
    #footer .col-sm-6{
        margin-bottom:30px;
        text-align:center;
    }
    #footer h3{
        text-align:center;
    }
    #footer{
        padding-bottom:30px;
    }
    #footer iframe{
        width:auto;
        margin:0 auto;
    }
    #footer i{
        display:inline-block;
        float:none;
    }

}

/***** Explorer *****/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
    .row.presentation i, .menu-formulaire i, .infos-realisations i{
        color:#0096ff;
    }
    #content .row.contact, .map-background, .container-formulaires{
        display:block;
        float:left;
        min-height:440px;
    }
    .carte_visite{
        margin-top:100px;
    }
}