/*
Theme Name: Press-Room
*/

@font-face {
  font-family:"Arista-Light";
  src:url("fonts/Arista2.0 light.woff2") format("woff2"),url("fonts/Arista2.0 light.woff") format("woff"),url("fonts/Arista2.0 light.otf") format("opentype");
  font-style:normal;font-weight:300;
}

@font-face {
  font-family:"Century Gothic";
  src:url("fonts/CenturyGothic.woff2") format("woff2"),url("fonts/CenturyGothic.woff") format("woff"),url("fonts/CenturyGothic.otf") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"Century Gothic Bold";
  src:url("fonts/CenturyGothicBold.woff2") format("woff2"),url("fonts/CenturyGothicBold.woff") format("woff"),url("fonts/CenturyGothicBold.otf") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
	font-family:"Teko Medium";
	src:url("fonts/Teko-Medium.woff2") format("woff2"),url("fonts/Teko-Medium.woff") format("woff"),url("fonts/Teko-Medium.otf") format("opentype");
	font-style:normal;font-weight:400;
}
      
@font-face {
  font-family:"Teko Light";
  src:url("fonts/Teko-Light.woff2") format("woff2"),url("fonts/Teko-Light.woff") format("woff"),url("fonts/Teko-Light.otf") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"Teko Semibold";
  src:url("fonts/Teko-SemiBold.woff2") format("woff2"),url("fonts/Teko-SemiBold.woff") format("woff"),url("fonts/Teko-SemiBold.otf") format("opentype");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"Teko Bold";
  src:url("fonts/Teko-Bold.woff2") format("woff2"),url("fonts/Teko-Bold.woff") format("woff"),url("fonts/Teko-Bold.otf") format("opentype");
  font-style:normal;font-weight:400;
}
     
@font-face {
  font-family:"Teko Regular";
  src:url("fonts/Teko-Regular.woff2") format("woff2"),url("fonts/Teko-Regular.woff") format("woff"),url("fonts/Teko-Regular.otf") format("opentype");
  font-style:normal;font-weight:400;
}

body {
	font-family: 'Teko Regular',sans-serif;
	background:#262626;
}

a {
	color:#262626;
}

a:hover,
a:focus {
	color:#262626;
}

.navbar-default {
	background:none;
	border:none;
}

#wpadminbar #wp-admin-bar-wpseo-menu {
	display:none !important;
}

#page {
	position:relative;
	z-index:4;
	overflow:hidden;
	margin-bottom:50px;
}

body.modal-open #page {
	z-index:6;
}

@media (min-width:768px) {
	#page {
		margin-bottom:500px;
	}
}

#home_logo {
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:block;
	width:140px;
	height:40px;
}

div.clear {
	float:none;
	clear:both;
}

.acf-map {
	width: 100%;
	height: 250px;
}

body.page-template-contact #text .acf-map img {
	box-shadow:none !important;
}

@media (min-width: 768px) {
	.acf-map {
		width: 100%;
		height: 450px;
	}
}

/******************/
/*** STRUCTURE  ***/
/******************/

#content {
	margin:0 15px;
	width:auto;
	min-height:100vh;
}

@media (min-width:768px) {
	#content,
	body.single-communique #text,
	.press-container {
		margin:0 auto;
		width:68.4%; /** equals to sm-8 **/
	}	

	body.home #content,
	body.single-communique #content {
		width:auto;
		padding-bottom:30px;
	}

	body.page #text.spacer {
		margin-top:80px;
	}
}

/******************/
/**** COLUMNS   ***/
/******************/
#cols-bg {
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-1;
	background:#f5f5f5;
}

#cols-bg div {
	height:100%;
	padding:0;
	margin:0;
}

#cols-bg .col-xs-6:nth-child(2) {
	border-left:3px solid #e7e7e8;
}

@media (min-width:768px) {
	#cols-bg .col-sm-4 {
		border-right:3px solid #e7e7e8;
	}

	#cols-bg .col-sm-4:last-child {
		border-right:none;
	}
}

/******************/
/****  FOOTER   ***/
/******************/
#footer {
	position:relative;
	width:100%;
	display:block;
	background:#262626;
	font-size: 16px;
	color: #9d9d9d;
	text-decoration: none;
}

#cols-bg-footer {
	display:none;
}

@media (min-width:768px) {
	#footer {
		position:fixed;
		bottom:0;
		left:0;
		z-index:-2;
	}

	#cols-bg-footer {
		display:block;
		height:200px;
		width:100%;
	}
}

#cols-bg-footer div {
	padding:0;
	background:#f5f5f5;
}

