/*
Theme Name: Akova
Theme URI: http://www.akova.ca
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.todo {
	color: #E3569D;
}
/* =Layout
-------------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

.breadcrumbs {
	margin: 10px auto;
	width: 940px;
	position: relative;
}

#content {
	padding: 50px 0 40px 0;
	margin: 0;
	font-size: 14px;
}
/* =Content */

.button {
	cursor: pointer;
}
/* Contact */

#phraseContact {
	margin-top:50px;
	font-size: 20px;
	width:310px;
}
.guillemet1 {
	font-size: 30px;
}
.contact-title {
	display: block;
	color: #f37034;
	font-size: 22px;
}
.map {
	border: solid 1px #C8C6C6;
	padding: 0;
	margin-bottom: 50px;
}
.map div#map_canvas {
	width: 429px;
	height: 280px;
	margin: 10px;
}
.coordonnees {
	font-size: 16px;
}
.coordonnees span {
	color: #8A8E95;
}
.coordonnees .alignleft {
	color: #515558;
	line-height: 25px;
}
.coordonnees img {
	width: 25px;
	vertical-align: middle;
}
.coordonnees a:link, .coordonnees a:visited {
	color: #515558;
}
.coordonnees a:hover, .coordonnees a:active {
	color: #F37034;
}
/*Mission*/

.imagesMission {
	width:230px;
	float:left;
	margin:0 24px 20px 0;
}
#cadreImplication .quart-col {
	margin:0;
	width:25%;
}
#cadreImplication {
	position:relative;
}
.implicationImg {
	float:left;
}
.implicationInfo {
	position: absolute;
	left: 0;
	top: 110px;
	display:none;
}
/* Valeurs */

.imageValeurs {
	border:#f7f7f7 solid 4px;
}
/* Réalisations */

#fond-popin-blanc {
	background: #ffffff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}
#realisation-capture {
	background: transparent url(images/fermer.png) no-repeat right top;
	padding-right: 25px;
	cursor: pointer;
}
#realisation-temoignage {
	background: transparent url(images/fermer.png) no-repeat 514px 15px;
	padding-right: 25px;
	cursor: pointer;
	width: 521px;
	color: #ffffff;
}
#realisation-temoignage .signature {
	text-align: right;
	font-style: italic;
}
#realisation-temoignage .top {
	background: transparent url("images/boite-temoignage-top.png") no-repeat;
	height: 110px;
	width: 521px;
	position: relative;
}
#realisation-temoignage .top #logo {
	position: absolute;
	top: 25px;
	left: 26px;
}
#realisation-temoignage .middle {
	padding: 22px 45px;
	background: transparent url("images/boite-temoignage-middle.png") repeat-y;
	width: 431px;
}
#realisation-temoignage .bottom {
	background: transparent url("images/boite-temoignage-bottom.png") no-repeat;
	height: 21px;
}
#realisation-content {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 100;
	width: 100%;
}
#realisation-content img, #realisation-content div {
	z-index: 100;
}

#realisations-galerie {
	position: relative;
	z-index: 10000;
}

#content .par-centre {
	margin: 0 10% 0 5%;
	width: 82%;
}

#content .liste-clients {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .liste-clients li {
	margin-bottom: 10px;
	background: none;
	padding: 0;
}

#content .liste-clients li h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#content .liste-clients li div {
	font-size: 12px;
	margin-left: 10px;
}

.work {
	margin-bottom: 40px;
	position: relative;
}
.work a {
	height: 150px;
	width: 197px;
	border: thin solid #efefef;
	box-shadow: inset 0px 0px 50px -5px #DDD;
	display: block;
	float: left;
	margin-bottom: 40px;

	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}

.work a img {
	position: relative;
	z-index: -1;
}

.work a:hover {
	box-shadow: none;
}
.work-shade {
	display: block;
	width: 255px;
	height: 4px;
	background: url("images/work-shade.png") no-repeat;
	position: absolute;
	top: 77px;
	right: 0;
}
.work.droite {
	text-align: right;
}
.work.gauche a {
	margin-right: 36px;
}
.work.droite a {
	margin-left: 15px;
}
.desc {
	font-size: 12px;
}
/* Entreprise */

