@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/* ======================== GENERAL =============================*/
button:focus{
    background:inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #1d1d1b;
}
html{
	overflow-x: hidden;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	overflow-x: hidden;
}

body.active {
    overflow: hidden;
}

a {
    text-decoration: none;
}

a,
p,
li,
input,
.bouton,
.bouton_clic {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-weight: 300;
}

button {
    cursor: pointer;
    border: none;
}

img {
    max-width: 100%;
}

a {
    color: #050800;
}

b {
    font-weight: 600;
}

h1 {
    font-size: 2em;
    margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
h1 strong{
	font-weight:700;
}
strong{
	font-weight:700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

h2{
    font-size:1.8em;
    color:#050800;
	margin:0 auto 5px;
	font-weight: 300;
	text-align: center;
}
h2 strong{
	margin-top: 20px;
    font-size: 1.1em;
    font-weight: 700;
    display: block;
	text-transform: uppercase;
	background: -webkit-gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -moz-gradient(linear, left top, right bottom, from(#07a4e8), to(#0ce3c6));
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background: -ms-gradient(linear, left top, right bottom, from(#07a4e8), to(#0ce3c6));
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background: -o-gradient(linear, left top, right bottom, from(#07a4e8), to(#0ce3c6));
    -o-background-clip: text;
    -o-text-fill-color: transparent;
}
h3{
    font-size:1.2em;
	margin:auto;
	color:#909090;
	letter-spacing: 3px;
}
h4{
	margin:0 auto 6px;
	font-size:1.4em;
	color:#1d1d1b;
}
ul {
    text-align: left;
    list-style-type: initial;
    padding: initial;
    padding-left: 20px;
}

ul li {
    list-style-type: initial;
}

.no-padding{
    padding:0;
}
/* ===============================================================================================
BOUTONS / UI
===================================================================================================*/

.bouton {
    transition: 0.2s;
    display: inline-block;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #FFF;
    text-transform: inherit;
    height: auto;
    line-height: inherit;
	font-weight:700;
    font-size:0.9em;
	cursor:pointer;
}
.div-obligatoire {
    color: #ccc;
}

form .row {
    margin: 0 auto;
}

form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #a9a9a9 !important;
}

form .input-field {
    text-align: left;
}

.separate {
    background: #c5c5c5;
    height: 1px;
    margin: 20px 0;
}

/* ===============================================================================================
GENERAL
===================================================================================================*/
.wrapper {
    display: block;
    width: 100%;
    flex: 1 0 auto;
}
.row {
    max-width: 1200px;
}

#responsive-content {
    margin: auto;
    position: relative;
}
#responsive-content.mentionsLegales{
	padding:100px 10px;
}
#responsive-content > div,
.max-width {
    max-width: 1200px;
    margin: auto;
}
#responsive-content > div.no_max-width{
	max-width: none;
}
.vParent {
    min-height: 350px;
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.vCenter {
    max-width: 1200px;
    display: table-cell;
    vertical-align: middle;
}

.padding, .group_cols.padding {
    padding: 100px 0px;
}

.table .cols {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.cols_2:first-child {
    padding-right: 20px;
}

.cols_2:last-child {
    padding-left: 20px;
}

.center {
    text-align: center;
    width: 100%;
}

.center > img {
    margin: auto;
}

.center > .btn {
    margin: 20px auto;
}

.container-texte {
    padding: 20px;
}

.cover {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.cover h3 {
    color: #fff;
}

.icone {
    display: block;
    max-width: 30%;
}
/* ====================== HEADER ======================== */
.header_noir #logo_svg .st0{
	fill:#050800;
}
.header_noir #menu_bouton>span{
	color:#050800;
}
.header_noir #menu_carres>span{
	background:#050800;
}

.active #logo_svg .st0, .header_scroll #logo_svg .st0{
	fill:#FFF;
}
.active #menu_bouton>span, .header_scroll #menu_bouton>span{
	color:#FFF;
}
.active #menu_carres>span, .header_scroll #menu_carres>span{
	background:#FFF;
}
/*MENU CARRES*/
#menu_bouton{
	position: absolute;
	right:2px;
	top:50%;
	transform: translateY(-50%);
}
#menu_bouton>span{
	display: inline-block;
	vertical-align: middle;
	color:#FFF;
	transition:0.2s ease;
	cursor:pointer;
}
header #menu_bouton.active>span{
	color:#FFF;
}
#menu_carres{
	width: 26px;
    height: 26px;
    margin: auto;
    cursor: pointer;
	transition:0.2s ease;
	position:relative;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
}
#menu_carres>span, #menu_bouton.active #menu_carres>span{
	width: 6px;
    height: 6px;
    margin: 0;
    background: #FFF;
    position: absolute;
    transition: 0.2s ease
}
#menu_carres>span:nth-child(1) {
	top: 0;
	left: 0;
}
#menu_carres>span:nth-child(2) {
	top: 0;
	left: 50%;
	transform:translateX(-50%);
}
#menu_carres>span:nth-child(3) {
	top: 0;
	right: 0;
}
#menu_carres>span:nth-child(4) {
	top: 50%;
	transform:translateY(-50%);
	left: 0;
}
#menu_carres>span:nth-child(5) {
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
#menu_carres>span:nth-child(6) {
	top: 50%;
	transform:translateY(-50%);
	right:0;
}
#menu_carres>span:nth-child(7) {
	bottom:0;
	left: 0;
}
#menu_carres>span:nth-child(8) {
	bottom:0;
	left: 50%;
	transform:translateX(-50%);
}
#menu_carres>span:nth-child(9) {
	bottom:0;
	right:0;
}
#menu_bouton:hover #menu_carres>span:nth-child(1){
	transform:translate(-2px, -2px) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(2){
	transform:translate(-50%, -2px) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(3){
	transform:translate(2px, -2px) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(4){
	transform:translate(-2px, -50%) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(6){
	transform:translate(2px, -50%) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(7){
	transform:translate(-2px, 2px) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(8){
	transform:translate(-50%, 2px) rotate(90deg);
}
#menu_bouton:hover #menu_carres>span:nth-child(9){
	transform:translate(2px, 2px) rotate(90deg);
}
#menu_bouton.active #menu_carres>span{
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	opacity:0;
	visibility: hidden;
}
#menu_bouton:hover.active #menu_carres>span{
	transform: translate(-50%, -50%);
}
#menu_bouton.active #menu_carres>span:nth-child(5){
	opacity:1;
	visibility: visible;
	transform:translate(-50%, -50%) rotate(45deg);
	width:100%;
}
#menu_bouton.active #menu_carres>span:nth-child(4){
	opacity:1;
	visibility: visible;
	transform:translate(-50%, -50%) rotate(45deg);
	height:100%;
}

