/*
	Theme Name: Agence Comrad
	Theme URI: http://comrad.ca
	Description: Theme de l'agence Comrad
	Version: 1.0.0
	Author: Comrad (@agencecomrad)
	Author URI: http://comrad.ca
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.chromeframe {position: absolute; top: 0;}

* {
	padding: 0;
	margin: 0;
}
:focus {
  -moz-outline-style: none;
}
input:focus,textarea:focus {
	outline: none;
}
input::-moz-focus-inner {
	border: 0;
}
html, body {height:100%;}
html {
	font-size: 100%;
}
body {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	height: 100%!important;
}
/* clear */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	border: 0;
	height: auto;
	width: auto\9; /* ie8 */
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	line-height: normal;
}
.goright {
    float:right;
    margin:0 0 0 5px;
}
.goleft {
    float:left;
    margin:0 5px 0 0;
}
.hidden {
	display: none;
}
hr {
	height: 1px;
	display: block;
	background-color: #d6d6d6;
	border: none;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

/* header */
body.home header {
	background:rgba(21,21,21,0.35);
	box-shadow: none;
}

/* header */
header {
	width: 100%;
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding:4px 0 30px 0;
	box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.4);
}

body.home #menuMobile li {
	background: #fff;
}

#menuMobile{
	margin: 0;
	padding: 0;
	width: 50px;
	position: absolute;
	top: 27px;
	right: 5%;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

#menuMobile li{
	width: 100%;
	height: 5px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	background: #2C3E50;
	list-style-type: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/*#menuMobile:active li{
	margin-bottom: 5px;
}*/

#menuMobile li:last-child{
	margin-bottom: 0;
}

#menuMobileNav{
	background: #2c3e50;
	width: 200px;
	position: absolute;
	top: 0;
	right: -250px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9999;
	height: 100vh;
}
#menuMobileNav.mobileActif{
	right: 0px;
}
#menuMobileNav ul{
	margin: 0;
	padding: 0;
}
#menuMobileNav .navMob ul li{
	display: block;
	text-align: left;
	font-size: 1.6em;
}
#menuMobileNav .navMob ul li a{
	display: block;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-left: 20%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menuMobileNav .navMob ul li a:hover,#menuMobileNav .navMob ul li a:focus,#menuMobileNav .navMob ul li a:active,#menuMobileNav .navMob ul li.current-menu-item a{
	background: rgba(255,255,255,0.15);
}

#menuMobileNav .menusociaux p{
	color: #fff;
}

#menuMobileNav .menusociaux ul{
	padding-left: 12%;
	margin-top: 20px;
}

#menuMobileNav .menusociaux ul li{
	display: inline-block;
	float: left;
	margin: 0 7px;
}
.overlayMobile{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.overlayMobile.actifOverlay{
	visibility: visible;
	opacity: 1;

}

header {
	min-height: 90px;
	padding: 0;
}

header .header span {
	display: block;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 400;
}

body.home .logo{
	visibility: hidden;
	opacity: 0;
}

/* logo */
.logo {
	position:absolute;
	top:20px;
}
.logo-img {
width: 195px;
}
/* nav */
.nav {
	float: right;
	width: 75%;
}

body.home .nav {
	float: right;
	width: 100%;
}

body.home .nav .menu{
	float: none;
	position: absolute;
	right: 50%;
	margin-right: -300px;
}


.nav .menu {
	display: inline-block;
	float: right;
	margin: 23px 0% 0 0%;
}
.nav .menu ul {
	margin: 0px 15px;
	list-style: none;
	text-align: right;
}
.nav .menu ul li {
	float: left;
	padding: 10px 0;
}

html[lang="en-US"] .nav .menu ul li {
    margin: 0 10px;
}

body.home .nav .menu ul li a {
	color: #fff;
}

.nav .menu ul li a {
	text-transform: uppercase;
	color: #2c3e50;
	font-size: 1.35em;
	font-weight: 400;
	padding: 14px 0px 14px 20px;
}
.nav .menu ul li a:hover,.nav .menu ul li.current-menu-item a,.nav .menu ul li.current-page-ancestor a{
	color: #54c4c9!important;
}
.single .nav .menu ul li#menu-item-92 a{
	color: #54c4c9!important;
}
/*  Content   */
main {
	width: 100%;
	display: block;
}
section {
	width: 100%;
	display: block;
}

#breadcrumbs{
    list-style:none;
    margin:30px 0 0 0;
    overflow:hidden;
}
 
#breadcrumbs li{
    float:left;
    margin-right:0px;
}

#breadcrumbs li.home a:before{
    content:"Accueil";
}

html[lang="en-US"] #breadcrumbs li.home a:before{
    content:"Home";
}

   

#breadcrumbs li a{
   color: #2c3e50;
}

#breadcrumbs .pageActive{
    color: #54c4c9;
}

#breadcrumbs .separator{
    font-weight:700;
    color:#cad0d5;
    margin: 0 5px;
}




section#home {
	background-image: url(img/design/accueil_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
	position: relative;
	height:100vh;
}
section#home article {
	display: block;
	padding: 0 0 0 0;
	position:relative;
	height:100%;
	
}

section#home #logosvg {
	text-align:center;
	display:none;
	width:30%;
	margin:0 auto;
	padding-top:22vh;
}

section#home #logosvg svg{
	height:100%;
}