h1 #entreprise-titre-ligne1, h1 #entreprise-titre-ligne2 {
	color: #515558;
}
h1 #entreprise-titre-ligne1 strong {
	color: #F37034;
	font-weight: normal;
}
h1 #entreprise-titre-ligne2 {
	margin-left: 365px;
}
#entreprise-preference-10-raisons {
	z-index: 0;
	position: relative;
}
#entreprise-preference-10-raisons dl {
	text-align: center;
	background: #fcfbfb;
	padding: 20px;
	font-size: 26px;
	line-height: 48px;
	width: 874px;
	height: 153px;
	margin: 30px auto 120px;
	border-radius: 2px;
	z-index: 1;
	cursor: default;
}
#entreprise-preference-10-raisons .topright {
	width: 151px;
	height: 48px;
	right: 17px;
	top: -18px;
}
#entreprise-preference-10-raisons .bottomleft {
	width: 81px;
	height: 62px;
	bottom: -25px;
	left: 12px;
}
#entreprise-preference-10-raisons .topright, #entreprise-preference-10-raisons .bottomleft {
	background: #444548;
	position: absolute;
	border-radius: 2px;
	z-index: -1;
}
#entreprise-preference-10-raisons .lettrine {
	color: #f37034;
	font-size: 36px;
}
#entreprise-preference-10-raisons dd {
	display: none;
	position: absolute;
	top: 218px;
	left: 93px;
	width: 661px;
	padding: 20px;
	font-size: 19px;
	line-height: 23px;
	background: transparent url(images/fond-entreprise-definition.png) repeat-y;
	text-align: left;
}
#entreprise-preference-10-raisons dt {
	display: inline-block;
	color: #515558 !important;
	padding-left: 21px;
	padding-right: 21px;
	white-space: nowrap;
	font-weight: normal;
}
#employe-twitter {
	position: relative;
	margin-top: 95px;
}
#employe-twitter .top {
	background: url("images/bulle-twitter-top.png") no-repeat;
	height: 33px;
	width: 266px;
	top: -33px;
	position: absolute;
}
#employe-twitter .middle {
	padding: 2px 10px;
	background: url("images/bulle-twitter-middle.png") repeat-y;
	width: 246px;
}
#employe-twitter .bottom {
	background: url("images/bulle-twitter-bottom.png") no-repeat;
	height: 8px;
}
#employe-twitter .desc {
	position: relative;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	z-index: 10;
	overflow: hidden;
	width: 246px;
	border-top: 2px groove #9f9fa0;
	padding-top: 4px;
}
#employe-twitter a:hover, #employe-twitter a:active {
	color: #c8c6c6;
}
#employe-twitter a.username {
	position: relative;
	font-weight: bold;
	font-size: 13px;
	z-index: 10;
}
#employe-twitter a.tweet-date:link, #employe-twitter a.tweet-date:visited, #employe-twitter a.username:link, #employe-twitter a.username:visited {
	color: #ffffff;
}
#employe-twitter a.tweet-date:hover, #employe-twitter a.tweet-date:active, #employe-twitter a.username:hover, #employe-twitter a.username:active {
	color: #c8c6c6;
}
#employe-twitter .tweet-date {
	position: relative;
	float: right;
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	z-index: 10;
}
#employe-twitter .name {
	position: relative;
	font-size: 11px;
	color: #ffffff;
	z-index: 10;
}
/* Services */

.title-banner {
	position: absolute;
	right: 25px;
	top: 0;
}
#content h2.button-big {
	position: relative;
	display: block;
	font-size: 20px;
}
.button-big a:hover {
	background: url("images/services-icons.png") no-repeat -150px -93px;
}
.button-big a {
	background: url("images/services-icons.png") no-repeat -150px 0;
}
.button-big a {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	width: 205px;
}
.button-big em {
	height: 42px;
	width: 48px;
	display: block;
	position: absolute;
	right: 15px;
	top: 23%;
	background: url("images/services-icons.png") no-repeat;
}
.button-big.strategie a:hover em {
	background-position: 0 -200px;
}
.button-big.strategie em {
	background-position: -50px -200px;
}
.button-big.conception a:hover em {
	background-position: 0 0;
}
.button-big.conception em {
	background-position: -50px 0;
}
.button-big.formations a:hover em {
	background-position: 0 -300px;
}
.button-big.formations em {
	background-position: -50px -300px;
}
.button-big.contenu a:hover em {
	background-position: 0 -100px;
}
.button-big.contenu em {
	background-position: -50px -100px;
}
.button-big span span {
	display: block;
	padding-right: 55px;
	text-align: center;
}
.button-big a:link, .button-big a:visited {
	color: #fff;
}
.button-big a:hover, .button-big a:active {
	color: #515558;
}
/*FORMATION*/
.demi-col .formation {
	border:1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:24px;
	box-shadow: -6px 4px 11px -8px #CCCCCC;
	background-color: #fff;
	position:relative;
	min-height:350px;
}
.demi-col .formation .bottom {
	position:absolute;
	bottom:0px;
	width:410px;
}

.demi-col .formation strong span {
	color: red;
}

.demi-col .formation hr {
	width: 410px;
}

.demi-col .formation hr.transparent {
	height: 1px;
}
.demi-col .drapeau {
	height:58px;
	width:42px;
	position:absolute;
	top:-4px;
	right:0;
}
.demi-col .strategie {
	background: url('images/drapeau_bleu.png') no-repeat 0 0;
}
.demi-col .outils {
	background: url('images/drapeau_vert.png') no-repeat 0 0;
}

.entier-col .formation .icones {
	float: right;
}

.demi-col .formation .icones {
	float: left;
	margin-top: 4px;
}
.demi-col .formation .details {
	color:#828385;
}
#content .demi-col .formation h3 {
	min-height:50px;
	padding-right:30px;
	color:#f37034;
}
.demi-col .formation a {
	color: #515558;
}
.demi-col .formation a:hover {
	color: #515558;
}
.demi-col .formation p {
	min-height:34px;
}
.bouton.plus-de-details {
	background: transparent url(images/plus-de-details.png) no-repeat 0 0;
	width: 131px;
}
.bouton.telechargerPdf {
	background: transparent url(images/telechargerPdf.png) no-repeat 0 0;
	width: 131px;
}
.bouton.voir-la-video {
	background: transparent url(images/voir-la-video.png) no-repeat 0 0;
	width: 131px;
}
.bouton.fiche-detaillee {
	background: transparent url(images/fiche-detaillee.png) no-repeat 0 0;
	width: 158px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bouton.sinscrire-en-ligne {
	background: transparent url(images/sinscrire-en-ligne.png) no-repeat 0 0;
	width: 188px;
	float: right;
	margin-bottom: 15px;
}
.formation .bouton {
	float: right;
}
.embed {
	height: 150px;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #b3b3b3;
	margin-right: 20px;
}
.last .embed {
	margin-right: 0;
}
.embed img {
	width: 260px;
	margin: -23px 0 0 !important;
}
.embed a {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 150px;
	background: transparent url(images/play.png) no-repeat 50% 50%;
}
.bouton {
	border: 0;
	text-indent: -9999px;
	height: 40px;
	margin-left: 4px;
	padding-bottom: 5px;
	display:block;
	text-align: left;
}
/*FIN FORMATION*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: 0;
	right: -20px;
	width: 18px;
	height: 18px;
	background: transparent url('images/fermer.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
 top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
/* iframe formations */
#iframe #content {
	padding: 0;
	margin: 2% 0;
	font-size: 13px;
}
#iframe #content h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
#iframe #content h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h2 strong {
	color: #F37034;
}
#imagePartenaire {
	float:left;
	width: 254px;
}
.font-bigger {
	font-size: 1.1em;
}
.textright {
	text-align: right;
}
.partage-medias {
	text-align: right;
}
.photo-identite {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px;
}
.tel {
	color: #F37034;
}
.tiers-col .tel img {
	margin: 0;
	vertical-align: bottom;
}
/* Entreprise */

