/*------------------------------------------------------------------------
# style.css - Anagramme Conseil
# ------------------------------------------------------------------------
# author    Christelle Olivier
# e-mail    chistelle.olivier@emediacom.fr
# site      https://www.emediacom.fr
# vesion    1.0
--------------------------------------------------------------------------*/


@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@media screen {
	body {
		min-width: 320px;
	}
}

body {
	background-color:#fff;
	color:#060606;
	font-size:14px;
	line-height:1.7em;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing: 0.02em
}

div#mobile-version-top > div{
	display:none;
}

hr{
	display:block;
    clear:both;
	margin:20px 0;
	padding:0;
	height:1px;
	width:100%;
	color:#060606;
	background-color:#060606;
}

a{
	color:#b4b4b4;
	text-decoration:none;
    -webkit-transition:all .4s;
            transition:all .4s;
}

a:hover{
	color:#060606;
	text-decoration:none;
}

a.clipEffect{
	display:inline-block;
	position:relative;
	z-index:1;
	color:#b4b4b4;
}

a.clipEffect::before{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:transparent;
	z-index:10;
	content:attr(data-text);
	-webkit-transition:all 0.4s 0s;
	        transition:all 0.4s 0s;
	-webkit-transition-timing-function:cubic-bezier(0.0, 0.0, 0.58, 1.0);
	        transition-timing-function:cubic-bezier(0.0, 0.0, 0.58, 1.0);
}

a.clipEffect.verticalOpening::before{
	-webkit-clip-path:polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
	        clip-path:polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}

a.clipEffect.horizontalOpening::before{
	-webkit-clip-path:polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
	        clip-path:polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
}

a.clipEffect:hover::before{
	-webkit-clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	color:#060606;
}

blockquote::before,
cite::before{
	content:'';
    display:block;
    overflow:hidden;
    visibility:hidden;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
	clear:both;
}

cite::before{
	content:"“​‌";
    display:block;
    overflow:hidden;
	font-size:255px;
	line-height:255px;
	height:255px;
	color:#060606;
	width:auto;
	visibility:initial;
	position:absolute;
	top:-20px;
	left:10px;
	font-style:normal;
}

blockquote p,
cite p {
	display:inline;
	margin:0px;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #b4b4b4;
	margin: 1.5em 20px;
	padding: 0.5em 20px;
	font-size:1.5em!important;
	line-height:1.25em!important;
	clear:both;
}

cite {
    position:relative;
    font-style: italic;
    margin: 30px 30px 30px 50px;
    padding: 30px 30px 30px 120px;   
	font-size:30px!important;
	line-height:1.2em!important;
	font-weight:400!important;
	display:block;
	max-width:750px;
	clear:both;
}

p.readmore{
	text-align:right;
}

p.readmore a,
a.readmore{
	text-transform:uppercase;
	padding:0 120px 0 0;
	margin:0;
	color:#060606;
	font-weight:500;
	letter-spacing:0.1em;
	display:inline-block;
	position:relative;
	font-size:inherit;
	line-height:inherit;
	height:auto;
	width:auto;
	border:0px none transparent;
	text-decoration:none!important;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

p.readmore a:hover,
a.readmore:hover{
	color:#060606;
}

p.readmore a::after,
a.readmore::after{
	content:"";
	position:absolute;
	top:50%;
	right:33px;
	width:70px;
	height:1px;
	display:block;
	background-color:#b4b4b4;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

p.readmore a::before,
a.readmore::before{
	content:"";
	position:absolute;
	top:50%;
	right:30px;
	margin-top:0px;
	margin-right:0px;
	width:10px;
	height:10px;
	background-color:transparent;
	border:1px solid #060606;
	border-bottom-color:transparent;
	border-left-color:transparent;
	-webkit-transform:rotate(45deg) scale(0, 0);
	        transform:rotate(45deg) scale(0, 0);
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

p.readmore a:hover,
a.readmore:hover{
	letter-spacing:0.15em;
}

p.readmore a:hover::after,
a.readmore:hover::after{
	right:0px;
	width:100px;
	background-color:#060606;
}

p.readmore a:hover::before,
a.readmore:hover::before{
	margin-top:-7px;
	margin-right:-3px;
	right:0px;
	-webkit-transform:rotate(45deg) scale(1, 1);
	        transform:rotate(45deg) scale(1, 1);
}

a img.hoverEffect{
	clear:both;
	opacity:.8;
	-webkit-transition:opacity .4s;
	        transition:opacity .4s;
}

a:hover img.hoverEffect{
	opacity:1;
}

button, button:hover, button:active, button:focus,
input, input:hover, input:active, input:focus,
a, a:hover, a:active, a:focus {
	outline: 0 none!important;
	text-decoration:none;
}

input, textarea,
input.form-control, textarea.form-control{
	position:relative;
	display:inline-block;
	padding:12px;
	margin-bottom: 33px;
	border: 1px solid #e5e5e5;
	background-color:#ffffff;
	font-size:16px;
	line-height:24px;
	height:48px;
	color:#060606;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
	border-radius:0px;
}

textarea,
textarea.form-control{
	height:auto;
}

.form-horizontal .checkbox span {
	vertical-align:middle;
	display:inline-block;
	margin:0px 0px 33px 0px;
}


.checkbox input[type="checkbox"]{
	position:static; 
	display:inline-block;
	vertical-align: middle;
	margin:0px 20px 33px 0px;
	height:auto;
}

#matomo-opt-out #trackVisits{
	height: 1.7em;
	line-height: 1.7em;
	margin: 0;
	margin-right: 10px;
	float: left;
}

#matomo-opt-out label{
	vertical-align: middle;
	max-width: 90%;
}

.form-horizontal .row .form-group {
	margin-right:0px;
	margin-left:0px;
}

.btn, .btn-default {
    position:relative;
	z-index:1;
	display: inline-block;
	padding:12px;
	margin-bottom:0px;
	background-color:transparent;
	font-size:16px;
	line-height:24px;
	height:48px;
	width:100%;
	color:#ffffff;
	border-radius:0px;
	border: 1px solid #e5e5e5;
	-webkit-transition:all 0.4s ease-out;
	        transition:all 0.4s ease-out;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover,
.btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus {
	color:#ffffff;
	background-color:#b4b4b4;
	opacity:1;
}

.btn:hover, .btn-default:hover,
.btn:focus, .btn-default:focus{
    color:#060606;
	background-color:transparent;
    border-color:#e5e5e5;
}

#system-message .alert-message,
#system-message .alert-message div{
	background-color:#2FB172!important;
}

#system-message .alert-error,
#system-message .alert-error div,
#system-message .alert-notice,
#system-message .alert-notice div{
	background-color:#D51153!important;
}

.form-control-feedback {
	width:48px;
    height:48px;
    line-height:48px;
}

section#Main{
	padding:60px 0px 50px 0px;
	position: relative;
	z-index: 11;
	background-color: white;
}

.scrollAnime .rowAnime.fade-up,
.scrollAnime .rowAnime .fade-up{
	opacity:0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
            transition: -webkit-transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
    transition: transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
}

.scrollAnime .rowAnime.opacity,
.scrollAnime .rowAnime .opacity{
	opacity:0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
            transition: -webkit-transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
    transition: transform 0.5s ease-in 0s, opacity 0.8s ease-in 0s;
}

.scrollAnime .rowAnime.rotate,
.scrollAnime .rowAnime .rotate{
    -webkit-transform: rotateY(180deg) scale(0.8);
            transform: rotateY(180deg) scale(0.8);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57) 0s;
            transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57) 0s;
    transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57) 0s;
}

.scrollAnime .rowAnime.translate .translateLeft,
.scrollAnime .rowAnime .translate .translateLeft{
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    -webkit-transition: -webkit-transform 0.5s ease-in 0s;
            transition: -webkit-transform 0.5s ease-in 0s;
    transition: transform 0.5s ease-in 0s;
}

.scrollAnime .rowAnime.translate .translateRight,
.scrollAnime .rowAnime .translate .translateRight{
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    -webkit-transition: -webkit-transform 0.5s ease-in 0s;
            transition: -webkit-transform 0.5s ease-in 0s;
    transition: transform 0.5s ease-in 0s;
}

.scrollAnime .rowAnime.fade-up:hover,
.scrollAnime .rowAnime.in.fade-up,
.scrollAnime .rowAnime:hover .fade-up,
.scrollAnime .rowAnime.in .fade-up{
	opacity:1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.scrollAnime .rowAnime.opacity:hover,
.scrollAnime .rowAnime.in.opacity,
.scrollAnime .rowAnime:hover .opacity,
.scrollAnime .rowAnime.in .opacity{
	opacity:1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.scrollAnime .rowAnime.rotate:hover,
.scrollAnime .rowAnime.in.rotate,
.scrollAnime .rowAnime:hover .rotate,
.scrollAnime .rowAnime.in .rotate{
    -webkit-transform: rotateY(0deg) scale(1);
            transform: rotateY(0deg) scale(1);
}

.scrollAnime .rowAnime.translate:hover .translateRight,
.scrollAnime .rowAnime.in.translate .translateRight,
.scrollAnime .rowAnime.translate:hover .translateLeft,
.scrollAnime .rowAnime.in.translate .translateLeft,
.scrollAnime .rowAnime:hover .translate .translateRight,
.scrollAnime .rowAnime.in .translate .translateRight,
.scrollAnime .rowAnime:hover .translate .translateLeft,
.scrollAnime .rowAnime.in .translate .translateLeft{
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}




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

body > header{
	position:relative;
	min-height:60px;
}

div#container-MainMenu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
}

section#Nav,
section#Nav .emcblock{
	overflow:visible;
}