#cols-bg-footer div.col-1 div {
	height:200px;
}

#cols-bg-footer div.col-2 div {
	height:130px
}

#cols-bg-footer div.col-3 div {
	height:0
}

#cols-bg-footer .col-xs-6:nth-child(2) {
	border-left:3px solid #e7e7e8;
}

@media (min-width:768px) {
	#cols-bg-footer .col-sm-4 {
		border-right:3px solid #e7e7e8;
	}

	#cols-bg-footer .col-sm-4:last-child {
		border-right:none;
	}
}

#footer-content {
	min-height:255px;
	font-family:"Century Gothic";
	color:#9d9d9d;
}

#footer > .row {
	margin:0;
}

#footer-logo-content {
	padding:15px;
	font-size:1.4rem;
}

#footer-content svg {
  max-width:70px;
  margin: 0 50px 0 0;
  display: block;
  fill: #9d9d9d;
  float:left;
}

.second-footer-line {
	text-align:center;
	padding:15px;
	font-size:1.4rem;
}

.second-footer-line a {
	color:#fff;
}

.second-footer-line-a {
	position:relative;
	top:-4px;
}

.second-footer-line h6 {
	display:block;
  font-family: "Teko Regular";
  margin-top: 0;
  font-size: 3rem;
  text-align:left;
}

#menu-menu-footer {
	list-style:none;
	margin:0;
	text-align:center;
	padding:0;
}

#menu-menu-footer li {
	margin:10px 0;
}

#menu-menu-footer li + li {
	margin-top:5px;
}

#menu-menu-footer li a {
	color:#9d9d9d;
}

#footer-coordinates {
	margin-left:15px;
}

@media (min-width:768px) {

	.first-footer-line {
		min-height:200px;
		border-bottom:1px solid transparent;
	}

	#footer-logo-content {
		padding-top:80px;
		padding-bottom:50px;
		padding-left:0;
		padding-right:0;
	}	

	#footer > .row {
		margin:0 -15px
	}

	#footer-content svg {
	  margin: 0 15px 0 0;
	}

	.second-footer-line h6 {
		display:none;
	}

	#menu-menu-footer li {
		margin:0;
	}
	#menu-menu-footer {	
		text-align:left;
		margin:0 0 0 15px;
	}	
}

@media (min-width:992px) {
	#footer-coordinates {
		margin-left:60px;
	}
	#footer-logo-content {
		padding-left:40px;
		padding-right:15px;
	}

	.second-footer-line {
		font-size:1.6rem;
	}

}

@media (min-width:1200px) {
	#footer-coordinates {
		margin-left:100px;
	}
	#footer-logo-content {
		padding-left:100px;
	}
	#menu-menu-footer {
		margin:0 0 0 80px;
	}
}

#footer-coordinates h3.widget-title {
	font-family:"Teko Regular";
	margin-top:0;
	font-size:3rem;
}

#legal-footer {
	background:#e7e7e8;
	font-family:"Century Gothic";
	padding:15px;
	color:#5f5f5f;
	font-size:1.2rem;
}

#legal-footer ul {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	float:right;
	width:50%;
}

#legal-footer:after {
	content:" ";
	display:block;
	clear:both;
}


#legal-footer ul li {
	display:block;
	position:relative;
}

#legal-footer ul li + li {
	margin-top:10px;
}

#legal-footer > span {
	float:left;
}

#legal-footer-container aside.widget {
	color:#9d9d9d;
	text-align:center;
	font-family:"Century Gothic";
	font-size:1.2rem;
	padding:15px 0 0 0;
}

@media (min-width:768px) {
	#legal-footer ul {
		width:auto;
	}

	#legal-footer:after {
		display:none;
	}

	#legal-footer > span {
		float:none;
	}

	#legal-footer ul li {
		display:inline-block;
		position:relative;
	}

	#legal-footer ul li + li {
		padding-left:10px;
		margin-left:10px;
		margin-top:0;
	}

	#legal-footer ul li + li:before {
		color:#a4a4a4;
		content:"|";
		position:relative;
		left:-10px;
	}
}

#middle-footer-line {
	text-align:center;
	color:#fff;
}

#middle-footer-line a {
	color:#fff;
}

.hubspot {
	text-align:left;
	padding-left:135px;
}

@media (min-width:768px) {
	.hubspot {
		text-align:right;
		padding-left:0;
	}
}

.hubspot .text-right {
	display:inline-block;
	background:url(images/hubspot.png) no-repeat center left;
	background-size:21px 24px;
	padding-left:30px;
	min-height:24px;
}

a.footer-contact {
	display:inline-block;
	color:#262626;
	background:#bebebe;
	border:2px solid #bebebe;
	padding:3px 10px;
}