#employe-description .web-activity {
	float: left;
	margin-left: 167px;
	margin-top: 20px;
}
#employe-description .web-activity img {
	margin: 0;
}
.formations-titre .date {
	color: #ed6b2c;
	font-weight: bold;
}
.formations-titre {
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
}
/* =Asides */

/* Accueil */

.home #content h2.accueil-widget-title {
	margin: 30px 0 30px 0;
	color: #515558;
	text-transform: none;
}
.home #content {
	padding-top: 0;
}
.gallery_caption {
	display: block;
	background: rgba(255, 255, 255, 0.9);
	line-height: 25px;
	color: #515558;
	height: 25px;
	margin: -25px 0 0 0;
	padding-right: 5px;
	text-align: right;
	z-index: 10;
	position: relative;
}
.home .widget-area li {
	font-size: 12px;
	color: #515558;
}
.home .widget-area .title {
	font-weight: bold;
	font-size: 14px;
}
.home .widget-area .title:link, .home .widget-area .title:visited {
	color: #515558;
}
.home .widget-area .title:hover, .home .widget-area .title:active {
	color: #F37034;
	text-decoration: none;
}
.home .widget-area .date {
	font-style: italic;
	white-space: nowrap;
}
.home .widget-area .description {
	margin-top: 10px;
}
.home .widget-area .description a:link, .home .widget-area .description a:visited {
	color: #F37034;
	white-space: nowrap;
}
.home .widget-area .description a:hover, .home .widget-area .description a:active {
	color: #F37034;
	text-decoration: underline;
}
.home .widget-area .description .meta-nav {
	display: none;
}
/* Services */

