/*
Theme Name: Infoconception 2018
Theme URI:
Description:
Author: bbx
Author URI:
Tags: 
*/

/*--------------------------------------------------------------
1.0 Général
--------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

:root {
	--bleuC:rgb(77,163,207);
	--bleuF:rgb(30,63,82);
	--orange:rgb(204,102,44);
	--vert:rgb(106,175,119);
	--jaune:rgb(224,170,61);
	--formation:rgb(27,165,212)
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color:#555;
	font-size:16px;
	overflow:hidden;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display:block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	height:auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	background-color: var(--bleuC);
	box-shadow: inherit;
	border: none;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	text-align:center;
	text-transform: uppercase;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.skip-link {display:none;}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

.home.blog .entry-title {
	color: var(--bleuF);
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #fff;
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 0.5em;
	padding: 0;
	font-size:16px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

div#page {
	background-color:var(--bleuF);
}

/*------------------------- BODY --------------------------*/

body.fixed-nav #header-top {
	height:60px;
	transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
}

body.fixed-nav #header-top .custom-logo-link .custom-logo {
	height:55px !important;
	transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
}

body.fixed-nav .site-header .projet {
	transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
	padding:0.3%;
}

body.fixed-nav .site-header .icon-menu {
	padding: 0.6em;
	transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
}

body.fixed-nav .site-header .icon-close {
	padding: 1em;
	transition: all 400ms ease-in;
		-webkit-transition: all 400ms ease-in;
}

/*------------------------ HEADER ------------------------*/


.icon-phone {display:none;}

.site-header-top {
	display: flex;
	position: fixed;
	width: 100%;
	height:0;
	background-color: var(--bleuF);
	z-index:10;
	color:#fff;
	text-align:right;
	letter-spacing:0.5px;
	font-size:1.3em;
	top:0;
	transition: all 0.4s ease;
	visibility: hidden;
  	opacity: 0;
}

.page:not(.home) .site-header-top,
.single:not(.home) .site-header-top,
.archive:not(.home) .site-header-top{
	opacity: 1;
    position: fixed;
    height: 60px;
    visibility: visible;
    display: flex;
}

.active-menu{
	height:50px;
	visibility: visible;
  	opacity: 1;
	transition: all 0.4s ease;
}

.sticky {
	position: fixed !important;
}

.site-header-top a {
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 400;
}

.site-header .item-top {
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	padding: 0.3% 0;
}

.site-header .item-top:last-child {
	margin-right:0;
}

.site-header .reseaux {
	font-size:1.1em;
}

.site-header .projet {
	background-color:var(--bleuC);
	font-size:13px;
	padding:0 1%;
	height:100%;
	display: flex;
	vertical-align: top;
	position: absolute;
    right: 0;
    top: 0;
}

.site-header .projet .align {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
	margin-left: 0.5em;
}

.site-header.projet-page {
	padding:0.5% 1%;
}

.custom-header, .wp-custom-header {
	position: relative;
	display:block;
}

.home .custom-header{
	display: table;
	height: 100vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height:95vh;
	background:url("https://www.creation-de-sites-internet.fr/wp-content/themes/infoconception2018/assets/video/Info_Conception_Agence_Web_Vendee.mp4");
}


.home .custom-header-media img{
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.custom-header:before {
	background-color:rgba(30,63,82,0.6);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.site-branding {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 4;
	box-sizing: border-box;
}

.custom-logo-link span {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
	margin: 0 auto;
	padding: 8px;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
}

.custom-logo-link img {
	height:inherit;
}

body.page #header-top .custom-logo-link,
body.single #header-top .custom-logo-link,
body.archive #header-top .custom-logo-link,
body.error404 #header-top .custom-logo-link {
	display: flex;
	position:relative;
	height:100%;
	text-align: center;
	width:50%;
	margin: 0 auto;
}

#breadcrumbs {
	display: block;
    position: absolute;
    z-index: 3;
    color: #fff;
    letter-spacing: 0.5px;
    width: 100%;
    margin: 0 auto;
    padding: 1% 10%;
}

#breadcrumbs a {
	color:#fff;
}

.icon-close {
	cursor: pointer;
    font-size: 1.3em;
    display: flex;
    position: relative;
    float: left;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0.9em;
}

/*-------------------------------
Menu
---------------------------------*/

.icon-menu {
	cursor: pointer;
    animation: zoom 1s linear infinite;
    font-size: 1.3em;
    display: flex;
    position: absolute;
    float: left;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0.9em;
	margin-top:0.6em;
}

@keyframes zoom {
  0% {
		transform: scale(1);
		-webkit-transition: transform: scale(0);
		color:rgba(255,255,255,1);
		-webkit-transition: color:rgba(255,255,255,1);
	}
	50% {
		transform: scale(1.1);
		-webkit-transition: transform: scale(1.1);
		color:rgba(255,255,255,0.8);
		-webkit-transition: color:rgba(255,255,255,0.8);
	}
}

.home .block-menu-item {
	display:flex;
	flex-wrap: wrap;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	position: relative;
	width: 100%;
	height:84vh;
	background: #fff;
	float: left;
	left:0;
	top:0;
	overflow: hidden;
	margin-left: 1%;
	margin-top: 5%;
	transition: all 600ms ease-in;
	-webkit-transition: all 600ms ease-in;
	z-index:2;
}

.item-menu-mosaic {
	background-color:#fff;
	transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
	display: flex;
    position: relative;
	width: 100%;
}

.homy .item-menu-mosaic .img-mosaic {
	height:12vh;
}

.item-menu-mosaic .img-mosaic {
	display:inline-block;
	position:relative;
	width: calc(100% / 2);
	height:13.8vh;
	background-color:#f3f3f3;
	vertical-align:middle;
	overflow: hidden;
	transition: height 600ms ease-in;
	-webkit-transition: height 600ms ease-in;
	flex-direction: column;
}

.homeShow {
	position:absolute;
	margin-top:0.5em;
}

.item-menu-mosaic .img-mosaic img {height:auto !important;width:100% !important;max-width: inherit;min-width: 100%;}

.home .item-menu-mosaic .img-mosaic {height:12vh;}

.item-menu-mosaic .title-mosaic {
	position: relative;
    vertical-align: top;
    color: var(--bleuF);
    font-weight: 800;
    font-size: 1.5em;
    box-sizing: border-box;
    text-decoration: none;
    transform: scale(1);
    transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(100% / 2);
    text-align: left;
    padding: 0 1.5em;
}

.item-menu-mosaic-1 .title-mosaic {
     background-color: transparent;
	     -webkit-animation: random01 15s infinite;
     animation: random01 15s infinite;
}

.item-menu-mosaic-2 .title-mosaic {
     background-color: transparent;
	     -webkit-animation: random02 15s infinite;
     animation: random02 15s infinite;
}

.item-menu-mosaic-3 .title-mosaic {
     background-color: transparent;
     	-webkit-animation: random03 15s infinite;
     animation: random03 15s infinite;
}

.item-menu-mosaic-4 .title-mosaic {
     background-color: transparent;
     	-webkit-animation: random04 15s infinite;
     animation: random04 15s infinite;
}