a.footer-contact:hover {
	text-decoration:none;
	background:#262626;
	color:#bebebe;
}

/***********************/
/**** HEADER TITLES  ***/
/***********************/
#brandingbg {
	width:100%;
	height:285px;
	background-color:#74cfbf;
	padding:30px;
}

body.home #brandingbg {
	height:400px;
}

body.single-communique #brandingbg {
	height:90px;
}

#brandingbg h1 {
	margin:0;
}

.branding-home {
	display:none;
}

@media (min-width:768px) {
	body.home #brandingbg {
		width:calc(100% - 280px);
		height:400px;
	}

	.branding-home {
		display:block;
		position:absolute;
		right:150px;
		top:80px;
		max-width:200px;
		max-height:200px;
		box-shadow:0 0 60px -10px rgba(0,0,0,0.6);
	}
}

@media (min-width:1200px) {
	.branding-home {
		right:100px;
		max-height:none;
		max-width:none;
	}
}

@media (min-width:1200px) {
	body.home #brandingbg {
		width:calc(100% - 280px);
		height:565px;
	}
}

#sub-logo {
		margin-top:25px;
	color:#fff;
}

@media (min-width:768px) {
	#sub-logo {
		margin-top:0;
		color:#fff;
	}

}

/****** HOME VARIANT *****/

@media (min-width:768px) {
	body.home #sub-logo {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg);
		position:absolute;
		top:85px;
		left:100px;
	}
}

@media (min-width:992px) {
	body.home #sub-logo {
		left:150px;
	}
}

#sub-logo h1 {
	font-family:"Teko Medium";
	font-size:3rem;
	text-transform:uppercase;
}

body.home #sub-logo h1 {
	text-align:right;
	font-size:7rem;
}

/****** HOME VARIANT *****/
@media (min-width:768px) {
	#sub-logo h1 {
		font-size:6.7rem;
		margin-left:200px;
		margin-top:35px;
	}

	body.home #sub-logo h1 {
		font-size:7rem;
		margin-left:0;
		text-align:left;
	}
}


@media (min-width:1200px) {
	body.home #sub-logo h1 {
		font-size:11rem;
	}
}

#sub-logo h1 span {
	font-family:"Arista-Light";
	display:block;
	position:relative;
	font-size:3rem;
	text-transform:none;
	margin-left:10px;
}

/****** HOME VARIANT *****/
body.home #sub-logo h1 span {
	font-size:6rem;
	margin-left:-100px;
	margin-top:-30px;
	margin-right:100px;
}

@media (min-width:768px) {
	#sub-logo h1 span {
		font-size:6rem;
		margin-left:100px;
		margin-top:-10px;
	}
}

@media (min-width:1200px) {

	body.home #sub-logo h1 span {
		margin-left:-150px;
		margin-right:0;
		font-size:9rem;
	}
}

#sub-logo h1 span:before {
	content:"";
	height:2px;
	position:absolute;
	top:50%;
	left:-3030px;
	width:3000px;
	background:#fff;
	display:block;
	margin-top:4px;
}

	/****** HOME VARIANT *****/
	body.home #sub-logo h1 span:before {
		display:none;
	}

#sub-logo h1 span:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fa7825;
  border-radius: 50%;
  margin-left:10px;
  bottom: 12px;
}

#img-caption {
	display:none;
}

@media (min-width:768px) {
	#img-caption {
		position:absolute;
		right:330px;
		top:140px;
		color:#fff;
		font-family:"Teko Light";
		display:block;
		font-size:2rem;
		letter-spacing:1px;
		width:130px;
		padding-bottom:5px;
		border-bottom:2px solid #fff;
		z-index:3;
	}
}

@media (min-width:1200px) {
	#img-caption {
		right:450px;
		top:220px;
		font-size:2.4rem;
		width:280px;
	}
}
/********************/
/****  MENU ICON  ***/
/********************/
#cd-nav {
	background-image:url(images/logoP.svg);
	background-position:right 250px;
	background-repeat:no-repeat;
}

/****************************/
/**** HOME PAGE SUBMENU   ***/
/****************************/
#submenu {
	margin-top:-133px;
	margin-left:15px;
	margin-right:15px;
}


#submenu .communiques,
#submenu .marques {
	padding:0;
}

#submenu .communiques {
	margin-bottom:35px;
}

@media (min-width:768px) {
	#submenu {
		margin-top:-64px;
		margin-left:0;
		margin-right:0;
	}

	#submenu .communiques {
		margin-bottom:0;
	}
}