section#Nav .navbar-static-top{
	border:none;
}

div#container-MainMenu,
section#Nav .navbar-inverse {
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}

div#container-MainMenu::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: #060606;
	opacity: .8;
}


section#Nav .navbar-inverse {
    background-color: transparent;
}

section#Nav .navbar{
	margin-bottom:0px;
}

section#Nav .navbar-nav {
    float: right;
    margin: 0;
}

section#Nav .navbar-header a.navbar-brand{
	height:60px;
	padding:0px;
	display:inline-block;
}
/*
.no-inlinesvg section#Nav .navbar-header a.navbar-brand{
	width:199px;
	background:transparent url("../images/logo-anagramme-conseil.png") no-repeat left top;
	-webkit-transition:none;
	        transition:none;
}

.no-inlinesvg section#Nav .navbar-header a.navbar-brand:hover{
	background-position:left -80px;
}

.no-inlinesvg section#Nav .navbar-header a.navbar-brand svg{
	display:none;
}
*/
section#Nav .navbar-header a.navbar-brand{
	width: 150px;
	background:transparent url("../images/logo-anagramme-conseil.png") no-repeat left top;
	background-size: 100%;
	/*-webkit-transition:none;
	        transition:none;*/
}

/*
@keyframes LightAnime1 {
    0%   {fill: #ffffff;}
	17%  {fill: #ffffff;}
	33%  {fill: #ffffff;}
	50%  {fill: #ffffff;}
	67%  {fill: #ffffff;}
	83%  {fill: #ffffff;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover1 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #ffffff;}
	33%  {fill: #ffffff;}
	50%  {fill: #ffffff;}
	67%  {fill: #ffffff;}
	83%  {fill: #ffffff;}
	100% {fill: #ffffff;}
}

@keyframes LightAnime2 {
    0%   {fill: #ffffff;}
	17%  {fill: #ffffff;}
	33%  {fill: #ffffff;}
	50%  {fill: #ffffff;}
	67%  {fill: #ffffff;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover2 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #ffffff;}
	50%  {fill: #ffffff;}
	67%  {fill: #ffffff;}
	83%  {fill: #ffffff;}
	100% {fill: #ffffff;}
}

@keyframes LightAnime3 {
    0%   {fill: #ffffff;}
	17%  {fill: #ffffff;}
	33%  {fill: #ffffff;}
	50%  {fill: #ffffff;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover3 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #ffffff;}
	67%  {fill: #ffffff;}
	83%  {fill: #ffffff;}
	100% {fill: #ffffff;}
}

@keyframes LightAnime4 {
    0%   {fill: #ffffff;}
	17%  {fill: #ffffff;}
	33%  {fill: #ffffff;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover4 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #ffffff;}
	83%  {fill: #ffffff;}
	100% {fill: #ffffff;}
}

@keyframes LightAnime5 {
    0%   {fill: #ffffff;}
	17%  {fill: #ffffff;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover5 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #ffffff;}
	100% {fill: #ffffff;}
}

@keyframes LightAnime6 {
    0%   {fill: #ffffff;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes LightAnimeHover6 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #ffffff;}
}
*/
/*
@-webkit-keyframes DarkAnime1 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #b4b4b4;}
}
@keyframes DarkAnime1 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover1 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover1 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@-webkit-keyframes DarkAnime2 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@keyframes DarkAnime2 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover2 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover2 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@-webkit-keyframes DarkAnime3 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@keyframes DarkAnime3 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover3 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover3 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #e5e5e5;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@-webkit-keyframes DarkAnime4 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@keyframes DarkAnime4 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #e5e5e5;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover4 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover4 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #e5e5e5;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@-webkit-keyframes DarkAnime5 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@keyframes DarkAnime5 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #e5e5e5;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover5 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover5 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #e5e5e5;}
	100% {fill: #e5e5e5;}
}

@-webkit-keyframes DarkAnime6 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@keyframes DarkAnime6 {
    0%   {fill: #e5e5e5;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #b4b4b4;}
}

@-webkit-keyframes DarkAnimeHover6 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #e5e5e5;}
}

@keyframes DarkAnimeHover6 {
    0%   {fill: #b4b4b4;}
	17%  {fill: #b4b4b4;}
	33%  {fill: #b4b4b4;}
	50%  {fill: #b4b4b4;}
	67%  {fill: #b4b4b4;}
	83%  {fill: #b4b4b4;}
	100% {fill: #e5e5e5;}
}

section#Nav .navbar-header a.navbar-brand .Light,
section#Nav .navbar-header a.navbar-brand .Dark{
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
	-webkit-animation-fill-mode:forwards;
	        animation-fill-mode:forwards;
	fill:#ffffff;
}

section#Nav .navbar-header a.navbar-brand:hover .Light,
section#Nav .navbar-header a.navbar-brand:hover .Dark{
	-webkit-animation-duration: .6s;
	        animation-duration: .6s;
	-webkit-animation-fill-mode:forwards;
	        animation-fill-mode:forwards;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-G-Light-4,
section#Nav .navbar-header a.navbar-brand #Conseil-S-Light-4{
	-webkit-animation-name: LightAnime1;
	        animation-name: LightAnime1;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-G-Dark-4,
section#Nav .navbar-header a.navbar-brand #Conseil-S-Dark-4{
	-webkit-animation-name: DarkAnime1;
	        animation-name: DarkAnime1;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-G-Light-4,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-S-Light-4{
	-webkit-animation-name: LightAnimeHover1;
	        animation-name: LightAnimeHover1;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-G-Dark-4,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-S-Dark-4{
	-webkit-animation-name: DarkAnimeHover1;
	        animation-name: DarkAnimeHover1;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-A-Light-3,
section#Nav .navbar-header a.navbar-brand #Anagramme-R-Light-5,
section#Nav .navbar-header a.navbar-brand #Conseil-N-Light-3,
section#Nav .navbar-header a.navbar-brand #Conseil-E-Light-5{
	-webkit-animation-name: LightAnime2;
	        animation-name: LightAnime2;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-A-Dark-3,
section#Nav .navbar-header a.navbar-brand #Anagramme-R-Dark-5,
section#Nav .navbar-header a.navbar-brand #Conseil-N-Dark-3,
section#Nav .navbar-header a.navbar-brand #Conseil-E-Dark-5{
	-webkit-animation-name: DarkAnime2;
	        animation-name: DarkAnime2;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Light-3,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-R-Light-5,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-N-Light-3,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-E-Light-5{
	-webkit-animation-name: LightAnimeHover2;
	        animation-name: LightAnimeHover2;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Dark-3,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-R-Dark-5,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-N-Dark-3,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-E-Dark-5{
	-webkit-animation-name: DarkAnimeHover2;
	        animation-name: DarkAnimeHover2;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-N-Light-2,
section#Nav .navbar-header a.navbar-brand #Anagramme-A-Light-6,
section#Nav .navbar-header a.navbar-brand #Conseil-O-Light-2,
section#Nav .navbar-header a.navbar-brand #Conseil-I-Light-6{
	-webkit-animation-name: LightAnime3;
	        animation-name: LightAnime3;
}


section#Nav .navbar-header a.navbar-brand #Anagramme-N-Dark-2,
section#Nav .navbar-header a.navbar-brand #Anagramme-A-Dark-6,
section#Nav .navbar-header a.navbar-brand #Conseil-O-Dark-2,
section#Nav .navbar-header a.navbar-brand #Conseil-I-Dark-6{
	-webkit-animation-name: DarkAnime3;
	        animation-name: DarkAnime3;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-N-Light-2,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Light-6,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-O-Light-2,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-I-Light-6{
	-webkit-animation-name: LightAnimeHover3;
	        animation-name: LightAnimeHover3;
}


section#Nav .navbar-header a.navbar-brand:hover #Anagramme-N-Dark-2,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Dark-6,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-O-Dark-2,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-I-Dark-6{
	-webkit-animation-name: DarkAnimeHover3;
	        animation-name: DarkAnimeHover3;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-A-Light-1,
section#Nav .navbar-header a.navbar-brand #Anagramme-M-Light-7,
section#Nav .navbar-header a.navbar-brand #Conseil-C-Light-1,
section#Nav .navbar-header a.navbar-brand #Conseil-L-Light-7{
	-webkit-animation-name: LightAnime4;
	        animation-name: LightAnime4;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-A-Dark-1,
section#Nav .navbar-header a.navbar-brand #Anagramme-M-Dark-7,
section#Nav .navbar-header a.navbar-brand #Conseil-C-Dark-1,
section#Nav .navbar-header a.navbar-brand #Conseil-L-Dark-7{
	-webkit-animation-name: DarkAnime4;
	        animation-name: DarkAnime4;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Light-1,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-M-Light-7,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-C-Light-1,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-L-Light-7{
	-webkit-animation-name: LightAnimeHover4;
	        animation-name: LightAnimeHover4;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-A-Dark-1,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-M-Dark-7,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-C-Dark-1,
section#Nav .navbar-header a.navbar-brand:hover #Conseil-L-Dark-7{
	-webkit-animation-name: DarkAnimeHover4;
	        animation-name: DarkAnimeHover4;
}

section#Nav .navbar-header a.navbar-brand #rectTop-Light,
section#Nav .navbar-header a.navbar-brand #Anagramme-M-Light-8{
	-webkit-animation-name: LightAnime5;
	        animation-name: LightAnime5;
}

section#Nav .navbar-header a.navbar-brand #rectBottom-Dark,
section#Nav .navbar-header a.navbar-brand #Anagramme-M-Dark-8{
	-webkit-animation-name: DarkAnime5;
	        animation-name: DarkAnime5;
}

section#Nav .navbar-header a.navbar-brand:hover #rectTop-Light,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-M-Light-8{
	-webkit-animation-name: LightAnimeHover5;
	        animation-name: LightAnimeHover5;
}

section#Nav .navbar-header a.navbar-brand:hover #rectBottom-Dark,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-M-Dark-8{
	-webkit-animation-name: DarkAnimeHover5;
	        animation-name: DarkAnimeHover5;
}

section#Nav .navbar-header a.navbar-brand #rectLeft-Light,
section#Nav .navbar-header a.navbar-brand #Anagramme-E-Light-9{
	-webkit-animation-name: LightAnime6;
	        animation-name: LightAnime6;
}

section#Nav .navbar-header a.navbar-brand #Anagramme-E-Dark-9{
	-webkit-animation-name: DarkAnime6;
	        animation-name: DarkAnime6;
}

section#Nav .navbar-header a.navbar-brand:hover #rectLeft-Light,
section#Nav .navbar-header a.navbar-brand:hover #Anagramme-E-Light-9{
	-webkit-animation-name: LightAnimeHover6;
	        animation-name: LightAnimeHover6;
}

section#Nav .navbar-header a.navbar-brand:hover #Anagramme-E-Dark-9{
	-webkit-animation-name: DarkAnimeHover6;
	        animation-name: DarkAnimeHover6;
}
*/
section#Nav .navbar-nav > li > a{
	color:#e5e5e5;
	padding:20px;
}