section#home .agence{
	text-align:center;
	font-size:2.5vm;
	font-size:2.5vmin;
	color:#2c3e50;
	margin-top:20px;
	display:none;
}

section#home article h1 {
	text-align: center;
}
section#home article h2 {
	display: block;
	text-align: center;
	color: #2c3e50;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 60px;
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
section#home article .btn_presentation {
	position: absolute;
	bottom: 13vh;
	left: 50%;
	text-align: center;
	width: 120px;
	margin-left: -60px;
	line-height: 42px;
	display:none;
	z-index:99;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
} 

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% { 
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

}
section#home article .btn_presentation a {
	color: #76818d;
	font-size: 1.1em;
	display: block;
	z-index:99;
}
section#home article .btn_presentation a.anim{
	color: #76818d;
	font-size: 1.1em;
	display: block;
	background: url(img/design/btn_arrow_donw.png) no-repeat center center;
	width:97%;
	height:24px;
	
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

section#presentation {
	background-image: url(img/design/presentation_bg.jpg);
	padding: 150px 0 150px 0;
	background-repeat: no-repeat;
}
section#presentation .content_presentation {
	background-color: #ffffff;
	width: 100%;
	display: block;
}
section#presentation .presentation_texte {
	position: relative;
	width: 60%;
	float:left;
	min-height: 405px;
}
section#presentation .presentation_images {
	right:0;
	bottom:0px;
	position: relative;
	width: 40%;
	overflow:hidden;
	max-height:100%;
	min-height: 405px;
}

.presentation_images ul li{
	position: absolute;
	opacity: 0;
	bottom: 0;
	list-style-type: none;
	background: #fff;
	right: 0;
}

.presentation_images ul li:nth-child(1){
	opacity: 1;
}


section#presentation .presentation_images img{
	margin-bottom:-3px;
}
section#presentation article h2 {
	display: block;
	color: #2c3e50;
	font-size: 3.8em;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
section#presentation .presentation_texte p {
	color: #798c92;
	font-size: 1.4em;
	line-height: 24px;
	padding-bottom:30px;
}
section#presentation .btn_voir {
	position: absolute;
	left: 50%;
	z-index: 65;
	margin-left: -25px;
	bottom: -25px;
}
.content_partenaires {
	padding: 50px 0 50px 0;
}
.content_partenaires .partenaire_texte {
	text-align: left;
}
.content_partenaires .partenaire_texte h4 {
	display: block;
	color: #2c3e50;
	font-size: 2.5em;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.content_partenaires .partenaire_texte p {
	color: #798c92;
	font-size: 1.4em;
	line-height: 24px;
	text-align: left;
}
.content_partenaires .partenaire_galerie {
	display: block;
	margin: 20px 0 0 0;
}
.content_partenaires .partenaire_galerie ul {
	list-style: none;
}
.content_partenaires .partenaire_galerie li {
	display: inline;
	float: left;
	max-height: 200px;
	overflow: hidden;
	max-width:20%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
.content_partenaires .partenaire_galerie li:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/*    AGENCE     */
section#agence {
	background-image: url(img/design/agence_bg.jpg);
	padding: 150px 0 200px 0;
	margin-bottom: 100px;
	background-repeat: no-repeat;
}
section#agence .content_agence {
	background-color: #ffffff;
	width: 100%;
	display: block;
}
section#agence .presentation_texte {
	position: relative;
	width: 55%;
	float:left;
	min-height: 405px;
}
section#agence .presentation_sigle {
	width: 40%;
	float:right;
	text-align: center;
}
section#agence .presentation_sigle img{
	margin-top: 40px;
}
section#agence article h2 {
	display: block;
	color: #2c3e50;
	font-size: 3.8em;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
section#agence .presentation_texte p {
	color: #798c92;
	font-size: 1.4em;
	line-height: 24px;
	padding-bottom:30px;
}
section#agence .btn_descendre {
	position: absolute;
	left: 50%;
	z-index: 65;
	margin-left: -25px;
	bottom: -25px;
}
section#equipe{
	margin-bottom: 90px;
}

section#equipe h2 {
	display: block;
	color: #2c3e50;
	font-size: 3.8em;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

section#equipe ul.membres{
	margin: 0;
	padding: 0;
}

section#equipe ul.membres li{
	display: inline-block;
	list-style-type: none;
	padding: 0;
	width: 31%;
	float: left;
	margin-right: 2.5%;
}
section#equipe ul.membres li:nth-child(3n){
	margin-right: 0%;
}

section#equipe ul.membres li .info{
	float: left;
	width: 75%;
}

section#equipe ul.membres li .mail{
	float: right;
	margin-top: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform-origin: 50% 46.5%;
	-ms-transform-origin: 50% 46.5%; /* IE 9 */
	-webkit-transform-origin: 50% 46.5%; /* Safari and Chrome */
	-moz-transform-origin: 50% 46.5%; /* Firefox */
	-o-transform-origin: 50% 46.5%; /* Opera */

}

section#equipe ul.membres li .mail:hover{
	float: right;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}



section#equipe ul.membres li h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #54c4c9;
    font-size: 1.5em;
    margin-top: 5px;
}

section#equipe ul.membres li p {
    color: #2c3e50;
    font-size: 1.2em;
}