@keyframes  random01 {
    10% { background-color: transparent; color:var(--bleuF);}
    30% { background-color: var(--vert); color:#fff;}
    50% { background-color: transparent; color:var(--bleuF); }
    70% { background-color: transparent; color:var(--bleuF);}
    100% { background-color: transparent; color:var(--bleuF);}
}

@keyframes  random02 {
	10% { background-color: transparent; color:var(--bleuF);}
	30% { background-color: transparent; color:var(--bleuF);}
	50% { background-color: var(--orange);color:#fff;}
	70% { background-color: transparent; color:var(--bleuF);}
    100% { background-color: transparent; color:var(--bleuF);}
}

@keyframes  random03 {
	10% { background-color: transparent; color:var(--bleuF);}
	30% { background-color: transparent; color:var(--bleuF);}
	50% { background-color: transparent; color:var(--bleuF);}
	70% { background-color: var(--jaune);color:#fff;}
	100% { background-color: transparent; color:var(--bleuF);}
}

@keyframes  random04 {
	10% { background-color: transparent; color:var(--bleuF);}
	30% { background-color: transparent; color:var(--bleuF);}
	50% { background-color: transparent; color:var(--bleuF);}
	70% { background-color: transparent; color:var(--bleuF);}
	100% { background-color: var(--formation); color:#fff;}
}

[class^="item-menu-mosaic"]:hover {
	transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
}

.item-menu-mosaic-1:hover {
	background-color:var(--vert);
}

.item-menu-mosaic-2:hover {
	background-color:var(--orange);
}

.item-menu-mosaic-3:hover {
	background-color:var(--jaune);
}

.item-menu-mosaic-4:hover {
	background-color:var(--formation);
}

.item-menu-mosaic-5:hover {
	background-color:var(--bleuC);
}

.item-menu-mosaic-6:hover {
	background-color:var(--bleuC);
}

.item-menu-mosaic-7:hover {
	background-color:var(--bleuC);
}

.item-menu-mosaic .title-mosaic p {
	line-height:1.2em;
	font-size: 1em;
}

.item-menu-mosaic .title-mosaic i {
	font-family: 'Libre Baskerville', serif;
	font-size:0.6em;
	font-weight:100;
	color:#888;
}

.item-menu-mosaic .title-mosaic span {
	font-family: 'Libre Baskerville', serif;
	float: inherit;
	font-size: inherit;
	font-weight:100;
	color: var(--bleuF);
}

.item-menu-mosaic .title-mosaic p {margin:0;}

.item-menu-mosaic-1 .title-mosaic span {
	animation: randomSpan1 15s infinite;
		-webkit-animation: randomSpan1 15s infinite;
		-ms-animation: randomSpan1 15s infinite;
		-o-animation: randomSpan1 15s infinite;
		-moz-animation: randomSpan1 15s infinite;
}

.item-menu-mosaic-2 .title-mosaic span {
	animation: randomSpan2 15s infinite;
		-webkit-animation: randomSpan2 15s infinite;
		-moz-animation: randomSpan2 15s infinite;
		-ms-animation: randomSpan2 15s infinite;
		-o-animation: randomSpan2 15s infinite;
}

.item-menu-mosaic-3 .title-mosaic span {
	animation: randomSpan3 15s infinite;
		-webkit-animation: randomSpan3 15s infinite;
		-moz-animation: randomSpan3 15s infinite;
		-ms-animation: randomSpan3 15s infinite;
		-o-animation: randomSpan3 15s infinite;
}

.item-menu-mosaic-4 .title-mosaic span {
	animation: randomSpan4 15s infinite;
		-webkit-animation: randomSpan4 15s infinite;
		-moz-animation: randomSpan4 15s infinite;
		-ms-animation: randomSpan4 15s infinite;
		-o-animation: randomSpan4 15s infinite;
}

@keyframes  randomSpan1 {
	10% { color: var(--bleuF); }
	30% { color: #fff; }
	50% { color: var(--bleuF); }
	70% { color: var(--bleuF); }
	100% { color: var(--bleuF); }
}

@keyframes  randomSpan2 {
	10% { color: var(--bleuF); }
	30% { color: var(--bleuF); }
	50% { color: #fff; }
	70% { color: var(--bleuF); }
	100% { color: var(--bleuF); }
}

@keyframes  randomSpan3 {
	10% { color: var(--bleuF); }
	30% { color: var(--bleuF); }
	50% { color: var(--bleuF); }
	70% { color: #fff; }
	100% { color: var(--bleuF); }
}

@keyframes  randomSpan4 {
	10% { color: var(--bleuF); }
	30% { color: var(--bleuF); }
	50% { color: var(--bleuF); }
	70% { color: var(--bleuF); }
	100% { color: #fff; }
}

.item-menu-mosaic:hover .title-mosaic p {
	transform: scale(1.03) !important;
	color:#fff !important;
	transition: all 400ms linear !important;
		-webkit-transition: all 400ms linear !important;
}

.item-menu-mosaic:hover .title-mosaic p span {animation: unset; color:#fff !important;}

.cross:hover {cursor:pointer;}

.site-header .page-menu {
	z-index: 99999;
    height: 96vh;
    left: 0;
    width: 28% !important;
    display: block;
    position: fixed !important;
    bottom: 0;
	transition:all 180ms ease;
}

/********** MENU ICON ********/


	.page:not(.home) .menu_icon,
	.single:not(.home) .menu_icon,
	.archive:not(.home) .menu_icon{
		visibility: hidden;
		opacity:0;
	}


.home .menu_icon {
	display:block;
	margin-top:4%;
	margin-left:2%;
	width:28%;
}

.page:not(.home) .show,
.single:not(.home) .show,
.archive:not(.home) .show,
.home .show{
	visibility: visible !important;
    opacity: 1;
    background-color: var(--bleuF);
    height: 100vh;
    z-index: 5;
    margin-left: 0;
    padding: 1%;
    position: fixed;
    bottom: 0;
	width: 28%;
}

.page:not(.home) .item-menu-mosaic .img-mosaic img,
.single:not(.home) .item-menu-mosaic .img-mosaic img,
.archive:not(.home) .item-menu-mosaic .img-mosaic img {
	height:100% !important;
	width:auto !important;
}

.home .show {
	display:block !important;
	padding:0;
	height: 96vh;
}

.home .fixedHome {
	height:100%;
	margin-left:0;
	margin-top:0;
}

.home .fixedHome .item-menu-mosaic .img-mosaic {
    height: 13.8vh;
}

.home .fixedHome .item-menu-mosaic .img-mosaic img {
	height:100% !important;
	width:auto !important;
}

/* TITRE ET VIDEO */

.description {
	    display: block;
    position: absolute;
    width: 100%;
    margin-top: 4%;
    box-sizing: border-box;
    text-align: right;
    padding: 0 1%;
    bottom: 0;
}

.description h1 {
	display:block;
	position:relative;
	font-size:4em;
	color:#fff;
	font-weight: bold;
	line-height: 1.3em;
}

.description span.lastWord {
	font-family: 'Libre Baskerville', serif;
	float:inherit;
	font-size:1em;
	font-weight:100;
}

.bottom-header {
	display: block;
	text-align:center;
	position: absolute;
	bottom: 0;
	width:100%;
	margin-bottom: 0.5%;
	left:0;
}

.bottom-header a {
	display: block;
	text-decoration: none;
}

.site-branding .wrap span.icon-play-button:hover {cursor: pointer;}


/* BOTTOM HEADER */

.icon-mouse {
	display: block;
	position: relative;
	z-index: 4;
	color: #fff;
	margin: 0 auto;
	font-size: 2.5em;
	font-weight: bold;
	animation:bounce 1.5s ease-in infinite;
	margin-bottom:5px;
}

.icon-down-arrow {
	color: #fff;
	z-index: 4;
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 1.2em;
	animation:bounce 1.5s ease-in infinite;
}

.icon-down-arrow:last-child{font-size:1em;margin-top:-8px;}

@keyframes bounce {
  0% {
		transform: translateY(0);
		-webkit-transition: transform: translateY(0);
	}
	50% {
		transform: translateY(5px);
		-webkit-transition: transform: translateY(5px);
	}
}

/*------------------------ BODY ------------------------*/

.site-content-contain {
	display:block;
	position:relative;
	width:100%;
	box-sizing: border-box;
	overflow:hidden;
	transition:all 200ms ease;
}

.page:not(.home) .site-content-contain,
.single .site-content-contain,
.archive .site-content-contain {
	margin-top: 60px;
}

.decale {
	margin-left:28%;
	transition:all 180ms ease;
}

body.page:not(.home) .site-main {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.page-template-page-contact .header_agence {
	height:90vh;
}

.page-template-page-contact .header_agence div.image img {
    width: 100%;
    height: 100%;
}

#page-header-site {
	color: var(--bleuF);
    padding: 5% 10% 3%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 1650px;
    min-width: 360px;
	z-index: 2;
}

#page-header-site p {
	color: white;
}

a.retourActu {
	display: block;
    position: relative;
    z-index: 3;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--bleuC);
    color: #fff;
    padding: 0.5em 1em;
    margin-top: 1%;
    opacity: 0.9;
    transition: all 400ms linear;
    width: 20%;
    text-align: center;
}

a.retourActu:hover {
	opacity:1;
	transition: all 400ms linear;
}

.header_agence {
	display: block;
	width: 100%;
	position: relative;
	background-size:contain;
	height:auto;
	overflow: hidden;
	color:#fff;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}

.header_agence table {
	display: block;
	position: relative;
	margin-top: 2%;
}

.page-template-page-contact .header_agence div.image {height:inherit;}

.header_agence div.image,
.header-single div.image{
	display: block;
    position: absolute;
	height: 60vh;
    overflow: hidden;
	width:100%;
}

.header_agence div.image img,
.header-single div.image img{
	width:100%;
	height:auto;
}

.header_agence div.image::before,
.header-single div.image::before{
	background-color: rgba(30,63,82,0.7);
	bottom: 0;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	top:0;
}

#page-header-site h1 {
	font-weight:700;
	font-size:5rem;
	margin-bottom:0;
	display:inline-block;
	position:relative;
	z-index:2;
	color:#fff;
}

#page-header-site span {
    width: auto;
    position: relative;
    z-index: 2;
}

#page-header-site .orange h1 {background-color: var(--orange);padding:0 2%; opacity:0.9;border-left: inherit;}
#page-header-site .vert h1 {background-color:var(--vert);padding:0 2%; opacity:0.9;border-left: inherit;}
#page-header-site .jaune h1 {background-color:var(--jaune);padding:0 2%; opacity:0.9;border-left: inherit;}
#page-header-site .bleuC h1 {background-color:var(--bleuC);padding:0 2%; opacity:0.9;border-left: inherit;}

.header_agence .content {
	display:block;
	position:relative;
	z-index:2;
	padding:0 0 4%;
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
	min-width: 360px;
}

.page-template-page-agence .content p {color:#fff;}

body.page-template-ateliers .header_agence img {
	width:auto;
	height:auto;
}

.header_agence .content li a {
	color: var(--bleuC);
}

.header_agence .content h2,
.header_agence #page-header-site h2 {
	color:#fff;
	font-weight:400;
	text-align:left;
	font-size:18px;
	letter-spacing:0.5px;
	display:block;
	position:relative;
	z-index:2;
}

body.page-template-page-agence .post-3141 h2 {
	font-size: 1.4rem;
	text-align:left;
}

body.page-template-default:not(.page-template-page-listing) .apge-content {
	margin-top:-12%;
}

body.page-template-page-listing .page-content,
body.archive .page-content,
body.page-template-ateliers .page-content,
body.page-template-page-equipe .page-content,
body.page-template-sous-page-listing .page-content{
	display: block;
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 5%;
	max-width: 1400px;
	min-width: 360px
}

.page-content {
	margin-bottom: 3%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 60%;
    margin-left: 10%;
    padding: 1%;
    background-color: #fff;
	z-index: 2;
}

body.page-id-4011 .header_agence::before,
body.page-id-4008 .header_agence::before{
	background-color:rgba(0,0,0,0.1);
}

body.page-id-4011 .contenu,
body.page-id-4008 .contenu{
	padding-top:2% !important;
}

body.page-id-4011 .contenu h2,
body.page-id-4008 .contenu h2{
	text-transform: inherit;
}

/*body.page-id-4011 .page-content h3::before,
body.page-id-4008 .page-content h3::before{
	display:inline-block;
	content:'';
	height:5px;
	width:70px;
	border-radius: 10px;
	background-image: linear-gradient(to right, rgb(112,155,155) , var(--jaune));
	vertical-align: middle;
	margin-right:10px;
}*/

body.page-id-4011 .page-content h3,
body.page-id-4008 .page-content h3{
	display:inline-block;
	border-left:none;
	color:var(--jaune);
	border-left-width:3px;
	border-left-style:solid;
	border-image:linear-gradient(to bottom, var(--jaune) , rgb(112,155,155)) 1 100%;
	padding-left:1%;
	padding-top: 0;
}

body.page-id-4011 .page-content h4,
body.page-id-4008 .page-content h4,
body.single-ateliers-numeriques h4{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.2rem;
	padding-top:0;
	color:#000;
}

body.page-template-ateliers #page-header-site .page-title {
	background-color:rgb(112,155,155);
	border-left:none;
	padding: 0 2%;
    opacity: 0.9;
}

.section_atelier {
	background-color: #fff;
	margin-bottom:2%;
	display: flex;
    position: relative;
}

.content-atelier ul li::before {
	content:'-';
	padding-left: 20px;
    padding-right: 5px;
}

body.single-ateliers-numeriques input {
	border: 1px solid #ccc;
    font-size: 13px;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

body.single-ateliers-numeriques [type="submit"],
body.single-formations [type="submit"]{
	background-color:var(--bleuC);
	color:#fff;
	text-transform: uppercase;
	text-align:center;
	border:none;
	display:block;
	position:relative;
	margin:0 auto;
	font-weight: 300;
    letter-spacing: 1px;
    padding: 8px 13px;
	margin-top:8%;
}

body.single-formations .wpcf7-form-control {
	width:100%;
}

body.single-formations  .wpcf7-checkbox {border:transparent;}

.ateliers-numeriques {
	margin-bottom:3%;
}

.content-sidebar {
	display: inline-block;
    padding: 0 2%;
    background-color: rgba(255,255,255,1);
    margin: 0 2%;
    width: calc(100% / 4);
}

.content-sidebar h2 {
	text-transform: uppercase;
	padding-bottom:1%;
	padding:4% 0;
	font-weight:100;
	color:var(--jaune);
	margin-bottom:0;
	font-size: 2rem;
}

.content-sidebar ::placeholder {
	text-transform: uppercase;
	color:#888;
	font-weight: 200;
	font-size:13px;margin-left:10px;
}

body.archive .main {
	display:block;
	position:relative;
	background-color:#fff;
	padding-bottom:1%;
}

body.post-type-archive-reviews .site-content {
	display:block;
	position:relative;
	background-color: #fff;
	padding-bottom:1%;
}

.owl-carousel .owl-wrapper {display:flex !important;}

.owl-item {
	overflow:hidden;
	box-sizing: border-box;
	display: flex;
    position: relative;
	justify-content:center;
	flex-wrap:wrap;
	flex-direction:column;
	width:200px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}

#logo-slider {
	margin:3% 0;
}

#logo_client {
	height:100%;
	padding:0 30px;
	width:auto;
	box-sizing: border-box;
	margin:0 auto;
	position:relative;
}

#logo_client .item {
	padding:2%;
	display:block;
	height:100%;
	text-align:center;
	width:auto;
}

#logo_client .item img {
	display:block;
	position:relative;
	margin:0 auto;
	width:auto;
	min-width:50%;
	max-width:90%;
	height:auto;
	max-height: 100%;
	min-height: 35%;
}

p.last_projet {
	color:#fff;
	text-align:center;
	margin-top: 5%;
	letter-spacing: 0.5px;
	font-size: 1.5em;
}

p.last_projet i {font-weight:bold;}

#last-project {
	display:block;
	position:relative;
}

.thumbnail_last_projet {
	display: block;
	position: relative;
	background-image: url('assets/images/mockup-web-accueil.png');
	background-size: cover;
	z-index: 2;
	height: 70vh;
	background-repeat: no-repeat;
}

.project {
	display:block;
	position:absolute;
	height: 57%;
	width: 75%;
	top: 0;
	left: 0;
	margin-left: 14.5%;
	margin-top: 7.5%;
	overflow:hidden;
}

.project img {
	width:100%;
	min-height:100%;
	height:auto;
}

.more_rea {
	display:block;
	position:relative;
	text-align:center;
	color:#fff;
}

.more_rea a.linkActu {
	margin-top:3%;
}

.more_rea span {
	display:block;
	margin-bottom:1%;
	letter-spacing: 0.5px;
	font-style: italic;
}

.more_rea button {
	background-color: var(--bleuC);
	box-shadow: inherit;
	border: none;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom:2%;
	font-weight:100;
}

#main section#clients h2 {
	display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#main section.section_img {
	padding:0;
	display:block;
	position:relative;
}