nav {
    box-shadow: none !important;
}
.menu{
	display:flex;
	height:100%;
	width:100%;
	position:fixed;
	background:#050800;
	z-index: 3;
	top:-100%;
	left:0;
	transition:0.6s ease;
}
body.active .menu{
	top:0;
}
.menu ul{
	padding:0;
	margin:auto 100px;
	width:calc(100% - 200px);
}
.menu ul li{
	list-style-type: none;
	margin:40px auto;
	position:relative;
}
.menu ul li:after{
    border-top: 2px dotted #949494;
    content: '';
    position: absolute;
    bottom:14px;
    left: 0;
    width: 80%;
    height: 0;
	z-index: -1;
}
.menu ul li a{
	font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    font-size: 2.4em;
    text-transform: uppercase;
    letter-spacing: 10px;
	position:relative;
    background: #050800;
	display: inline-block;
	vertical-align: middle;
	cursor:pointer;
}
.menu ul li a:before{
	top: 1px;
    left: 0;
    width: 0;
    color: #FFF;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    transition: 0.6s ease;
}
.menu ul li.active a:before, .menu ul li a:hover:before{
	width:100%;
}
#pieuvre{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
	background: linear-gradient(45deg, #0ce3a9, #09c2d8, #0755e8);
	background-size: 200% 200%;
	-webkit-animation: Gradient 6s ease infinite;
	-moz-animation: Gradient 6s ease infinite;
	animation: Gradient 6s ease infinite;
	clip-path: url('#path_pieuvre');
}
#tentacule{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
	background: linear-gradient(45deg, #0ce3a9, #09c2d8, #0755e8);
	background-size: 200% 200%;
	-webkit-animation: Gradient 6s ease infinite;
	-moz-animation: Gradient 6s ease infinite;
	animation: Gradient 6s ease infinite;
	clip-path: url('#path_tentacule');
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
#container_pieuvre{
	position: absolute;
    width: 550px;
    height: 550px;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
}
#svg_pieuvre{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#container_tentacule{
	position: absolute;
    width: 350px;
    height: 192px;
    bottom: -8px;
    left: -8px;
	z-index: -1;
}
#svg_tentacule{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#infos_contact{
	position: absolute;
    top: 40%;
    right: -554px;
    z-index: 3;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top left;
    transition: 0.8s ease;
    transition-delay: 0.6s;
    max-width: 100%;
    background: #050800;
	opacity:0;
	visibility: hidden;
}
body.active #infos_contact{
	top: 50%;
	opacity:1;
	visibility: visible;
}
#infos_contact p{
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	display:inline-block;
	vertical-align: middle;
	margin:auto;
}
#infos_contact span{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 2px;
    background: #07A4E8;
    margin: 0 20px 0 30px;
}
#infos_contact a{
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
	opacity:0;
	transition:0.3s ease;
	height:20px;
}
#infos_contact img{
	transition:0.2s ease;
}
#infos_contact a:hover img{
	transform:rotate(90deg);
}
#infos_contact a img{
	width:20px;
}
body.active #infos_contact a{
	opacity:1;
}
#infos_contact a:nth-child(3){
	transition:0.3s ease 0.6s;
}
#infos_contact a:nth-child(4){
	transition:0.3s ease 0.8s;
}
#infos_contact a:nth-child(5){
	transition:0.3s ease 1s;
}

#header {
    position:fixed;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: calc(100% + 2px);
    z-index: 100;
    text-align: center;
	top:0;
	left:50%;
	transform:translateX(-50%);
	height:80px;
	overflow:hidden;
}
#header #infos_header{
	margin:auto;
	max-width:calc(100% - 80px);
	position:relative;
	height:100%;
}
#accueil #header{
	top:78px;
	width:calc(100% - 120px);
}
#header a.logo{
    display:inline-block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:130px;
	text-align: left;
	cursor:pointer;
}
#header a.logo #logo_svg{
	transition:0.2s ease;
}
#header a.logo #logo_svg path, #header a.logo #logo_svg polygon{
	transition:0.3s ease;
}
#header:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:-100%;
	left:0;
	transition:0.3s ease;
	background:#050800;
	border-bottom:10px solid rgb(255, 255, 255);
	z-index: -1;
}
.active #header:after{
	border:none;
	height:0;
}
#header.header_scroll:after{
	top:0;
}
#accueil #header.header_scroll{
	top:0;
}
#accueil #header #infos_header{
	max-width:none;
}
#accueil #header.header_scroll{
	width:calc(100% + 2px);
	padding:0 40px;
}
/* ================================================================ SLIDER ================================================================================== */
#slider {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
	height:100vh;
}
#slider .lslide{
	height:100vh;
}
#slider .lslide:after{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	content:'';
}
.wrapper .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
}

.wrapper .lSSlideOuter.vertical .lSAction {
    right: 30px;
    bottom: 90px;
    width: 120px;
    position: absolute;
    height: 70px;
    left: auto;
}

.wrapper .lSAction > a.lSPrev:before,
.wrapper .lSAction > a.lSNext:before {
    content: "";
    background: url(../../../images/sites/nowwweb_v2/icone-prev2.png) center center no-repeat;
    background-size: 20px auto;
    display: block;
    width: 70px;
    height: 70px;
}

.wrapper .lSAction > a.lSNext:before {
    background: url(../../../images/sites/nowwweb_v2/icone-next2.png) center center no-repeat;
    background-size: 20px auto;
}

.wrapper .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 0 -31px;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}

.wrapper .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
}

.wrapper .slide.active {
    z-index: 10 !important;
}

.wrapper .lSAction > a {
    opacity: 0.5;
}

.wrapper .lSAction > a:hover {
    opacity: 1;
}

.separateur_horizontal {
    clear: both;
    margin: 20px 0;
    height: 1px;
    border: none;
    width: 100%;
    background: #1D1D1B;
}

.wrapper .lSSlideOuter .lSPager {
    display: none;
}

.content-slider li {
    text-align: center;
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    color: #FFF;
    background-size: cover;
    background-position: center center;
}

#content-slider {
    padding: 0;
    margin: 0;
}