#submenu .communiques a,
#submenu .marques a {
	height:64px;
	align-items:center;
	justify-content: center;
	font-family:"Century Gothic";
	font-size:1.8rem;
	display:flex;
	background:#d9d9d9;
	color:#000;
}

@media (min-width:768px) {
	#submenu .communiques a,
	#submenu .marques a {
		height:64px;
	}
}

#submenu .marques a {
	background:#262626;
	color:#fff;
}

#submenu a:hover {
	text-decoration:none;
}

/**************/
/*** TITRES ***/
/**************/
h1.entry-title {
	font-size:4rem;
	padding:0;
	font-family:"Teko Regular";
}

@media (min-width:768px) {
	h1.entry-title {
		font-size:6.2rem;
		padding:7rem 0 2rem;
	}
}
/************/
/*** TAGS ***/
/************/
div.tags {
	padding:20px 0;
}

div.tags.header {
	padding:50px 0;
}

div.tags a {
	display:inline-block;
	background:#000;
	border:2px solid #000;
	padding:2px 10px;
	color:#fff;
	font-family:"Century Gothic";
	font-size:1.7rem;
	margin:0 15px 15px 0;
	-webkit-transition: all 0.3s;
  transition: 0.3s;
}

div.tags a:active,
div.tags a:focus,
div.tags a:hover,
div.tags a.active {
	text-decoration:none;
	background:transparent;
	color:#000;
}

div.tags.header a {
	padding:10px 15px;
}

/*****************************/
/*** COMMUNIQUES HOME PAGE ***/
/*****************************/
ul.blog-posts {
	margin:30px 15px;
	padding:0;
	list-style:none;
}

@media (min-width:768px) {
	ul.blog-posts {
		margin:0 0 50px;
	}
}

li.home-post {
	position:relative;
}

li.home-post + li {
	margin-top:100px;
}

li.home-post article:after {
	clear:both;
	display:block;
	content:" ";
}

@media (min-width:992px) {
	.home-post-image {
		width:55%;
		float:left;
		position:relative;
		z-index:1;
	}

	.home-post-text {
		position:relative;
		z-index:2;
		float:right;
		width:45%;
	}
}


.home-post-image > div {
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
}

body.marque-template-default .home-post-image > div {
	background-size:90%;
	background-position:center center;
}