#main section .img_rea_fixed {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color:transparent;
	top: 0;
}

#main section .img_rea_fixed::before {
	background-color: rgba(0,0,0,0.3);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

#main section .panel-content{
	display: inline-block;
	vertical-align: top;
	/*width:calc(100% / 2);*/
	flex: 0 0 calc(100% / 2);
	z-index: 3;
	overflow: hidden;
	position: relative;
}

#main section .reaHome {
	display:block;
	vertical-align: top;
	width: 30%;
	z-index: 3;
	overflow: hidden;
	position: relative;
	margin-left:50%;
	padding:7% 0;
	font-weight:300;
	color:#fff;
}

#main section .reaHome a.linkActu {
	width: auto !important;
    margin-left: 0;
    display: inline-block !important;
    position: absolute;
    bottom: 0;
    margin-bottom: 2%;
    right: 0;
    margin-right: 1%;
	background-color: rgba(0,0,0,0.4);
    border: 1px solid #fff;
}

#main section .reaHome span.orange{
	background-color: var(--orange);
}

#main section .reaHome span.vert{
	background-color: var(--vert);
}

#main section .reaHome span.jaune{
	background-color: var(--jaune);
}

#main section .reaHome span {
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 4%;
	display: inline-block;
}

h2.lastRea {
	font-family: 'Libre Baskerville', serif;
	color:#fff;
	font-size:3em;
	text-align:left;
	font-weight:100;
}

h2.lastRea::after{
	content:'';
	display:block;
	position:relative;
	width:100px;
	height:2px;
	background-color:#fff;
	margin-top:2%;
}

#main section .reaHome h3 {
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1.5em;
}

#main section.ic_agence{
	padding:0;
}

#main section.ic_agence .panel_content{
	margin:0 !important;
	padding:0;
}

#main section.ic_agence .panel-content h2{
	text-transform: uppercase;
	text-align: left;
	margin-bottom: inherit;
	padding-left:3%;
	margin-top:2%;
	font-size: 2.5rem;
    color: var(--bleuF);
}

#main section.ic_agence .panel_agences h2{text-align: center;}

#main section.ic_agence .panel_agence .entry-content h3,
#main section.ic_agence .panel_agence .ate h3 {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 2%;
	padding-left:3%;
}

#main section.ic_agence .panel_agence .entry-content h3{color:var(--bleuF);}

#main section.ic_agence .panel_agence .entry-content p {
	column-width: 350px;
	text-align: justify;
	letter-spacing: 0.5px;
	column-gap: 70px;
	color: #555;
	margin-bottom:0;
	padding-left:3%;
	padding-right:3%;
}

#main section.ic_agence .panel_agence .entry-content p:last-child img {
	width:100%;
	padding:0;
}

#main section.ic_agence .panel_agence .entry-content p img {
	display: block;
	position: relative;
	margin-top: 4%;
}

#main section.ic_agence .panel_agence .entry-content p a {color:#555;}

#main section.ic_agence .panel_agence .ate {
	display: block;
	position: relative;
	margin-top: 1%;
	padding: 2% 3%;
	height: auto;
	width: 100%;
	background-color: #efefef;
}

#main section.ic_agence .panel_agence .ate h3{color:#84ada7;padding:0;}
#main section.ic_agence .panel_agence .ate h4 {
	color:#e1a930;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
	font-weight: 600;
	text-transform: uppercase;
}

/************* SLIDER DE MOTS *************/
.ms-header {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 95vh;
}
.ms-header__title {
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	margin: 3% 0;
	font-weight: 600;
	color:white;
}

.ms-slider {
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  mask-type: luminance;
  mask-mode: alpha;
}
.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
	animation:wordSlider 15s ease-in infinite;
}
.ms-slider__word {
  display: block;
  line-height: 1.8em;
  text-align: left;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	font-weight: 100;
}

@-webkit-keyframes wordSlider {
	0%,
    10% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15%,
    25% {
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
	30%,
    40% {
    -webkit-transform: translateY(-26%);
            transform: translateY(-26%);
  }
	45%,
    55% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
	60%,
    70% {
    -webkit-transform: translateY(-51%);
            transform: translateY(-51%);
  }
	75%,
    85% {
    -webkit-transform: translateY(-63%);
            transform: translateY(-63%);
  }
	90%,
    97% {
    -webkit-transform: translateY(-76%);
            transform: translateY(-76%);
  }
  100% {
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
  }
}

@keyframes wordSlider {
	0%,
		10% {
		-webkit-transform: translateY(0%);
						transform: translateY(0%);
	}
	15%,
		25% {
		-webkit-transform: translateY(-14%);
						transform: translateY(-14%);
	}
	30%,
		40% {
		-webkit-transform: translateY(-26%);
						transform: translateY(-26%);
	}
	45%,
		55% {
		-webkit-transform: translateY(-40%);
						transform: translateY(-40%);
	}
	60%,
		70% {
		-webkit-transform: translateY(-51%);
						transform: translateY(-51%);
	}
	75%,
		85% {
		-webkit-transform: translateY(-63%);
						transform: translateY(-63%);
	}
	90%,
		97% {
		-webkit-transform: translateY(-76%);
						transform: translateY(-76%);
	}
	100% {
		-webkit-transform: translateY(-85%);
						transform: translateY(-85%);
	}
}

.counter {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	width: calc(100% / 2 - 10px);;
	font-size: 1rem;
	font-weight: lighter;
	padding: 3%;
	margin-bottom: 0.3%;
	color:white;
}

.counter span:not(.number) {
	font-size:3rem;
	display:block;
	margin-bottom:5%;
}

.counter span.number {
	font-size:1.5rem;
	font-weight:400;
	display:block;
	margin-right:1%;
}

.counter p {
	font-family: 'Libre Baskerville', serif;
	display:inline-block;
	vertical-align: middle;
	font-size: 1rem;
}

.panel_agences h2 span {
	font-family: 'Libre Baskerville', serif;
	text-transform:lowercase;
	font-size:2rem;
}

.item_agence {
	display: inline-block;
    position: relative;
    width: calc(100% / 2 - 10px);
    vertical-align: bottom;
}

.item_agence h4 {
	font-weight: 400;
    font-size: 1rem;
    font-family: 'Libre Baskerville', serif;
    color: #fff;
}

.item_agence:last-child h4{
	text-align:right;
}

.item_agence img {
	width:90%;
	display:block;
	position:relative;
	margin:0 auto;
	margin-bottom: 10px;
}

.item_agence:first-child:before {
	content:'';
	background-image:url('assets/images/carte-vendee-fleche.png');
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    z-index: 1;
    padding: 5%;
    margin-top: 15%;
    margin-left: 11%;
}

.item_agence:last-child:before {
	content:'';
	background-image:url('assets/images/carte-saint-sebastien-fleche.png');
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	position:absolute;
	top:0;
	right: 0;
	width: 90%;
    height: 65%;
    z-index: 1;
    padding: 4%;
    margin-top: 15%;
    margin-right: 10%;
}

.item_agence button {
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	bottom: 0;
	margin-top:8%;
}

.item_agence button a {
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing:1px;
}

#main section.ic_actualite {
	padding-bottom: 3%;
	background-color: #f5f5f5;
}

.content_actu h2 {
	color:#fff;
	text-align:left;
	font-size:2rem;
	font-weight:100;
	line-height: 60px;
	padding-top:7%;
}

.content_actu h2 span {
	dispay:block;
	position:relative;
	font-weight:700;
	font-size:5rem;
}

.content_actu {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 90%;
	z-index: 2;
	font-size:0;
}

.container {
	display:-ms-flexbox;
	display:flex;
	position:relative;
	flex-wrap: wrap;
		-o-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
    margin-bottom: 2%;
}

.panel_actu:first-child {
	background-color:var(--bleuC);
}