.content-slide {
    position: absolute;
    left: 200px;
    top:50%;
	transform:translateY(-50%);
    display: block;
    padding: 0;
    text-align: left;
}

.backdrop {
    background-color: #333;
}

@media only screen and (max-width: 1200px) {
    .content-slide {
        padding: 0 10%;
    }
    .group_cols{
        padding-left:10px !important;
        padding-right:10px !important;
    }
}

@media only screen and (max-width: 840px) {
    .content-slide {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 500px) {
    .content-slide {
        padding: 0 15px;
    }
}
.row.max-width {
    max-width: 1200px;
    margin: 30px auto;
    width: 100%;
}/* ===============================================================================================
PAGE CATEGORIES
=================================================================================================*/
.parallax-container{
	height:280px;
	max-width:none !important;
}
.parallax-container .cols_1{
	height:100%;
}
.parallax img{
	min-width:101%;
}

#header-page{
	position:relative;
	z-index: 0;
}
#header-page:after{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgb(10,10,10);
	background: -moz-linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.5) 100%);
	background: -webkit-linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.5) 100%);
	background: linear-gradient(180deg, rgba(10,10,10,0.3) 0%, rgba(10,10,10,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050800",endColorstr="#050800",GradientType=1);
	z-index: -1;
	content:'';
}
#header-page h1{
	position: absolute;
    bottom: -10px;
	left:0;
	width:100%;
    z-index: 0;
    color: #FFF;
    margin: auto;
    font-weight: 600;
    font-size: 3.4em;
	text-align: center;
}
#header-page h1 span {
    transform: translateY(120px);
	display: inline-block;
	vertical-align: middle;
}
#header-page.active h1 span {
    transform:none;
}
#liens_categ{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:flex;
	justify-content: space-between;
	padding:6px 40px;
}
#liens_categ a{
	color:#FFF;
}
#liens_categ a span{
	display: inline-block;
	vertical-align: middle;
	margin:auto 5px;
}
#liens_categ a img{
	width:26px;
	display: inline-block;
	vertical-align: middle;
	transition:0.2s ease;
}
#liens_categ .lien_categ_prev img:last-child{
	width:0;
}
#liens_categ .lien_categ_prev:hover img:last-child{
	width:26px;
}
#liens_categ .lien_categ_prev:hover img:first-child{
	width:0;
}
#liens_categ .lien_categ_next img:first-child{
	width:0;
}
#liens_categ .lien_categ_next:hover img:first-child{
	width:26px;
}
#liens_categ .lien_categ_next:hover img:last-child{
	width:0;
}
/* ===============================================================================================
PAGE D'ACCUEIL
=================================================================================================*/
#parallax_container {
	display: block;
	position: absolute;
    width: 100%;
    height: calc(100vh - 80px);
    z-index: 1;
	top:0;
	left:0;
	overflow:hidden;
}
#parallax_container img {
	position: absolute;
	transform: translateY(0px);
	z-index: 1;
}
#parallax_container #tentacule_1{
	left: -130px;
    width: 500px;
	bottom:0;
}
#parallax_container #tentacule_2{
	left: -14px;
    bottom: -110px;
	width: 500px;
}
#parallax_container #tentacule_3{
	left: 38%;
    bottom: -18px;
    width: 230px;
}
#parallax_container #tentacule_4{
    width: 400px;
    bottom: -135px;
    right: 20%;
}
#parallax_container #tentacule_5{
  	right: 30px;
    bottom: -125px;
    width: 300px;
}
#parallax_container #tentacule_6{
  	width: 340px;
    bottom: 0;
    right: -220px;
}

#diapo_home{
	background:url('../../../images/sites/nowwweb_v2/diapo.jpg') center center no-repeat #013d57;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100vh;
	position:relative;
	border:40px solid #FFF;
}
/*#diapo_home:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
	background: radial-gradient(circle, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}*/
#diapo_home h1{
	position:absolute;
	color:#FFF;
	margin:auto;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 1;
	font-size:4em;
	text-align: center;
	font-weight: normal;
    line-height: initial;
	text-shadow: 2px 2px 3px #000;
}
#diapo_home h1 > span{
	display:block;
	font-weight:700;
}
#diapo_home #texte1_diapo{
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	margin:auto;
	text-transform: uppercase;
	color:#FFF;
	z-index:2;
	font-size:1.2em;
	letter-spacing: 8px;
	width:40%;
	text-align:center;
}
#diapo_home #texte1_diapo span{
	color:#07a4e8;
	font-weight:600;
}
#diapo_home #texte2_diapo{
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	margin:auto;
	text-transform: uppercase;
	color:#FFF;
	z-index:2;
	font-size:1.2em;
    letter-spacing: 2px;
	width:40%;
	text-align:center;
}

.bloc_image_plus_text .text_ck{
	display:flex;
	text-align: inherit;
	flex-wrap: wrap;
}
.bloc_image_plus_text .text_ck .conteneur_image{
	float:none;
	margin:auto;
	padding:0;
}
.bloc_image_plus_text .text_ck .conteneur_texte{
	margin:auto;
	max-width:calc(100% - 160px);
	width:100%;
}
.bloc_image_plus_text .text_ck .conteneur_texte p{
	margin:auto;
}

#domaines_expertise{
	background:url('../../../images/sites/nowwweb_v2/fond_noir.jpg') bottom center no-repeat;
	background-size:cover;
	border:40px solid #FFF;
	border-top:none;
	height:calc(100vh - 40px);
	overflow:hidden;
	z-index: 0;
	position:relative;
}
#domaines_expertise:after{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #141517;
    background: -webkit-linear-gradient(left,#141517 0,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,#141517 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#141517 0,rgba(255,255,255,0) 100%);
	z-index: -1;
}
#domaines_expertise h2{
	margin: auto auto 0;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}
#domaines_expertise #svg_expertise{
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
	width:1700px;
}
.groupe_croix{
	opacity: 0;
	visibility: hidden;
	transition:0.3s ease;
}
.groupe_croix path{
	fill:#FFF;
}
.croix1{
	transition:0.3s ease 3.2s;
}
.croix2{
	transition:0.3s ease 4.6s;
}
.croix3{
	transition:0.3s ease 5.8s;
}
.groupe_croix.active{
	opacity: 1;
	visibility: visible;
}
.trace{
	display:none;
}
polyline{
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 12, 24;
}
#container_expertise{
	position: absolute;
    bottom: 245px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