.home-post-image-link {
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	background:rgba(255,255,255,0.8);
	opacity:0;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-post-image-link:hover {
	text-decoration:none;
}

.home-post-image:hover .home-post-image-link {
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-post-image-link span {
	text-transform:uppercase;
	text-align:center;
	display:block;
	height:80px;
	line-height:80px;
	position:relative;
	top:calc(50% - 40px);
	font-size:3rem;
	font-weight:bold;
}

.home-post-image > div > img {
	display:none;
}

.home-post-text .z-wrapper {
	background:#fff;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
	padding:15px;
}

@media (min-width:992px) {
	.home-post-image-link {
		top:40px;
		left:40px;
		right:40px;
		bottom:40px;
	}
	.home-post-image-link span {
		font-size:5rem;
	}

	li.home-post:nth-child(even) .home-post-image {
		float:right;
	}

	li.home-post:nth-child(even) .home-post-text {
		float:left;
	}


	.home-post-text .z-wrapper {
		padding:30px 20px;
		position:relative;
		width:76%;
		min-width:250px;
		margin-left:-60px;
		top:100px;
	}

	li.home-post:nth-child(even) .home-post-text .z-wrapper {
	  margin-right:-60px;
	  margin-left: auto;
	}

}

.home-post-text .z-wrapper:before {
	z-index:-1;
	position:absolute;
	width:100%;
	height:100%;
	top:-10px;
	right:-10px;
	content:"";
	background:#74cfbf;
	display:block;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
}

.home-post-text h1 {
	font-family:"Arista-Light";
	font-size:3rem;
	margin:0 0 13px;
}

@media (min-width:768px) {
	.home-post-text .z-wrapper:before {
		top:-20px;
		right:-20px;
	}

	.home-post-text h1 {
		margin:7px 0 13px;	
		font-size:5rem;
	}
}

.home-post-text p {
	font-family:"Century Gothic";
	font-size:1.6rem;
	margin-top:15px;
	color:#555555;
	font-weight:300;
}

/************************/
/*** AGENDA HOME PAGE ***/
/************************/
.home-events-grid {
	display:grid;
	grid-gap:20px;
	grid-template-columns: calc(50% - 10px);
  grid-template-rows: auto auto;
  grid-auto-flow: column;
	margin:0;
	padding:0;
	list-style:none;
}


.home-events-grid li {
	position:relative;
	background:#ddd;
	height: 0;
  padding-top: 100%;
}

.home-events-grid li:first-child {
  grid-column: 1 / 3;
  grid-row: 1;
  height:auto;
  padding-top: 125%;
}

@media (min-width:768px) {
	.home-events-grid .home-events article {
		height::0;
		width:100%;
		padding-top:100%;
	}

	.home-events-grid {
		grid-gap:20px;
		grid-template-columns: 57.5% 40%;
	  grid-template-rows: auto auto;
	  grid-auto-flow: column;
	}



	.home-events-grid li:first-child {
	  grid-column: 1;
	  grid-row: 1 / 3;  
	  padding-top:0;
	}
}

.home-events-grid li div {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top:100%;
}

.home-events-grid li div img {
	display:none;
}

.home-events-grid li div .home-event-link {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	background:rgba(255,255,255,0.5);
	padding:10px;
	font-family:"Century Gothic";
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-events-grid li div .home-event-link:hover {
	background:rgba(255,255,255,1);
	text-decoration:none;
}

.home-events-grid li:first-child div .home-event-link {
	background:rgba(117,186,153,0.5);
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	color:#fff;
}

.home-events-grid li:first-child div .home-event-link:hover {
	background:rgba(117,186,153,1);
}

.home-events-grid li .home-event-link h2 {
	font-family:"Teko Bold";
	font-size:1.8rem;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
}

.home-events-grid li:first-child .home-event-link h2 {
	font-size:3rem;
	margin-top:20px;
}

.home-events-grid li .home-event-link h2 span {
	font-family:"Teko Light";
}

.home-events-grid li .home-event-link h3 {
	font-size:1.8rem;
	margin-top:5px;
}

.home-events-grid li:first-child .home-event-link h3 {
	font-size:2.4rem;
}

.home-events-grid li .home-event-link p {
	margin-top:15px;
	font-size:1.2rem;
	line-height:1.1;
}

.home-events-grid li:first-child .home-event-link p {
	font-size:1.7rem;
}

@media (min-width:768px) {
	.home-events-grid li div .home-event-link {
		top:30px;
		left:30px;
		right:30px;
		bottom:30px;
		padding:30px;
	}

	.home-events-grid li:first-child div .home-event-link {
		top:50px;
		left:50px;
		right:50px;
		bottom:50px;
	}

	.home-events-grid li .home-event-link h2 {
		font-size:3rem;
		margin-top:20px;
		margin-bottom:10px;
	}

	.home-events-grid li .home-event-link h3 {
		font-size:2.4rem;
		margin-top:20px;
	}

	.home-events-grid li .home-event-link p {
		font-size:2rem;
	}
}
/*****************************/
/**    HOME PAGE BUTTONS    **/
/** FAT BLACK INVERSE LINKS **/
/*****************************/
.row.buttons {
	padding:0;
	margin:100px 0 50px 0;
}

.row.buttons > div {
	padding:0;
}

a.btn.inverse {
	height:64px;
	align-items:center;
	justify-content: center;
	font-family:"Century Gothic";
	font-size:1.8rem;
	display:flex;
	width:100%;
	background:#262626;
	color:#fff;
	border-radius:0;
}

/************************/
/** MARIE-ANNE SECTION **/
/************************/
article.mac {
	margin:150px 0 150px;
}

article.mac div.col-sm-4:first-child {
	padding-left:8px;
}

article.mac img {
	width:100%;
	height:auto;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
}

article.mac h2 {
  font-size: 6.2rem;
  line-height:0.8;
  padding: 0 0 2rem;
  margin-top:0;
  color:#262626;
}

article.mac p {
	font-family:"Century Gothic";
	font-size:1.8rem;
	color:#555555;
}

article.mac a.btn {
	margin-top:50px;
	margin-bottom:25px;
}

/*****************/
/* DROPDOWN HEAD */
/*****************/
ul.top-drops {
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}

ul.top-drops > li {
	float:left;
	width:50%;
}

ul.top-drops:after {
	clear:both;
	content:"";
	display:block;
}
/*****************/
/*** MARQUES   ***/
/*****************/
.thumbs-list {
	margin:0 -15px;
	padding:0 10px;
	list-style:none;
}

.thumbs-list h1 {
	text-align:center;
	font-family:"Teko Bold";
	text-transform:uppercase;
	font-size:2rem;
	margin-bottom:30px;
}

.thumbs-list article:hover h1 {
	color:#fa7825;
}

.thumbs-list .thumb-image {
	background:#fff;
	text-align:center;
	position:relative;
	height:150px;	
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding:10px;
}

.thumbs-list .thumb-image img {
	position:absolute;
	top:50%;
	left:50%;
	max-height:130px;
	width:calc(100% - 20px);
	max-width:calc(100% - 20px);
	height:auto;
	transform:translate(-50%,-50%);
	z-index:1;
}

.thumbs-list .thumb-image a {
  justify-content:center;
  align-content:center;
  flex-direction:column;
	position:absolute;
	display:flex;
	opacity:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:4rem;
	font-family:"Teko Light";
	line-height:1;
	font-weight:700;
	background:rgba(255,255,255,0.9);
	text-align:center;	
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index:2;
}

.thumbs-list article:hover a {
	opacity:1;
	text-decoration:none;
}

/********************/
/*** COMMUNIQUES  ***/
/********************/
ul.posts-list {
	margin:0 -15px 50px;
	padding:0;
	list-style:none;
}

ul.posts-list > li {
	position:relative;
	padding:0 15px 100px;
}

@media (min-width:768px) {
	ul.posts-list {
		margin:0 -45px 50px;
	}

	ul.posts-list > li {
		padding:0 45px 100px;
		width:50%;
		float:left;
	}
}

ul.posts-list li article div.article {
	background:#fff;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
	position:relative;
}

/* ul.posts-list li:nth-child(2n) article div.article:before, */
ul.posts-list li.box article div.article:before {
	z-index:-1;
	position:absolute;
	width:100%;
	height:100%;
	top:-20px;
	right:-20px;
	content:"";
	background:#74cfbf;
	display:block;
	box-shadow:0 0 50px rgba(0,0,0,0.2);
}

ul.posts-list li div.post-image > div {
	width:100%;
	height:0;
	padding-bottom:75%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
}

ul.posts-list li div.post-image > div img {
	display:none;
}

ul.posts-list .home-post-image-link {
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
}

ul.posts-list li:hover .home-post-image-link {
	opacity:1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-post-image-link span.list {
	font-size:3rem;
	top:calc(50% - 20px);
}

.posts-list .post-text {
	position:relative;
	padding:15px;
}

.posts-list .post-text h1 {
	font-family:"Arista-Light";
	font-size:3rem;
	margin-top:0;
	max-height:175px;
	overflow:hidden;
	text-overflow: ellipsis;
}

@media (min-width:768px) {
	.posts-list .post-text {
		min-height:500px;
	}

	.posts-list .post-text h1 {
		font-size:5rem;
	}
}

.posts-list .post-text time,
.press-container.press-title time {
	font-family:"Teko Light";
	text-transform:uppercase;
	font-size:2.4rem;
}

.press-container.press-title time  {
	font-size:3.5rem;
	margin-bottom:40px;
	display:block;
}

.posts-list .post-text time strong,
.press-container.press-title time strong {
	font-family:"Teko Bold";
}
.posts-list .post-text p {
	font-family:"Century Gothic";
	font-size:1.4rem;
	color:#555555;
	max-height:100px;
	overflow:hidden;
}

/*****************************/
/** PAGE SIMPLE COMMMUNIQUE **/
/*****************************/

body.single-communique #text,
body.page #text {
  font-family: "Century Gothic";
  font-size:1.8rem;
}

body.single-communique #text strong {
  font-family: "Century Gothic Bold";
}

.press-title div.titre {
	font-family:"Teko Medium";
	font-size:5rem;
	color:#262626;
	margin:30px 0 15px;
}
.press-title div.sous-titre {
	position:relative;
	font-family:"Arista-Light";
	font-size:3rem;
	margin:0 0 30px;
}

h2.sub-title {
	font-family:"Teko Medium";
	font-size:5rem;
	color:#262626;
	margin:30px 0 15px;	
}

h4.press-marque-title {
    position: relative;
    font-family: "Arista-Light";
    font-size: 4rem;
    margin: 0 0 10px;
}

@media (min-width:768px) {
	.press-title div.sous-titre {
		font-size:7rem;
		margin:4rem 0 2rem;
	}
	.press-title div.sous-titre {
		font-size:6.3rem;
		margin:0 100px 7rem;
	}

	h2.sub-title {
		font-size:7rem;
		margin:5rem 0 2rem;
	}

}

.press-title .accroche {
    font-family: "Arista-Light";
    font-size: 3rem;
    margin: 0 0 5rem;
}

.press-title div.sous-titre:before {
  content: '';
  position: absolute;
  background:#333;	
  height:2px;
  width:3000px;
  top:3.5rem;
  left:-3020px;
}
.press-title div.sous-titre:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fa7825;
  border-radius: 50%;
  margin-left:10px;
  bottom: 12px;
}

a.download {
	height:50px;
	text-align:center;
	padding:10px;
	font-family:"Century Gothic";
	font-size:1.1rem;
	line-height:30px;
	display:inline-block;
	text-transform:uppercase;
	background:#262626;
	color:#fff;
	border-radius:0;
}

a.download img {
	margin-right:5px;
}

.mb-3 {
	margin-bottom:1.3rem;
}

@media (min-width:768px) {
	a.download {
		font-size:1.6rem;
		padding:10px 20px;
	}
	a.download img {
		margin-right:20px;
	}

	.text-sm-right {
		text-align:right;
	}

	.text-sm-left {
		text-align:left;
	}
}

.gallery .gallery-image {
	position:relative;
	overflow:hidden;
	background-size:cover;
	height:0;
	padding-bottom:150%;
	margin-bottom:30px;
	background-position:center center;
}

.gallery .gallery-image img {
	display:none;
}

.gallery .gallery-image a {
	position:absolute;
	top:10px;
	right:10px;
	left:10px;
	bottom:10px;
	display:block;
	opacity:0;
	background:rgba(117,186,153,0.5);
	color:#fff;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
	font-family:"Teko Medium";
	text-transform:uppercase;
	text-align:center;
}

.gallery .gallery-image a span {
	position:absolute;
	top:calc(50% - 15px);
	left:0;
	right:0;
	font-size:2rem;
}

.gallery .gallery-image:hover a {
	opacity:1;
}

.pagination.gallery {
	clear:both;
	display:block;
}

.pagination.gallery span,
.pagination.gallery a {
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid transparent;
	text-align:center;
	font-size:2.4rem;
	color:#262626;
	line-height:40px;
}

@media (min-width:768px) {
	.pagination.gallery span,
	.pagination.gallery a {
		width:50px;
		height:50px;
		font-size:2.6rem;
		line-height:50px;
	}
}

.pagination.gallery span:hover,
.pagination.gallery span.current,
.pagination.gallery a:hover {
	border:1px solid #262626;
	color:#fff;
	background:#262626;
	text-decoration:none;
}

.filter {
	margin-bottom:50px;
}

.filter .dropdown-toggle {
	font-family: "Arista-Light";
	font-size:2rem;
	background:none;
	border:none;
	-webkit-appearance:none;
}

.btn-group.open.filter .dropdown-toggle {
	box-shadow:none;
}

.filter .caret {
  border-top: 8px dashed #fa7825;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
	margin-left:10px;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-group.open.filter .dropdown-toggle .caret {
	transform: rotate(180deg);
}

.filter .dropdown-menu {
	border:1px solid #000;
	background:rgba(255,255,255,0.7);
	border-radius:0;
	min-width:300px;
	padding:0;
}

.filter .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;

	font-family:"Century Gothic Bold";
	font-size:1.6rem;
	font-weight:500;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}

.filter .dropdown-menu > li > a:hover,
.filter .dropdown-menu > li > a:focus,
.filter .dropdown-menu > li > a:active,
.filter .dropdown-menu > li.active a {
	background:#000;
	color:#fff;
}

.gallery-container:after {
	content:"";
	display:block;
	clear:both;
}
/* The Modal (background) */
.gallery-container .modal {
  background:rgba(0,0,0,0.7);
  z-index:999999;
  padding-right:0 !important;
}

@media (min-width:768px) {
	.gallery-container .modal {
		padding-right:15px;
	}
}

.gallery-container .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index:10000;
  background:none;
}