.panel_actu:first-child h3, .panel_actu:first-child .date {
	color:#fff;
}

.panel_actu {
	/*position: relative;
	vertical-align: top;
	background-color: #fff;
	padding: 2% 0;
	width:calc(100% / 4);
	transition:background-color 400ms linear;
		-webkit-transition:background-color 400ms linear;*/
	display: inline-block;
    position: relative;
    width: calc(100% / 4 - 20px);
    background-color: aliceblue;
    margin: 10px;
    color: #000000;
    margin-bottom: 10px;
    -webkit-transition: 1s;
    transition: 1s;
}

.panel_actu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 1rem 3rem;
}

.panel_actu .date {
	font-size:15px;
	letter-spacing:0.5px;
	font-weight:600;
	color:var(--bleuC);
	transition:color 400ms linear;
		-webkit-transition:color 400ms linear;
}

.panel_actu h3 {
	font-size: 3rem;
	font-weight: bold;
	color: var(--bleuF);
	letter-spacing:1px;
	transition:color 400ms linear;
		-webkit-transition:color 400ms linear;
}

.panel_actu:hover {
	background-color:var(--bleuC);
	transition:background-color 400ms linear;
		-webkit-transition:background-color 400ms linear;
}

.panel_actu:hover .date {
	color:#fff;
	transition:color 400ms linear;
		-webkit-transition:color 400ms linear;
}

.panel_actu:hover h3 {
	color:#fff;
	transition:color 400ms linear;
		-webkit-transition:color 400ms linear;
}

.at-resp-share-element .at-share-btn .at-label {padding:0 !important;}

a.linkActu {
	z-index: 2;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 auto;
	display: inline-block;
	letter-spacing: 0.5px;
	position:relative;
	background-color: var(--bleuC);
	text-decoration: none;
	font-size: 0.9rem;
	text-align: center;
	padding: 10px 15px;
}

.home a.linkActu {
	width: 20%;
	display:block;
}

.linkIC {
	display:block;
	transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
	background-color: var(--bleuC);
	color: #fff !important;
}

a.linkIC:hover {
	background-color:#3681a8;
	transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
}

body.home .panel_agences a.linkActu {
	width:100%;
}

/*------------------------ PAGE CONTENU LISTING ------------------------*/

body.page-template-page-listing .page-content .content,
body.page-template-sous-page-listing .page-content .content {
	letter-spacing:0.5px;
	margin:1% 0 3%;
	color:#fff;
}

body.page-template-sous-page-listing .row {
	margin-bottom:2%;
}

.page-template-page-listing .row {
	height: 35vh;
}

.row {
	display:flex;
	width:100%;
	position:relative;
	height: 25vh;
	overflow:hidden;
}

.row-texte, .row-image {
	position:relative;
	width:calc(100% / 2);
}

.row .row-image img, .und-row-image img {
	display:block;
	width:100%;
	position:relative;
}

.und-row-image img {
	height: 100%;
	width:auto;
}

.row .row-texte, .row .und-row-texte {
	background-color: #fff;
	padding: 0 3% 3%;
	font-size: 1rem;
	color:var(--bleuF);
}

body.page-template-page-listing .row .row-texte,
body.page-template-page-listing .row .und-row-texte {
	padding-top:3%;
}

.row .row-texte h3, .row .und-row-texte h3, .page-content h3 {
	text-align:left;
	font-weight:400;
	padding-left:2%;
	font-size:1.3rem;
	margin-bottom: 4%;
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Roboto', sans-serif;
}

.page-content h3 {
	border-left:1px solid #333;
	padding-left:1%;
	margin-bottom:1%;
	color:#333;
}

.page-content .posts h3 {border-left:none;}
.page-content p {color:#333;}

.row .row-texte .jaune h3, .row .und-row-texte .jaune h3 {
	color:var(--jaune);
	border-left:1px solid var(--jaune);
}

.row .row-texte .vert h3, .row .und-row-texte .vert h3 {
	color:var(--vert);
	border-left:1px solid var(--vert);
}

.row .row-texte .orange h3, .row .und-row-texte .orange h3 {
	color:var(--orange);
	border-left:1px solid var(--orange);
}

.row .row-texte a.link {
	display:inline-block;
	width:auto;
	position:relative;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-weight:300;
	margin-top: 5%;
}

.page-template-page-agence .content a {
	color:#fff;
}

.attributs {
	display:block;
	position:relative;
	width:100%;
	font-size:1.1em;
	margin-top:2%;
}

.attributs .icon-time,
.attributs .icon-coins {
	margin-right:10px;
	font-weight: bold;
}

.attributs .icon-coins {
	margin-left:30px;
}

.und-row-texte, .und-row-image, .und-row-button {
	display:inline-block;
	position:relative;
	vertical-align:top;
	flex-direction: column;
}

.und-row-button {
	display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.und-row-image {width:25%;}
.und-row-texte {width:65%;}
.und-row-button {
	width:9%;
	background-color:var(--jaune);
	transition:all 300ms linear;
		-webkit-transition:all 300ms linear;
}
.und-row-button a {
	text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  margin: 0 auto;
  border:1px solid transparent;
  transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
  text-align:center;
}

.und-row-button a .icon-search-tool-symbol {
	font-size: 2em;
}

/*------------------------ MISE EN PAGE DETAIL PRESTA ------------------------*/

body.page-template-default .contenu,
body.page-template-page-equipe .contenu{
	padding:2% 2% 5%;
	background-color: #fff;
}

body.page-template-default .site-main .jaune h3 {color:var(--jaune); border-left: 1.5px solid var(--jaune);}
body.page-template-default .site-main .vert h3 {color:var(--vert); border-left: 1.5px solid var(--vert);}
body.page-template-default .site-main .orange h3 {color:var(--orange); border-left: 1.5px solid var(--orange);}

.contenu h2 {
	width: auto;
	display: block;
	font-weight: 400 !important;
	/*text-transform: uppercase;*/
	text-align: left !important;
	color: #4da3cf;
	font-size: 1.8rem;
}

.contenu h3 {
	width: auto;
	display: inline-block;
	font-weight: 500;
}

.bloc_sites {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 48px);
	margin: 1em 1em 3em 0em;
}

.bloc_sites h3 {
	margin-bottom: 1em;
	padding-left: 5% !important;
}

.bloc_reseaux {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 48px);
	margin: 1em 1em 3em 1em;
}

.bloc_reseaux h3 {
	margin-bottom: 1em;
	padding-left: 5% !important;
}

.bloc_communication {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 48px);
	margin: 1em 1em 3em 1em;
}

.bloc_communication h3 {
	margin-bottom: 1em;
	padding-left: 5% !important;
}

.lien_formation {
	transition-property: filter;
	transition-duration: 0.5s;
	display: block;
	position: relative;
	width: 100%;
}

.lien_formation:hover {
	filter: grayscale(1);
}

a .titre_formation {
	color: #FFFFFF !important;
	position: absolute;
	top: 35%;
	width: 100%;
	font-size: 130%;
	text-shadow: 0.1em 0.1em 0.2em black;
	text-align: center !important;
}

.formation .vignette img {
	width: 100%;
}

div .datadock_formation_logo{
	height: 20%;
	position: absolute;
	top: 75%;
	left: 5%;
}

body.page-template-default h3 {
	border-left: 1.5px solid #4da3cf;
	padding: 0 1%;
	margin-top: 2%;
}