.rapport {
	background: #f9f9f9;
	margin: 20px 0;
	padding: 20px;
}
.rapport .tiers-col {
	margin:  0 4% 0 6%;
	width: 23%;
}
#content .rapport h3 {
	display: block;
	height: 74px;
	line-height: 74px;
	vertical-align: middle;
	width: 186px;
	position: relative;
	background: #48494c;
	color: #fff;
	padding-left: 20px;
	border-radius: 10px
}
#content .rapport li {
	background: transparent url(images/puce-grise.png) no-repeat 0% 50%;
}
.rapport h3 em {
	display: block;
	height: 42px;
	width: 48px;
	position: absolute;
	right: 10px;
	top: 23%;
	background: url(images/services-icons.png) no-repeat;
}
.rapport h3.strategie em {
	background-position: -100px -200px;
}
.rapport h3.conception em {
	background-position: -100px 0;
}
.rapport h3.contenu em {
	background-position: -96px -400px;
	width: 53px;
}
#zone-evollia {
	padding: 20px;
	overflow: hidden;
}
#content #zone-evollia h2 {
	margin: 0 0 30px 0;
}
#content #zone-evollia p.p-evollia {
	width: 540px;
	float: left;
}
#content #zone-evollia p.contact {
	clear: both;
	float: left;
	margin-top: 30px;
	text-align: right;
}
#content #zone-evollia .bt-contact {
	background-color: #F37034;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: 400;
	padding: 0.2em 1.75em 0.2em 0.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#content #zone-evollia .bt-contact:hover {
	color: #000;
}
p.cycle-vente {
	text-align: center;
	margin: 20px;
}
#content #rsswidgetak-5 {
	width: auto
}
.page-template-service-php #advanced_text-7 {
	float: right;
}
#content #rsswidgetak-5 li {
	margin-bottom: 15px;
}
#content #rsswidgetak-5 li .read-more {
	margin-top: 10px;
}
.textwidget .read-more, .widget_rss-ak .read-more {
	display: block;
	text-align: right;
	padding: 0;
}
.textwidget .read-more:link, .textwidget .read-more:visited, .widget_rss-ak .read-more:link, .widget_rss-ak .read-more:visited {
	color: #f37034;
}
.textwidget .read-more:hover, .textwidget .read-more:active, .widget_rss-ak .read-more:hover, .widget_rss-ak .read-more:active {
	color: #f37034;
}
#contact-float {
	display: none !important;
	position: absolute;
	right: 0;
	top: 140px;
	float: right;
	width: 110px;
	color: #515558;
	margin-right: -110px;
	background: #f4f2f2 url("images/pin-side.png") no-repeat;
	background-position: 0 35px;
}
#contact-float span {
	font-size: 12px;
	margin: 15px 5px 10px 15px;
	display: block;
}
#contact-float .ressource {
	display: none;
}
#contact-float p {
	font-size: 16px;
	line-height: 23px;
	margin: 0 15px 15px 30px;
}
#contact-float a {
	display: block;
	background: url("images/button-scroll-down.png") no-repeat;
	margin-bottom: 20px;
	width: 62px;
	height: 23px;
	text-indent: -9999px;
}
.advanced_text {
	color: #515558;
}
.advanced_text .contact-header {
	background: #f7f5f5 url("images/box-shadow-top.png") no-repeat;
	border-bottom: 1px solid #b5b5b6;
	padding-top: 19px;
	margin-top: -9px;
}
.advanced_text .contact-footer {
	background: #fff url("images/box-shadow-bottom.png") no-repeat bottom center;
	padding-bottom: 9px;
	margin-bottom: -15px;
}
#content .advanced_text .contact-header h3 {
	margin: 0px 10px 15px 10px;
}
#content .advanced_text p {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	clear: both;
}
.advanced_text .contact-content {
	border-top: solid 5px #515558;
	padding-top: 30px;
	background: url("images/pin-small.png") no-repeat 10px 0;
	background-position: top 220px;
}
.advanced_text .contact-content h4 {
	color: #F37034;
	font-size: 18px;
}
.advanced_text .contact-content span, .advanced_text .contact-content h4 {
	margin-left: 90px;
	display: block;
}
.advanced_text .contact-content .position {
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
}
.advanced_text .contact-content .mail {
	color: #000;
	font-size: 13px;
	margin-top: 5px;
}
.advanced_text .tel {
	font-size: 26px;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.advanced_text .contact-content a {
	font-size: 11px;
	float: right;
	margin: 10px 0 30px 0;
	padding: 0;
}
.advanced_text .contact-content a:link, .advanced_text .contact-content a:visited {
	color: #515558;
	text-decoration: none;
}
.advanced_text .contact-content a:hover, .advanced_text .contact-content a:active {
	color: #F37034;
	text-decoration: none;
}
.advanced_text .contact-content div {
	height: 80px;
	overflow: hidden;
	clear: both;
	margin: 0 10px 10px 10px;
}
.advanced_text .contact-content img {
	margin: 0;
	float: left;
}
.advanced_text.tiers-col {
	margin: 0 2%;
	padding: 0 1% 9px 1%;
	width: 27%;
	background: url("images/box-shadow-repeat.png") repeat-y;
}
/* =Grid */

.entier-col {
	margin: 0 2%;
}
.quart-col {
	width: 21%;
	margin: 0 2%;
	float: left;
}
.deux-quart-col {
	width: 40%;
	margin: 0 2%;
	float: left;
}
.deux-tiers-col {
	width: 63%;
	margin:  0 2%;
	float: left;
	position: relative;
	z-index: 10000;
}
.tiers-col {
	width: 29%;
	margin:  0 2%;
	float: left;
	padding-bottom: 10px;
}
.tiers-col img {
	margin: 10px 0;
}
.demi-col {
	width: 44%;
	margin:  0 2%;
	float: left;
}
.compact {
	margin: 50px 0 135px 15%;
}
.compact p {
	width: 400px;
}
.clear {
	clear: both;
}
.pull-down {
	margin-bottom: -100px;
	margin-top: 30px;
	margin-left: -75px;
}
hr.shade {
	background: url("images/shade.png") no-repeat center top;
	height: 29px;
	margin: 30px 0 0 0;
	clear: both;
}
hr.transparent {
	border: 0;
	clear: both;
	height: 29px;
	background: transparent;
}
/* =Random */


#slideshow-accueil {
	height: 250px;
	width: 100%;
	margin: 0;
	background: #fff;
	box-shadow: inset 0px 15px 24px -15px #ccc;
	overflow: hidden;
	position: relative;
}

#slideshow-accueil .slide {
	bottom: 0px;
	padding-top: 20px;
}

#slideshow-texte {
	width: 100%;
	margin: 0;
	background: #e86123;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 18px 15px -20px #777;
}

#slideshow-accueil .slide,
#slideshow-texte .slide {
	width: 100%;
	margin: 0 auto;
	text-align: center;

	opacity: 0;
}

#slideshow-texte .slide {
	color: #fff;
	font-size: 28px;
	padding: 15px 0 0 0;
}

/*
#slideshow-accueil {
	height: 334px;
	width: 100%;
	margin: 0;
	background: #e04a1b url(images/fond_slideshow.png) repeat-x;
	overflow: hidden;
	position: relative;
}

#slideshow-accueil h2 {
	position: absolute;
	display: block;
	width: 980px;
	margin-left: -470px;
	top: 65px;
	left: 50%;
	color: #FFFFFF;
	z-index: 1;
}
#slideshow-accueil h2 em {
	font-size: 0.6em;
}*/

#slideshow {
	list-style:none !important;
	position: relative;
	margin: 0 auto;
	width: 980px;
	top: -1200px;
}
#slideshow p, #slideshow h3 {
	margin: 0;
	display:none;
}
#slideshow a {
	position: absolute;
	top: 0;
	left: 0;
	color: #515558;
	display: block;
	text-align: center;
	font-size: 23px;
}
#slideshow span {
	position: absolute;
	bottom: 0;
	display: none;
	background: transparent url(images/fond-vignettes-slideshow.png) no-repeat;
	margin: 0px 0 0 7px;
	padding-top: 9px;
	width: 212px;
	height: 70px;
}
#slideshow img {
	max-width: 980px;
}
#slideshow ul {
	margin: 0;
}
#slideshow li {
	position: absolute;
	top: 0px;
}
#slideshow li li {
	padding: 0;
	margin: 116px 0 0 20px;
	display: block;
	width: 225px;
	height: 300px;
	float: left;
	position: static;
}
#slideshow li li div {
	position: relative;
}
#slideshow #slide0 {
	top: 0px;
}
#slideshow #slide1 {
	top: 400px;
}
#slideshow #slide2 {
	top: 800px;
}
#slideshow #slide3 {
	top: 1200px;
}
#slideshow-wrapper {
	position:relative;
	padding:2px;
	margin:0;
	display:none;
}
#slideshow-wrapper * {
	margin:0;
	padding:0;
}
#galerie-realisations-accueil {
	height: 250px;
	width: 100%;
	border: 1px solid rosybrown;
	margin-bottom: 20px;
}
/*
#actualites-accueil {
	height: 400px;
	width: 100%;
	border: 1px solid rosybrown;
}
*/
/* =Junk */