#container_expertise .item_expertise{
	margin:auto;
	text-align: center;
	opacity:0;
	visibility: hidden;
	display: inline-block;
    vertical-align: middle;
}
#container_expertise .item_expertise.active{
	opacity:1;
	visibility: visible;
}
#container_expertise .item_expertise:first-child{
	transition:0.3s ease 1s;
}
#container_expertise .item_expertise:nth-child(2){
	transition:0.3s ease 1.5s;
	margin:auto 265px;
}
#container_expertise .item_expertise:last-child{
	transition:0.3s ease 2s;
}
#container_expertise .item_expertise img{
	margin:auto;
	display:block;
	width:140px;
	margin-bottom:20px;
}
#container_expertise .item_expertise h3{
	display:inline-block;
	vertical-align: middle;
	color:#FFF;
	padding:10px;
	text-transform: uppercase;
}
#container_expertise .item_expertise:first-child h3{
	background:#07a4e8;
}
#container_expertise .item_expertise:nth-child(2) h3{
	background:#09c2d8;
}
#container_expertise .item_expertise:last-child h3{
	background:#0ce3c6;
}

#prestations{
	margin:80px auto;
}
#prestations #tentacule_home{
    width: 250px;
	display:block;
	margin:30px auto 0;
	background: linear-gradient(45deg, #0ce3a9, #09c2d8, #0755e8);
    background-size: 200% 200%;
    -webkit-animation: Gradient 6s ease infinite;
    -moz-animation: Gradient 6s ease infinite;
    animation: Gradient 6s ease infinite;
	clip-path:circle(121px);
}
#container_prestations{
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin: 50px auto 0;
    justify-content: center;
}
#container_prestations .item_prestation{
	width:40%;
	display:flex;
	margin:30px auto;
}
#container_prestations .item_prestation img{
	width:60px;
	margin-right:10px;
}
#container_prestations .item_prestation h4{
	text-transform: uppercase;
	margin:0 auto 10px;
	font-weight:700;
	font-size:1.2em;
}
#container_prestations .item_prestation p{
	margin:auto;
}

#dernieres_realisations{
	margin:80px auto 40px;
}
#dernieres_realisations p{
	text-align: center;
	font-size:1.2em;
}
#dernieres_realisations p a{
	display:inline-flex;
}
#dernieres_realisations p a img{
	margin: auto 6px auto auto;
	width:24px;
}
#dernieres_realisations p a span{
	margin: auto;
}
#container_instagram{
	max-width: 960px;
	margin: 20px auto 0;
}
#instaLink_0{
	height:auto !important;
}
.instalink-feed-wrapper, .instalink-scroll .instalink-feed-container{
	position:relative !important;
}
#instaLink_0 .instalink-feed-post{
	overflow:hidden;
    width: calc(100% / 3) !important;
    height: calc(100% / 3) !important;
    display: inline-block !important;
	vertical-align: middle;
    float: none !important;
}
#instaLink_0 .instalink-feed-post span {
    position: static !important;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
}
#instaLink_0 .instalink-feed-post:after{
	height:100%;
	width:100%;
	background: -webkit-gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
	position:absolute;
	top:0;
	left:-100%;
	transition:0.2s ease;
	content:'';
	opacity:0.7;
}
.instalink-scroll .instalink-feed-container{
	width:100%;
}
#instaLink_0 .instalink-feed-post:hover span{
	transform:scale(1.05);
}
#instaLink_0 .instalink-feed-post:hover:after{
	left:0;
}
/* ===============================================================================================
PAGE AGENCE
=================================================================================================*/
#infos_agence{
	margin:80px auto;
}
#infos_agence #texte_infos_agence{
	display:flex;
	margin-top:40px;
}
#infos_agence #texte_infos_agence h4{
	text-align: right;
	margin:auto;
	margin-right:20px;
    text-transform: uppercase;
    line-height: 1.95em;
	font-weight:500;
}
#infos_agence #texte_infos_agence>div{
	width:62%;
	margin:auto;
	margin-left:20px;
}
#infos_agence #texte_infos_agence>div p:first-child{
	margin-top:0;
}
#infos_agence #texte_infos_agence>div p:last-child{
	margin-bottom:0;
}
#container_equipage{
	margin:40px auto 80px;
}
#equipage{
	display:flex;
	flex-wrap: wrap;
	max-width:1200px;
	margin:40px auto 0;
}
#equipage .item_equipage{
	width:300px;
	position:relative;
	overflow:hidden;
	background:#050800;
}
#equipage .item_equipage .degrade{
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	position:absolute;
	background: -webkit-gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
	background: gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
	content:'';
	opacity:0.7;
}
#equipage .item_equipage:last-child img:last-child{
	background: -webkit-gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
	background: gradient(linear, left center, right center, from(#07a4e8), to(#0ce3c6));
	transform:translateX(-100%);
}
#equipage .item_equipage:last-child:hover img:last-child{
	transform:none;
}
#equipage .item_equipage img{
	display:block;
	transition:0.2s ease;
}
#equipage .item_equipage:last-child:hover img:first-child{
	transform: translateX(100%);
}
#equipage .item_equipage .item_svg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 1;
	transition:0.2s ease;
	opacity:0;
}
#equipage .item_equipage:hover .item_svg{
	opacity:1;
}
#equipage .item_equipage .infos_personne{
	position:absolute;
	bottom:12px;
	width:100%;
	text-align: center;
	left:-100%;
	transition:0.3s ease;
	z-index: 2;
}
#equipage .item_equipage:hover .infos_personne{
	left:0;
}
#equipage .item_equipage .infos_personne h4{
	color:#FFF;
	text-transform: uppercase;
	margin:auto;
	font-size:1em;
}
#equipage .item_equipage .infos_personne p{
	color:#FFF;
	margin:auto;
	font-size:0.8em;
}
.bloc_portfolio{
	display:flex;
	flex-wrap: wrap;
}
.bloc_portfolio .item_portfolio{
	margin:10px;
	width:calc(25% - 20px);
}
.bloc_portfolio .item_portfolio .image_portfolio{
	width:100%;
	background-repeat: no-repeat;
	position:relative;
}
.bloc_portfolio .item_portfolio .image_portfolio .image_hover_general{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: rgb(10,10,10);
    background: -moz-linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,1) 100%);
    background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050800",endColorstr="#050800",GradientType=1);
	background-color:inherit !important;
	text-align: left;
	padding:10px;
}
.bloc_portfolio .item_portfolio .valign{
	width:100%;
}
.bloc_portfolio .item_portfolio .portfolio_titre{
	color:#FFF !important;
	text-transform: uppercase;
	font-weight:600;
	font-size:1.2em;
}
.bloc_portfolio .item_portfolio .portfolio_sous_titre{
	color:#FFF !important;
}