body.page-template-default h3 {color:#4da3cf;}

ul:not(.page-template-page-contact ul) {
	margin-top:1%;
}

body.page-template-default .contenu ul li,
.page-template-page-listing .content ul li {
    display: block;
    position: relative;
    padding-left: 2%;
    color: #282828;
    letter-spacing: 0.5px;
    margin: 0.3% 0;
}

.f2 {
	margin:4% 0;
}

.progTitle, .contentFormation h3 {
	border-bottom: 1px solid var(--jaune);
    color: var(--jaune) !important;
    padding: 7px !important;
    border-left: none !important;
    display: block !important;
    margin-bottom: 2% !important;
	padding-bottom: 10px;
}

.colFormation {
	width:calc(100% / 3 - 3px);
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:1%;
	margin-top: 2%;
	text-align: left;
}

.contentFormation {
	display:block;
	width:100%;
	margin:5% 0 3%;
	text-align: left;
}

.colFormation h3, .programme h3 {
	padding-left:10px;
	font-size:18px;
	color:var(--jaune);
	margin-bottom:10px;
	border-left-color: var(--jaune);
	margin-top:10px;
	padding-top: 0;
}

.colFormation ul li, .programme ul li {
	color:#000;
	margin:2px;
}

.programme {
	column-width: 300px;
    column-gap: 30px;
	width:100% !important;
	height:auto;
	min-height:200px;
	max-height:1000px;
	vertical-align:top;
	padding:0 10px;
	margin-bottom: 2% !important;
}

.formateur {
	display:block;
	position:relative;
	margin-bottom:10px;
}

.formateur img {display:inline-block;vertical-align:middle;width:50px;margin-right:10px;}
.formateur p {display:inline-block;vertical-align:middle;}

body.page-template-default .contenu ul li::before,
.page-template-page-listing .content ul li::before,
.page-template-page-formation .colFormation ul li::before,
.page-template-page-formation .programme ul li::before {
    content: "•";
    color: var(--bleuC);
    margin-right:10px;
	padding-left:10px;
}

.page-template-page-listing .content ul li::before,
.page-template-page-listing .content ul li {
	color: #fff;
}

body.page-template-default .contenu ul li p,
.page-template-page-listing .content ul li p {
	display: inline-block;
	position: relative;
	color: #282828;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom:0;
	padding:0;
}

.page-template-page-agence table {width:100%;margin:0;}

.row-texte a.orange, button.orange {background-color: var(--orange);}
.row-texte a.vert, button.vert {background-color:var(--vert);}
.row-texte a.jaune, button.jaune {background-color:var(--jaune);}

.contenu img.alignright {
	margin:1% 0 0 7%;
}

.contenu img.alignleft {
	margin:1% 7% 0 0;
}

.contenu p:not(.individu) {
	color:#282828;
	line-height: 20px;
	text-align: justify;
	padding: 10px 0;
	font-size:100%;
}

blockquote {
	display:block;
	position:relative;
	width:100%;
	margin-top:2%;
}

blockquote p {
	color: var(--orange) !important;
	font-weight:400;
	font-size:1.15em !important;
	font-style: normal;
	padding:0 15%;
	text-align:center !important;
	margin-top:2%;
}

.button_shortcode {
	display: inline-block;
	position: relative;
	width: auto;
	max-width:80%;
	min-width:17%;
	margin: 0 auto;
	text-align: center;
	background-color: var(--bleuC);
	padding: 8px 15px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: 300;
	margin-top:5%;
	margin-bottom:4%;
}

body.page:not(.page-child) .theme-button {display:none;}

body.page-child .theme-button {
	display: inline-block;
	position: relative;
	margin-top: 2%;
	background-color: #ccc;
	padding: 7px 15px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.5px;
}

table:not(.page-template-page-contact table) {
	display:block;
	position:relative;
	width:90% !important;
	margin:1.5% auto;
}

body.single-post tr {
	border-top: 1px solid #dee2e6;
}

.page-template-page-contact table tr td {
	margin-right:4px;
	display: inline-block;
}

table tbody tr td {
	padding:10px 10px 10px 0;
}

.page-template-page-contact table tbody tr td {padding:2px;}

.page-template-page-contact table {
	width:60%;
	display:block;
	margin:0 auto;
	position:relative;
}

table tbody tr td p {
	text-align: left !important;
}

table tbody, table tbody tr {
	position:relative;
	margin:0 auto;
}

.page-id-3431 .contenu tr td{
	display:inline-block;
	width:calc(100% / 2 - 20px);
	padding-right:20px;
}

.page-template:not(.page-template-page-contact) table tbody tr td {
	display:inline-block;
	width: 49% !important;
	margin:1% 0;
	text-align:left !important;
	border-left: 1px solid #ccc;
	padding: 0.5% 2%;
}

/*----------------------------- BLOG -------------------------*/

body.archive .posts {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

body.archive .posts .post {
	flex:0 0 24%;
	display:table-cell;
	position: relative;
		-ms-flex:0 0 24%;
		-o-flex:0 0 24%;
		-moz-flex:0 0 24%;
		-webkit-flex:0 0 24%;
	padding:1%;
	margin:2% 0.5%;
	/*border:1px solid var(--bleuC);*/
	background-color:#fff;
}

body.archive .posts .post .post-thumbnail {
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	height:180px;
	line-height: 180px !important;
}

body.archive .posts .post .post-thumbnail img {
	width:100%;
	height:auto;
	vertical-align: middle !important;
}

body.archive .posts .post .post-title{
	padding-top: 10px;
	min-height: 8vh;
	max-height: 20vh;
	height:auto;
	overflow: hidden;
}

body.archive .posts .post .post-title h3 a {
	font-size: 1rem;
	font-weight: bold;
	color: var(--bleuC);
	letter-spacing: 1px;
	text-decoration:none;
}

body.archive .posts .post p.post-info {
	padding:0;
	margin:0.5em 0 0.5em;
	text-transform:uppercase;
	color:var(--bleuF);
	font-weight: 600;
    font-size: 13px;
}

body.archive .posts .post a.linkActu {
	width: 55%;
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0 21%;
	box-sizing: border-box;
	margin-bottom:6%;
	transition:all 400ms linear;
		-webkit-transition:all 400ms linear;
}

body.archive .posts .post a.linkActu:hover {
	background-color:var(--bleuF);
	transition:all 400ms linear;
	-webkit-transition:all 400ms linear;
}

body.archive .posts .post div.link {
	padding: 9% 0;
}

div.nav-page-post {
	display:block;
	width:auto;
	position:relative;
	margin:4% 0 0;
	text-align:center;
}

div.nav-page-post div {
	width:calc(100% / 2 - 5px);
    display: inline-block;
    position: relative;
}

div.nav-page-post a {
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #fff;
	background-color: #4da3cf;
	padding: 2% 6%;
	display:block;
	position:relative;
}

#project-prev, #project-next {
	display: inline-block;
    position: relative;
    width: calc(100% / 2 - 10px);
    text-align: left;
    vertical-align: middle;
}

#project-next a {
	float:right;
}

#project-prev a {
	float:left;
}

/*------------------------ SINGLE BLOG ------------------------*/

body.single #content {background-color:#f5f5f5;}

body.single .content-single {
	margin-bottom: 3%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 60%;
	margin-left: 10%;padding:1%;
	background-color:#fff;
}

.content-atelier-single {display:block;position: relative;z-index:3;}

.page-template-page-listing #page-header-site h1 {border:none;}

.header-single h1,
#page-header-site h1,
body.single-equipe .post-title {
	border-left: 1.5px solid #fff;
	font-weight: 700;
	padding-left: 2%;
	margin-bottom: 5%;
	color:#fff;
	font-size:4.5em;
}

.featherlight-content .header-single h1 {
	color:var(--bleuF);
	border-left: 1.5px solid var(--bleuF);
}

body.single-equipe .content-single {
	display: block;
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

body.page-template-sous-page-listing #page-header-site h1 {
	border-left: none;
}

#page-header-site h1 {margin-bottom:1%;}

.header-single {
	display:block;
	position:relative;
	overflow:hidden;
}

body.single-ateliers-numeriques .content-single,
body.single-ateliers-numeriques .content-sidebar,
body.single-equipe .content-single{
	padding: 1%;
    background-color: #fff;
	z-index: 3;
    position: relative;
	margin-bottom:3%;
}

#img-single {
	width: auto;
	min-width: 50%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

body.single #img-single img {width:100%;height:auto;}

body.single .post-info {
	background-color: var(--bleuC);
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	width: auto;
	display: inline-block;
	margin: 2% 0;
}

body.single .post-content {
	display:block;
	position:relative;
	width:100%;
}

.post-content h2 {
	text-align: left;
	font-size: 1.6rem;
	color: var(--bleuF);
}

.post-content h3 {
	font-size:1.5rem;
	color:var(--bleuC);
	font-weight:600;
}

.post-content h3 a, .post-content a {
	color:var(--bleuF);
}

.post-content p {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	padding: 10px 0;
	letter-spacing: 0.5px;
}

.post-content ul,
.page-agence-content ul {
	display:block;
	padding-left:2%;
}

.post-content ul li,
.page-agence-content ul li,
.post-content ul li h4,
.post-content ul li h5,
.post-content ul li h6{
	display:inline-block;
	position:relative;
	padding-left:0;
	color: #555;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom:1.5%;
	width:95%;
}

.post-content ul li::before,
.page-agence-content ul li::before{
	content: "•";
	color:var(--bleuC);
	margin-right:10px;
}

.page-agence-content td p {
	padding-right:6% !important;
}

.post-content .molongui-author-box {
	position:absolute;
	right:0;
}

.site-side {
	display:inline-block;
	position:relative;
	width: 18%;
	margin-right: 10%;
	float: right;
	text-align: center;
	background-color:#fff;
	padding-bottom:20px;
	z-index:2;
}

.side-page {
	background-color:transparent;
}

.side-page .sideitem {
	background-color:#fff;
	padding:1em;
	margin-bottom:2em;
}

.inside .side-page::before {display:none;}

.side-page .g-recaptcha, .side-page .contact-file {display:none;}

.side-page .wpcf7 input[type="submit"] {width:calc(100% / 2 - 22px) !important;}

.side-page .contact-email, .side-page .contact-subject {
	display:block;
	width:100%;
}

.side-page .jaune h3 {background-color:var(--jaune);color:#fff !important;padding: 12px 0px;font-size: 16px;}
.side-page .vert h3 {background-color:var(--vert);color:#fff !important;padding: 12px 0px;font-size: 16px;}
.side-page .orange h3 {background-color:var(--orange);color:#fff !important;padding: 12px 0px;font-size: 16px;}

.contact-name span input, .contact-email span input, .contact-comments span input, .contact-comments span textarea, .contact-tel span input, .contact-subject span select {border:1px solid #bbb !important;}

.contact-subject span select {color:#bbb !important;}

.side-page ::placeholder {color:#bbb !important;font-size:12px;}

.page .side-page .wpcf7 textarea {height:10vh;}
.page .side-page .wpcf7 input[type="submit"] {float: inherit;width:auto !important;display:block;margin:0 auto;}

.site-side .textwidget {
	margin-top:9em;
}

.site-side p {padding:0 10px;}

.site-side::before {
	content:'';
	display:block;
	position:absolute;
	background-image: url('https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/photo_equipe_info_conception.jpg');
	background-size: cover;
	width:100%;
	height:180px;
	z-index:0;
}

.site-side h3 {
	text-align:center;
	text-transform: uppercase;
	color:var(--bleuF);
	letter-spacing: 1px;
	font-weight:400;
	display: block;
	position:relative;
	z-index:2;
	margin-top:1%;
}

.site-side img.avatar {
	display: block;
    position: relative;
    width: 100%;
}

.site-side .img-auteur {
	display: block;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 10;
    margin-top: 9em;
	border-radius: 50px;
}

.site-side a {
	color:#fff;
	background-color:var(--bleuC);
	text-align:center;
	padding:3% 8%;
	text-decoration:none;
	text-transform: uppercase;
	margin-top:5% !important;
	position:relative;
	display: inline-block;
	width:auto;
	margin:0 auto;
}

/* RELATED POSTS */

.site-side .related-posts {
	display:block;
	position:realtive;
}

.site-side .related-posts a {
	background-color:transparent;
}

.site-side .related-posts div:first-child {
	display:inline-block;
	position:relative;
	vertical-align: top;
}

.site-side .related-posts div:last-child {
	width: calc(100% / 2.5);
	display:inline-block;
	position:relative;
	vertical-align: top;
	margin-left:10px;
}

.site-side .related-posts div .date {
	color:var(--bleuC);
	float:left;
}

.site-side .related-posts div h4 {
	text-align:left;
	padding-top:0;
	font-size: 15px;
}

.site-side .separator {
	display:block;
	position:relative;
	width:100%;
	height:30px;
}

.site-side .related-posts a {
	padding:2%;
}

/*------------------------ PAGE AGENCE ------------------------*/

.page-agence-content {
	display: inline-block;
	position:relative;
	vertical-align:top;
}

/*.page-template-page-agence #section_1 .contenu {
	width:60%
}*/

.page-template-page-agence #section_1 .contenu {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 2%;
  background-color:#fff;
  z-index: 2;
  margin-top: 10%;
}

.page-template-page-agence #section_1 .image {
	width:39%;
}

.contenu a {
	color:#000;
}

body.page-id-5668 .contenu table a {
	color: var(--bleuC);
    text-decoration: none;
    font-size: 15px;
} 

.page-template-page-agence .image img {
	width:100%;
	height:auto;
}

.agence-content {
	display:block;
	position:relative;
	padding:0 10%;
	width:100%;
}

.additionnel {
	background-color:var(--bleuC);
	color:#fff;
	display: block;
	padding:5% 10%;
}

#section_2 {
	margin-bottom:5%;
}

#section_1 .contenu h2 {
	color: var(--bleuC);
}

#section_2 .contenu h3 {
	width: 100%;
	font-size: 2rem;
	color: var(--bleuC);
	margin-top: 2%;
}

#section_2 .additionnel h3 {
    width: 100%;
    font-size: 2rem;
    color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		text-align:center;
		margin-bottom:2%;
}