section#Nav .navbar-nav > li > a:hover,
section#Nav .navbar-nav > li.active > a{
	color:#ffffff;
}

section#Nav .navbar-nav > li > a .itemMenu{
	position:relative;
}

section#Nav .navbar-nav > li > a .itemMenu:before,
section#Nav .navbar-nav > li.active > a .itemMenu:before{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	bottom:-10px;
	left:0px;
	background:#fecc00;
	visibility:hidden;
	border-radius:5px;
	-webkit-transform:scaleX(0);
	        transform:scaleX(0);
	-webkit-transition:.25s;
	        transition:.25s;
}

section#Nav .navbar-nav > li > a:hover .itemMenu:before,
section#Nav .navbar-nav > li.active > a .itemMenu:before{
	visibility:visible;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

section#Nav .navbar-nav > li:first-child > a span{
	-webkit-transition:all .4s;
	        transition:all .4s;
}

section#Nav .navbar-nav > li:first-child > a:hover span{
	-webkit-transform:scale(1.2, 1.2);
	        transform:scale(1.2, 1.2);
}

section#Nav .navbar-nav > li.active > a:hover span{
	-webkit-transform:scale(1, 1);
	        transform:scale(1, 1);
}

section#Nav .navbar-nav > li > a span.caret{
	margin-left:5px;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

section#Nav .navbar-nav > li > a:hover span.caret{
	-webkit-transform:translateY(4px);
	        transform:translateY(4px);
}


section#Nav .dropdown-menu > li > a{
	color:#060606;
}

section#Nav .dropdown-menu > li > a:focus,
section#Nav .dropdown-menu > li > a:hover,
section#Nav .dropdown-menu > li.active > a,
section#Nav .dropdown-menu > li.active > a:focus,
section#Nav .dropdown-menu > li.active > a:hover {
    color:#060606;
    text-decoration: none;
    background-color: #e5e5e5;
}

section#Nav .navbar-toggle{
	margin:13px 0px;
}

body footer{
	position: relative;
	z-index: 10;
}

/* --------------- h1 h2 h3 h4 h5 h6 --------------- */

h1, h2{
	font-size:90px;
	line-height:1.2em;
	font-weight:500;
	display:inline-block;
	display:table;
	position:relative;
	padding-right:30px;
	margin-bottom:70px;
}

h1::after, h2::after{
	content:"";
	display:block;
	position:absolute;
	width:1000%;
	height:1px;
	background-color:#b4b4b4;
	top:50%;
	left:100%;
	z-index:-1;
}

h2{
	font-size:60px;
	line-height:1.2em;
}

h3{
	font-size:24px;
	line-height:1.33em;
	font-weight:500;
	margin-bottom:20px;
}


/* --------------- Liste d'articles --------------- */

.items-leading .item,
.items-row .item{
	margin-bottom:50px;
}

.items-leading .item p:last-of-type,
.items-row .item p:last-of-type{
	margin-bottom:0px;
}

.items-row .item .item-image{
	width:100%;
	margin-bottom:20px;
}

.items-leading .item .item-image,
.items-row .item.span12 .item-image{
	width:49.14%;
	margin-bottom:20px;
}

.items-leading .item > a + .contentText,
.items-row .item.span12 > a + .contentText{
	padding-left:50.86%;
}

.items-row .item h3{
	font-size:18px;
	line-height:1.33em;
	font-weight:500;
	margin-bottom:10px;
}

.items-leading .item h3{
	margin-bottom:10px;
}

.item h3 a{
	font-weight:500;
}


.item h3 a span{
	float:left;
}

.item h3 a .title{
	display:inline-block;
}