section#equipe ul.membres li .wrapMembreImg{
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
/*	border-left: 5px solid #2c3e50;
	border-right: 5px solid #2c3e50;
	border-top: 5px solid #2c3e50;*/
}

section#equipe ul.membres li .wrapMembreImg div{
	display: block;
	width: 100%;
	padding: 10px 0 10px 10px;
	position: absolute;
	bottom: -30px;
	background: #54c4c9;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
section#equipe ul.membres li .wrapMembreImg div a{
	color: #fff;
}
section#equipe ul.membres li .wrapMembreImg:hover div{
	position: absolute;
	bottom: 0;
}



section#services_global {
	background-color: #54c4c9;
	padding:0;
	margin-bottom: 100px;
	overflow: hidden;
}
section#services_global .texte_services_global {
	position: relative;
	width: 50%;
	float:left;
}
section#services_global .animation_services_global {
	width: 40%;
	float:right;
	text-align: center;
	margin-bottom: -3px;
}
section#services_global article h2 {
	display: block;
	color: #ffffff;
	font-size: 3.8em;
	font-weight: 800;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
section#services_global .texte_services_global p {
	color: #2c3e50;
	font-size: 1.4em;
	line-height: 24px;
	padding-bottom:30px;
}
section#services_blocs_sociaux {
	display: block;
	position: relative;
	margin-bottom: 100px;
}
section#services_blocs_sociaux h3 {
	text-align: center;
	display: block;
	margin: 40px 0 30px 0;
	color: #ffffff;
	font-size: 3.0em;
	text-transform: uppercase;
	font-weight: 700;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 35;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li {
	padding: 2px 2px 11px 2px;
	display: inline-block;
	cursor: pointer;
}

section#services_blocs_sociaux ul.menu_tabs_sociaux li a{
	cursor: pointer;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.twitter a {
	width: 51px;
	height: 51px;
	overflow: hidden;
	background: url(img/img/btn_tab_twitter.png) no-repeat 0 top;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.twitter a:hover,section#services_blocs_sociaux ul.menu_tabs_sociaux li.twitter a.actif {
	background: url(img/img/btn_tab_twitter.png) no-repeat 0 -51px;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.facebook a {
	width: 51px;
	height: 51px;
	overflow: hidden;
	background: url(img/img/btn_tab_facebook.png) no-repeat 0 top;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.facebook a:hover,section#services_blocs_sociaux ul.menu_tabs_sociaux li.facebook a.actif {
	background: url(img/img/btn_tab_facebook.png) no-repeat 0 -51px;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.instagram a {
	width: 51px;
	height: 51px;
	overflow: hidden;
	background: url(img/img/btn_tab_instagram.png) no-repeat 0 top;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li.instagram a:hover,section#services_blocs_sociaux ul.menu_tabs_sociaux li.instagram a.actif {
	background: url(img/img/btn_tab_instagram.png) no-repeat 0 -51px;
}
section#services_blocs_sociaux ul.menu_tabs_sociaux li a {
	display: block;
	width: 51px;
	height: 51px;
}

section#services_blocs_sociaux .bloc_instagram {
	background-image: url(img/design/instagram_tab_bg.jpg);
	overflow: hidden;
}

.bloc_social{
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
}
.bloc_social.social_actif{
	display: block;
}
.instaPic{
	position: relative;
}
#ligneIcone{
	position: relative;
	padding-top: 75px;
}
.votreIdee{
	display: none;
}
#ligneIcone img{
	visibility: hidden;
	opacity: 0;
}
#ligneIcone .idee{
	position: absolute;
	top: 55px;
	right:240px;
	visibility: visible;
	opacity: 1;
}
#ligneIcone .head{
	position: absolute;
	top: 153px;
	right:64px;
}
#ligneIcone .art{
	position: absolute;
	top: 146px;
	left:170px;
}
#ligneIcone .code{
	position: absolute;
	left: 20px;
	bottom: 60px;
}
#ligneIcone .screens{
	position: absolute;
	bottom: -90px;
	right: 30px;
}


.instaPic .caption{
	position: relative;
	color: #fff;
	font-size: 1.8em;
	z-index: 99;
	width: 100%;
	padding: 5px;
	opacity: 0;
	padding-top: 50px;
	display: block;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	visibility: hidden;
}

.slick-active.instaPic .caption{
	opacity: 1;
	visibility: visible;
}

.slider{
	margin: 40px auto 50px auto!important;
	width: 500px;
}

.instaPic img{
	border: 5px solid #fff;
	height: 306px;
	width: 306px;
	-webkit-box-shadow: 1px 7px 16px 1px rgba(0,0,0,0.35);
	box-shadow: 1px 7px 16px 1px rgba(0,0,0,0.35);
}



section#services_blocs_sociaux .bloc_twitter {
	background-image: url(img/design/twitter_tab_bg.jpg);
	height: 500px;
	overflow: hidden;
}
section#services_blocs_sociaux .bloc_twitter .tweet_feed {
	display: block;
	text-align: center;
}
section#services_blocs_sociaux .bloc_twitter .tweet_feed iframe {
	margin: 0 auto;
	background-color: #ffffff;
}