#section_2 .additionnel a {
	color:var(--bleuF);
}

#section_2 .additionnel p {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 300;
}

#section_3 .contenu h3 {
	width: 100%;
	font-size: 2rem;
	color: var(--bleuC);
	margin-top: 2%;
	text-align: left;
}

/*------------------------ TEAM --------------------------*/

body.single-equipe #img-single {
	display:block;
	position: relative;
	width: 100%;
}

body.single #img-single img {
    height: auto;
	width:100%;
}

body.single-equipe .post-content .single-content {
	display: block;
	padding: 2% 5% 2% 2%;
}

.grid {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	width: calc(100% / 3 - 33px);
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
	margin:1%;
	text-decoration:none;
}

.blocPlus {
	display: flex !important;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	z-index:inherit;
	width: calc(100% / 3 - 27px);
	padding:inherit !important;
	margin:1% !important;
}

.stagiaires figure {
	flex: calc(100% / 6);
		-ms-flex: calc(100% / 6);
		-moz-flex: calc(100% / 6);
		-webkit-flex: calc(100% / 6);
		-o-flex: calc(100% / 6);
}

.stagiaires p.individu {
	width: 100%;
    text-align: center !important;
    color: var(--bleuf) !important;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption {
	display: flex;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure p.individu {
	word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
	line-height: normal;
}

.grid figure p.individu span {
	font-weight: 800;
	text-transform: lowercase;
	font-family: 'Libre Baskerville', serif;
}

.grid figure p.individu,
.grid figure p:not(.individu) {
	margin: 0;
}

.grid figure p:not(.individu) {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: inherit;
}

.stagiaires figure.effect-lexi {height:395px;}

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p:not(.individu) {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 0 800px rgba(77,163,207,0.6);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 400px;
	height: 400px;
	bottom: -50px;
	right: -60px;
}

.stagiaires figure.effect-lexi figcaption::before {
	width: 300px;
	height: 300px;
	bottom: -50px;
	right: -60px;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
		-webkit-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	filter: grayscale(70%);
		-o-filter: grayscale(70%);
		-webkit-filter: grayscale(70%);
		-ms-filter: grayscale(70%);
		-moz-filter: grayscale(70%);
}

figure.effect-lexi p.individu {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p:not(.individu) {
	position: absolute;
	right: 0;
	bottom: 20px;
	padding: 0 1em 0 0;
	width: 70%;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
	color:#fff;
	line-height:20px;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover p.individu,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* CONTACT AGENCE */

.agence-contact {
	padding: 3% 10%;
}

body.page-template-page-contact #section_1 {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#map {
	height: 50vh;
}

.post-comments {display:none;}

/*------------------------ FORMULAIRE -------------------*/

#section_3{
	padding-bottom: 2%;
}

#section_3 .wpcf7 {
	display: inline-block;
    width: 100%;
    vertical-align: top;
}

#section_3 #cafe-ic {
	display: inline-block;
	width: 35%;
	vertical-align: top;
}

.contact-name, .contact-email, .contact-tel, .contact-subject {
	display: inline-block;
    position: relative;
    vertical-align: middle;
    width:calc(100% / 2 - 2px);
    box-sizing: border-box;
    margin-bottom: 5px;
}

.contact-comments {
	display:block;
	position:relative;
	width:100%;
}

.contact-name span input, .contact-email span input, .contact-comments span input, .contact-comments span textarea, .contact-tel span input {
	width: 100%;
	border: 1px solid var(--bleuC);
	padding: 5px 10px;
	background-color:rgba(255,255,255,0.8);
	margin:0.5% 0;
}

.contact-subject span select {
	    margin-left: 0;
	position: relative;
	float: left;
	min-width: 100px;
	width: 100%;
	min-height: 37px;
	font-family: 'Roboto';
	color: var(--bleuC);
	font-weight: 300;
	background-color: #fff;
	border:none;
	transition: all 375ms ease-in-out;
	text-transform: uppercase;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.page-template-page-contact input,
.page-template-page-contact textarea {
	background-color:#fff !important;
}

.page-template-page-contact .wpcf7-file {
	background-color:transparent !important;
}

.contact-subject span select option {
	padding:7px 0;
}

.contact-subject span select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
	border: 1px solid var(--bleuC);
	color:var(--bleuC);
	border-radius: inherit;
	padding: 5px 10px;
  font-weight: 400;
	z-index:3;
}

::placeholder {
	text-transform: uppercase;
	color:var(--bleuC);
}

div.wpcf7-mail-sent-ok {
	margin-top: 3em;
    padding: 0.5em;
	border: 1px solid #36af8d !important;
	color:#999;
	z-index:3;
}

div.wpcf7-response-output {
	border: none;
	margin-top: 3em !important;
    padding: 0.5em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 1px solid var(--jaune) !important;}

body.page-template-page-contact .sectionContact input[type="submit"] {
	background-color: var(--bleuC) !important;
	border: var(--bleuC) !important;
}

div.contact-form li:last-child input[type="submit"],
.page .wpcf7 input[type="submit"],
body.single-post .wpcf7 input[type="submit"]{
	display: block;
	border: 1px solid var(--bleuF);
	padding: 10px 25px;
	color: #fff;
	background-color: var(--bleuF);
	float: right;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.5px;
	width:30%;
}

body.single-post .wpcf7 input[type="submit"]{
	float:left;
}

body.single-post .wpcf7 {
	display:block;
	position:relative;
	width:100%;
	margin-bottom:10%;
}

.wpcf7-form-control {
	display:inline-block;
	position:relative;
	margin:10px;
	border: 1px solid var(--bleuC);
	padding: 5px 10px;
	background-color:rgba(255,255,255,0.8);
	width: calc(100% / 2 - 22px);
}

.your-file input{border:none;}

.wpcf7-form-control-wrap .g-recaptcha {width:auto;}

body.single-post .tarifs span {border:none;}

.wpcf7-list-item-label {
	display: inline-block;
    position: relative;
    vertical-align: middle;
}

body.single-post .wpcf7 input[type="checkbox"]{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}

body.single-post .wpcf7-checkbox {
	margin: 1% 0;
	padding:0;
}

body.single-post table {
	width:100%;
}

/*------------------------ REALISATIONS ------------------------*/

body.page-template-page-realisations button {
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-weight:300;
	cursor: pointer;
	opacity:1;
	transition: opacity 0.35s linear;
		-webkit-transition: opacity 0.35s linear;
}

body.page-template-page-realisations #section_1 {
	display: block;
    position: relative;
    z-index: 3;
}

body.page-template-page-realisations button:hover {
	opacity:0.85;
	transition: opacity 0.35s linear;
		-webkit-transition: opacity 0.35s linear;
}

#filters {
	text-align:center;
}

#portfolio {
    margin: 5rem 0;
	column-gap: 1rem;
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
    column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
    column-width: 33%;
		-webkit-column-width: 33%;
	    -moz-column-width: 33%;
	background-color:#fff;
	padding:15px;
}

#portfolio .tile a {
	cursor:pointer;
	display: block;
	position: relative;
	z-index:4;
	text-decoration:none;
}

.tile {
	display: none;
	position:relative;
}

.scale-anm {
    margin: 0 0 0.5rem;
    width: 100%;
}

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.img-rea {
	display:block;
	position:relative;
	overflow:hidden;
}

.mockup {
	display:block;
	position:relative;
	width:100%;
	z-index:2;
}

.mockup img {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}

.tile .project {
	display: block;
	position: absolute;
	margin-top: 3.2%;
	margin-left: 17.5%;
	height: auto;
	width: 69%;
}

/* EFFET REALISATIONS */

figure.effect-rea {
	text-align: left;
}

figure.effect-rea::before{
	content: '';
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	-webkit-transition: background 0.35s, -webkit-transform 0.35s;
	transition: background 0.35s, transform 0.35s;
}

figure.orange:hover::before{
	background: var(--orange);
	opacity:0.8;
	-webkit-transition: background 0.35s, -webkit-transform 0.35s;
	transition: background 0.35s, transform 0.35s;
}

figure.vert:hover::before{
	background:var(--vert);
	opacity:0.8;
	-webkit-transition: background 0.35s, -webkit-transform 0.35s;
	transition: background 0.35s, transform 0.35s;
}

figure.jaune:hover::before{
	background:var(--jaune);
	opacity:0.8;
	-webkit-transition: background 0.35s, -webkit-transform 0.35s;
	transition: background 0.35s, transform 0.35s;
}

figure.effect-rea h2 {
	margin:0;
	text-align: left;
	font-size: 1.4rem;
	color:#fff !important;
	font-weight:600;
}

figure.effect-rea img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-rea figcaption {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:2em;
}

figure.effect-rea p {
	padding: 1.25em 1em !important;
	font-weight:300;
	letter-spacing:0.5px;
	font-size: 100%;
	line-height: 1;
	opacity: 0;
	color:#000;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-rea figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 7em;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition:height 0.35s;
		-webkit-transition:height 0.35s;
}

figure.effect-rea:hover {
	cursor: pointer;
}

figure.effect-rea:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-rea:hover figcaption::before {
	min-height:10em;
	height:auto;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
	transition:height 0.35s;
		-webkit-transition:height 0.35s;
	overflow:hidden;
}

figure.effect-rea span {
	font-family: 'Libre Baskerville', serif;
	font-size:0.9em;
	padding-left: 1em;
	display:block;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	margin-top:5%;
}

figure.effect-rea:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-rea:hover span.orange{
	color: var(--orange);
}

figure.effect-rea:hover span.vert{
	color: var(--vert);
}

figure.effect-rea:hover span.jaune{
	color: var(--jaune);
}

.featherlight-content .site-main {
	min-width:1200px;
}

.col {
	display:inline-block;
	position:relative;
	vertical-align: top;
}

.left {
	width:60%;
	margin-left:1%;
}

.right {
	width:38%;
}

.right #page-header-site {
	padding-top:0;
	padding-left:5%;
	margin: 0;
    width: 100%;
}

.right #page-header-site h1 {color:var(--bleuF); border-left:1.5px solid var(--bleuF);font-size: 2.8em;}

.content-single-rea {
	display:block;
	width:100%;
	position:relative;
	z-index: 2;
}

.content-single-rea #img-single {
	width:100%;
	height:400px;
	overflow:hidden;
	display: block;
	position: relative;
}

.content-single-rea #img-single::before {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,0.5);
}

.content-single-rea #img-single img {
	width:100%;
	height:auto;
	min-height:100%;
}