.images_agence{
	display:flex;
	margin:40px auto;
}
.images_agence .item_images_agence{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	display:block;
}
.images_agence>.images_agence_item_1{
	width:60%;
	margin-right:15px;
	height:500px;
	background-image:url('../../../images/sites/nowwweb_v2/agence1.jpg');
	background-size:cover;
}
.images_agence>.images_agence_item_2{
	width:40%;
	margin-left:15px;
}
.images_agence>.images_agence_item_2 .item_images_agence:first-child{
	background-image:url('../../../images/sites/nowwweb_v2/agence2.jpg');
	background-size:cover;
	height:235px;
	margin-bottom:30px;
}
.images_agence>.images_agence_item_2 .item_images_agence:last-child{
	background-image:url('../../../images/sites/nowwweb_v2/agence3.jpg');
	background-size:cover;
	height:235px;
	margin-top:30px;
}
#image_agence_image_droite>.images_agence_item_1{
	background-image:url('../../../images/sites/nowwweb_v2/agence4.jpg');
	background-size:cover;
}
#image_agence_image_droite>.images_agence_item_2 .item_images_agence:first-child{
	background-image:url('../../../images/sites/nowwweb_v2/agence6.jpg');
	background-size:cover;
}
#image_agence_image_droite>.images_agence_item_2 .item_images_agence:last-child{
	background-image:url('../../../images/sites/nowwweb_v2/agence5.jpg');
	background-size:cover;
}
#image_agence_image_droite .images_agence_item_1{
	margin:auto;
    margin-left: 15px;
}
#image_agence_image_droite .images_agence_item_2{
	margin:auto;
    margin-right: 15px;
}
#blocs_association{
	margin:40px auto 80px;
}
#container_articles_association{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:20px auto 80px;
	position:relative;
}
#container_articles_association:after{
	position:absolute;
	top: -110px;
    right: 130px;
	content:url('../../../images/sites/nowwweb_v2/bateau2.svg');
	width:140px;
}
#container_articles_association .item_association{
	background:#0ce3c6;
	height:250px;
	width:250px;
	display:flex;
	margin:20px;
}
#container_articles_association .item_association:first-child{
	background:#0ce3c6;
}
#container_articles_association .item_association:nth-child(2){
	background:#09c2d8;
}
#container_articles_association .item_association:last-child{
	background:#07a4e8;
}
#container_articles_association .item_association h4{
	margin:auto;
	color:#FFF;
	text-align: center;
	text-transform: uppercase;
	font-size:1.2em;
	padding:0 20px;
}
/* ===============================================================================================
PAGE REFERENCES
=================================================================================================*/
#references{
	color: #FFF;
    background: url(../../../images/sites/nowwweb_v2/fond_references.svg) top 500px right no-repeat #050800;
    background-size: 400px;
}
.gallerie{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.gallerie img{
	float:none !important;
	margin:38px !important;
}
/* ===============================================================================================
ACTUALITES
===================================================================================================*/
#filtres_articles{
	margin:20px auto;
	max-width:calc(1200px - 50px);
}
#filtres_articles p{
	display: inline-block;
	vertical-align: middle;
	margin:auto 5px;
	position:relative;
	transition:0.2s ease;
}
#filtres_articles p.active{
	font-weight:bold;
}
#filtres_articles p:before, #filtres_articles p:after, .container_lien_article:before, .container_lien_article:after{
	content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #050800;
}
#filtres_articles p:hover:before, #filtres_articles p.active:before, #filtres_articles p:hover:after, #filtres_articles p.active:after, .container_lien_article:hover:before, .container_lien_article:hover:after{
	width:100%;
}
#filtres_articles p:before, .container_lien_article:before{
	right: 0;
    top: 0;
    transition-delay: 0.2s;
}
#filtres_articles p:hover:before, .container_lien_article:hover:before{
    transition-delay: 0.4s;
}
#filtres_articles p:after, .container_lien_article:after{
	left: 0;
    bottom: 0;
	transition-delay: 0.6s;
}
#filtres_articles p:hover:after, .container_lien_article:hover:after{
    transition-delay: 0s;
}
#filtres_articles span{
	padding:4px 10px;
	cursor:pointer;
	color:#050800;
	font-size:0.9em;
	display: inline-block;
	vertical-align: middle;
	position:relative;
}
#filtres_articles span:before, #filtres_articles span:after, .container_lien_article>a:before, .container_lien_article>a:after{
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #050800;
}
#filtres_articles p:hover span:before, #filtres_articles p.active span:before, #filtres_articles p:hover span:after, #filtres_articles p.active span:after, .container_lien_article:hover>a:before, .container_lien_article:hover>a:after{
	height:100%;
}
#filtres_articles span:before, .container_lien_article>a:before{
	transition-delay: 0s;
    left: 0;
    top: 0;
}
#filtres_articles p:hover span:before, .container_lien_article:hover>a:before{
	transition-delay: 0.6s;
}
#filtres_articles span:after, .container_lien_article>a:after{
	transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}
#filtres_articles p:hover span:after, .container_lien_article:hover>a:after{
	transition-delay: 0.2s;
}
#container_articles{
	display:flex;
	flex-wrap: wrap;
	margin:20px auto;
	max-width:1200px;
}
#container_articles .container_image_article{
	overflow:hidden;
}
#container_articles .image_article{
	height: 145px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	transition:0.3s ease;
}
#container_articles .item_article>a:hover .image_article{
	transform:scale(1.05);
}
#container_articles .item_article{
	width:250px;
	height:250px;
	margin:25px;
	text-align: left;
	border:1px solid #C7C7C7;
	position:relative;
	padding:15px;
}
#container_articles .item_article .plus_article{
	position:absolute;
	bottom:15px;
	right:15px;
	width:20px;
	height:20px;
	display:block;
	transition:0.3s ease;
}
#container_articles .item_article .plus_article:hover{
	transform:rotate(90deg);
}
#container_articles .item_article > a.fancy_article{
	display:block;
}
#container_articles .contenu_article{
	padding:20px 0;
}
#container_articles .titre_article{
    font-size: 0.9em;
    font-weight: bold;
    margin: auto;
}
#container_articles .description_article{
	margin: auto;
    font-size: 0.9em;
    padding-top: 40px;
	position:relative;
}
#container_articles .description_article:before{
	content: '';
    width: 35px;
    height: 3px;
    background: #07A4E8;
    position: absolute;
    left: 0;
	top: 19px;
}
#container_articles .date_article{
	margin: 5px auto 0;
    font-weight: 400;
    color: #939393;
	text-transform: uppercase;
	font-size:0.8em;
}
#container_articles .item_article.avec_description{
	width:calc(50% - 50px);
}
#container_articles .item_article.avec_description > a{
	display:flex;
	height:100%;
}
#container_articles .item_article.avec_description > a .container_image_article{
	width:50%;
	height:calc(100% - 30px);
	margin:15px;
}
#container_articles .item_article.avec_description > a .container_image_article .image_article{
	height:100%;
}
#container_articles .item_article.avec_description .contenu_article{
	padding:40px;
	width:50%;
	overflow:hidden;
}
#container_articles .item_article.avec_description .titre_article, #container_articles .item_article.avec_description .date_article{
	font-size:1em;
}