section#services_blocs_sociaux .bloc_facebook {
	background-image: url(img/design/facebook_tab_bg.jpg);
	height: 500px;
	overflow: hidden;
	text-align: center;
}
section#services_blocs_sociaux .bloc_facebook .fb-like-box {
	margin: 0 auto;
	background-color: #ffffff;
}
/*   EXPERTISES      */
.expertises main {
	background: url(img/design/expertises_bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section#expertises {
	padding: 100px 0 0px 0;
}
section#expertises article h3, section#expertises_service h3 {
	display: block;
	text-align: center;
	color: #677786;
	font-size: 1.7em;
	font-weight: 400;
	margin-top: 60px;
	text-transform: uppercase;
}
section#expertises_presentation {
	display: block;
	margin: 0 0 25px 0;
}
section#expertises_presentation .col3 {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
section#expertises_presentation .col3 h6 {
	display: block;
	color: #2c3e50;
	font-size: 1.6em;
	font-weight: 600;
	margin-top: 5px;
	letter-spacing: -1px;
	margin-bottom: 18px;
}
section#expertises_presentation .col3 p {
	font-size: 1.4em;
	color: #798c92;
	padding-bottom: 28px;
	border-bottom: 1px solid #cad0d5;
}
section#expertises_presentation .col3 ul {
	list-style: none;
	margin-top: 18px;
}
section#expertises_presentation .col3 li {
	display: block;
	color: #2c3e50;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 5px;
	letter-spacing: 1px;
}
section#expertises_service {
	display: block;
	padding: 20px 0 120px 0;
}
section#expertises_service h3 {
	text-align: center;
	margin-top: 10px;
}
.content_expertises_images{
	display: none;
	float: left;
	width: 100%;
}
section#expertises_presentation .col3 li a{
	cursor: pointer; 
	display: block;
	padding: 4px 0;
}
section#expertises_presentation .col3 li a.actif,section#expertises_presentation .col3 li a:hover{
	color: #fff;
	background-color: #54c4c9;
}
.content_expertises_images img{
	width: 100%;
}

/*********************  Réalisations  **********************************/


#section_realisations{
	margin-top: 100px;
}

#section_realisations .references{
	width: 100%;
	margin: 0 auto;
	color: #798c92;
	font-size: 1.3em;
	padding: 50px 0 50px 0;
	/*padding: 50px 0 50px 200px; For the sidebar projects*/
	background: #fff;
	margin-top: -20px;
}
#section_realisations .references h3{
	font-weight: bold;
	font-size: 1.7em;
	color: #2c3e50;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
}

#grille_realisations{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	/*width: 95.5%; For the sidebar*/
	background: #fff;
}

#grille_realisations .projet{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
	width: 100%;
	/*width: 87.5%; For the projects*/
	float: right;
	margin-right: 0%;
	margin-bottom: 0%;
	position: relative;
	padding-bottom: 4%;
	background: #fff;
}


#grille_realisations .projet:last-child{
	padding-bottom: 10%;
}

#grille_realisations .projet .categorie{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10%;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

#grille_realisations .projet .categorie span{
	border: 2px solid #fff;
	padding: 5px 20px;
}


#grille_realisations .projet .logoProjet{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 33%;
}

#grille_realisations .projet .logoProjet img{
	max-width: 52%;
}

.specificTag{
	padding-top: 30px;
}

.specificTag h2{
	margin-bottom: 50px;
	margin-left: 0;
	font-size: 1.5em;
}

.specificTag h2 span{
	color: #2c3e50;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#grille_realisations .projet.focus .overlay{
	background: rgba(0,0,0,0.6);
}
#grille_realisations .projet .overlay:hover{
	background: rgba(0,0,0,0.5);
}
#grille_realisations .projet .bgProj{
	background-size: 100%;
}

#grille_realisations .projet .overlay{
	padding-top: 25%;
	width: 100%;
	background: rgba(0,0,0,0.85);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#grille_realisations .projet:nth-child(2n){
	margin-right: 0;
}
/*
.cd-service {
  position: relative;
  z-index: 2;
  min-height: 50px;
  margin-left: 56px;
  background-color: #3e253c;
  padding: 1em 1em 4em;
}
.cd-service::before, .cd-service::after {
  content: '';
  position: absolute;
  width: 199px;
  right: 100%;
  z-index: 2;
}

.cd-service::before {
  top: 0;
  height: 47px;
  background-repeat: no-repeat;
}
.cd-service::after {
  top: 47px;
  bottom: 0;
  background-image: url("img/icons/cd-pattern-small.svg");
  background-repeat: repeat-y;
}
.cd-service.cd-service-divider::after {
  top: 0;
}
.cd-service.cd-service-divider:last-child {
  display: none;
}
.cd-service::before {
  background-image: url("img/icons/sigle.png");
}*/

body.page-template-template-realisations,body.tag,body.page-template-template-realisations-prive{
	background: #fff;
}

/*body.page-template-template-realisations #section_realisations,body.tag,body.page-template-template-realisations-prive #section_realisations{
	min-height: 500px;
}*/

body.page-template-template-realisations::after,body.page-template-template-realisations::before,body.tag::after,body.tag:before,body.page-template-template-realisations-prive::after,body.page-template-template-realisations-prive::before {
  /* the 2 underneath colored sections */
  content: '';
  position: fixed;
  /* trick to remove some annoying flickering on webkit browsers */
  width: 100%;
  max-width: 1200px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50%;
  z-index: -1;
}