.item h3 a .localisation{
	display:inline-block;
	color:#060606;
	padding-left:10px;
	margin-left:10px;
	position:relative;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

.item h3 a:hover .localisation{
	padding-left:35px;
}


.item h3 a .localisation::before{
	display:block;
	content:"";
	top:50%;
	left:0;
	height:1em;
	margin-top:-.5em;
	width:1px;
	position:absolute;
	background-color:#060606;
	-webkit-transform:rotateZ(0deg) scaleY(1);
	        transform:rotateZ(0deg) scaleY(1);
	-webkit-transform-origin:center;
	        transform-origin:center;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

.item h3 a:hover .localisation::before{
	margin-left:10px;
	-webkit-transform:rotateZ(90deg) scaleY(1.5);
	        transform:rotateZ(90deg) scaleY(1.5);
}

.item h3 a .localisation::after{
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:0;
	margin-top:0px;
	margin-left:0px;
	width:10px;
	height:10px;
	background-color:transparent;
	border:1px solid #060606;
	border-bottom-color:transparent;
	border-left-color:transparent;
	-webkit-transform:rotate(45deg) scale(0, 0);
	        transform:rotate(45deg) scale(0, 0);
	-webkit-transform-origin:0 0;
	        transform-origin:0 0;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

.item h3 a:hover .localisation::after{
	margin-top:-7px;
	margin-left:1em;
	-webkit-transform:rotate(45deg) scale(1, 1);
	        transform:rotate(45deg) scale(1, 1);
}

.item .largeTitle a .localisation,
.item.span2 h3 a .localisation,
.item.span3 h3 a .localisation{
	padding-left:0px;
	margin-left:0px;
	display:block;
	clear:both;
}

.item .largeTitle a .localisation::before,
.item .largeTitle a .localisation::after,
.item.span2 h3 a .localisation::before,
.item.span3 h3 a .localisation::before,
.item.span2 h3 a .localisation::after,
.item.span3 h3 a .localisation::after{
	display:none;
}

.item .largeTitle a:hover .localisation,
.item .largeTitle a:hover .localisation,
.item.span2 h3 a:hover .localisation,
.item.span3 h3 a:hover .localisation,
.item.span2 h3 a:hover .localisation,
.item.span3 h3 a:hover .localisation{
	padding-left:inherit;
}

.item a figure.item-image {
    position:relative;
    overflow:hidden;
    display:block;
	margin:0;
	padding:0;
	margin-bottom:15px;
    width:100%;
}

.blogItems .item a figure.item-image,
.blog-featured .item a figure.item-image{
	max-height:352px;
	background-color:#0069b4;
}

.cat-children .item a figure.item-image {
	max-height:427px;
}

.item a figure.item-image img {
	display:block;
	margin:0;
	padding:0;
	width:100%!important;
	height:100%!important;
	-o-object-fit:cover;
	   object-fit:cover;
}

.blogItems .item a figure.item-image img,
.blog-featured .item a figure.item-image img{
	opacity:1;
	-webkit-transform:scale(1.05, 1.05);
	        transform:scale(1.05, 1.05);
	-webkit-transition:all 0.4s;
	        transition:all 0.4s;
}

.blogItems .item a:hover figure.item-image img,
.blog-featured .item a:hover figure.item-image img{
	opacity:0.6;
    -webkit-transform:scale(1, 1);
            transform:scale(1, 1);
}

.blogItems .item a figure.item-image::before,
.blog-featured .item a figure.item-image::before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    content:'';
    -webkit-transition:all 0.6s;
            transition:all 0.6s;
    -webkit-transform:scale(2, 2) rotate(45deg) translateY(-100%);
            transform:scale(2, 2) rotate(45deg) translateY(-100%);
}

.blogItems .item a:hover figure.item-image::before,
.blog-featured .item a:hover figure.item-image::before {
    -webkit-transform:scale(2, 2) rotate(45deg) translateY(100%);
            transform:scale(2, 2) rotate(45deg) translateY(100%);
}
/*
.blogItems .item a figure.item-image::after,
.blog-featured .item a figure.item-image::after {
    position:absolute;
    top:5%;
    right:5%;
    width:5%;
	height: 100%;
	background-image: url("../images/octobre-rose.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    content:'';
	z-index: 10;
}
*/
.blogItems .item a figure.item-image figcaption,
.blog-featured .item a figure.item-image figcaption {
    position:absolute;
	color:#ffffff;
	font-weight:400;
	font-size:1.25em;
	line-height:1.5em;
    right:8.77%;
    bottom:14.29%;
    margin:0;
    /*padding:0 20px 0 5px;*/
	padding:0 20px 0 20px;
    border-right:4px solid #ffffff;
    text-align:right;
    opacity:0;
    -webkit-transition:all 0.4s;
            transition:all 0.4s;
}

.blogItems .item.span2 a figure.item-image figcaption,
.blog-featured .item.span2 a figure.item-image figcaption {
	padding:0 10px 0 0;
	font-size:.8em;
	line-height:1em;
}

.blogItems .item.span3 a figure.item-image figcaption,
.blog-featured .item.span3 a figure.item-image figcaption {
	font-size:.9em;
	line-height:1.1em;
}

.blogItems .item.span4 a figure.item-image figcaption,
.blog-featured .item.span4 a figure.item-image figcaption {
	font-size:1em;
	line-height:1.2em;
}


.blogItems .item a figure.item-image figcaption span.project,
.blog-featured .item a figure.item-image figcaption span.project{
	font-weight:700;
}

.blogItems .item a figure.item-image figcaption span.field,
.blog-featured .item a figure.item-image figcaption span.field{
	font-size:0.9em;
}

.blogItems .item a:hover figure.item-image figcaption,
.blog-featured .item a:hover figure.item-image figcaption{
	opacity:1;
	-webkit-transition-delay:.2s;
	        transition-delay:.2s;
}

.items-more ol li{
	margin-left:0px;
}

.cat-children .item.catReferences{
	width: 100%;
}

.cat-children .items-row .item {
    margin-bottom:20px;
}

.cat-children .item a figure.item-image {
	margin-bottom:0px;
	background:#0069b4;
}

.cat-children .item a figure.item-image img {
	opacity:1;
	-webkit-transition:all .4s;
	        transition:all .4s
}

.cat-children .item a:hover figure.item-image img {
	opacity:.3;
}

.cat-children .item a figure.item-image figcaption{
	text-align:right;
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:auto;
	width:100%;
	height:100%;
	padding:2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
}

.cat-children .item a figure.item-image figcaption .title{
	font-size:1.25em;
	font-weight:700;
	position:absolute;
	top:50px;
	bottom:auto;
	right:30px;
	left:30px;
	padding:10px 0;
	-webkit-transition:all 0.4s;
	        transition:all 0.4s;
}

.cat-children .item a:hover figure.item-image figcaption .title{
	top:30px;
}

.cat-children .item a figure.item-image figcaption .title::after{
	content:'';
	opacity:0;
	position:absolute;
	top:auto;
	bottom:-20px;
	left:0;
	right:auto;
	width:100%;
	height:4px;
	background: #fff;
	-webkit-transition:all 0.4s;
	        transition:all 0.4s;
}

.cat-children .item a figure.item-image figcaption .description{
	opacity:0;
	position: absolute;
	top:auto;
	bottom:-50px;
	right:30px;
	left:30px;
	line-height:1.5;
	text-overflow: ellipsis;
	padding:0;
	max-height:9em;
	overflow:hidden;
	letter-spacing:1px;
	font-size:.7em;
	-webkit-transition:all 0.4s;
	        transition:all 0.4s;
}

.cat-children .item a figure.item-image figcaption .description p{
	margin-bottom:1.5em;
}

.cat-children .item a figure.item-image figcaption .description p:last-of-type{
	margin-bottom:0;
}

.cat-children .item a:hover figure.item-image figcaption .title::after{
	opacity:1;
	bottom:-5px;
}

.cat-children .item a:hover figure.item-image figcaption .description{
	opacity:1;
	bottom:15px;
}

.cat-children .item.catReferences a figure.item-image {
    background:transparent;
}

.cat-children .item.catReferences a:hover figure.item-image img {
    opacity:1;
}

.cat-children .item.catReferences a figure.item-image figcaption .title {
    font-size: 1.25em;
    font-weight: 700;
    position:relative;
	top:-5px;
	bottom:auto;
    left:0;
	right:auto;
	width:100%;
	text-align:center;
	margin:0px;
    padding:0 0 20px 0;
	opacity:0;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
	-webkit-transform:none;
	        transform:none;
}

.cat-children .item.catReferences a:hover figure.item-image figcaption .title {
	opacity:1;
}

.cat-children .item.catReferences a figure.item-image figcaption .title::after{
	content:'';
	position: absolute;
	top:auto;
	bottom:0px;
	left:0;
	right:auto;
	width:100%;
	margin:0px;
	height:4px;
	background:#fff;
	opacity:1;
	-webkit-transform:scaleX(0);
	        transform:scaleX(0);
	-webkit-transition: all 0.4s;
	        transition: all 0.4s;
}

.cat-children .item.catReferences a:hover figure.item-image figcaption .title::after{
	-webkit-transform:scaleX(1);
	        transform:scaleX(1);
}

.category-desc {
	margin-bottom:50px;
}


/* --------------- Liste des secteurs d'activité --------------- */

.aeraRef-list{
	position:relative;
	height:100%;
	min-height:600px;
}


#imgAeraRef-Container{
	position:absolute;
	height:100%;
	z-index:5;
	left:0;
	top:0;
	max-width:55%;
	/*min-height:500px;*/
	overflow:hidden;
	-webkit-transition:width 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 400ms, left 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 400ms;
	        transition:width 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 400ms, left 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 400ms;
}

.imgAeraRef{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width:100%;
	z-index:0;
	overflow: hidden;
	-webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
	        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
}

.imgAeraRef.current{
	opacity:1;
	z-index:5;
	-webkit-transition: opacity 600ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, -webkit-transform 600ms;
	        transition: opacity 600ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, transform 600ms;
}

.aeraRef-list a:hover .imgAeraRef.current{
	-webkit-transform:scale(1.1);
	        transform:scale(1.1);
}

.aeraRef-list h1{
	position:absolute;
	top:60px;
	left:auto;
	right:0;
	text-align:right;
	background-color:transparent;
	z-index:0;
	overflow: hidden;	
	display:inline-block;
	opacity:0;
	color:#060606;
	padding:0;
	margin:0;
	margin-bottom:60px;
	-webkit-transform:translateY(0);
	        transform:translateY(0);
	-webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, -webkit-transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms;
	        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms;
}

.aeraRef-list h1.current{
	z-index:6;
}

.aeraRef-list.rightAeraRef h1{
	left:0;
	right:auto;
	text-align:left;
}

.aeraRef-list.rightAeraRef h1.previous{
	left:auto;
	right:0;
	text-align:right;
}

.aeraRef-list h1.previous{
	opacity:0;
	-webkit-transform:translateY(-80px);
	        transform:translateY(-80px);
	left:0;
	right:auto;
	text-align:left;
	-webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), -webkit-transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 400ms step-end;
	        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 400ms step-end;
}

.aeraRef-list h1.current{
	opacity:1;
	-webkit-transform:translateY(-40px);
	        transform:translateY(-40px);
}

.aeraRef-list h1 a{
	color:#060606;
	font-weight:500;
}	

.aeraRef-list h1::after{
	display:none;
}

.aeraRef-list .descAeraRef{
	position:absolute;
	top:280px;
	left:auto;
	right:0;
	background-color:transparent;
	z-index:0;
	overflow: hidden;	
	display:inline-block;
	opacity:0;
	color:#060606;
	padding:0;
	margin:0;
	margin:0;
	max-width:40%;
	-webkit-transform:translateY(0);
	        transform:translateY(0);
	-webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, -webkit-transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms;
	        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms, transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94) 1100ms;
}

.aeraRef-list .descAeraRef.current{
	z-index:6;
}

.aeraRef-list .descAeraRef p{
	margin-bottom:40px;
}

.aeraRef-list .descAeraRef p.readmore {
    text-align:left;
	margin-bottom:0px;
}

.aeraRef-list .descAeraRef p.readmore a{
	padding-left:0px;
}

.aeraRef-list.rightAeraRef .descAeraRef {
	left:0;
	right:auto;
}