body.admin-bar .modal {
	top:32px;
}

.gallery-container .modal-content {
  height: 100vh;
  border-radius: 0;
  padding:0;
  background:none;
  box-shadow:none;
  border:none;
}

body.admin-bar .gallery-container .modal-content {
  height: calc(100vh - 32px);
 }	

/* The Close Button */
.gallery-container .close {
  color: white;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 55px;
  font-weight: normal;
  float:none;
  opacity:1;
  z-index:9999;
  text-shadow:none;
}

.gallery-container .close:hover,
.gallery-container .close:focus {
  color: #eee;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.modal-backdrop.in {
	display:none;
}


.gallery-container .slide {
  display: none;
  height:100vh;
  position:relative;
}

body.admin-bar .gallery-container .slide {
  height: calc(100vh - 32px);
 }	

.gallery-container .imgHolder {
  overflow:hidden;
  width:100%;
  height:calc(100% - 70px);
  position:relative;
}

body.admin-bar .gallery-container .imgHolder {
  height:calc(100% - 102px);
}

.gallery-container .slide .imgHolder img.large-image {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}


.gallery-container .slide:first-child {
	display:block;
}

.gallery-container .prev,
.gallery-container .next {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 35px);
  width: auto;
  padding: 16px;
  margin-top: -70px;
  color: white;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.gallery-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.gallery-container .prev:hover,