.featherlight-content #page-header-site span {
	font-family: 'Libre Baskerville', serif;
	font-size: 1em;
	padding: 2% 3%;
	color:#fff;
	margin-top: 2%;
	display: inline-block;
	position: relative;
}

.featherlight-content #page-header-site span.orange{
	background-color: var(--orange);
}

.featherlight-content #page-header-site span.vert{
	background-color: var(--vert);
}

.featherlight-content #page-header-site span.jaune{
	background-color: var(--jaune);
}

.featherlight-content .post-content {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 5%;
	font-weight: 300;
	padding-top:0;
}

.featherlight-content .temoignage {
	padding: 2% 5%;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}

.featherlight-content .post-content p {
	letter-spacing: 0.5px;
	color: #282828;
	font-size:18px;
}

.featherlight-content .zone2 {
	display: block;
    position: relative;
    margin-top: 2%;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.featherlight-content .zone2 a.linkActu {
	min-width: 30%;
	max-width:70%;
	width:auto;
}

.featherlight-content .zone2 img {
	display:block;
	position:relative;
	width:80%;
	height:auto;
	margin:0 auto;
}

.featherlight .featherlight-close-icon {
	font-size: 35px;
	margin-top: 10px;
	margin-right:10px;
}

.featherlight .featherlight-content {
	max-width:75%;
}

.page-template-page-equipe #section_1 {
	display:block;
	position:relative;
	width:80%;
	margin:0 auto;
}

/*------------------------ CONTACT -----------------------*/

#section_2{
	display:block;
	position:relative;
	z-index:2;
}

.sectionContact {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 10%;
	/* background-color: var(--bleuC); */
	padding-top:2%;
}

.sectionContact .titreContact h2 {
	color:#fff !important;
}

body.page-template-page-contact .sectionContact .wpcf7 {
	display: inline-block;
    position: relative;
    width: calc(100% / 2 - 3%);
}

.sectionContact .sectionInt {
	position: relative;
    width:100%;
    vertical-align: top;
    margin-bottom:1%;
    display: flex;
}

.contentContact {
	display: inline-block;
    vertical-align: top;
    width: calc(100% / 2);
	margin-left: 2%;
}

.block01, .block02 {
	background-color:rgba(255,255,255,0.9);
	padding:4%;
	text-align:left;
	position:relative;
	width: calc(100% / 2);
	color:var(--bleuF);
	display: inline-block;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	margin: 0 2px;
}

.block01 p, .block02 p {
	font-size:18px;
	margin-left:6%;
}

.block02 {
	float:right;
}

.block01 h2, .block02 h2, .block03 h2 {
	text-align:left;
	text-transform: uppercase;
	font-size:2em;
	letter-spacing:0.5px;
	font-weight:400;
	display:block;
	position:relative;
}

.block03 h2 {color:#fff;text-align:center;}

.block02 a {
	text-decoration:none;
	color:var(--bleuF);
}

.block01 a {
	text-decoration:none;
	color:#555;
}

.block03 {
	background-color:var(--bleuF);
	color:#fff;
	padding:2% 6%;
	text-align: center;
	width: 100%;
    display: block;
}

/* .block01::after,
.block02::after {
	content: "\e900";
	font-family: 'icomoon';
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 8em;
	color: var(--bleuC);
	margin-top: -10%;
	margin-left: -1%;
} */

.block02 h2, .block01 h2 {color:var(--bleuC);margin-left:6%;}

/*------------------------ REVIEWS ------------------------*/

body.post-type-archive-reviews .contenu {
	display:block;
	position:relative;
}

body.post-type-archive-reviews .contenu .posts-reviews {
	display:inline-block;
	width:calc(100% / 4);
	padding: 1%;
	margin:0 1%;
	background-color:#fff;
	vertical-align:top;
}

body.post-type-archive-reviews .header_agence {
	min-height:90vh;
}

body.post-type-archive-reviews .page-content {
	margin-top:0;
}

body.post-type-archive-reviews .contenu h2 {
	background-color:var(--bleuC);
	padding:1%;
	color:#fff;
	margin:0;
}

#testimonial {
	display:inline-block;
	position:relative;
	width:calc(100% / 1.5);
	vertical-align:top;
}

.ui-slider-tabs-content-container {
	background-color:#fff;
	color:#fff;
}

.ui-slider-tab-content {
	padding:2% !important;
}

.contenu p.reviewDate {
	font-size:12px;
	font-family: 'Libre Baskerville', serif;
	padding:0;
	margin:10px 0;
}

body.post-type-archive-reviews .contenu h2 {
	font-size:1.7em;
	text-align:left;
}

#review_form_fields_2 label {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #888;
	margin-top:2%;
	display:block;
}

#review_form_fields_2 .form-group input,
#review_form_fields_2 .form-group textarea {
	width:100%;
	margin-top:2%;
}

.posts-reviews button {
	margin-top:3%;
}

#showForm {
	display: block;
	width: 30%;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background-color: #1e3f52;
	margin-top: 1%;
	color: #fff;
}

#showForm a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

/*----------------------- ERROR 404 --------------------- */

body.error404 .site-header .page-menu {
	display:none;
}

body.error404 .page-content {
	width: 80%;
}

.error-img {
	display:inline-block;
	position:relative;
	width:40%;
	vertical-align:top;
}

.error-img img {
	width:50%;
	display:block;
	position:relative;
	margin:0 auto;
}

.content-error {
	display:inline-block;
	position:relative;
	width:59%;
	vertical-align:top;
	padding-top:2%;
}

.content-error span {
	text-transform:uppercase;
	font-size:2.8em;
	color:#ccc;
	letter-spacing:1px;
	font-weight:600;
	line-height: 1.1em;
}

.content-error p {
	font-family: 'Libre Baskerville', serif;
	font-size:1.6em !important;
}

.content-error .lienErreur a.linkError, .content-error .lienErreur .obscure {
	display: inline-block;
	padding: 0.5% 1%;
	border: 1px solid #4da3cf;
	color:#4da3cf;
	width: 24%;
	text-decoration: none;
	text-align: center;
	margin: 10px 0;
	opacity:1;
	transition: all 0.35s linear;
		-webkit-transition: all 0.35s linear;
}

.content-error .lienErreur a.linkError:hover {
	background-color:#4da3cf;
	color:#fff;
	transition: all 0.35s linear;
		-webkit-transition: all 0.35s linear;
}

.content-error .lienErreur .obscure {
	margin-left:1%;
}

/*------------------------ CONTACT PAGE ------------------------*/

.page .wpcf7 {
	display:block;
	position:relative;
	width:100%;
}

.page .wpcf7 p {
	font-size:16px;
}

.page .wpcf7 .wpcf7-text,
.page .wpcf7 textarea {
	width:100%;
}

.page .wpcf7-list-item {
	display:block;
}

/*------------------------ FOOTER ------------------------*/

.datadock_footer {
	width: 100%;
	position: relative;
	margin-top: 5%;
	margin-bottom: 10%;
}

div .datadock_footer img{
	position: relative;
	width: 10%;
}

div .datadock_footer {
	color: #FFFFFF;
	height: 80%;
}

.site-footer {
	background-color: var(--bleuF);
	padding:4% 2%;
	display:block;
	position:relative;
	width:100%;
	box-sizing: border-box;
	text-align: center;
}

.site-footer a.custom-logo-link {
	text-decoration:none;
	color:#fff;
}

.site-footer ul {
	display:block;
	position:relative;
	width:80%;
	margin:0 auto;
	margin-top:2%;
	text-align: center;
	border-bottom:1px solid #fff;
	padding-bottom:1%;
}

.site-footer #menu-sous-menu-footer {
	margin-top:1%;
	border-bottom:none;
	padding-bottom:0;
}

.site-footer ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding:0 15px;
	border-right: 1px solid #fff;
}

.site-footer ul li:last-child{border-right:none;}

.site-footer ul li a {
	color:#fff;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 1px;
}

.site-footer .reseaux {
	display:block;
	text-align:center;
	margin-top:1.5%;
}

.site-footer .reseaux a {
	color:#fff;
	padding:0 5px;
	text-decoration: none;
	font-size:1.3rem
}

#csr-overall-link {
    text-decoration: none !important;
    text-align: center;
    display: block;
    color: #fff;
}


section.section a {color:#fff;}
section.section p {font-size:19px; line-height:25px;}

section#marketing .marketing h2,
section#agence .agence h2,
section#site .site h2,
section#graphisme .graphisme h2,
section#ateliers .ateliers h2,
section#actualites .actualites h2{
	font-size:2.5em;
	line-height: initial;
	font-weight: 800;
}

section#actualites .actualites h2 {
	display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 3% 0;
}

section#marketing .marketing:first-child h2,
section#agence .agence:first-child h2{
	text-align:right;
}

section#marketing .marketing h2 span,
section#agence .agence h2 span,
section#site .site h2 span,
section#graphisme .graphisme h2 span,
section#ateliers .ateliers h2 span,
section#actualites .actualites h2 span{
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	display:block;
}

section#site {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/taras-shypka-424932-unsplash-1.jpg");
	padding:3em;
	height:100vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
}

section#marketing {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/webmarketing-info-conception.jpg");
	padding:3em;
	height:100vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
	flex-direction: row-reverse;
	justify-content: center;
}

section#graphisme {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/Info_Conception-032.jpg");
	padding:3em;
	height:100vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
}

section#agence {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/reunion_info_conception_agence.jpg");
	padding:3em;
	height:100vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
	flex-direction: row-reverse;
	justify-content: center;
}

section#ateliers {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/10/atelier_info_conception.jpg");
	padding:3em;
	height:100vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
}

section#actualites {
	background-image: url("https://www.creation-de-sites-internet.fr/wp-content/uploads/2018/11/Info_Conception-035.jpg");
	padding:1em;
	height:90vh;
	display:flex;
	position:relative;
	background-size: cover;
	color:#fff;
	background-repeat: no-repeat;
}

section#site .site,
section#graphisme .graphisme {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
	width:calc(100% / 2 - 10px);
}
section#ateliers .ateliers{
	display: flex;
    position: relative;
    width: calc(100% / 2);
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

section#marketing .marketing,
section#agence .agence{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	flex-direction: column;
    position: relative;
	width:calc(100% / 2 - 10px);
}