.aeraRef-list.rightAeraRef .descAeraRef.previous{
	left:auto;
	right:0;
}

.aeraRef-list .descAeraRef.previous{
	opacity:0;
	-webkit-transform:translateY(-120px);
	        transform:translateY(-120px);
	left:0;
	right:auto;
	-webkit-transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), -webkit-transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 400ms step-end;
	        transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), transform 400ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 400ms step-end;
}

.aeraRef-list .descAeraRef.current{
	opacity:1;
	-webkit-transform:translateY(-60px);
	        transform:translateY(-60px);
}

.timeLineAeraRef{
	position:absolute;
	margin-top:50px;
	margin-bottom:30px;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	line-height:50px;
	font-size:12px;
	text-align:center;
}

.timeLineAeraRef span{
	margin:0 10px;
	height:50px;
	overflow:visible;
}

.timeLineAeraRef .currentIndex{
	opacity:1;
	top:0;
	position:relative;
}

.timeLineAeraRef .countIndex{
	color:#b4b4b4;
}

.timeLineAeraRef .timeLine{
	width:150px;
	display:inline-block;
	height:1px;
	margin-bottom:4px;
	background-color:#b4b4b4;
	position:relative;
}

.timeLineAeraRef .timeLine::after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:0;
	display:block;
	height:1px;
	margin-top:-.5px;
	background-color:#060606;
	-webkit-transition:none;
	        transition:none;
}

.timeLineAeraRef .timeLine.tempo::after{
	width:100%;
	-webkit-transition: width 4.6s linear;
	        transition: width 4.6s linear;
}

.timeLineAeraRef .timeLine.tempoDesabled::after{
	width:100%;
	-webkit-transition:none!important;
	        transition:none!important;
}

.timeLineAeraRef a .glyphicon{
	color:#060606;
	-webkit-transition:all .4s;
	        transition:all .4s;
}

.timeLineAeraRef a:hover .glyphicon{
	color:#b4b4b4;
}


/* --------------- Article --------------- */

.item-page img{
	max-width:100%;
	height:auto;
}

.item-page ul,
.item-page ol{
	margin-bottom:20px;
}

.item-page a{
	text-decoration:underline;	
}

.item-page h1{
	font-size:48px;
	line-height:1.2em;
	margin-bottom:40px;
}

.item-page h2{
	font-size:36px;
	line-height:1.2em;
	margin-bottom:40px;
}

.item-page h3{
	font-size:36px;
	line-height:1.2em;
	margin-bottom:40px;
	padding-bottom:10px;
	border-bottom:1px solid #060606;
}

.item-page h4{
	font-size:36px;
	line-height:1.2em;
	margin-bottom:40px;
}

.item-page h5{
	font-size:36px;
	line-height:1.2em;
	margin-bottom:40px;
	color:#b4b4b4;
}

.item-page h6{
	font-size:24px;
	line-height:1.2em;
	margin-bottom:10px;
}

.item-page dl.article-info{
	text-align:right;
	margin-bottom:20px;
}

.item-page dl.article-info dt,
.item-page dl.article-info dd{
	display:inline-block;
}

.item-page dl.article-info dd.category-name a{
	font-size:14px;
	line-height:1.7em;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	text-decoration:none;
}

.item-page dl.article-info dd.category-name a::before{
	content:'';
	position:absolute;
	display:block;
	height:1px;
	width:50px;
	background-color:#b4b4b4;
	top:50%;
	left:-60px;
	-webkit-transition:all .4s;
	        transition:all .4s
}

.item-page dl.article-info dd.category-name a:hover::before{
	background-color:#060606;
}

.item-page .item-image{
	margin-bottom:40px;
	position: relative;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.item-page .item-image.left,
.item-page .item-image.right{
	width:59.3%;
}

.item-page .item-image img{
	padding:0;
	margin:0;
	max-width:100%;
	height:auto;
}
/*
.item-page .item-image::before {
    position:absolute;
    top:5%;
    right:5%;
    width:5%;
	height: 100%;
	background-image: url("../images/octobre-rose.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    content:'';
	z-index: 10;
}
*/
.page-header {
    padding:0;
    margin:0;
    border:0 none;
	text-align:left;
	/*margin-bottom:40px;*/
}

.item-page .page-header.img-right{
	padding-right:66%;
}

.item-page .page-header.img-left{
	padding-left:66%;
}

.item-page .page-header h2{
	font-size:36px;
	line-height:1.25em;
	font-weight:700;
	margin-bottom:50px;
	padding:0;
}

.item-page .page-header h2::after{
	display:none;
}

.item-page .page-header h2 .localisation{
	color:#b4b4b4;
	font-weight:500;
}

.item-page .articleBody{
	clear:both;
}

.item-page div.item-image div.img_caption {
    position: relative;
    z-index: 1;
    cursor: pointer;
}


.item-page div.item-image div.img_caption p.img_caption {
    position:absolute;
    z-index:2;
    bottom:0px;
    left:0px;
    width:100%;
    height:auto;
    background-color:#0069b4;
    opacity:0;
    color:#fff;
    font-weight:bold;
    text-align:center;
    margin:0px;
    padding:0px 5px;
    font-size:14px;
    line-height:2em;
    transition:all 1s;
}

.item-page div.item-image div.img_caption:hover p.img_caption {
    opacity: .8;
}


/*------------------ Pages Rejoignez-nous ------------------*/

.item-page .rejoigneznous h6{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #060606;
}

.item-page .rejoigneznous .profilContactRE{
	display: flex;
}

.item-page .rejoigneznous .profilContactRE .profil{
	width: 60%;
	margin-right: 5%;
}

.item-page .rejoigneznous .profilContactRE .contactRE{
	width: 35%;
	background-color: #060606;
	color: #ffffff;
	padding: 10px;
}

.item-page .rejoigneznous .profilContactRE .contactRE a{
	color: #ffffff;
	text-decoration: none;
}

.item-page .rejoigneznous .profilContactRE .contactRE a:hover{
	color: #ffffff;
}

.containerPucesAC{
	position: relative;
	padding-left: 30px;
}

.containerPucesAC .puceAC{
	position: absolute;
	top: 5px;
	left: 0;
}

.list-group .containerPucesAC{
	padding-left: 45px;
}

.list-group .containerPucesAC .puceAC{
	top: 15px;
	left: 10px;
}


/* Pour les écrans inférieurs à 768px */
@media screen and (max-width: 767px) {

	.item-page .rejoigneznous .profilContactRE{
		flex-direction: column;
	}

	.item-page .rejoigneznous .profilContactRE .profil{
		width: 100%;
		margin-right:0;
	}
	
	.item-page .rejoigneznous .profilContactRE .contactRE{
		width: 100%;
	}
}


/* --------------- Informations techniques --------------- */

#container-MainBottom{
	background-color:#e5e5e5;
	color:#060606;
}

#container-MainBottom .custom{
	padding:40px 0px;
}

#container-MainBottom h3{
	font-size:18px;
	line-height:1.2em;
	letter-spacing:2px;
	font-weight:500;
	padding:0 0 10px 0;
	margin-bottom:30px;
	border-bottom:1px solid #060606;
}

#container-MainBottom .emcField{
	margin-bottom:20px;
	font-size:14px;
	line-height:1.4em;
}

#container-MainBottom .field-label{
	float:left;
	font-weight:400;
	margin-right:10px;
	width:160px;
}

#container-MainBottom .field-value{
	padding-left:170px;
	font-weight:500;
}

#container-MainBottom .field-value ul.missionField{
	list-style-position:inside;
}

#container-MainBottom .field-value ul.missionField li{
	margin-bottom: 5px;
}


/* --------------- Toutes les références --------------- */

.mem107 #container-MainBottom {
	position:relative;
	z-index:1;
	background:transparent url("../images/construction.jpg") no-repeat 50% 50%;
    background-attachment:scroll;
    background-size:auto auto;
	background-size:cover;
	background-attachment:fixed;
	height:800px;
}

.mem107 #container-MainBottom .modReferences{
	position:relative;
	z-index:10;
	float: left;
	width: 100%;
	text-align:right;
	margin-top:180px;
	font-size:60px;
	line-height:1.1em;
	font-weight:700;
	color:#ffffff;
	/*color:rgba(255, 255, 255, .8);*/
}

.mem107 #container-MainBottom .refBkg{
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#060606;
	opacity:.4;
}

.mem107 #container-MainBottom a#refs{
	position:relative;
	background-color:transparent;
	font-size:20px;
	line-height:1.2em;
	display:inline-block;
	padding:20px;
	color:#ffffff;
	border:1px solid #ffffff;
}

.mem107 #container-MainBottom a#refs::after {
    content:'';
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
	width:100%;
	height:100%;
    background:#0069b4;
    -webkit-transform:scale(0);
            transform:scale(0);
    -webkit-transition:-webkit-transform .4s;
            transition:transform .4s;
}

.mem107 #container-MainBottom a#refs:hover::after,
.mem107 #container-MainBottom a#refs:focus::after,
.mem107 #container-MainBottom a#refs:active::after {
    -webkit-transform:scale(1);
            transform:scale(1);
}