/* #bloc-realisations, #bloc-entreprise, #bloc-equipe {
	background: #FFF;
	margin: 0 0 25px 0;
	width: 700px;
	height: 205px;
	-moz-box-shadow: 0 3px 7px #666666;
	-webkit-box-shadow: 0 3px 7px #666666;
}

#bloc-services {
	background: #FFF;
	margin: 0 0 25px 0;
	width: 700px;
	height: 205px;
	-moz-box-shadow: 0 3px 7px #707070;
	-webkit-box-shadow: 0 3px 7px #707070;
}


.fleche-suivant{
	float:right;
	position:relative;
	right:20px;
	top:-25px;
}

.h1-blocs{
	background: url("images/bloc-va.png") no-repeat 15px 9px #FFF;
	color:#565c5e;
	font-size:18px;
	padding:8px 0 8px 80px;
}

.paragrapheDroite{
	width:430px;
	float: left;
	margin-left:10px;
	margin-top:10px;

}

.paragrapheDroite h3{
	font-size:14px;
	margin-bottom:10px;
	margin-top:7px;
}
.imageGauche{
	float: left;
	width:200px;
	margin:10px 10px 26px 20px;
}*/


/* =Junk */
/*
#personne-1{
	background: #FFF;
	margin: 0px 10px 10px 10px;
	width: 695px;
	margin-bottom:25px;
	-moz-box-shadow: 0 3px 7px #666666;
	-webkit-box-shadow: 0 3px 7px #666666;
}

#personne-1 h3{
	font-size: 14px;
	margin-bottom: 10px;
}

.photoEquipe{
	margin: 10px 20px 10px 20px;
	border: 4px solid #000;
	float: left;
	width: 200px;
}

.information-droite{
	margin: 10px 0 0 20px;
	float: left;
	width: 400px;
}

.nom-membre{
	font-size: 18px;
}

.coordonnees {
	font-size: 14px;
}

#info-equipe{
	margin: 10px 20px 20px 20px;
	padding-bottom: 20px;
}
.clear{
	clear: both;
}
*/

.page-template-equipe-php #content .desc-membre h2 {
	position: inherit;
}
.page-template-equipe-php #content .email-equipe {
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .membre-equipe-gauche .photo-membre img, #content .membre-equipe-droite .photo-membre img {
	box-shadow: 0px 5px 5px #CCCCCC;
	margin-bottom: 10px;
	margin-top: 15px;
}
#content .desc-membre {
	margin-bottom: 20px;
	float: left;
	width: 275px;
	font-size: 13.5px;
}
#content .desc-membre ul {
	margin-left: 0px;
	overflow: hidden;
}
#content .membre-equipe-gauche .photo-membre {
	float: right;
	margin-left: 20px;
}
#content .membre-equipe-droite .photo-membre {
	float: left;
	margin-right: 20px;
}
#content .membre-equipe-gauche, #content .membre-equipe-droite {
	margin: 10px;
	overflow: hidden;
	float: left;
	padding: 10px;
	background-color: #f7f7f7;
	box-shadow: -1px 0 3px #ddd;
}
#content .membre-equipe-gauche p em, #content .membre-equipe-droite p em {
	margin-top: -10px;
	display: block;
	margin-bottom: 25px;
}
#content .membre-equipe-gauche,
#content .membre-equipe-droite {
	width: 450px;
}

#content .membre-equipe-gauche.centre {
	margin: 0 25%;
}

#content ul#equipe-galerie {
	margin: 0 auto;
	padding: 0;
	height: 500px;
	width: 450px;
}
#content #equipe-galerie li {
	background: transparent;
	padding: 0;
}
.roundabout-holder {
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
}
#content .roundabout-moveable-item img {
	height: 100%;
	margin-left: 0%;
}
.roundabout-moveable-item {
	height: 500px;
	width: 332px;
	background: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}
#primary, #secondary {
	float: left;
	width: 19%;
	/*padding-left: 15px;*/
	margin-bottom:20px;
	padding-top: 40px;;
}
#secondary .demi-col{
  width: 100%;
}
#secondary {
	clear: right;
}
#secondary .demi-col ul>li{
    margin-bottom:20px;
}
.main-container-blog {
    width: 70% !important;
    float: left;
    margin-left: 10% !important;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; */
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.wrapper, #footer-widget-area, #copyright, #menu-meta {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body.iframe {
	background: transparent;
}
body, input, textarea {
	color: #666;
	font-size: 14px;
}
.signature-va {
	display: none;
	position:relative;
	right:-750px;
	top:455px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
li {
	margin: 0;
}
#content ul {
	padding: 0;
	margin: 10px 0 0 20px;
	list-style: none;
}
#content li {
	margin-bottom: 10px;
	padding: 0 0 0 23px;
	background: transparent url(images/puce.png) no-repeat left center;
	list-style: none;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"] {
	height: 22px;
}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	padding: 4px;
}
a:link, a:visited {
	color: #F37034;
	text-decoration: none;
}
a:hover, a:active {
	color: #515558;
	text-decoration:none;
}
a.download {
	color: #515558;
	padding-right: 20px;
	background: transparent url(images/fleche-bas.png) no-repeat right center;
}
a.download:hover {
	background-position: right 3px;
	color: #000000;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */

#header {
	background: #ffffff url('images/fond_sous_menu.png') repeat-x 0 bottom;
	height: 185px;
}
.home #header {
	background: #ffffff;
	height: 120px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: none;
}
#site-description {
	margin-left: 5px;
	padding-top: 5px;
	
	display: none;
}
#branding {
	width: 315px;
	float: left;
	margin: 28px 0 0px 0px;
}