body.page-template-template-realisations::before,body.page-template-template-realisations-prive::before,body.tag:before {
  top: 0;
  background-color: #54C3C9;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

body.impair::before {
    background-color: #2C3E50;
  }

  body::before {
  top: 0;
  background-color: #f4bd89;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

body::after {
  top: 50%;
  background-color: #eee;
}


.cd-service.focus {
    color: red;
  }

.specificTag .letag{
  background: #fff;
  padding-top: 50px;
  padding-bottom: 1px;
}

.specificTag{
	margin-top: 20px!important
}



/********  DÉTAILS  ****************/
#section_realisations_details{
	margin-top: 90px;
}

#details_projet .photo_header{
	width: 100%;
	padding-top: 30%;
	position: relative;
	background-size: cover;
}

.parallax{
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*.parallax-window {
    min-height: 400px;
    background: transparent;
}
*/

#details_projet .overlay{
	height: 100%;
	width: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(img/design/dot.png); 
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#details_projet .overlay .logoProjet{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 27%;
}

#details_projet .overlay .phrase_header{
	position: absolute;
	width: 70%;
	margin-left: -35%;
	left: 50%;
	bottom: 13%;
	color: #fff;
	font-size: 3.1em;
	font-size: 2.7vw;
	text-transform: uppercase;
	font-weight: 800!important;
}

#details_projet .overlay .logoProjet img{
	max-width: 85%;
}

#infosDetails{
	margin: 35px 0;
}

#details_projet .description{
	float: left;
	width: 60%;
	font-size: 1.35em;
	color: #4f4f4f;
	line-height: 24px;
}

#details_projet .description p{
	margin-bottom: 20px;
}


#details_projet .description a.site_web{
	color: #2c3e50;
	font-size: 0.7em;
	background: url(img/icons/www.png)no-repeat left;
	padding: 10px 0px 24px 36px;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
	margin-top: 10px;
}

#details_projet .description a.site_web:hover{
	opacity: 0.7;
}


#details_projet .tagzz{
	float: right;
	width: 25%;
	font-size: 1.35em;
	color: #677786;
}
#details_projet .tagzz .iconeGestion{
	display: none;
	position: absolute;
	right: 0;
	top: 14px;
	opacity: 0.25;
}



#details_projet .tagzz ul{
	margin: 0;
	padding: 0;
}

#details_projet .tagzz ul li{
	margin: 0;
	padding: 0px 0;
	list-style-type: none;
	border-bottom: 1px solid #cad0d5;
	position: relative;
}

#details_projet .tagzz ul li ul.children li{
	border-top: 1px solid #cad0d5;
	padding-left: 20px;
}
#details_projet .tagzz ul li ul.children li a{
	padding: 10px 0;
}
#details_projet .tagzz ul li ul.children li:last-child{
	border-bottom: none;
}


#details_projet .tagzz ul li:first-child{
	padding-top: 0;
}

#details_projet .tagzz ul li a{
	color: #677786;
	display: block;
	padding: 20px 0;
}

.sliderProjet{
	width: 1200px;
	margin: 70px auto 110px auto;
}


.sliderProjet button.slick-disabled{
	opacity: 0.4;
}

.navigationprojet{
	background-color: #54c4c8;
	padding: 20px 0;
	box-shadow: inset 0 7px 29px -10px rgba(0,0,0,0.7);
}

.navigationprojet a{
	color: #fff;
}

.navigationprojet li{
	display: inline-block;
	list-style-type: none;
	font-size: 1.3em;
	position: relative;
}


.navigationprojet li.projetPrev{
	float: left;
}
.navigationprojet a.retourRealisations{
	position: absolute;
	left: 50%;
	font-size: 1.3em;
	margin-left: -84px;
}


.navigationprojet li.projetPrev a{
	background: url(img/icons/projetPrev.png)no-repeat left;
	padding: 5px 0 5px 30px;
}

.navigationprojet li.projetNext{
	float: right;
}

.navigationprojet li.projetNext a{
	background: url(img/icons/projetNext.png)no-repeat right;
	padding: 5px 30px 5px 0px;
}


.navigationprojet li.projetPrev.disabled,.navigationprojet li.projetNext.disabled{
	opacity: 0.4;
}



/*******************  Contact  *****************************/
#contact{
	min-height: 400px;
	background: #2c3e50;
	color: #fff;
	padding-top: 100px;
}

#contact article{
	padding: 40px 0;
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
}

#contact article h1{
	font-weight: bold;
	font-size: 2.6em;
}

#contact article h4{
	font-weight: bold;
	font-size: 1.55em;
	margin-top: 20px;
}

#contact article a{
	color: #fff;
	border-bottom: 1px solid #54c4c9;
}

#contact .infoContact p{
	font-weight: 500;
	font-size: 1.35em;
	margin: 20px 0;
}

#contact .infoContact{
	float: left;
	width: 45%;
}

#contact .formulaireContact{
	float: right;
	width: 45%;
}
#contact .formulaireContact h1{
	margin-bottom: 0;
}

#contact .formulaireContact input[type=text],#contact .formulaireContact input[type=email],#contact .formulaireContact textarea{
	padding: 10px 8px;
	border-radius: 2px;
	width: 100%;
	margin: 3px 0;
	font-size: 1.2em;
	color: #2c3e50;
	border: 1px solid #fff; 
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.wpcf7-not-valid{
	border: 1px solid red!important;
}