/* --------------- Openstreetmap --------------- */

.mem108 #container-MainBottom{
	height:450px;
	width:100%;
	margin:100px 0px 0px 0px;
	padding:0px;
	color:#060606;
}

.mem108 #container-MainBottom #MainBottom{
	max-width:none;
	padding:0;
}

.mem108 #container-MainBottom #MainBottom #MainBottom-3{
	padding:0;
}

.mem108 #container-MainBottom #MainBottom #MainBottom-3 #osMap{
	width:100%;
	height:450px;
}

.mem108 #container-MainBottom #MainBottom #MainBottom-3 #osMap .leaflet-attribution-flag{
	display: none!important;
}

/* --------------- Carte de France --------------- */

#container-Footer{
	background-color:#ffffff;
	color:#060606;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#container-Footer #Footer-1,
#container-Footer #Footer-1 .emcblock{
	overflow:visible;
}

#container-Footer .map{
	padding:110px 0px;
	height:1100px;
	position:relative;
}

#container-Footer .map .titleMajor{
	font-size:200px;
	line-height:1em;
	font-weight:700;
	height:1em;
	position:relative;
}

#container-Footer .map .titleMajor::before{
	content:"ANAGRAMME";
	color:#ffffff;
	display:block;
	height:1em;
	position:absolute;
	top:0px;
	right:40%;
	margin-right:50px;
	z-index:9;
}

#container-Footer .map .titleMajor::after{
	content:"CONSEIL";
	color:#060606;
	display:block;
	height:1em;
	position:absolute;
	top:0px;
	left:60%;
	margin-left:50px;
	z-index:9;
}

@-webkit-keyframes displayCol {
    from {height: 0%;}
    to {height: 100%;}
}

@keyframes displayCol {
    from {height: 0%;}
    to {height: 100%;}
}

@-webkit-keyframes hideCol {
    from {height: 100%;}
    to {height: 0%;}
}

@keyframes hideCol {
    from {height: 100%;}
    to {height: 0%;}
}

@-webkit-keyframes initLine {
    from {height: 100%;}
    to {height: 0%;}
}

@keyframes initLine {
    from {height: 100%;}
    to {height: 0%;}
}

#container-Footer .map .lineVert{
	position:absolute;
	width:5000px;
	height:0%;
	display:block;
	top:0;
	background-color:#e5e5e5;
	border-right:1px solid #b4b4b4;
	-webkit-animation-fill-mode:forwards;
	        animation-fill-mode:forwards;
	-webkit-animation-duration:.8s;
	        animation-duration:.8s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	-webkit-animation-name:hideCol;
	        animation-name:hideCol;
}

#container-Footer .map .lineVert.line1{
	z-index:8;
	right:85.8%;
}

#container-Footer .map .lineVert.line2{
	z-index:7;
	right:71.5%;
}

#container-Footer .map .lineVert.line3{
	z-index:6;
	right:57.2%;
}

#container-Footer .map .lineVert.line4{
	z-index:5;
	right:42.9%;
}

#container-Footer .map .lineVert.line5{
	z-index:4;
	right:28.6%;
}

#container-BottomFooter .partners .lineVert.line6,
#container-Footer .map .lineVert.line6{
	z-index:3;
	right:14.3%;
}

#container-Footer .map .lineVert.line7{
	z-index:2;
	left:85%;
}

#container-Footer .map.in .lineVert{
	-webkit-animation-name:displayCol;
	        animation-name:displayCol;
	-webkit-animation-duration:2s;
	        animation-duration:2s;
}

#container-Footer .map.in .lineVert.line1{
	-webkit-animation-delay:0s;
	        animation-delay:0s;
}

#container-Footer .map.in .lineVert.line2{
	-webkit-animation-delay:.2s;
	        animation-delay:.2s;
}

#container-Footer .map.in .lineVert.line3{
	-webkit-animation-delay:.4s;
	        animation-delay:.4s;
}

#container-Footer .map.in .lineVert.line4{
	-webkit-animation-delay:.6s;
	        animation-delay:.6s;
}

#container-Footer .map.in .lineVert.line5{
	-webkit-animation-delay:.8s;
	        animation-delay:.8s;
}

#container-Footer .map.in .lineVert.line6{
	-webkit-animation-delay:1s;
	        animation-delay:1s;
}

#container-Footer .map.in .lineVert.line7{
	-webkit-animation-delay:1.2s;
	        animation-delay:1.2s;
}

#container-Footer .map .reference{
	position:absolute;
	z-index:10;
	width:100%;
	left:0;
	top:430px;
	opacity:0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s ease-in 1s, opacity 0.8s ease-in 1s;
            transition: transform 0.5s ease-in 1s, opacity 0.8s ease-in 1s;
}

#container-Footer .map.in .reference{
	z-index:10;
	opacity:1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

#container-Footer .map.in .reference.refHidden{
	z-index:9;
	opacity:0;
}

#container-Footer .map .reference .carteFrance{
	position:relative;
	width:48%;
	float:left;
}

#container-Footer .map .reference .carteFrance img{
	width:100%;
	height:auto;
}

#container-Footer .map .reference .carteFrance #marker{
	display:block;
	position:absolute;
	width:14px;
	height:14px;
	border-radius:50%;
	margin-left:-7px;
	margin-top:-7px;
	background-color:#060606;
	z-index:10;
	overflow:visible;
}

#container-Footer .map .reference .carteFrance #marker::before{
	content:'';
	display:block;
	z-index:10;
	position:absolute;
	width:1px;
	height:100px;
	left:50%;
	background-color:#060606;
}

#container-Footer .map .reference .carteFrance .lineBelow::before{
	top:50%;
}

#container-Footer .map .reference .carteFrance .lineAbove::before{
	bottom:50%;
}

#container-Footer .map .reference .carteFrance #marker .descMarker{
	display:block;
	position:absolute;
	z-index:10;
	width:1000px;
	font-size:14px;
	line-height:1.3em;
	font-weight:500;
}

#container-Footer .map .reference .carteFrance #marker .descMarker span{
	display:inline-block;
	margin:0 5px;
	-webkit-transition:all .6s;
	        transition:all .6s;
}

#container-Footer .map .reference .carteFrance #marker .descMarker a .title{
	color:#b4b4b4;
}

#container-Footer .map .reference .carteFrance #marker .descMarker a .localisation{
	color:#060606;
}

#container-Footer .map .reference .carteFrance #marker .descMarker a:hover .title{
	color:#060606;
}

#container-Footer .map .reference .carteFrance #marker .descMarker a:hover .localisation{
	color:#060606;
}

@-webkit-keyframes animeDescription {
    from {height: 0%;}
    to {height: 100%;}
}

@keyframes animeDescription {
    from {height: 0%;}
    to {height: 100%;}
}


#container-Footer .map .reference .description{
	padding-left:60%;
	font-size:14px;
	line-height:1.7em;
	font-weight:500;
}

#container-Footer .map .reference .description h3{
	font-size:36px;
	font-weight:500;
	line-height:1.2em;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:10px;
}

#container-Footer .map .reference .description h4{
	font-size:24px;
	font-weight:500;
	line-height:1.2em;
	color:#060606;
	margin-bottom:60px;
}


#container-Footer .map .reference .description p.readmore{
	margin-top:50px;
	text-align:left;
}


/* --------------- Partenaires --------------- */

#container-BottomFooter{
	background-color:#060606;
	color:#e5e5e5;
}

#container-BottomFooter .partners{
	position:relative;
	padding:150px 0;
	font-size:14px;
	line-height:1.71em;
	font-weight:500;
}

#container-BottomFooter .partners p,
#container-BottomFooter .partners ul,
#container-BottomFooter .partners ol{
	width:50%;
}

#container-BottomFooter .partners .lineVert{
	position:absolute;
	height:100%;
	width:120px;
	display:block;
	top:0;
	background-color:transparent;
	border-right:1px solid #b4b4b4;
}

#container-BottomFooter .partners .lineVert h3{
	-webkit-transform-origin:bottom right;
	        transform-origin:bottom right;
	-webkit-transform:rotateZ(-90deg);
	        transform:rotateZ(-90deg);
	padding:0;
	margin:0;
	font-size:120px;
	line-height:120px;
	font-weight:700;
	text-transform:uppercase;
	color:#e5e5e5;
	text-align:center;
	max-width:none;
	width:900px;
	height:120px;
	position:absolute;
	z-index:10;
	top:50%;
	right:0;
	margin-top:-570px; /* 120 + 900/2*/ 
}

#container-BottomFooter .partners ul{
	margin-bottom:20px;
	list-style-image:url("../images/puce.png");
}

#container-BottomFooter .partners ul li{
	margin-left:20px;
	margin-bottom:20px;
	padding-left:10px;
	color:#ffffff;
}

#container-BottomFooter .partners ul li span.desc{
	color:#b4b4b4;
}

#container-BottomFooter .partners ul li a{
	color:#3498db;
}

#container-BottomFooter .partners ul li a:hover{
	color:#ffffff;
}


/* --------------- Formulaire de contact --------------- */

body.mem108,
body.mem108 section#Main {
    background-color: #060606;
    color: #ffffff;
}

body.mem108 section#Main {
    margin:50px 0px;
}