section#site::before {
	content:"";
	background-image:linear-gradient(120deg,rgba(204,102,44,0.85) 20% , rgba(204,102,44,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#marketing::before {
	content:"";
	background-image:linear-gradient(-120deg,rgba(224,170,61,0.85) 20% , rgba(224,170,61,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#graphisme::before {
	content:"";
	background-image:linear-gradient(120deg,rgba(106,175,119,0.85) 20% , rgba(106,175,119,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#agence::before {
	content:"";
	background-image:linear-gradient(-120deg,rgba(77,163,207,0.85) 20% , rgba(77,163,207,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#ateliers::before {
	content:"";
	background-image:linear-gradient(120deg,rgba(27,165,212,0.9) 20% , rgba(27,165,212,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#actualites::before {
	content:"";
	background-image:linear-gradient(120deg,rgba(30,63,82,0.9) 20% , rgba(30,63,82,0.4));
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main section .site .reaHome {
	display: block;
    z-index: 3;
    position: relative;
    font-weight: 300;
    color: #fff;
	margin-left:0;
	padding: 0;
    width: 70%;
    margin: 0 auto;
}

#main section .site .reaHome img {
	width:100%;
	height:auto;
	border-radius: 5px;
}

#main section .site .reaHome h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    margin-left: 2%;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    width: 96%;
}

#main section .site .reaHome p {
	font-family: 'Libre Baskerville', serif;
}

section#marketing .statistiques .ms-header__title {
	font-size:1.3em;
}

section#clients .linkActu {width:auto;}

section#site .button_shortcode {background-color:var(--orange);}
section#marketing .button_shortcode {background-color:var(--jaune);}
section#graphisme .button_shortcode {background-color:var(--vert);}
section#ateliers .button_shortcode {background-color:rgb(77,163,207);}

section#agence .item_agence a.linkActu {width:70%;margin-top:10%;}


.date-atelier {
	position: relative;
    padding: 5px 10px;
    vertical-align: middle;
    background-color: var(--jaune);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 12%;
    padding: 1% 0;
}

.date-atelier span.heure,
.date-atelier span.lieu{
	display: block;
    position: relative;
    text-align: center;
}

.date-atelier span.lieu {font-weight:600;font-size:14px;}

.date-atelier .day {
	display: block;
    position: relative;
    text-align: center;
    font-size:1.8em;
}

.date-atelier .mois {
	text-transform: uppercase;
	text-align:center;
	display:block;
	position:relative;
	letter-spacing:0.3px;
	font-size: 1.5em;
}

.date-atelier .heure {
	font-family: 'Libre Baskerville', serif;
	font-size: 0.9em;
}

.content-atelier {
	display: inline-block;
    position: relative;
    width: calc(100% / 1.5);
	vertical-align: top;
	margin-left: 6%;
	flex-direction: column;
	color:#fff;
}
.content-atelier li {color:#000;}

.section_atelier .bouton_atelier {
	background-color:rgb(112,155,155);
	width:auto;
	padding: 10px 20px;
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	display:flex;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
	    flex-direction: column;
}

.section_atelier .bouton_atelier a {
	color:#fff;
	font-size:13px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing:0.5px;
}


.home section#ateliers .content-atelier, .home section#ateliers h3 {color:#000;}
.home section#ateliers .date-atelier {width:15%;font-size: 12px;}
.home section#ateliers .content-atelier {
    padding: 10px;
    margin-left: 0;
}
.home section#ateliers h3 {font-size:1.3em;}

body form.mj-form input[type="submit"]{display:block !important;}

.addthis_tool {margin: 10px 0 !important;}

body form.mj-form .mj-embedded.mj-vertical {overflow:hidden !important}





/*-----------------------Formation-Remake----------------------*/


div[class^="ligne-"] {
	position: relative;
	width: calc(100% / 3 - 65px);
	display: inline-block;
	overflow: hidden;
	margin: 10px 30px;
} 

div[class^="ligne-"] .formation_title {
	text-align: center;
	border: none;
	color: white;
}

div[class^="ligne-"] .image_lien_formation {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.image_lien_formation img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.datadock_formation_logo_2 {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 10% !important;
	height: auto;
}

div[class^="ligne-"] .formDescription {
	position: absolute;
    padding: 0.5em 1em 1em 1em;
    width: 100%;
    height: 100%;
	top: 82%;
	background-color: rgba(30,63,82,0.8);
    left: 0;
    color: white;
    text-decoration: none;
    transition: all ease-in 300ms;
    margin-top: 0;
}

.formDescription p {
	color: white;
	text-align: justify;
	font-size: 0.9em;
	line-heght: 1em;
}

div[class^="ligne-"]:hover .formDescription {
	position: absolute;
	color: white;
	top: 35%;
	background-color: rgba(30,63,82,0.8);
	text-decoration: none;
	transition: all ease-in 300ms;
}

.image_formation {
	line-height: 0;
	display: block;
}



/*------------------Toutes les formations----------------------*/


.progTitre {
	/*border-bottom: 1px solid rgb(77,163,207);*/
	border-left: 3px solid rgb(77, 163, 207) !important;
    color: rgb(77,163,207) !important;
    padding: 7px !important;
 /*   display: block !important;*/	
    padding-bottom: 10px;
	width: auto !important;
	margin: 0em 0em 1em 0em !important;
	font-size: 1.8em !important;

}

.programme_formation {
	display: block;
}

.progBlock .cas_pratiques {
	padding-top: 1em;
	border-top: 3px solid rgb(77,163,207);
	position: relative;
	display: inline-table;
	width: calc(100% / 4 - 30px);
	color: black;
	margin-bottom: 4em;
}

.progBlock .progPart {
	margin-right: 1.5em;
	padding-top: 1em;
	border-top: 3px solid rgb(30,63,82);
	color: black;
	display: inline-table;
	width: calc(100% / 4 - 30px);
	margin-bottom: 4em;
}

.progPart h4 {
	color: rgb(30,63,82);
	font-size: 1.3em;
	font-weight: 600;
}

.progPart ul {
	padding-left: 10%;
	list-style: disc !important;
}

.cas_pratiques h4 {
	font-size: 1.3em;
	font-weight: 600;
	color: rgb(77,163,207);
}

.cas_pratiques ul {
	padding-left: 10%;
	list-style: disc !important;
}

.colMod ul {
	padding-left: 10%;
	list-style: disc !important;
}

.colMod h4 {
	color: rgb(30,63,82);
	font-size: 1.3em;
	font-weight: 600;
}

.modalites {
	width: 100%;
}

.colMod {
	margin-right: 1em;
	padding-top: 1em;
	border-top: 3px solid rgb(30,63,82);
	color: black;
	display: inline-table;
	width: calc(100% / 4 - 30px);
	margin-bottom: 4em;
}

.Financement {
	width: 100%;
}

.Financement p {
	padding: 0 0 0 10px !important;
	display: block;
}

.top_datadock {
	position: absolute;
	display: none;
	top: 1.2%;
	right: 5%;
	width: 6%;
}

.Formateurs .bloc_formateurs {
	display: block;
	width: auto;
	margin: 0 auto;
}

.bloc_formateurs .Formateur {
	text-align: center;
}

.Formateur {
	position: relative;
	align-content: center;
}

.Formateur a {
	text-decoration: none;
}

.Formateur p {
	text-align: center !important;
	font-size: 1em !important;
}

.Formateur img {
	width: 50%;
}

.more_formation {
	overflow: scroll;
	height: 500px;
}


/*-------------------Formation-V2-----------------------------*/

.programme_formation {
	display: block;
}

div[class^="day_"]:not(.day_three) {
	display: inline-table;
	margin: 1em;
	width: calc(100% / 2 - 50px);
}

div[class^="day_"]:not(.day_three) .progParts {
	border-top: 3px solid rgb(30,63,82);
	padding-top: 1em;
	width: calc(100% / 2 - 50px);
	margin: 1em;
	display: inline-table;
}

div[class^="day_"] > h4 {
	font-size: 1.6em;
}

.day_three .progParts {
	margin-right: 1em;
	padding-top: 1em;
	border-top: 3px solid rgb(30,63,82);
	color: black;
	display: inline-table;
	width: calc(100% / 4 - 30px);
	margin-bottom: 4em;
}

.progBlock .progParts {
	margin-right: 1.5em;
	padding-top: 1em;
	border-top: 3px solid rgb(30,63,82);
	color: black;
	display: inline-table;
	width: calc(100% / 4 - 30px);
	margin-bottom: 4em;
}

.cas_pratique {
	background-color: rgba(30,63,82, 0.8);
	width: auto;
	padding: 2em;
	margin: 1em;
}

.progParts h4 {
	color: rgb(30,63,82);
	font-size: 1.3em;
	font-weight: 600;
}

.progParts ul {
	color: black;
	padding-left: 10%;
	list-style: disc !important;
}

.cas_pratique h4 {
	font-size: 1.3em;
	color: white;
}

.cas_pratique ul {
	color: white;
	padding-left: 10%;
	list-style: disc !important;
}
.Financement {
	display: inline-block;
	width: 100%;
}

.Financement img {
	width: 10%;
	display: inline-block;
	vertical-align: top;
}

.Financement .texte_financement {
	width: 85%;
	display: inline-block;
}

.texte_financement div {
	margin-top: 3em;
}

.texte_financement .wp-image-8774 {
	width:12% !important;
}

.Formateurs .bloc_formateurs {
	width: auto;
	margin: 0 auto;
}

.bloc_formateurs .Formateur {
	text-align: center;
	width: 35%;
	position: relative;
	align-content: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 3em;
}

.Formateur a {
	text-decoration: none;
}

.Formateur p {
	text-align: center !important;
	font-size: 1em !important;
}

.Formateur img {
	width: 30%;
}

.more_formation {
	overflow: scroll;
	height: 500px;
}

#sectionFormation {
	margin-bottom: 5em;
	padding: 0 2em;
}

#sectionFormation h3, .temps_formation {
	display: inline-flex;
	align-items: center;
	
}

.temps_formation {
    color: rgb(77,163,207) !important;
	font-size: 1.5em !important;
	margin-left: 1em;
}

.temps_formation p {
	color: rgb(77,163,207) !important;
    margin: 0 0 0 5px;
	font-family: 'Roboto', sans-serif;
}

.temps_formation:before {
	font-weight: 600;
}

.PMR {
	background-color: rgba(30,63,82, 0.8);
    width: auto;
    padding: 2em !important;
    margin: 1em;
}

.info_pmr {
	display: inline-block;
}

.info_pmr img {
	width: 5%;
	display: inline-block;
	vertical-align: top;
}

.PMR h4 {
	color: white;
	margin-bottom: 1em;
	font-size: 1.3em;
}

.info_pmr p {
	display: inline-block;
	width: 85%;
	margin-left: 10px;
	padding-top: 0 !important;
	color: white !important;
}

.experience {
	color: black;
}

.top_pole_emploi {
	display: none;
	position: absolute;
    top: 1.6%;
    right: 13%;
    width: 6%;
}

/*-------------------Logos-de-partage-------------------------*/


.at-label {
	display: none;
}

.at-style-responsive .at-share-btn {
	paddding: 20px !important;
}