/* ===============================================================================================
PAGES ARTICLES
=================================================================================================*/
.article #header-page{
	padding:150px 0 40px;
}
.article #header-page:after{
	display:none;
}
.article #header-page h1{
    margin: auto;
    font-size: 2.4em;
    text-align: center;
    color: #050800;
    text-transform: none;
    letter-spacing: normal;
	transform:none;
	width:auto;
	left:50%;
	transform:translateX(-50%);
	padding:10px 0;
	overflow:hidden;
}
.article #header-page h1:after{
	background:#050800;
	position:absolute;
    width: 100%;
	height:calc(100% + 40px);
	top:50%;
	left:-100%;
	transform:translateY(-50%);
	content:'';
	transition:0.6s ease 0.2s;
}
.article #header-page.active h1:after{
	left: 100%;
}
.article #header-page h1:before{
	background:#FFF;
	position:absolute;
	width:100%;
	height:calc(100% + 40px);
	top:50%;
	left:0;
	transform:translateY(-50%);
	content:'';
	transition:0.6s ease 0.2s;
}
.article #header-page.active h1:before{
	left: 200%;
}
.article #liens_categ{
	bottom: inherit;
    top: 157px;
    z-index: 1;
    padding: 0 40px;
}
.article #liens_categ a{
	color:#050800;
}
.article .cols .text_ck{
	margin:60px auto 20px;
}
.article .cols .text_ck p{
	color:#939393;
	font-weight:400;
}
.article .cols:nth-child(2) .text_ck{
	position:relative;
}
.article .cols:nth-child(2) .text_ck:before{
	position:absolute;
	top:50%;
	left:-10px;
	transform:translateY(-50%);
	background:#050800;
	height:30px;
	width:1px;
	content:'';
}
.article .cols:nth-child(2) .text_ck:after{
	position:absolute;
	top:50%;
	right:-10px;
	transform:translateY(-50%);
	background:#050800;
	height:30px;
	width:1px;
	content:'';
}

#article_suivant_precedent{
	display:flex;
	justify-content: space-between;
	max-width:1200px;
	margin:0 auto 40px;
	padding:0 5px;
}
#article_suivant_precedent .container_lien_article{
	position:relative;
}
#article_suivant_precedent .container_lien_article>a{
	display:block;
	position:relative;
	padding:6px 10px;
}
#article_suivant_precedent .container_lien_article>a>div{
	display:inline-block;
	vertical-align: middle;
}
#article_suivant_precedent .container_lien_article>a>div>p{
	margin:auto 5px;
}
#article_suivant_precedent .container_lien_article>a>.bouton_next_prev{
	display:inline-block;
	vertical-align: middle;
	width:26px;
}