div.wpcf7-validation-errors {
	border: 2px solid #54c4c9!important;
}

.wpcf7-not-valid-tip{
	display: none!important;
}

#contact .formulaireContact textarea{
	height: 100px;
	resize:none;
}

div.wpcf7-response-output {
	margin: 2em 0em;
	padding: 0.7em 1em;
}

#contact .formulaireContact label{
	cursor: pointer;
}

#contact .formulaireContact span{
	margin-left: 0;
}

#contact .formulaireContact input[type=submit]{
	background: #54c4c9;
	color: #fff;
	border: none;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 2px;
	font-size: 1.2em;
	margin-top: 16px;
}

#map iframe{
	width: 100%;
	border: none;
	height: 400px;
	margin-bottom: -3px;
}


/***    NOUVELLES    ****/

#section_nouvelles{
	margin-top: 150px;
	min-height: 300px;
}

#section_nouvelles article{
	width: 100%;
	text-align: center;
	padding: 50px 0;
	position: relative;
	background-position: center;
	border-bottom: 1px solid #ccc;
}
#section_nouvelles article.uneNouvelle {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
}
#section_nouvelles article:first-of-type{
	border-top: 1px solid #ccc;
}

/*#section_nouvelles article:last-of-type{
	border-bottom: 0px solid #ccc;
}*/
.color-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
  background: #fff;
}
#section_nouvelles article:hover .color-overlay {
  background: rgba(84, 195, 201, 0.85);
}
.detailNews{
	position: relative;
	z-index: 99;
}
#section_nouvelles article:hover a,#section_nouvelles article:hover .ladate{
  color: #fff;
}
.detailNews h2{
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
}
.head_news {
	display: block;
	text-align: center;
	padding: 0 0 7px 0;
}
.head_news .categorie {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.15em;
	font-weight: 500;
}
.detailNews .ladate{
	color: #54C3C9;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.15em;
	margin-bottom: 5px;
	-webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
#section_nouvelles article a{
	color: #2C3E50;
}
body.single-post{
	margin-top: 100px;
}
body.single-post article{
	padding: 40px 0;
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
}
body.single-post article h1{
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #2c3e50;
	text-transform: uppercase;
}
body.single-post article .ladate{
	text-align: center;
	font-size: 1.15em;
	color: #54c3c9;
	font-weight: 500;
	letter-spacing: 1px;
}
body.single-post article .categorie a, body.single-post article .contenuNouvelle a {
	color: #2C3E50;
	border-bottom: 1px solid #54c4c9;
}
body.single-post article .contenuNouvelle{
	font-size: 1.5em;
}

body.single-post article .contenuNouvelle p{
	margin: 20px 0;
}
body.single-post article .contenuNouvelle iframe{
	border: none;
	width: 100%;
	height: 250px;
}
body.single-post article .contenuNouvelle table p {
	font-size: 0.85em;
	margin: 5px 0 20px 0;
}
body.single-post article .contenuNouvelle table {
	margin: 20px 0;
}
body.single-post article .contenuNouvelle table td {
	vertical-align: top;
}


body.single-post article h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #54c4c9;
}



/* sidebar */
.sidebar {
float: right;
width: 25%;
}
#contentfooter {
	width: 100%;
	background-color: #2d3f51;
	padding: 50px 0 20px 0;
}
/* footer */
footer {
	padding: 0 0 25px 0;
}
section#home .footerHome {
	position:absolute;
	bottom:0;
	width:100%;
}