.gallery-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration:none;
}

.gallery-container .infoLine {
  color: #ddd;
  background:#000;
  font-size: 12px;
  padding: 10px 30px;
  width:100%;
  height:70px;
}

.gallery-container .infoLine h3 {
	font-size:1.2rem;
	margin:0;
	display:inline;
	position:relative;
}

.gallery-container .infoLine h3:after {
	position:relative;
	content:" - ";
	display:inline;
	margin:0 5px;
}

.gallery-container .download-image {
	margin-right:150px;
	color:#fff;
	font-size:1.2rem;
	margin-bottom:5px;
	display:block;
}

.gallery-container .download-image img {
	width:15px;
	height:15px;
}

@media (min-width:768px) { 
	.gallery-container .download-image {
		margin-top:10px;
		float:right;
		font-size:1.8rem;
		margin-bottom:0;
	}

	.gallery-container .download-image img {
		width:30px;
		height:30px;
	}

	.gallery-container .infoLine h3 {
		margin:0rem;
		font-size:3rem;
		display:inline-block;
	}

	.gallery-container .infoLine h3:after {
		display:none;
	}

	.gallery-container .infoLine span:before {
		content: "\A";
  	white-space: pre;
	}
}

.gallery-container .download-image:hover {
	text-decoration:none;
}