.article-contenu .cols_2{
	margin-bottom:0;
}
.article-contenu .cols_2 .bloc_full_width div{
	height:380px;
}
/* ===============================================================================================
PAGE CONTACT et FORMULAIRES
=================================================================================================*/
#contact{
	background:#FFF;
}
#contact .inline{
	display: inline-block;
	vertical-align: middle;
	margin: auto;
    margin-right: 14px;
	text-transform: uppercase;
}
#contact label{
	color:#050800;
	font-size:0.8em;
}
#contact form .alignleft{
	margin-bottom: 30px;
}
#contact form .row:nth-child(3), #contact form .row:nth-child(4), #contact form .row:nth-child(5), #contact form .row:nth-child(6){
	float:left;
	width:50%;
}
.bloc_full_width div{
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:270px;
}
#contact form{
	max-width: 610px;
    margin: 50px auto 0;
}
#map_contact{
	height:400px;
	position:relative;
	z-index: 0;
	color:#FFF;
	font:inherit;
	background:url('../../../images/sites/nowwweb_v2/map.JPG') center center no-repeat;
	background-size:cover;
}
#map_contact #infos_map_contact{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 999;
	text-align: center;
}
#map_contact #infos_map_contact h2{
	color:#FFF;
}
#map_contact #infos_map_contact #bateau{
	width: 44px;
    margin: 30px auto 10px;
    display: block;
}
#map_contact #infos_map_contact strong{
	text-transform: uppercase;
	display:block;
}
#map_contact #infos_map_contact p{
	margin:auto;
	font-size:0.8em;
}
.leaflet-control-container{
	display:none;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

ul.dropdown-content li {
    list-style-type: none;
}
textarea{
	min-height: 140px !important;
    background: #FFF !important;
    box-sizing: border-box !important;
}
[type="checkbox"]+label{
	padding-left: 24px;
	height: 20px;
    line-height: 20px;
	font-size:0.7em;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after{
	border-color:#07A4E8;
    top: 50%;
    transform: translateY(-50%);
	margin:auto;
}
[type="checkbox"]:checked+label:before{
	width: 10px;
    height: 20px;
	left:-3px;
    border-right: 2px solid #07A4E8;
    border-bottom: 2px solid #07A4E8;
}
.align_right{
	text-align:right;
}
form button{
	background:none;
	margin-top:15px;
	padding:0;
}
form button span{
	color:#939393;
	font-size:2em;
	position:relative;
	font-weight:bold;
}
form button span:before{
	top: 50%;
    left: 0;
	transform:translateY(-50%);
    width: 0;
    color: #07A4E8;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    transition: 0.6s ease;
}
form button:hover span:before{
	width:100%;
}
/* ===============================================================================================
GALERIE PHOTO
=================================================================================================*/
#fancybox-overlay{
	background-color: rgba(0, 0, 0, 0.8) !important;
	opacity:1 !important;
}
#fancybox-left-ico{
	left:-38px !important;
}
#fancybox-right-ico{
	right:-38px !important;
}
#fancybox-left-ico{
	background:url('../../../images/sites/nowwweb_v2/prev.svg') center center no-repeat;
	background-size:contain;
}
#fancybox-right-ico{
	background:url('../../../images/sites/nowwweb_v2/next.svg') center center no-repeat;
	background-size:contain;
}
#fancybox-left-ico, #fancybox-right-ico{
	height: 34px;
    margin-top: -17px;
}
#fancybox-outer{
	background:none;
}
#fancybox-close{
	background:url('../../../images/sites/nowwweb_v2/close.svg') center center no-repeat;
	top: -40px;
    right: -2px;
    width: 30px;
    height: 30px;
}
#fancybox-title{
	width:1030px !important;
	margin:10px auto 0 !important;
	max-width:100%;
}
.fancybox-title-inside{
	background:#000;
	color:#FFF;
	margin-top:10px;
	text-align: left;
	padding:0;
	font-family: 'Titillium Web', sans-serif !important;
}
#fancybox-title-inside{
	padding:16px;
}
#fancybox-content{
	background:#FFF;
}
/* ===============================================================================================
FOOTER
=================================================================================================*/
footer{
    padding: 0;
    width: 100%;
    background: #000;
    margin-top: 0;
    margin: 0;
	position:relative;
	overflow:hidden;
	padding:40px;
	font-size:0.9em;
	z-index: 0;
	text-align: center;
}
footer #container_infos_footer{
	max-width: 900px;
    text-align: left;
    margin: auto;
}
footer #logo_footer{
	width: 190px;
    display: inline-block;
    vertical-align: middle;
	margin:auto;
}
footer #logo_footer img{
	display:block;
}
footer a, footer p{
	color:#FFF;
	margin:4px auto;
	transition:0.2s ease;
}
footer a:hover{
	color:#2f9cd8;
}
footer #infos_footer{
	display:flex;
	justify-content: space-between;
}
footer #infos_footer h4{
	color:#FFF;
	text-transform: uppercase;
	font-size:1em;
	margin:0 auto 15px;
	font-weight:600;
}
footer .sociaux_footer{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height:20px;
	margin:5px;
	position:relative;
	overflow:hidden;
}
footer .sociaux_footer img{
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	transition:0.2s ease;
}
footer .sociaux_footer img:first-child{
	top:0;
}
footer .sociaux_footer img:last-child{
	top:calc(100% + 10px);
}
footer .sociaux_footer:hover img:first-child{
	top:calc(-100% - 10px);
}
footer .sociaux_footer:hover img:last-child{
	top:0;
}
footer .mentions{
	font-size:0.8em;
	color:#9c9b9b;
	margin-top:25px;
	text-transform: uppercase;
	font-weight:600;
	text-align: center;
}
footer .mentions a{
	color:#9c9b9b;
	font-weight:600;
	transition:0.3s ease;
	display: inline-block;
	vertical-align: middle;
}
footer .mentions a:hover{
	transform:translateY(-2px);
}
/* =================================================================================================
 RESPONSIVE 
 ================================================================================================== */
@media only screen and (max-width : 1600px) {
	#container_tentacule{
		opacity:0.4;
	}
}
@media only screen and (max-width : 1220px) {
	#container_articles{
		justify-content: center;
	}
	#filtres_articles{
		text-align: center;
	}
	#equipage .item_equipage{
		width:25%;
	}
}
/*
.style_ratio #domaines_expertise{
	border:20px solid #FFF;
	border-top:none;
	height:calc(100vh - 40px);
}
.style_ratio #domaines_expertise #svg_expertise{
	display:none;
}
.style_ratio #container_expertise .item_expertise img{
	width:100px;
	margin-top:30px;
}
.style_ratio #container_expertise, .style_ratio #domaines_expertise h2{
	position: static;
    transform: none;
    margin: auto;
}
.style_ratio #domaines_expertise h2{
	margin-top:40px;
}
.style_ratio #parallax_container #tentacule_1{
	left: -75px;
    width: 350px;
}
*/
@media only screen and (max-width : 1200px) {
	#diapo_home{
		border:20px solid #FFF;
	}
	#diapo_home h1{
		top: 125px;
    	transform: translateX(-50%);
    	font-size: 2.6em;
		width:100%;
	}
	#diapo_home #texte1_diapo{
		top: 260px;
		transform: translateX(-50%);
		left: 50%;
		width:100%;
		text-align:center;
		padding:0 5px;
		font-size:0.9em;
	}
	#diapo_home #texte2_diapo{
		top: 300px;
		transform: translateX(-50%);
		left: 50%;
		right:inherit;
		width:100%;
		text-align:center;
		padding:0 5px;
		font-size:0.9em;
	}
	#parallax_container #tentacule_1{
		left: -100px;
    	width: 350px;
	}
	#parallax_container #tentacule_2{
		bottom: -45px;
    	width: 300px;
	}
	#parallax_container #tentacule_3{
		width:150px;
	}
	#parallax_container #tentacule_4{
		width: 300px;
   		bottom: -100px;
	}
	#parallax_container #tentacule_5{
		right: 55px;
		bottom: -70px;
		width: 200px;
	}
	#parallax_container #tentacule_6{
		width: 280px;
   		right: -175px;
	}
	#parallax_container{
		height:calc(100vh - 40px);
	}
	#container_pieuvre{
		position: relative;
		top: inherit;
		right: inherit;
		transform: none;
		height:300px;
		width:300px;
		margin:auto;
	}
	.menu{
		flex-direction: column;
	}
	#domaines_expertise{
		border:20px solid #FFF;
		border-top:none;
		height:calc(100vh - 40px);
	}
	#domaines_expertise #svg_expertise{
		display:none;
	}
	#container_expertise .item_expertise{
		visibility: visible;
		opacity: 1;
		margin:20px !important;
	}
	#container_expertise .item_expertise img{
		width:100px;
	}
	.menu ul li:after{
		width:100%;
	}
	#infos_contact{
		position: static;
		text-align: center;
		transform: none;
		margin:10px auto;
	}
	.menu ul{
		margin:120px auto 10px;
	}
	#infos_contact a:hover img{
		transform: rotateY(360deg);
	}
}
@media only screen and (max-width : 1000px) {
    .image_bloc_image{
        width:auto;
    }
}
@media only screen and (max-width : 980px) {
    .wrapper .lSAction > a.lSPre, .wrapper .lSAction > a.lSNext{
        width:70px;
    }
    .slider .lSAction > .lSNext{
        right:0;
    }
	#header-page h1{
		font-size:2em;
		bottom:-4px;
	}
	#liens_categ{
		top:50%;
		bottom:inherit;
		transform:translateY(-50%);
	}
}
@media only screen and (max-width:900px) {
	footer #container_infos_footer{
		padding:0;
	}
	footer #infos_footer>div:not(:first-child){
		margin-top:15px;
	}
	footer #infos_footer h4{
		margin:0 auto 10px;
	}
	#container_articles_association:after{
		opacity:0.4;
	}
	#parallax_container #tentacule_5{
		display:none;
	}
	#parallax_container #tentacule_4{
		right:10%;
	}
}
@media only screen and (max-width:840px) {
    .form {
        max-width: 100%;
    }
    .group_cols {
        display: block;
	}
	footer #infos_footer{
		flex-direction: column;
	}
}