footer .mailchimp {
	float: left;
	width: 33%;
}
footer .mailchimp p {
	color: #5e7382;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 3px;
}
#contentfooter .mailchimp p {
	color: #ffffff;
}
footer .mailchimp input#mce-EMAIL {
	height: 50px;
	width: 180px;
	padding: 10px;
	font-size: 1.3em;
	border: 1px solid #afb9c1;
	-khtml-border-radius: 1px;	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	float: left;
	margin-right: 5px;
}
footer .mailchimp input#mc-embedded-subscribe {
	height: 50px;
	width: 50px;
	overflow: hidden;
	padding: 10px;
	border: none;
	/*border: 1px solid #afb9c1;*/
	-khtml-border-radius: 1px;	
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	float: left;
	background: #ffffff url(img/icons/mailing_list.png) no-repeat center center;
	text-indent: 300px;
}
#contentfooter footer .mailchimp input#mc-embedded-subscribe {
	background: rgba(255,255,255,0) url(img/icons/mailing_list_white.png) no-repeat center center;
}
footer .mailchimp input#mc-embedded-subscribe:hover {
	background: url(img/icons/mailing_list_hover.png) no-repeat center center;
}
#contentfooter footer .mailchimp input#mc-embedded-subscribe:hover {
	background: rgba(255,255,255,0) url(img/icons/mailing_list_hover.png) no-repeat center center;
}
footer .adresse {
	float: left;
	width: 33%;
	text-align: center;
	color: #ffffff;
	background: url('img/design/footer_division.gif'), url('img/design/footer_division.gif');
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
}
footer .adresse h6  {
	font-size: 1.6em;
	margin-bottom: 20px;
	font-weight: 900;
}
#contentfooter footer .adresse p {
	color: #ffffff;
	display: block;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 20px;
}
#home footer .adresse {
	display: none;
}
footer .menusociaux {
	float: right;
	text-align: right;
	margin-top: 20px;
}
footer .menusociaux p {
	display: none;
}
#contentfooter footer .menusociaux p {
	color: #ffffff;
	display: block;
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 3px;
}
footer .menusociaux ul {
	margin: 0px 0px 0 15px;
	text-align: right;
}
footer .menusociaux ul li {
	padding: 2px 2px 11px 2px;
	display: inline-block;
}
footer .menusociaux ul li.twitter a,#menuMobileNav .menusociaux ul li.twitter a {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/twitter.png) no-repeat 0 top;
}
#contentfooter footer .menusociaux ul li.twitter a,#menuMobileNav .menusociaux ul li.twitter a {
	background: url(img/icons/twitter_white.png) no-repeat 0 top;
}
footer .menusociaux ul li.twitter a:hover,#menuMobileNav .menusociaux ul li.twitter a:hover {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/twitter.png) no-repeat 0 -33px;
}
#contentfooter footer .menusociaux ul li.twitter a:hover,#menuMobileNav .menusociaux ul li.twitter a:hover  {
	background: url(img/icons/twitter_white.png) no-repeat 0 -33px;
}
footer .menusociaux ul li.facebook a,#menuMobileNav .menusociaux ul li.facebook a {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/facebook.png) no-repeat 0 top;
}
#contentfooter footer .menusociaux ul li.facebook a,#menuMobileNav .menusociaux ul li.facebook a {
	background: url(img/icons/facebook_white.png) no-repeat 0 top;
}
footer .menusociaux ul li.facebook a:hover ,#menuMobileNav .menusociaux ul li.facebook a:hover {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/facebook.png) no-repeat 0 -33px;
}
#contentfooter footer .menusociaux ul li.facebook a:hover,#menuMobileNav .menusociaux ul li.facebook a:hover {
	background: url(img/icons/facebook_white.png) no-repeat 0 -33px;
}
footer .menusociaux ul li.instagram a,#menuMobileNav .menusociaux ul li.instagram a {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/instagram.png) no-repeat 0 top;
}
#contentfooter footer .menusociaux ul li.instagram a,#menuMobileNav .menusociaux ul li.instagram a {
	background: url(img/icons/instagram_white.png) no-repeat 0 top;
}
footer .menusociaux ul li.instagram a:hover,#menuMobileNav .menusociaux ul li.instagram a:hover {
	width: 33px;
	height: 33px;
	overflow: hidden;
	background: url(img/icons/instagram.png) no-repeat 0 -33px;
}
#contentfooter footer .menusociaux ul li.instagram a:hover,#menuMobileNav .menusociaux ul li.instagram a:hover {
	background: url(img/icons/instagram_white.png) no-repeat 0 -33px;
}
footer .menusociaux ul li a,#menuMobileNav .menusociaux ul li a {
	display: block;
	height: 33px;
}
.copyright {
	text-align: center;
	padding: 12px 0 12px 0;
	color: #5e7382;
	font-size: 1.35em;
	display: block;
	background: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:430px) {
	section#presentation .presentation_images  {
		min-height: 265px!important;
		width: 75%!important;
	}
	section#presentation .presentation_texte p {
	padding-bottom:0px!important;
	}
}


@media only screen and (max-width:500px) {
	#grille_realisations .projet {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	#grille_realisations .projet .overlay {
  		padding-top: 35%;
  	}
  	#grille_realisations .projet .logoProjet {
	  top: 13%;
	}
	#grille_realisations .projet .categorie {
		bottom:15%;
	}
	section#services_global {
	margin-bottom: 50px;
	}
	section#expertises_service {
	padding: 20px 0 50px 0;
	}

}

@media only screen and (max-width:550px) {
	section#home #logosvg {
		text-align: center;
		display: none;
		width: 70%!important;
	}

	section#home .agence {
		font-size: 1.4em;
	}

	section#presentation .presentation_texte {
		position: relative;
		width: 100%;
		float: left;
		min-height: 405px;
	}
	section#presentation .presentation_texte p {
	padding-bottom:20px;
	}

	.votreIdee{
		display: block;
		margin-top: 0px!important;
		margin-bottom: -80px!important;
	}

	section#presentation .presentation_images {
		position: relative;
		width: 65%;
		margin: 0 auto;
		min-height: 295px;
	}

	body{
		font-size: 0.7em;
	}

	.content_partenaires .partenaire_galerie li {
		max-width: 33.3%;
	}

	#details_projet .overlay .logoProjet {
		top: 3%!important;
	}

	#details_projet .overlay .logoProjet img{
		max-width: 42%!important;
	}

	.navigationprojet li.projetPrev a {
		background-image: url(img/icons/projetPrev.png);
		background-repeat: no-repeat;
		background-size: 13px;
		background-position-y: 5px;
		padding: 5px 0 5px 20px;
	}

	.navigationprojet li.projetNext a {
		background-image: url(img/icons/projetNext.png);
		background-repeat: no-repeat;
		background-size: 13px;
		background-position-y: 5px;
		padding: 5px 20px 5px 0px;
	}

	.navigationprojet li.projetNext.disabled,.navigationprojet li.projetPrev.disabled {
		opacity: 0.5;
	}

	.navigationprojet li.projetPrev {
	opacity: 0.12!important;
	}

	

	.navigationprojet{
		font-size: 0.85em;
	}
}