.gallery-container .download-image img {
	margin-right:10px;
}

/*******************/
/** PAGE CONTACT  **/
/*******************/
body.page-template-contact #content,
#contact-page-links #content p {
	color:#555555;
}

body.page-template-contact #content h1 {
	font-size:4rem;
	line-height:0.8;
}

@media (min-width:768px) {
	body.page-template-contact #content h1 {
		font-size:8rem;
	}
}
body.page-template-contact #content h1,
body.page-template-contact #content h2 {
	color:#262626;
	margin-top:0;
	padding-top:0;
}

body.page-template-contact #text img {
	width:100%;
	height:auto;
	margin-bottom:40px;
	box-shadow:0 0 60px -10px rgba(0,0,0,0.6);
}

#contact-page-links {
	margin-top:50px;
}

#contact-page-links h2 {
	position:relative;
	text-transform:uppercase;
}

#contact-page-links h2:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fa7825;
  border-radius: 50%;
  margin-left: 10px;
  bottom: 5px;
}

#contact-map {
	padding:50px 0;
}




/************************/
/*** AGENDA HOME PAGE ***/
/************************/
#agenda-grid {
	padding:0;
	list-style:none;
}

#agenda-grid li article {
	position:relative;
	background:#ddd;
	height: 0;
  padding-top: 150%;
  margin-bottom:30px;
}


#agenda-grid li > article > div {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}

#agenda-grid li div img {
	display:none;
}

#agenda-grid li div .home-event-link {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	background:rgba(255,255,255,0.5);
	padding:10px;
	font-family:"Century Gothic";
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#agenda-grid li div .home-event-link:hover {
	background:rgba(255,255,255,0.8);
	text-decoration:none;
}

#agenda-grid li .home-event-link h2 {
	font-family:"Teko Bold";
	font-size:2.5rem;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:5px;
}

#agenda-grid li .home-event-link h2 span {
	font-family:"Teko Light";
}

#agenda-grid li .home-event-link h3 {
	font-size:1.8rem;
	margin-top:5px;
}

#agenda-grid li .home-event-link p {
	font-size:1.3rem;
}

@media (min-width:768px) {
	#agenda-grid li article {
  	padding-top: 100%;
	}

	#agenda-grid li div .home-event-link {
		top:30px;
		left:30px;
		right:30px;
		bottom:30px;
		padding:30px;
	}

	#agenda-grid li .home-event-link h2 {
		font-size:3rem;
		margin-top:10px;
		margin-bottom:5px;
	}

	#agenda-grid li .home-event-link h3 {
		font-size:2.4rem;
		margin-top:10px;
	}

	#agenda-grid li .home-event-link p {
		font-size:1.5rem;
	}

	#agenda-grid li .home-event-link a.download {
		font-size:1.4rem;
	}
}




/** TARTE AU CITRON **/
#tarteaucitronAlertBig {
	background:#74cfbf !important;
	padding:10px 5% !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronMore {
	background:#262626 !important;
	color:#fff !important;
	padding:5px 10px !important;
	font-size:16px !important;
	display:inline;
}