@media only screen and (max-width:800px) {
	.parallax-container{
		height:200px;
	}
	#container_prestations{
		flex-direction: column;
	}
	#container_prestations .item_prestation{
		width:80%;
	}
	#liens_categ{
		display:none;
	}
}
@media only screen and (max-width:720px) {
    html,
    body {
        font-size: 14px;
    }
    .cols,
    .bloc_image_plus_text .conteneur_image,
    .bloc_image_plus_text_droite .text_ck,
    .conteneur_colonne_responsive_module {
        display: block;
        margin: 10px auto;
        width: 100%;
        padding: 0;
    }
    .cell {
        padding: 0;
    }
    #responsive-content .cols {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
	#infos_agence #texte_infos_agence{
		flex-direction: column;
		padding:10px;
	}
	#infos_agence #texte_infos_agence h4{
		margin:auto 0 20px;
		text-align: left;
	}
	#infos_agence #texte_infos_agence h4 br{
		display:none;
	}
	#infos_agence #texte_infos_agence>div{
		margin:auto 0;
		width:100%;
	}
	#parallax_container #tentacule_3, #parallax_container #tentacule_4{
		display:none;
	}
	.menu ul li a{
		font-size:1.6em;
	}
	#container_articles .item_article{
		margin:10px;
	}
	.article-contenu .cols_2{
		padding:0;
	}
	.article-contenu .cols_2 .bloc_full_width div{
		height:250px;
	}
	.article .cols:nth-child(2) .text_ck:before, .article .cols:nth-child(2) .text_ck:after{
		display:none;
	}
}
@media only screen and (max-width:630px) {
	#container_expertise .item_expertise{
		display:block;
	}
	#container_expertise, #domaines_expertise h2{
		position:static;
		transform: none;
		margin:auto;
	}
	#domaines_expertise h2{
		margin-top:20px;
	}
	h2{
		font-size:1.2em;
	}
	#domaines_expertise{
		display:flex;
		flex-direction: column;
		height:auto;
	}
	#prestations{
		margin-top:20px;
	}
	.menu ul{
		width:calc(100% - 80px);
	}
	#infos_contact p{
		font-size:0.9em;
		letter-spacing: 2px;
	}
	#infos_contact span{
		display:block;
		margin:10px auto;
	}
}
@media only screen and (max-width:600px) {
	#equipage .item_equipage{
		width:calc(100% / 3);
	}
	.gallerie img{
		margin:10px !important;
	}
	#filtres_articles p{
		margin:2px;
	}
}
@media only screen and (max-width:500px) {
	.images_agence{
		flex-direction: column;
	}
	.images_agence>.images_agence_item_1{
		width:100%;
		margin:20px auto !important;
		height:250px;
	}
	.images_agence>.images_agence_item_2{
		width:100%;
		margin:auto !important;
	}
	.images_agence>.images_agence_item_2 .item_images_agence:first-child{
		height:250px;
	}
	.images_agence>.images_agence_item_2 .item_images_agence:first-child{
		margin-bottom:20px;
	}
	.images_agence>.images_agence_item_2 .item_images_agence:last-child{
		margin-top:20px;
	}
}
@media only screen and (max-width:430px) {
	#header-page h1{
		letter-spacing: 2px;
		font-size:1.6em;
	}
	.menu ul li a{
		font-size:1em;
	}
	.menu ul li:after{
		bottom:9px;
	}
}
@media only screen and (max-width:400px) {
	#equipage .item_equipage{
		width:50%;
	}
	#parallax_container #tentacule_1{
		width: 250px;
    	left: -50px;
	}
	#parallax_container #tentacule_2{
		display:none;
	}
	#parallax_container #tentacule_6{
		width: 160px;
    	right: -100px;
	}
	.gallerie img{
		height:50px !important;
		margin:5px !important;
	}
}
@media only screen and (max-width:320px) {
    html,
    body {
        font-size: 12px;
    }
}

/* ===============================================================================================
SURCHARGES DE BASE
=================================================================================================*/

.group_cols {
    padding: 30px 0;
}

.g-recaptcha,
.g-recaptcha > div {
    margin: auto 0 auto auto;
	text-align: right;
}

.conteneur_colonne_responsive_module,
.max-width {
    max-width: 1200px;
    margin: auto;
}

.conteneur_colonne_responsive_module {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    list-style: none;
    text-align: left;
    justify-content: center;
    -webkit-justify-content: center;
}

.conteneur_colonne_responsive_module .cols {
    overflow: hidden;
    text-align: left;
    border: 1px dashed #dedede;
    padding: 30px;
    position: relative;
    margin: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    justify-content: stretch;
    -webkit-justify-content: stretch;
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    box-sizing: border-box;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.cols_100 {
    width: calc(100% - 32px);
}

.cols_75 {
    width: calc(75% - 32px);
}

.cols_50 {
    width: calc(50% - 32px);
}

.cols_33 {
    width: calc(33% - 32px);
}

.cols_25 {
    width: calc(25% - 32px);
}

.infoscontact .group_cols {
    padding: 0;
}

input, textarea{
    color:#050800;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
    color:#050800;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]), .select-wrapper input.select-dropdown:focus{
    border-color:#050800;
    box-shadow: none;
}