@media only screen and (max-width:768px) {
	.sliderProjet {
		width: 95%!important;
	}

	#grille_realisations .projet .logoProjet img {
	  max-width: 35%;
	}

	section#presentation article h2,section#agence article h2,section#services_global article h2{
		font-size: 2.5em;
		line-height: 34px;
	}

	section#presentation .presentation_texte {
		min-height: 0;
	}

	.slider{
		margin: 40px auto 50px auto!important;
		width: auto;
	}

	body.page-template-template-agence .slick-next {
		right: 30px!important;
	}
	body.page-template-template-agence .slick-prev {
		left: 30px!important;
	}

	.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

	.mailchimp,.adresse,.menusociaux{
		width: 100%!important;
		float: none!important;
		text-align: center!important;

	}

	.adresse{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #415363;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #415363;
		background: none!important;
	}

	#mc_embed_signup_scroll{
		text-align: center;
	}

	#contentfooter footer .mailchimp input#mc-embedded-subscribe {
		position: absolute;
	}

	footer .mailchimp input#mce-EMAIL {
		float: none!important;

	}

	footer .menusociaux ul {
		text-align: center;
		margin-top: 15px;
	}

	#contentfooter {
		padding: 30px 0 0px 0;
	}
	
}

@media only screen and (max-width:650px) {
	section#agence .presentation_texte,section#services_global .texte_services_global,section#services_global .animation_services_global {
		position: relative;
		width: 100%;
		float: left;
		min-height: 0;
	}
	section#agence {
	padding: 150px 0 180px 0;
	margin-bottom: 0px;
	}
	section#agence .presentation_sigle {
		width: 40%;
		float: none;
		margin: 0 auto;
		text-align: center;

	}
	section#agence .presentation_sigle img{
		margin: 0;
		margin-bottom: 23px;
	}

	#details_projet .description{
		float: left;
		width: 100%;
	}

	#details_projet .tagzz{
		float: left;
		width: 100%;
		font-size: 0.9em;
		color: #677786;
		margin-bottom: 15px;
	}

	#details_projet .tagzz ul{
		margin: 0;
		padding: 0;
	}

	#breadcrumbs{
		font-size: 1.1em;
	}

	#details_projet .tagzz ul li{
		padding: 0;
		list-style-type: none;
		display: inline-block;
		border-bottom: none;
	}

	#details_projet .tagzz ul li:first-child{
		padding-top: 0;
	}

	#details_projet .tagzz ul li a{
		margin: 0 7px 7px 0;
		display: inline-block;
		color: #fff;
		padding: 5px 8px;
		background: #2c3e50;
	}

	.sliderProjet {
		width: 100%;
		margin: 30px auto 50px auto!important;
	}

	section#equipe ul.membres li{
		width: 100%;
		float: left;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	section#equipe ul.membres li:last-child{
		margin-bottom: 0px;
	}

	section#equipe ul.membres li .wrapMembreImg{
		text-align: center;
	}
}

@media only screen and (max-width:800px) {
	#home .footerHome{
		display: none;
	}

	.bloc_social {
		padding-top: 50px;
		padding-bottom: 20px;
		height: auto!important;
	}

	section#services_blocs_sociaux ul.menu_tabs_sociaux {
		position: absolute;
		left: 50%;
		top: 15px;
		z-index: 35;
		margin-left: -85px;
	}
}

@media only screen and (max-width:850px) {
	header .nav{
		display: none;
	}

	#details_projet .overlay .logoProjet {
		top: 10%;
	}

	#menuMobile{
		display: block;
	}

	section#home #logosvg {
		text-align: center;
		display: none;
		width: 44%;
		margin: 0 auto;
		padding-top: 25vh;
	}

	#contact .formulaireContact {
		width: 100%;
		max-width: 550px;
		float: left;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#contact .infoContact {
		width: 100%;
	}
}


@media only screen and (max-width:990px) {
	section#expertises_presentation .col3 {
		width: 100%;
		margin-bottom: 0px;
	}
}


@media only screen and (max-width:1200px) {
	.wrapper {
		width: 95%;
	}

	.votreIdee{
		display: block;
		margin: 50px auto -110px auto;
	}

	#ligneIcone{
		display: none;
	}

	.cd-service::before, .cd-service::after {
	  display: none;
	}

	body::before,body::after{
		display: none;
	}

	#grille_realisations {
		width: 100%;
	}

	#section_realisations .references {
		padding-left: 0;
	}

	#grille_realisations .projet {
		width: 100%;
	}
}

@media only screen and (max-width:1300px) {
	.sliderProjet {
		width: 80%;
		margin: 70px auto 50px auto;
	}
}





@media only screen and (min-width:1600px) {
	section#home{
		background-size:100%;
	}

	section#presentation,section#agence {
		background-size: cover;
	}
}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection{background: #54c4c9; color: #fff; text-shadow: none;}
::selection {background: #54c4c9; color: #fff; text-shadow: none;} 

/*a:link {-webkit-tap-highlight-color: #54c4c9;}*/

ins {background-color: #54c4c9; color: #000; text-decoration: none;}
mark {background-color: #54c4c9; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
}
.aligncenter,
div.aligncenter {
	display:block;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
a img.alignright {
	float:right;
}
a img.alignnone {
}
a img.alignleft {
	float:left;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