.contact a{
	color:#b4b4b4;
}

.contact a:hover{
	color:#ffffff;
}

.contact .thumbnail {
    padding:0px;
    margin-bottom:20px;
    border:0px none;
}

.contact dl{
	padding-right:550px;
}

.contact .dl-horizontal dt{
	margin-top:20px;
	float:none;
	width:0;
}

.contact .dl-horizontal dd{
    margin-left:0;
}

.contact .dl-horizontal dd::after{
	clear:none;
}

.contact .dl-horizontal dd .contact-name{
	font-size:16px;
	line-height:1.5em;
	font-weight:700;
}

.contact .dl-horizontal dd .glyphicon{
	margin-right:10px;
}


.contact .has-colback{
	display:none!important;
}

.contact .contact-form{
	margin-top:50px;
}

.contact .btn:hover, .btn-default:hover,
.contact .btn:focus, .btn-default:focus{
    background-color:#ffffff;
}

.contact .visually-hidden,
.contact .emccaptcha{
	display: none;
}

/* --------------- Info légales --------------- */

div#legal-info{
	background-color:#b4b4b4;
	font-size:12px;
	line-height:1.5em;
	color:#e5e5e5;
	text-align:center;
	padding:30px 0px;
	position: relative;
	z-index: 10;
}

div#legal-info a{
	color:#e5e5e5;
}

div#legal-info a:hover{
	color:#fff;
}



.arrowDown{
	display:none;
	text-align:center;
	font-size:18px;
	line-height:30px;
	width:100%;
	height:30px;
	background-color:#ffffff;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
}

.arrowDown span{
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-animation: arrowDown 1s linear infinite 0s;
	        animation: arrowDown 1s linear infinite 0s;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

@-webkit-keyframes arrowDown {
  from {
   -webkit-transform: translateY(-5px);
           transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes arrowDown {
  from {
   -webkit-transform: translateY(-5px);
           transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}


/*------------- Gestion autorisation des cookies ------------------*/

/* Le bandeau cookie */
#cookie-banner {
    background-color:#060606;
    color: #ffffff;
    display: none;
    font-family:'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    padding: 1em 1.8em;
    position: fixed;
    text-align: center;
    width:80%;
    max-width: 350px;
    box-sizing:border-box;
    z-index:99999;
    border:0px none;
    left:20px;
    bottom:20px;
}

#cookie-banner a{
	color:#dddddd;
}

#cookie-banner a:hover{
	color:#ffffff;
}


#cookie-banner.active {
	display:block;
}

#cookie-banner button{
	margin:0 5px;
	width:auto;
	font-weight:normal;
	border:1px solid #e5e5e5;
	background-color:transparent;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	transition: all .4s;
	min-width:140px;
}

#cookie-banner button:hover{
	background-color: #ffffff;
	color:#060606;
}

#cookie-banner p.pbutton{
	margin-bottom:0px;
}

button#cookie-accept-reload-button,
button#cookie-reject-reload-button{
	width:auto;
	min-width: 140px;
	background-color: #060606;
	border: 0px none;
	color: #fff;
	padding:5px;
	margin:0px;
	transition:all .4s;
	display:inline-block;
}

button#cookie-accept-reload-button{
	margin-right:10px;
}

button#cookie-accept-reload-button:hover,
button#cookie-reject-reload-button:hover{
	background-color: #b4b4b4;
	color:#060606;
}

/* Pour les écrans inférieurs à 768px */
@media screen and (max-width: 767px) {
	/* Le bandeau cookie */
	#cookie-banner span{
		display:block;
		margin-top:10px;
	}
}

/* ---------------------- Slider ------------------------------*/

section#ShowCase{
	margin-top: 60px;
}

section#ShowCase, section#ShowCase section#ShowCase-1{
	max-width: none;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

section#ShowCase section#ShowCase-1 .slider-container{
	position: fixed;
	margin-top: 60px;
	z-index: 1;
}

/*
section#ShowCase section#ShowCase-1 .slider-container::before {
    position:absolute;
    top:5%;
    right:5%;
    width:5%;
	height: 100%;
	background-image: url("../images/octobre-rose.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
    content:'';
	z-index: 10;
}
*/
section#ShowCase-1 li div.djemc-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 10s;
	transform: scale(1.2) rotate(2deg);
	transform-origin: center;
}

section#ShowCase-1 li.actif div.djemc-image{
	transform: scale(1) rotate(0);
}


section#ShowCase-1 div.djemc-image::after{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .3;
}

section#ShowCase-1 div.slide-desc{
	position: absolute;
	left: 5%;
	top: 50%; /* poussé de la moitié de hauteur du référent */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
	width: 40%;  
}

section#ShowCase-1 div.slide-title{
	margin-bottom: 30px;
	font-size: 3em;
	line-height: 1.2em;
}

section#ShowCase-1 div.slide-text{
	font-size: 1.2em;
	line-height: 1.5em;
}

section#ShowCase-1 div.slide-text strong{
	font-weight: bold;
	color: #fecc00;
	font-size: 1.2em;
}

section#ShowCase-1 a span.gotoRef{
	display: inline-block;
	padding: 20px 30px;
	background-color: #0069b4;
	color: #fff;
	border-radius: 40px;
	margin-top: 20px;
	font-size: 1.2em;
	transition: all 0.8s;
}

section#ShowCase-1 a span.gotoRef-blue{
	background-color: #0069b4;
	color: #fff;
}

section#ShowCase-1 a span.gotoRef-yellow{
	background-color: #fecc00;
	color: #060606;
}

section#ShowCase-1 a:hover span.gotoRef{
	background-color:cornsilk;
	color: #060606;
}


@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}



/* ---------------------- web responsive ---------------------- */

/* Pour les écrans inférieurs à 981px */
@media screen and (max-width: 980px) {
	
	/* --------------- Liste d'articles --------------- */
	
	.blogItems  .item a figure.item-image,
	.blog-featured .item a figure.item-image{
		max-height:282px;
	}
	
	.cat-children .item a figure.item-image {
		max-height:345px;
	}
	
	.cat-children .item a figure.item-image figcaption .description{
		max-height:6em;
	}
	
	.cat-children .item a figure.item-image figcaption .title {
		font-size: 1.1em;
	}
	
	.cat-children .item a:hover figure.item-image figcaption .title {
		top: 20px;
	}
	
	
	/* --------------- Carte de France --------------- */
		
	#container-Footer .map{
		padding:50px 0px;
		height:750px;
	}

	#container-Footer .map .titleMajor{
		font-size:100px;
		line-height:1em;
		height:1em;
	}
	
	#container-Footer .map .reference{
		top:230px;
	}
	
	#container-Footer .map .titleMajor::before{
		margin-right:25px;
	}

	#container-Footer .map .titleMajor::after{
		margin-left:25px;
	}
	
	
	/* --------------- Partenaires --------------- */
	
	#container-BottomFooter .partners p,
	#container-BottomFooter .partners ul,
	#container-BottomFooter .partners ol{
		width:70%;
	}
	
	/* --------------- Formulaire de contact --------------- */

	.contact .thumbnail {
		width:53.2%;
	}
	
	.contact .thumbnail img{
		width:100%;
		height:auto;
	}
	
	.contact dl{
		padding-right:60%;
	}

	/* -------------------- Slider -------------------------*/

	section#ShowCase-1 div.slide-desc{
		width: 66%;  
	}
}