#slogan {
	float:right;
	position:absolute;
	left:645px;
	top:43px;
}
.etoile {
	left: -17px;
	position: absolute;
	top: 3px;
}
/* =Menu
-------------------------------------------------------------- */

#meta {
	background: #444548;
	height: 25px;
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
}
#meta li {
	display: inline;
	line-height: 25px;
	margin: 0 15px 0 0;
}
#meta li:last-child {
	margin: 0 25px 0 0;
}
#meta a:link, #meta a:visited {
	color: #fff;
}
#meta a:hover, #meta a:active {
	color: #c8c6c6;
}
#access {
	display: block;
	margin: 7px 25px 0 0;
	height: 30px;
	float: right;
	width: 616px;
	font-size: 18px;
	line-height: 18px;
	position: relative;
}
#access ul {
	/*	margin: 0;*/
	margin:60px 0 0 0;
	list-style-type: none;
	float: right;

	font-family: 'Lato', sans-serif;
}
#access li {
	float: left;
	margin-left: 20px;
}
#access .sub-menu li {
	float: left;
	margin: 0 0 0 20px;
	text-transform: lowercase;
	font-size: 14px;
}
#access a {
	display: block;
	text-decoration: none;
}
#access a:link, #access a:visited {
	color: #444548;
	padding: 5px;
}
#access .current-menu-item .sub-menu a {
	color: #ffffff;
	background: transparent;
}
#access .current-page-ancestor a, #access .current-menu-ancestor a, #access .current-menu-parent a, #access .current-page-parent a, #access .current_page_parent a, #access .current_page_ancestor a, #access .current-menu-item a, #access .current-menu-ancestor a:hover, #access .current-menu-ancestor a:active, #access .current-page-ancestor a:hover, #access .current-page-ancestor a:active, #access .current-menu-item a:hover, #access .current-menu-item a:active {
	color: #ffffff;
	background-color: #f36f33;
	border-radius: 4px;
}
#access a:hover, #access a:active {
	background-color: #F4F2F2;
	color: #444548;
	border-radius: 4px;
}
#access .sub-menu a {
	color: #ffffff;
	background: transparent;
}
#access .sub-menu .current-menu-item a:hover, #access .sub-menu .current-menu-item a:active, #access .sub-menu .current-menu-item a, #access .sub-menu .current-page-ancestor a:hover, #access .sub-menu .current-page-ancestor a:active, #access .sub-menu .current-page-ancestor a {
	background: transparent url(images/light.png) no-repeat center bottom;
	color: #ffffff;
	height: 24px;
}
#access .sub-menu a:hover, #access .sub-menu a:active {
	color:#dbdbdb;
	background: transparent;
}
#access .current-page-ancestor .sub-menu, #access .current-menu-ancestor .sub-menu, #access .current-menu-parent .sub-menu, #access .current-page-parent .sub-menu, #access .current_page_parent .sub-menu, #access .current_page_ancestor .sub-menu, #access .current-menu-item .sub-menu {
	text-indent: 0;
	height: auto;
}
#access .sub-menu {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	height: 1px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 31px;
}
/* =Junk */

/* #espace-image{
	height:236px;
	background: url("images/accueil_entete.jpg") no-repeat #FFF;
	border-bottom: 15px solid #515759;	
}*/

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	background: #FFFFFF url("images/fond.png") repeat-x 0 0;
	position: relative;
}
.home #main {
	background-position: 0 325px;
}
#content, #content input, #content textarea {
	color: #515558;
	font-size: 14px;
}
#content p, #content ul, #content ol, #content dd, #content pre {
	margin-bottom: 10px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #000;
}
#content h1 {
	font-size: 34px;
	color: #F37034;
	margin-left: 2%;
}
.page-template-equipe-php #content h1 {
/*font-size: 25px;
	color: #515558;
	margin: 0;
	padding: 5px 0 0 20px;
	background: url("images/square-gray.png") no-repeat;
	height: 50px;*/
}
.page-template-realisation-php #content h1 {
	font-size: 22px;
	color: #515558;
	margin: 0 0 30px 0;
}
.page-template-realisation-php #content h1 #realisations-sous-titre {
	display: block;
	font-size: 14px;
	color: #F37034;
}
.page-template-equipe-php #content h2 {
	font-size: 16px;
	color: #f37034;
	margin: 0 0 15px 0;
	position: relative;
	top: -20px;
	left: 70px;
}
.page-template-equipe-php .tweet {
	margin-top: -35px;

	display: none;
}
.page-template-equipe-php .last-tweet {
	clear: both;
	padding: 15px;
	background-color: #777;
	color: #fff;
	border-radius: 5px;
	opacity: 0;
	position: relative;
	margin-top: -25px;
	padding-top: 5px;
	font-size: 13px;
	min-height: 85px;
	clear: both;
	box-shadow: 3px 6px 7px #ededed;
}
.page-template-equipe-php .last-tweet hr {
	margin: 5px 0;
	padding: 0;
	height: 1px;
}
.page-template-equipe-php span.droite {
	position: relative;
	background-image: url('images/fleche-twitter.png');
	background-repeat: no-repeat;
	background-position: -24px 0;
	display: block;
	width: 23px;
	height: 50px !important;
	left: 64px;
	float: left;
}
.page-template-equipe-php span.gauche {
	position: relative;
	background-image: url('images/fleche-twitter.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 23px;
	height: 50px !important;
	right: 65px;
	float: right;
}
#content h1 #service-titre-ligne2 {
	display: inline-block;
	margin-left: 70px;
	color: #aaa;
}
.home #content h2 {
	text-transform: lowercase;
}
#content h2 {
	font-size: 26px;
	margin: 20px 2% 15px;
}
#content .demi-col h1, #content .quart-col h1, #content .tiers-col h1, #content .deux-tiers-col h1, #content .entier-col h1, #content .demi-col h2, #content .quart-col h2, #content .tiers-col h2, #content .deux-tiers-col h2, #content .entier-col h2, #content .demi-col h3, #content .quart-col h3, #content .tiers-col h3, #content .deux-tiers-col h3, #content .entier-col h3 {
	margin-left: 0;
	margin-right: 0;
}
#content h3 {
	font-size: 20px;
	color: #515558;
	margin: 10px 2% 30px 2%;
}
#content table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	margin: 0 2% 30px 0%;
}
.entry-title a:link, .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */

#content img {
	height: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content img.cadre {
	border: 1px solid #dcdbdb;
	border-radius: 4px;
	padding: 4px;
	margin-top: 0;
	background: #ffffff;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.gallery {
	position: relative;
}
.work-preview a.active {
	background: transparent url(images/fond_work-preview.png) no-repeat;
	width: 465px;
	height: 284px;
	display: block;
	margin-top: -16px;
	margin-left: -19px;
}
.work-preview a.active img {
	padding: 5px 19px;
}
.work-preview .gallery_caption {
	margin: -49px 24px 20px 0;
	padding: 0 10px 0 0;
}
#content .gallery dl {
	margin: 0 22px 0 0;
	position: absolute;
	right: 0;
}
.gallery dl dd img {
	display: none;
}
.gallery dl dt, .gallery dl dd span {
	display: none;
}
.gallery dl dd {
	display: inline;
}
.gallery dl dd a.thumb.active:visited, .gallery dl dd a.thumb.active:link, .gallery dl dd a.thumb:hover {
	color: #F37034;
	text-decoration: none;
	background: transparent;
}
.gallery dl dd a:visited, .gallery dl dd a:link {
	color: #C8C6C6;
}
.gallery dl dd a.thumb {
	display: block;
	float: left;
	padding: 5px 7px;
	background: transparent;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	font-size: 16px;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
.pagination .page-numbers {
	margin:10px 2px 0px 2px;
	padding:1px 8px 1px 8px;
	text-decoration:none;
	color:#515558;
	border:1px solid #ccc;
}
.pagination .page-numbers:hover {
	background:#F37034;
	color:#FFFFFF;
	border: 1px solid #F37034;
}
.pagination .current, .pagination .current:hover {
	color:#FFFFFF;
	background:#F37034;
	border: 2px solid #F37034;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 12px;
}
.form-allowed-tags {
	line-height: 12px;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */

#content .widget-area:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#content .widget-area {
	margin-bottom: 30px;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
#content .widget-area li {
	margin: 0;
	background: none;
	padding: 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
#newsletter form {
	padding: 0 10px;
	margin-bottom: 20px;
}
#newsletter form .infolettre * {
	display: block;
	margin-bottom: 5px;
}
#newsletter iframe, #newsletter div.social {
	margin-bottom: 10px;
}
#newsletter div.social img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
#text-3 {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 320px;
	margin-left: 30px;
}
#text-3 .widget-title {
	color:#494949;
	border:none;
	text-align:left;
	padding:0px 0 15px 0;
}
#text-3 form p {
	vertical-align: top;
	margin-bottom: 5px;
}
#text-3 form span:first-child {
	display: inline-block;
	width: 75px;
}
#text-3 form input[type="text"], #text-3 form textarea {
	width: 300px;
	max-width: 300px;
}
#ns_widget_mailchimp-3 .error {
	position: absolute;
	top: 40px;
	width: 400px;
	margin-left: 20px;
	color:red;
}
#ns_widget_mailchimp-3 p {
	margin-top: 20px;
	color:green;
}
#ns_widget_mailchimp-3 h3 {
	font-size: 14px;
	margin: 0;
	display: inline;
}
#ns_widget_mailchimp-3 form {
	display: inline;
	margin-left: 5px;
}
#ns_widget_mailchimp-3 label {
	display: none !important;
}
#ns_widget_mailchimp-3 input[type="submit"] {
	background: transparent url(images/bouton-ok.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	width: 48px;
	height: 40px;
	margin-left: 4px;
	padding-bottom: 5px;
}
#ns_widget_mailchimp-3 input[type="text"] {
	margin-left: 20px;
}
.textwidget li a {
	font-style: italic;
}
.widget-title {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}
.souligne-sidebar {
	background: #565c6e;
	width:205px;
	height:2px;
}
.widget-area a {
	padding-top: 10px;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
	color:#000;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
	color: #F37034;
}
.widget-area .entry-meta {
	font-size: 12px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #d1d1d1;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #F37034;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
#content .widget-area .widget_rss-ak li {
	margin-bottom: 10px;
}
.rss-date {
	margin-bottom:10px;
}
#content .widget-area ul li {
	margin-bottom: 20px;
}
.widget-area img {
	margin: 0;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0 10px;
}
#primary {
}
#secondary {
}
ul#sitemap li {
	background: none;
}
#sitemap a:visited, #sitemap a:link {
	color: #515558;
}
#sitemap a:hover, #sitemap a:active {
	color: #F37034;
}
/* Footer widget areas */