/* Pour les écrans inférieurs à 768px */
@media screen and (max-width: 767px) {
	
	
	input, textarea, input.form-control, textarea.form-control {
		margin-bottom:20px;
	}

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

	section#Nav .navbar-nav {
		float: none;
		margin: 0;
	}
	
	section#Nav .navbar-nav > li > a{
		padding:10px 15px;
	}
	
	section#Nav .navbar-nav > li > a .itemMenu:before,
	section#Nav .navbar-nav > li.active > a .itemMenu:before{
		display:none;
	}
	
	section#Nav .dropdown-menu > li > a{
		color:#b4b4b4;
	}
	
	section#Nav .dropdown-menu > li > a:hover{
		color:#ffffff;
	}

	section#Nav .dropdown-menu > li > a:focus,
	section#Nav .dropdown-menu > li > a:hover,
	section#Nav .dropdown-menu > li.active > a,
	section#Nav .dropdown-menu > li.active > a:focus,
	section#Nav .dropdown-menu > li.active > a:hover {
		color:#fff;
		background-color: #060606;
	}

	
	/* --------------- h1 h2 h3 h4 h5 h6 --------------- */

	h1{
		font-size:60px;
		line-height:1.2em;
		margin-bottom:50px;
	}
	
	h2{
		font-size:40px;
		line-height:1.2em;
		margin-bottom:50px;
	}
	
	
	/* --------------- Liste d'articles --------------- */
	
	.items-leading .item .item-image,
	.items-row .item.span12 .item-image{
		width:100%;
	}
	
	.items-leading .item > a + .contentText,
	.items-row .item.span12 > a + .contentText{
		padding-left:0;
	}
	
	.blogItems  .item a figure.item-image,
	.blog-featured .item a figure.item-image{
		max-height:446px;
	}
	
	.cat-children .item a figure.item-image {
		max-height:545px;
	}
	
	.cat-children .item a figure.item-image figcaption .description{
		max-height:21em;
	}
	
	.cat-children .item a figure.item-image figcaption .title {
		font-size: 1.25em;
	}
	
	.cat-children .item a:hover figure.item-image figcaption .title {
		top: 30px;
	}

	
	/* --------------- Liste des secteurs d'activité --------------- */

	.aeraRef-list .descAeraRef{
		top:200px;
	}
	
	.timeLineAeraRef{
		margin-top:30px;
		height:30px;
		line-height:30px;
	}

	
	/* --------------- Article --------------- */
	
	.item-page img:not(.noResize) {
		width:100%;
		height:auto;
		margin:0 0 20px 0!important;
		float:none!important;
	}

	.item-page .item-image,
	.item-page .item-image.left,
	.item-page .item-image.right{
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}

	.item-page .page-header.img-left,
	.item-page .page-header.img-right{
		padding-left:0;
		padding-right:0;
		margin-bottom:20px;
	}

	.item-page .page-header h2{
		font-size:28px;
		line-height:1.25em;
		margin-bottom:20px;
	}
	
	
	/* --------------- Toutes les références --------------- */
	
	.mem107 #container-MainBottom .modReferences{
		margin-top:180px;
		font-size:40px;
		line-height:1.1em;
	}
	
	
	/* --------------- Carte de France --------------- */
	
	#container-Footer .map {
		height:700px;
	}
	
	#container-Footer .map .reference .description h3 {
		font-size:24px;
		line-height:1.2em;
	}
	
	#container-Footer .map .reference .description h4 {
		font-size:18px;
		line-height:1.2em;
		margin-bottom:30px;
	}
	
	#container-Footer .map .reference .description {
		padding-left:55%;
	}
	
	
	/* --------------- Partenaires --------------- */
	
	#container-BottomFooter .partners {
		padding:50px 0;
	}
	
	#container-BottomFooter .partners p,
	#container-BottomFooter .partners ul,
	#container-BottomFooter .partners ol{
		width:70%;
	}
	
	#container-BottomFooter .partners .lineVert{
		width:80px;
	}

	#container-BottomFooter .partners .lineVert h3{
		-webkit-transform-origin:bottom right;
		        transform-origin:bottom right;
		-webkit-transform:rotateZ(-90deg);
		        transform:rotateZ(-90deg);
		padding:0;
		margin:0;
		font-size:80px;
		line-height:80px;
		font-weight:700;
		text-transform:uppercase;
		color:#e5e5e5;
		text-align:center;
		max-width:none;
		width:600px;
		height:80px;
		position:absolute;
		z-index:10;
		top:50%;
		right:0;
		margin-top:-380px; /* 80 + 600/2*/ 
	}

	
	/* --------------- Formulaire de contact --------------- */

	.contact .thumbnail {
		width:100%;
	}
	
	.contact dl{
		padding-right:0;
	}

	
	/* ------------------- Slider ----------------------*/

	section#ShowCase-1 div.slide-title{
		margin-bottom: 20px;
		font-size: 2em;
		line-height: 1.2em;
	}

	section#ShowCase-1 a span.gotoRef{
		padding: 10px 15px;
		font-size: 1.1em;
		margin-top: 10px;
	}

	section#ShowCase-1 div.slide-text{
		font-size: 1em;
		line-height: 1.2em;
	}
	
	section#ShowCase-1 div.slide-text strong{
		font-size: 1em;
	}

	section#ShowCase-1 div.slide-desc{
		width: 80%;  
	}
		
}

/* Pour les écrans inférieurs à 520px */
@media screen and (max-width: 519px) {
	
	cite::before {
		font-size: 100px;
		line-height: 100px;
		height: 100px;
		top: 0px;
		left: -5px;
	}

	cite {
		margin: 20px 20px 20px 30px;
		padding: 20px 20px 20px 40px;
		font-size: 20px !important;
		line-height: 1.2em !important;
	}
	
	
	/* --------------- Menu --------------- */
	
	/*section#Nav .navbar-header a.navbar-brand svg{
		width:100px;
		height:20px;
	}
	
	section#Nav .navbar-header a.navbar-brand{
		padding:30px 0px;
	}
	
	.no-inlinesvg section#Nav .navbar-header .navbar-toggle{
		padding: 9px 5px;	
	}
	*/
	
	/* --------------- h1 h2 h3 h4 h5 h6 --------------- */

	h1, h2{
		font-size:30px;
		line-height:1.2em;
		padding-right:20px;
		margin-bottom:50px;
	}
	
	
	/* --------------- Liste d'articles --------------- */
	
	.blogItems  .item a figure.item-image,
	.blog-featured .item a figure.item-image{
		max-height:294px;
	}
	
	.cat-children .item a figure.item-image {
		max-height:359px;
	}
	
	.blogItems  .item a figure.item-image figcaption,
	.blog-featured .item a figure.item-image figcaption	{
		font-size:1em;
		line-height:1.5em;
	}
	
	.cat-children .item a figure.item-image figcaption .description{
		max-height:10.5em;
	}
	
	.cat-children .item a figure.item-image figcaption .title {
		font-size: 1.25em;
	}
	
	.cat-children .item a:hover figure.item-image figcaption .title {
		top: 10px;
	}
	
	
	/* --------------- Liste des secteurs d'activité --------------- */
		
	.aeraRef-list .descAeraRef{
		max-width:80%;
		top:150px;
	}
	
	#imgAeraRef-Container{
		opacity:.5;
		max-width:100%;
	}
	
	.aeraRef-list h1,
	.aeraRef-list .descAeraRef{
		left:20px!important;
		right:auto!important;
	}
	
	
	/* --------------- Article --------------- */
	
	.item-page h1{
		font-size:24px;
		line-height:1.2em;
		margin-bottom:30px;
	}

	.item-page h2{
		font-size:20px;
		line-height:1.2em;
		margin-bottom:30px;
	}

	.item-page h3{
		font-size:20px;
		line-height:1.2em;
		margin-bottom:30px;
		padding-bottom:10px;
		border-bottom:1px solid #060606;
	}

	.item-page h4{
		font-size:20px;
		line-height:1.2em;
		margin-bottom:30px;
	}

	.item-page h5{
		font-size:20px;
		line-height:1.2em;
		margin-bottom:30px;
		color:#b4b4b4;
	}

	.item-page h6{
		font-size:18px;
		line-height:1.2em;
		margin-bottom:20px;
	}

	.item-page .page-header h2{
		font-size:18px;
		line-height:1.25em;
	}
	
	
	/* --------------- Informations techniques --------------- */

	#container-MainBottom .field-label{
		width:130px;
	}

	#container-MainBottom .field-value{
		padding-left:140px;
	}
	
	
	/* --------------- Toutes les références --------------- */
	
	.mem107 #container-MainBottom {
		height:500px;
	}
	
	.mem107 #container-MainBottom .modReferences{
		margin-top:100px;
		font-size:20px;
		line-height:1.1em;
	}
	
	
	/* --------------- Carte de France --------------- */
	
	#container-Footer .map {
		height:1050px;
	}
	
	#container-Footer .map .reference .carteFrance {
		width:100%;
		float:none;
	}
	
	#container-Footer .map .reference .description {
		padding-left:0;
	}
	
	
	/* --------------- Partenaires --------------- */
	
	#container-BottomFooter .partners {
		padding-top:50px;
		padding-bottom:50px;
	}

	#container-BottomFooter .partners .lineVert.line6{
		width:100%;
		position:static;
		height:auto;
		width:auto;
		border-right:0px none;
		border-bottom:1px solid #b4b4b4;
		padding-bottom:20px;
		margin-bottom:50px;
	}
	
	#container-BottomFooter .partners p,
	#container-BottomFooter .partners ul,
	#container-BottomFooter .partners ol{
		width:100%;
	}

	#container-BottomFooter .partners .lineVert h3{
		-webkit-transform:rotateZ(0deg);
		        transform:rotateZ(0deg);
		position:static;
		margin:0;
		font-size:30px;
		line-height:30px;
		text-align:left;
		width:auto;
		height:30px;
		text-align:center;
	}
	
	/* --------------- Liste des secteurs d'activité --------------- */
	
	.aeraRef-list h1{
		text-align:left!important;
	}
	
	.timeLineAeraRef .timeLine {
		width:50px;
	}

	
	/* ------------------- Slider ----------------------*/

	section#ShowCase-1 div.slide-title{
		margin-bottom: 10px;
		font-size: 1.5em;
		line-height: 1.2em;
	}

	section#ShowCase-1 a span.gotoRef{
		padding: 10px 15px;
		border-radius: 30px;
		font-size: 1.1em;
		margin-top: 10px;
	}

	section#ShowCase-1 div.slide-text p:first-child{
		display: none;
	}
	
}

.display768{
	display:none;
}

.hide768{
	display:block;
}

/* Pour les écrans inférieurs à 768px */
@media screen and (max-width: 767px) {
	.display768{
		display:block;
	}
	
	.hide768{
		display:none;
	}
	
}

#tinymce .display768{
	display:block;
}
	
#tinymce .hide768{
	display:block;
}