/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #282626 url("images/bg-gradient-footer.png") repeat-x;
	padding: 40px 0;
	color: #fff;
	position: relative;
}
#footer .deco {
	position: absolute;
	left: 50%;
	margin-left: -454px;
	top: 170px;
}
#footer .xoxo {
	margin: 0;
}
#footer .widget-title {
	font-size: 20px;
	color: #fff;
}
#footer .textwidget {
	color:#fff;
	font-size:14px;
}
.mc_var_label {
	display: none;
}
.mc_signup_submit {
	width: 180px;
}
#mc_signup_form .mc_input {
	height: 30px;
	width: 174px;
	border: 0;
	padding: 0 3px;
}
.mc_form_inside .updated {
	margin-bottom:10px;
}
.mc_error_msg {
	color: red;
}
.mc_success_msg {
	color: green;
}
.mc_merge_var {
	padding:0;
	margin:0;
}
#mc_signup_container {
}
#mc_signup_form {
}
#mc_signup_form .mc_var_label {
}
#mc_signup_form .mc_input {
}
#mc-indicates-required {
	width:100%;
}
#mc_display_rewards {
}
#mc_interests_header {
	font-weight:bold;
}
div.mc_interest {
	width:100%;
}
#mc_signup_form input.mc_interest {
}
#mc_signup_form select {
}
#mc_signup_form label.mc_interest_label {
	display:inline;
}
.mc_signup_submit {
	text-align:center;
}
.mc_merge_var br {
	display: none;
}
.mc_signup_submit input,
.voir-le-slideshare {
	background: url("images/mail-submit.png") no-repeat;
	width: 87px;
	height: 24px;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.voir-le-slideshare {
	width: 145px;
	color: #FFF !important;
	padding: 6px 10px 0px 10px;
	background-size: 100% auto;
	margin-top: 4px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#second #text-8 a {
	margin-right: 5px;
	margin-bottom: 5px;
}
.icone {
	vertical-align: top;
	background: transparent url(images/icones.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	display: block;
	padding: 0 !important;
	text-indent: -9999px;
	float: left;
	margin: 0 5px 0 0;
}
.icone.akova {
	background-position: 0 0;
}
.icone.facebook {
	background-position: -30px 0;
}
.icone.twitter {
	background-position: -60px 0;
}
.icone.linkedin {
	background-position: -90px 0;
}
.icone.rss {
	background-position: -120px 0;
}
.icone.viadeo {
	background-position: -150px 0;
}
.icone.slideshare {
	background-position: -180px 0;
}
.icone.video {
	background-position: 0 -30px;
}
.icone.presentation {
	background-position: -30px -30px;
}
.icone.marketing {
	background-position: -60px -30px;
}
.icone.rh {
	background-position: -90px -30px;
}
.icone.web {
	background-position: -120px -30px;
}
.icone.pdf {
	background-position: -150px -30px;
}
.icone.evollia {
	background-image: url('images/icone-evollia-30-30.png');
}
.recherche {
	background: url("images/recherche.png") no-repeat;
	width: 88px;
	height: 25px;
	border: 0;
	cursor: pointer;
	position: absolute;
}
#copyright {
	clear: both;
	text-align: right;
	padding-top: 40px;
}
#copyright span {
	margin-right: 2%;
	padding-top: 2px;
	border-top: #c8c6c6 solid 1px;
	color: #c8c6c6;
}
#copyright a {
	margin-left: 15px;
}
#copyright a:link, #copyright a:visited {
	color: #c8c6c6;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	color: #fff;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title,  #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access,  #branding img,  #respond,  .comment-edit-link,  .edit-link,  .navigation,  .page-link,  .widget-area {
	display: none !important;
}
#container,  #header {
	margin: 0;
	width: 100%;
}
#content,  .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
/* Concours */

#content #wpss_survey .form-container {
	background: none;
	border: none;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	width: 480px;
}
#content #wpss_survey .question {
	font-size: 20px;
	color: #515558;
}
#content #wpss_survey h2, #content #wpss_survey h3 {
	display: none;
}
#content #wpss_survey .answer {
	margin-left: 40px;
	padding-bottom: 20px;
}
#content #wpss_survey .infoForm {
	margin: 0 0 0 40px;
}
#content #wpss_survey .infoForm input {
	box-shadow: none;
}
#content #wpss_survey #submitButton {
	background: url("images/mail-submit.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 14px;
	height: 24px;
	margin-top: 10px;
	padding: 0 0 4px 0;
	text-align: center;
	width: 87px;
}
#content .iframeSurvey {
	margin: 25px 25px 0;
}
/*STYLES INFOBULLES */


.lightTip {
	width: 215px;
	padding: 10px 0px 0 10px;
	display: block;
	background: #f7f7f7;
	border-radius: 5px;
}
.lightTip .content {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #555;
	background: #f7f7f7;
}




.clear {
	visibility: hidden;
	padding: 0;
	margin: 0;
	height: 1px;
	clear: both;
}




.home-big-button {
	/* display: block;
	background-color: #F16E32;
	width: 300px;
	text-align: center;
	padding: 15px 0;
	margin: 30px auto;
	clear: both;
	color: white;
	font-size: 20px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #B85629; */

	width: 205px;
	margin: 0 auto !important;
}

.home-big-button a {
	color: white !important;
	padding: 0;
	text-align: center;
}

.home-big-button a:hover {
	text-decoration: none;
	color: #000 !important;
}

.home-big-button span span {
	padding: 0 20px;
text-transform: initial;
}


.slideshare {
	width: 285px;
	height: 200px;
}

.slideshare object {
	max-width: 100% !important;
	height: auto;
}