/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 1.3.22
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

:root  {
	/* Title, background color of numbering and selected UI elements such as checkboxes and radio buttons */
	--tamaro-primary-color: #9c8642;

	/* Primary text color */
	--tamaro-text-color: #7e7e7e;

	/* Primary color for borders */
	--tamaro-border-color: #9c8642;

	/* Colors for default buttons, for instance the cancel button in the recurring dropdown. */
	--tamaro-button-color: #fff;
	--tamaro-button-color__hover: #fff;
	--tamaro-button-bg-color: #9c8642;
	--tamaro-button-bg-color__hover: #9c8642;
	--tamaro-button-border-color: #9c8642;
	--tamaro-button-border-color__hover: #9c8642;

	/* Colors for primary buttons, for instance the submit button. */
	--tamaro-button-primary-color: #fff;
	--tamaro-button-primary-color__hover: #fff;
	--tamaro-button-primary-bg-color: #9c8642;
	--tamaro-button-primary-bg-color__hover: #9c8642;
	--tamaro-button-primary-border-color: #9c8642;
	--tamaro-button-primary-border-color__hover: #9c8642;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

iframe {
	display: block;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/********** FONTS **********/

/* Webfont: MuseoSans-500 */
@font-face {
	font-family: 'museo';
	src: url('fonts/MuseoSans-500.eot'); /* IE9 Compat Modes */
	src: url('fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/MuseoSans-500.woff') format('woff'), /* Modern Browsers */
		 url('fonts/MuseoSans-500.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/MuseoSans-500.svg#MuseoSans-500') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: MuseoSans-700 */
@font-face {
	font-family: 'museo';
	src: url('fonts/MuseoSans-700.eot'); /* IE9 Compat Modes */
	src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/MuseoSans-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/MuseoSans-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/MuseoSans-700.svg#MuseoSans-700') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: bold;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

/* Webfont: BrandonGrotesque-Bold */
@font-face {
	font-family: 'BrandonGrotesque';
	src: url('fonts/BrandonGrotesque-Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/BrandonGrotesque-Bold.woff') format('woff'), /* Modern Browsers */
		 url('fonts/BrandonGrotesque-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
    font-display: swap;
	text-rendering: optimizeLegibility;
}

html,
body{
	font-family: 'museo', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.666;
	color: #7e7e7e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
#calendar{
	font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.4em;
	color: #22385f;
	letter-spacing: 0.02em;
}

.h2-margin-top{
	margin-top: 2em;
}

/********** /FONTS **********/

/******************** BUXUM ********************/

/********** ALL **********/

h1.page-title,
.page-title.page-title {
	font-size: 2.333em;
	color: #fff;
	padding-bottom: 0.5em;
	position: relative;
	margin: 10% auto;
}

.entry-content h1 {
	font-size: 2.333em;
}

.page-title.page-title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.page-title:before{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 15px;
	max-width: 100%;
	width: 180px;
	height: 1px;
	background: #fff;
}

h2{
	font-size: 1.666em;
}

h3{
	font-size: 1.333em;
	color: #9c8642;
}

h4{
	font-size: 1.066em;
}

h4 + h3,
h4 + h2,
h3 + h2,
p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
h2:first-child,
h3:first-child,
h4:first-child,
.entry-content > .boxed > h2:first-child,
.entry-content > .boxed > h3:first-child,
.entry-content > .boxed > h4:first-child{
	margin-top: 3em;
}

.page-template-default .entry-content > .boxed > h2:first-child,
.page-template-default .entry-content > .boxed > h3:first-child,
.page-template-default .entry-content > .boxed > h4:first-child {
	margin-top: 0;
}

.page-template-default .entry-content > .boxed {
	padding-top: 3em;
	padding-bottom: 3em;
}

.entry-content > div:first-child > h2:first-child
.entry-content > div:first-child > h3:first-child
.entry-content > div:first-child > h4:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.boxed > h2:first-child,
.boxed > h3:first-child,
.boxed > h4:first-child,
.entry-content .section > h2:first-child,
.entry-content .section > h3:first-child,
.entry-content .section > h4:first-child{
	margin-top: 0;
}

.half,
.third,
.two-third,
.quarter,
.three-quarter{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.half{
	margin-right: 4%;
}

.third{
	width: 31%;
}

.two-third{
	width: 66%;
}

.quarter{
	width: 23.5%;
}

.three-quarter{
	width: 74.5%;
}

.half.last,
.third.last,
.quarter.last{
	margin-right: 0;
}

img.half{
	max-width: 70%;
}

p,
ul{
	margin-bottom: 1em;
}

.entry-date {
	color: #9c8642;
	font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.entry-date + .updated {
	display: none;
}

.entry-content p{
	text-align: justify;
	line-height: 25px;
}

.entry-content li{
	padding-left: 0.7667em;
	position: relative;
}

.entry-content li:before{
	content: "";
	display: block;
	width: 0.2667em;
	height: 0.2667em;
	border-radius: 0.13335em;
	background-color: #9c8642;
	position: absolute;
	left: 0;
	top: 0.6667em;
}

.slick-dots li:before{
	display: none;
}

blockquote{
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.066em;
	text-transform: uppercase;
	font-weight: bold;
	color: #22385f;
	text-align: center;
	border-top: 1px solid #9c8642;
	border-bottom: 1px solid #9c8642;
	padding: 1.5em 10%;
	margin: 3em 0;
}

blockquote p{
	margin-bottom: 0;
}

strong,
b {
	font-weight: bold;
	color: #9c8642;
}

.gold-text {
	color: #9c8642;
}

em{
	font-style: italic;
}

.greybg,
.bluebg,
.whitebg{
	padding: 4rem;
	background-color: #f4f4f4;
	clear: both;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.bluebg{
	background-color: #22385f;
}

.bluebg h2{
	color: #9c8642;
}

.bluebg p{
	color: #fff;
}

.whitebg{
	background-color: white;
}

.boxed{
	width: 100%;
	max-width: 1070px;
	margin: auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.section{
	padding: 4em 0;
	display: inline-block;
	width: 100%;
}

a{
	color: #22385f;
}

hr{
	height: 1px;
	background: #9c8642;
	border: none;
	margin: 3em 0;
}

.table{
	clear: both;
	text-align: center;
	background: #fff;
	font-size: 0.933em;
	margin: 3em 0;
}

.table .line{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.table .line .cell{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1em 0;
	border-right: 1px solid #9c8642;
	border-bottom: 1px solid #e3e3e3;
}

.table .line.header .cell{
	border-bottom: 1px solid #9c8642;
	text-transform: uppercase;
	color: #22385f;
	font-weight: 700;
}

.table .line.header .cell:last-child,
.table .line .cell:last-child{
	border-right: none;
}

.table .line:last-child .cell{
	border-bottom: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #22385f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #22385f;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #22385f;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #22385f;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #22385f;
}

input,
select,
.label .text,
.label .option,
.btn,
button,
textarea,
.page-numbers{
	font-size: 0.866em;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 13px;
	border: 1px solid #9c8642;
	font-family: 'museo', Helvetica, Arial, sans-serif;
}

input,
button,
select,
.label,
.g-recaptcha,
textarea{
	margin-bottom: 1em;
}


input:disabled,
button:disabled,
select:disabled,
textarea:disabled{
	opacity: 0.6;
	pointer-events: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
input.error,
#colophon .mailster-form .error input{
	padding: 12px;
	border-width: 2px;
	outline: none;
}

input.error,
#colophon .mailster-form .error input{
	border-color: #f7322c;
}

input[type=checkbox]{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 1.5em;
	height: 1.5em;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

input[type=checkbox]:focus{
	padding: 0;
	border-width: 1px;
}

input[type=checkbox]:checked{
	background: url('img/ui/icon-check.svg') no-repeat center center;
	background-size: 80%;
}

input[type=checkbox] + label{
	padding-left: 0.5em;
}

select{
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	color: #22385f;
}


select::-ms-expand {
    display: none;
}

textarea{
	height: 120px;
	max-width: 100%;
}

.wpcf7-form-control-wrap.adresse textarea{
	height: 75px;
}

.label{
	text-transform: uppercase;
	position: relative;
	text-align: center;
	z-index: 9;
	padding: 13px 25px 13px 13px;
	border: 1px solid #9c8642;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	display: block;
	line-height: normal;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.label:after{
	content: "";
	display: block;
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #9c8642 transparent transparent transparent;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.label.open{
	z-index: 999;
}

.label.open:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.label .text{
	display: inline-block;
	font-weight: bold;
	color: #22385f;
	padding: 0;
	border: none;
	width: auto;
}

.label .options{
	position: absolute;
	left: 0;
	background: #fff;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.label .option{
	padding: 13px;
	border: 1px solid #9c8642;
	margin-top: -1px;
}

.label .option.active{
	display: none;
}

.btn,
button,
input[type=submit],
.page-numbers{
	width: auto;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	color: #9c8642;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	line-height: normal;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.btn:hover,
button:hover,
input[type=submit]:hover,
.page-numbers:hover,
.page-numbers.current{
	background-color: #9c8642;
	color: #fff;
	text-decoration: none;
}

.btn.neg{
	color: #fff;
	border-color: #fff;
}

.btn.neg:hover{
	background-color: #fff;
	color: #9c8642;
}

.btn.secondary,
button.secondary,
input[type=submit].secondary{
	padding: 0 0 0.5em 0;
	background-color: transparent;
	font-weight: bold;
	border: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	border-bottom: 2px solid transparent;
}

.btn.secondary:hover,
button.secondary:hover,
input[type=submit].secondary:hover{
	background-color: transparent;
	color: #9c8642;
}

.btn.secondary:after,
button.secondary:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #9c8642;
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btn.secondary:hover:after,
button.secondary:hover:after{
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

input[type=submit].secondary:hover{
	border-bottom: 2px solid #9c8642;
}

.alignright{
	float: right;
	margin-left: 6em;
}

img.alignleft{
	float: left;
	margin-right: 2em;
}

img.alignright{
	float: right;
	margin-left: 2em;
}

#msg{
	position: fixed;
	text-align: center;
	left: 0;
	width: 100%;
	top: 0;
	background-color: #f39200;
	padding: 1em;
	color: #fff;
	font-weight: bold;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	z-index: 9999;
}

.response{
	background-color: #f39200;
	padding: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.admin-bar #msg{
	top: 32px;
}

#msg.active{
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

#msg.success,
.response.success{
	background-color: #6dab3c;
}

#msg.error,
.response.error{
	background-color: #f7322c;
	color: #fff;
}

.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

i.select-arrow{
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 1em;
	border: solid #22385F;
	border-width: 0 3px 3px 0;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
   	-webkit-transform: rotate(45deg);
	pointer-events: none;
}

.select-wrap{
	position: relative;
}

a.remove-anchor-decoration{
	text-decoration: none;
}

@media screen and (max-width: 600px){
	.whitebg,
	.greybg,
	.bluebg{
		padding: 1em;
	}
}

/* .wpcf7 form.sent .half,
.wpcf7 form.sent .full,
.wpcf7 form.sent p,
.wpcf7 form.sent .wpcf7-form-control-wrap{
	display: none;
} */

div.wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
}

.slick-initialized{
	height: auto !important;
}
.slick-dots{
	margin: 40px 0;
	text-align: center;
}
.slick-dots li button {
	border-radius: 100%;
	border: 2px solid #9c8642;
	width: 20px;
	height: 20px;
	padding: 0;
	color: transparent;
}
.slick-dots li {
	padding-left: 0.7667em;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height:20px;
}
.slick-dots li.slick-active{
	/* background-color: #9c8642; */
	border-radius: 100%;
}

.slick-dots li.slick-active button{
	background-color: #9c8642;
}

.separation{
	height: 1px;
	width: 80%;
	background: #9c8642;
	margin-top: 15px;
}

/********** /ALL **********/



/********** HOME **********/

a.scroll-down-button,
a.scroll-up-button {
  background: rgba(9, 38, 69, 1);
  -webkit-box-shadow: 0px 0px 20px rgba(9, 38, 69, 1);
          box-shadow: 0px 0px 20px rgba(9, 38, 69, 1);
  border-radius: 30%;
  /* opacity: 1; */
  padding: 60px 10px 10px 10px;
  position: fixed;
  bottom: 20px;
  left: 95%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
      transform: translate(-50%, -10%);
  color: #fff;
  font : normal 400 16px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

a.scroll-up-button{
	padding: 25px;
	-webkit-box-shadow: 0px 0px 10px rgba(9, 38, 69, 0.7);
	        box-shadow: 0px 0px 10px rgba(9, 38, 69, 0.7);
	border-radius: 50%;
	opacity: 0;
	left: 80%;
	-webkit-transform: none;
    -ms-transform: none;
	    transform: none;
}

a.scroll-down-button:hover{
  opacity: 0.5;
}

a.scroll-down-button span {
  position: absolute;
  top: 10px;
  left: 55%;
  width: 40px;
  height: 40px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a.scroll-down-button span::after,
a.scroll-up-button span::after{
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.scroll-up-button span::after{
	border: none;
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
	top: 60%;
}

a.scroll-down-button span::before ,
a.scroll-up-button span::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.1);
          box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 2s infinite;
  animation: sdb03 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.scroll-up-button span::before{
	-webkit-animation: none !important;
	        animation: none !important;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255,255,255,.2);
            box-shadow: 0 0 0 60px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255,255,255,.2);
            box-shadow: 0 0 0 60px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/********** /HOME **********/




/********** HEADER **********/

.site-branding .site-title img{
	max-width: 131px;
	height: auto;
}

#masthead{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 23px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.88);
	text-align: right;
	z-index: 999;
}

.admin-bar #masthead{
	top: 32px;
}

.site-branding{
	float: left;
}

#secondary-navigation{
	padding-top: 10px;
	margin-bottom: 52px;
	position: relative;
}

#secondary-navigation .search-form,

.entry-content .search-form{
	position: absolute;
	top: 2px;
	right: -15em;
	font-size: 1rem;
	display: none;
}

.entry-content .search-form{
	position: relative;
	top: auto;
	display: block;
	margin-bottom: 4em;
}

#secondary-navigation .search-form .search-field,
.entry-content .search-form .search-field{
	width: 173px;
	margin-bottom: 0;
	margin-right: 49px;
}

.entry-content .search-form .search-field{
	width: 100%;
	margin: 0;
}

#secondary-navigation .search-form .search-submit,
.entry-content .search-form .search-submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	margin-bottom: 0;
	background: #fff;
}

#secondary-navigation .search-form .search-submit .icon,
.entry-content .search-form .search-submit .icon{
	height: 0.9em;
	width: 0.9em;
	fill: #9c8642;
	-webkit-transition: fill 0.2s ease;
	-o-transition: fill 0.2s ease;
	transition: fill 0.2s ease;
}

#secondary-navigation .search-form .search-submit:hover,
.entry-content .search-form .search-submit:hover,
#secondary-navigation .search-form .search-submit:focus,
.entry-content .search-form .search-submit:focus{
	outline: none;
	background: #9c8642;
}

#secondary-navigation .search-form .search-submit:hover .icon,
.entry-content .search-form .search-submit:hover .icon,
#secondary-navigation .search-form .search-submit:focus .icon,
.entry-content .search-form .search-submit:focus .icon{
	fill: #fff;
}

.search-no-results .entry-content .page-title{
	margin-bottom: 1em;
}

.navigation-top{
	font-size: 0;
}

.navigation-top .menu-item{
	display: inline-block;
	font-size: 0.76rem;
}

.navigation-top .menu-item:before{
	display: none;
}

.navigation-top #site-navigation .menu-item{
	font-weight: bold;
}

#menu-secondary {
	text-align: right;
}

#secondary-navigation .menu-item{
	border-right: 1px solid #22385f;
}

#secondary-navigation .menu-item:last-child{
	border-right: none;
}

#secondary-navigation .menu-item.btn{
	padding: 0;
	font-weight: bold;
	border-color: #9c8642;
	margin-left: -1px;
	padding: 7px 0;
	margin-top: -7px;
	margin-bottom: -7px;
}

#secondary-navigation .menu-item.btn:hover a{
	color: #fff;
}

.navigation-top .menu-item a,
.navigation-mobile .menu-item a{
    display: inline-block;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.4em 1.10em;
    cursor: pointer;
}

.navigation-top #site-navigation .menu-item a{
	padding-bottom: 1.5em;
	position: relative;
}

.navigation-top #site-navigation .menu-item:last-child a{
	padding-right: 0;
}

.navigation-top #site-navigation .current-menu-item a:after{
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 1.4em;
	right: 1.4em;
	height: 3px;
	background: #22385f;
}

.navigation-top #site-navigation.js-loaded .current-menu-item a:after{
	display: none;
}

#site-navigation{
	display: inline-block;
}

.navigation-top #site-navigation .menu-hover{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #22385f;
	-webkit-transition: left 0.2s ease, width 0.2s ease;
	-o-transition: left 0.2s ease, width 0.2s ease;
	transition: left 0.2s ease, width 0.2s ease;
}

.mobile-nav-icon{
	display: none;
}

.submenu-services{
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	z-index: 10;
	padding-top: 156px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.submenu-services.active{
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
}

.admin-bar .submenu-services{
	padding-top: 188px;
}

.submenu-services:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.submenu-services-wrapper{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.submenu-services-inner{
	font-size: 0;
}

.submenu-services .submenu-service,
#services-section .submenu-service{
	height: 8em;
	font-size: 1rem;
	margin: 1em 2% 1em 0;
	width: 15%;
	display: inline-block;
	background-color: #072546;
	padding: 2em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
	vertical-align: top;
	position: relative;
}

.submenu-services .submenu-service.all,
#services-section .submenu-service.all{
	background: #9c8642;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.submenu-services .submenu-service.all:hover,
#services-section .submenu-service.all:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.submenu-services .submenu-service.all:before,
.submenu-services .submenu-service.all:after,
#services-section .submenu-service.all:before,
#services-section .submenu-service.all:after{
	display: none;
}

.submenu-services .submenu-service:before,
.submenu-services .submenu-service:after,
#services-section .submenu-service:before,
#services-section .submenu-service:after{
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	border-top: 2px solid #9c8642;
	border-bottom: 2px solid #9c8642;
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

.submenu-services .submenu-service:after,
#services-section .submenu-service:after{
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #9c8642;
	border-right: 2px solid #9c8642;
	-webkit-transform: scale(1, 0);
	    -ms-transform: scale(1, 0);
	        transform: scale(1, 0);
}

.submenu-services .submenu-service:hover:before,
.submenu-services .submenu-service:hover:after,
#services-section .submenu-service:hover:before,
#services-section .submenu-service:hover:after{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.submenu-services .submenu-service:nth-of-type(6n),
#services-section .submenu-service:nth-of-type(6n){
	margin-right: 0;
}

.submenu-services .submenu-service .wp-post-image,
#services-section .submenu-service .wp-post-image{
	height: 30px;
	margin-bottom: 1em;
	vertical-align: top;
}

.submenu-services .submenu-service-name,
#services-section .submenu-service-name,
.submenu-services .close{
	margin-bottom: 0;
	color: #fff;
	font-size: 0.733em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

.submenu-services .close{
	font-size: 0.666rem;
	margin-bottom: 2rem;
	padding-top: 25px;
	cursor: pointer;
	display: inline-block;
	background: url('img/ui/icon-close.png') no-repeat center top;
	background-size: 17px 17px;
}

.navigation-mobile{
	display: none;
}

@media screen and (max-width: 1140px) {

	#masthead{
		text-align: inherit;
	}

	#masthead .header-wrap{
		position: relative;
		padding: 0 2em;
	}

	.header-wrap .mobile-nav-icon{
		display: block;
		float: right;
		font-size: 3em;
	}

	.header-wrap .mobile-nav-icon .fa-times{
		color: #9B8547
	}

	.header-wrap .site-branding img{
		width: 11vh;
	}

	.navigation-top{
		display: none;
	}

	.navigation-mobile{
		display: block;
		position: fixed;
	    left: 0;
	    top: -100%;
	    width: 100%;
	    height: 100%;
	    z-index: 11;
		background-color: #20365D;
		overflow-y : scroll;
		white-space: nowrap;
		-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	    -webkit-transition: -webkit-transform 0.3s ease;
	    transition: -webkit-transform 0.3s ease;
	    -o-transition: transform 0.3s ease;
	    transition: transform 0.3s ease;
	    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}

	.navigation-mobile.active{
		-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	    transform: translateY(100%);	}

	.navigation-mobile nav ul{
		margin-bottom: 1em;
	}

	.navigation-mobile .mobile-nav-wrap{
		padding: 0 2em;
		text-align: left;
	}

	#mobile-secondary-navigation .btn.menu-item{
		text-align: center;
		margin-top: 1em;
		width: 100%;
	}

	.navigation-mobile .menu-item a{
		width: 100%;
		color: #fff;
		font-size: 1.2em;
		padding-left: 0;
		padding-right: 0;
		white-space: normal;
		position: relative;
		overflow: hidden;
	}

	.navigation-mobile .menu-item a span{
		display: block;
	    width: 50px;
	    height: 50px;
		left:50%;
	    top:50%;
	    margin-left: -25px;
	    margin-top: -25px;
	    position: absolute;
		border-radius:50%;
		background: #9B8547;
	    -webkit-animation: effect-animation 1s; /* Fx 5+ */ /* Opera 12+ */
		animation: effect-animation 1s; /* IE 10+, Fx 29+ */
    }

	@-webkit-keyframes effect-animation {
	    from {
	      -webkit-transform: scale(1);
	      opacity: 0.4;
	    }
	    to {
	      -webkit-transform: scale(100);
	      opacity: 0;
	    }
	}

	@keyframes effect-animation {
	    from {
	      -webkit-transform: scale(1);
	              transform: scale(1);
	      opacity: 0.4;
	    }
	    to {
	      -webkit-transform: scale(100);
	              transform: scale(100);
	      opacity: 0;
	    }
	}

	.navigation-mobile .separation{
		margin: 1em 0;
	}

	#mobile-first-navigation, #mobile-secondary-navigation{

	}

	#mobile-first-navigation{
		/* display: table-header-group; */
		/* border-bottom: 2px solid #958146; */
	}

	.navigation-mobile.active #mobile-first-navigation{
		/* padding-top: 156px; */
	}

	#mobile-secondary-navigation{
		text-align: left;
		/* display: table-footer-group; */
	}

	#top-menu, #menu-secondary{
		text-align: left;
	}

	#menu-secondary ul, #top-menu ul{
		text-align: left;
	}

	#menu-secondary li, #top-menu li{
		display: block;
	}

	.navigation-mobile .mobile-secondary-navigation{
		margin: 0;
		padding: 0;
	}

	.menu-hover{
		display: none;
	}


}

/********** /HEADER **********/

/********** FOOTER **********/

#colophon{
	background: #f5f5f5;
	padding: 30px 0 0 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1.1em;
}

#colophon .quarter{
	width: 22%;
	margin-right: 4%;
	position: relative;
}

#colophon .quarter.last{
	margin-right: 0;
}

#colophon .quarter:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 270px;
	top: 0;
	right: -9.0909%;
	background-color: #b8b8b8;
}

#colophon .quarter:first-child:after,
#colophon .quarter:last-child:after{
	display: none;
}

#colophon > .boxed{
	text-align: justify;
}

#colophon > .boxed:after{
	content: "";
	display: inline-block;
	width: 100%;
}

#colophon .third{
	float: none;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

#colophon .third:first-child{
	width: 28%;
}

#colophon select{
	display: inline-block;
	padding: 8px;
	font-size: 0.9em;
  	background-position: calc(100% - 2.5em) 0;
  	background-size: 1px 3em;
  	background-repeat: no-repeat;
	padding-right: 15%;
	cursor: pointer;
}

#colophon .third div.select-wrap{
	position: relative;
	width: 85%;
}

#colophon select + i{
	display: inline-block;
	border: solid #22385F;
	border-width: 0 3px 3px 0;
	padding: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
   	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 0.8em;
}

#colophon .logo{
	margin-bottom: 1.3em;
	display: block;
}

#colophon img {
    width: auto;
    height: 7.5em;
}

#colophon h4{
	margin-top: 0;
	margin-bottom: 1em;
}

#colophon p{
	color: #22385f;
	font-size: 0.8em;
	margin-bottom: 0.8em;
}

#colophon a{
	text-decoration: none;
}

#colophon a:hover{
	text-decoration: underline;
}

#colophon .btn{
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	background-color: #9c8642;
	color: #fff;
}

#colophon .btn:hover{
	text-decoration: none;
}

#colophon .contact-infos{
	width: 100%;
	height: 120px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	position: relative;
}

#colophon .contact-info{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: top;
	margin-top: 0.5em;
	font-size: 1rem;
	width: 100%;
	/* -webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease; */
}

#colophon .contact-infos + h4 + p {
	text-align: left;
}

#colophon .contact-infos + h4 + p a {
	text-decoration: underline;
}

#colophon .contact-info.notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#colophon .contact-info:nth-child(n+2){
	left: 100%;
}

#colophon .mailster-form{
	margin-bottom: 0;
}

#colophon .mailster-form-fields{
	position: relative;
}

#colophon .mailster-submit-wrapper{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 45px;
}

#colophon .mailster-submit-wrapper:before,
#colophon .mailster-submit-wrapper:after{
	content: "";
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	top: 13px;
	left: 14px;
	background-image: url('img/ui/icon-nl.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 17px 34px;
	z-index: 1;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

#colophon .mailster-submit-wrapper:after{
	opacity: 0;
	background-position: center bottom;
}

#colophon .mailster-submit-wrapper:hover:after{
	opacity: 1;
}

#colophon .mailster-submit-wrapper:hover:before{
	opacity: 0;
}

#colophon .mailster-form .submit-button{
	text-indent: -9999em;
	text-transform: uppercase;
	width: 100%;
}

#colophon .mailster-form .input.mailster-email{
	width: calc(100% - 44px);
	background-color: transparent;
}
#glt-translate-trigger{
	opacity: 0;
	right:100px;
}
#warning-translate {
	display: none;
	background-color: #9c8642;
    color: #ffffff;
    padding: 10px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 200px;
    font-size: .8em;
}
.reset-translation{
	display: block;
	font-weight: bold;
	margin:10px 0;
	cursor: pointer;
}

.footnote {
	border-top: #9c8642 solid 1px;
	margin-top: 30px;
	padding-top: 0.8em;
	font-size: 0.8em;
}

@media screen and (max-width: 900px){


	.post-type-archive-reportage .select-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.post-type-archive-reportage h2#activites-title {
    	text-align: left;
	}
	.filter-reportages{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.filter-reportages .select-wrapper{
		width: 80vw !important;
	}


	.page-header .slides{
	  padding-bottom: 80px;
	}

	#colophon .full:first-child{
		margin-bottom: 3em;
	}

	#colophon .full{
		display: block;
		margin: auto;
		clear: left;
		margin-bottom: 1em;
	}

	#colophon .logo, #colophon .logo + p{
		text-align: center;
	}

	#glt-translate-trigger{
		right:20px;
		font-size: 13px;
	}

	#warning-translate {
		right: 19px;
	    width: 136px;
	    text-align: left;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}


}

@media screen and (min-width: 900px){

	.footnote ul {
		display: flex;
	}

	.footnote ul li + li:before {
		content: "-";
		margin: 0 0.25rem;
	}
}



/********** /FOOTER **********/

/********** PAGE **********/

.page-header.image{
	padding-top: 157px;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	width: 100%;
}

.map{
	width: 100%;
	height: 265px;
}

.page-template-template-contact .map{
	margin-bottom: 2em;
}

span.wpcf7-not-valid-tip{
	margin: -1em 0 1em 0;
}

/********** /PAGE **********/

.page-template-template-contact .page-nav-wrapper + div {
    padding-top: 90px !important;
}

/********** QUE FAIRE EN CAS DE ? **********/

.page-template-template-contact textarea.wpcf7-textarea{
	overflow: auto;
}

#que-faire{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
	overflow: hidden;
}

#que-faire h2{
	color: #9c8642;
	margin-top: 0;
}

#que-faire h3{
	color: #22385f;
	/* padding: 0.3em 1.5em; */
	padding-top: 1em;
	margin: 0 0 1em 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* position: relative; */
	/* border-left: 2px solid #9c8642; */
	/* cursor: pointer; */
	/* -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; */
	/* position: relative; */
}

#que-faire h3:nth-child(4n+1){
	clear: left;
}

#que-faire #que-faire-select{
	display: inline-block;
	font-size: 1em;
  	background-position: calc(100% - 2.5em) 0;
  	background-size: 1px 3em;
  	background-repeat: no-repeat;
	padding-right: 15%;
	cursor: pointer;
}

#que-faire div.last{
	position: relative;
}

.que-faire-inner{
	/* position: relative; */
	display: none;
	width: 100%;
}

.que-faire-inner .close{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background: url('img/ui/icon-close.png') no-repeat center center;
	background-size: 17px 17px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

#que-faire .que-faire-content{
	z-index: 1;
	width: 100%;
	height: 100%;
}

#que-faire .que-faire-content.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#que-faire.full > .boxed > .half:first-child{
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/********** /QUE FAIRE EN CAS DE ? **********/

/********** ASSOCIATIONS **********/

#associations,
#services-contact{
	padding: 80px 0;
	display: inline-block;
	width: 100%;
}

#associations{
	padding: 0;
}

#associations h2,
#services-contact h2{
	margin-top: 0;
}

.associations-nav{
	font-size: 0;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #9c8642;
	position: relative;
	margin-bottom: 60px;
}

.associations-nav-item{
	display: inline-block;
	font-size: 1rem;
	white-space: normal;
	font-weight: bold;
	color: #22385f;
	cursor: pointer;
}

.associations-nav-item.active{
	color: #a88e4e;
}

.associations-nav-item span{
	border-bottom: 3px solid transparent;
	padding: 1em 0 0.8em 0;
	display: inline-block;
}

.associations-nav-item.active span{
	border-color: #9c8642;
}

.associations-nav.js-loaded .associations-nav-item.active span{
	border-color: transparent;
}

.associations-nav .menu-hover{
	position: absolute;
	bottom: 0;
	height: 3px;
	-webkit-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
	background-color: #9c8642;
}

.associations.loading .list{
	background-image: url('img/ui/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 101px 58px;
	pointer-events: none;
}

.associations.loading .list .list-item,
.associations.loading .association-content{
	opacity: 0.6;
}

.list-wrapper{
	padding-right: 1em;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.list{
	height: 400px;
	overflow-y: auto;
	padding-right: 1em;
}

.list::-webkit-scrollbar-track{
	background-color: #fff;
}

.list::-webkit-scrollbar{
	width: 13px;
	background-color: #fff;
}

.list::-webkit-scrollbar-thumb{
	background-color: #9c8642;
}

.list .list-item{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1em;
	font-family: BrandonGrotesque, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #22385f;
    letter-spacing: 0.02em;
    font-size: 0.95em;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.list .list-item p{
	width: 88%;
	padding-right: 20px;
}

.list .list-item img{
	width: calc(12% - 20px);
	height: auto;
	line-height: 0;
}

.list .list-item img,
.list .list-item p{
	display: inline-block;
}

.list .list-item:hover strong,
.list .list-item.active strong{
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	color: #fff;
}

.list .list-item:after{
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	right: 1em;
	top: 0;
	height: 1px;
	background-color: #9c8642;
}

.list .list-item:hover,
.list .list-item.active{
	background-color: #9c8642;
	color: #fff;
}

.list .list-item:hover:after,
.list .list-item.active:after,
.list .list-item:first-child:after,
.list .list-item.first:after,
.list .list-item:hover + .list-item:after,
.list .list-item.active + .list-item:after{
	display: none;
}

/********** /ASSOCIATIONS **********/

.section-0-contact,
.section-2-contact{
	background-color: white;
}

.section-1-contact,
.section-3-contact{
	background-color: #f4f4f4;
}

.section-2-contact{
	padding: 10px 0;
}

.section-0-contact::after {
  content: "";
  display: block;
  clear: both;
}

/********** SERVICES CONTACT **********/

#services-contact{
	background-color: #f5f5f5;
	margin-top: 3em;
}

/********** /SERVICES CONTACT **********/

/********** SERVICES **********/

/* FULL */
.page-template-template-service .entry-content{
	margin: 85px 0;
}

.page-template-template-service .first-part{
	margin-bottom: 60px;
 	clear: both;
    display: inline-block;
    width: 100%;
}

.page-template-template-service .half p{
	text-align: justify;
}

.page-template-template-service .half img{
	width: 100%;
	height: auto;
}

.page-template-template-service .half{
    width: calc(50% - 43px);
    margin-right: 86px;
}

.page-template-template-service .half.last{
	margin-right: 0;
}

.services{
    clear: both;
    display: inline-block;
    width: 100%;
}

.services .service{
	width: calc(33% - 16px);
	float: left;
	background: #f5f5f5;
	margin: 25px 12px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.services .service.column-1{
	margin-left: 0;
}

.services .service.column-3{
	margin-right: 0;
}

.services .service .icon{
	height: 60px;
	text-align: center;
	/* margin-bottom: 20px; */
}

.services .service .icon img{
	width: 15%;
	height: 60%;
}

.services .service h2{
	text-align: center;
}

.services .service h2 a{
	text-decoration: none;
}

.services .service .separation,
.other-actu .separation{
	width: 100%;
}

.service .separation + p,
.services .service p{
	/* display: -webkit-box; */
	line-height: 1.3rem;     /* fallback */
	max-height: 5rem;     /* fallback */
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.service .separation{
	width: 100%;
}

.services .service p{
	/* text-align: left; */
	margin-top: 15px;
}

.services .service .link{
	position: absolute;
	bottom: 10px;
}

.services-contact .service-contact{
	margin-bottom: 0.5em;
}

.services-contact .half div.hide{
	display: none;
}

.services-contact .half strong + div{
	padding-left: 1.4em;
}

.contact-toggle{
	cursor: pointer;
	font-weight: bold;
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.contact-toggle.hide{
	opacity: 0;
}

.services-contact .half strong{
	cursor: pointer;
	position: relative;
	right: 5px;
}

.services-contact .half strong:before{
	font-size: 1.2em;
	margin-right: 4px;
	color: #23395D;
}

.services-contact .half span.contact-toggle{
	color: #aaa;
	font-size: 1.4em;
}



/* /FULL */

/* SINGLE */

.entry-content{
	position: relative;
}

.page-nav-wrapper{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: #f4f4f4;
	padding: 30px 0;
	z-index: 9;
	-webkit-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.single-service .page-select-wrapper{
	padding: 40px 0 30px 0 !important;
}

.page-nav-wrapper + div,
.single-service .page-nav-wrapper + div.page-select-wrapper{
	padding-top: 163px !important;
}

.single-service .page-select-wrapper + div{
	padding-top: 0;
}

/* .single-service .page-nav-wrapper{
	position: static;
} */

.page-nav{
	margin: 0 auto;
	text-align: center;
}

.page-nav-wrapper .label{
	margin-bottom: 0;
}

.page-nav #service-select{
	max-width: 330px;
	width: 100%;
}

.page-nav-item{
	margin: 0 0.5em;
}
.page-nav .btn{
	margin: 0 0.5em;
}

.page-nav-item.active{
	background-color: #9c8642;
	color: white;
}

.single-service .icon{
	margin: 30px auto 0 auto;
	display: block;
}

.single-service h2{
	text-align: center;
	margin-top: 20px;
}

.single-service .hentry h3{
	margin: 2em 0 !important;
}

.single-service .half img{
	width: 100%;
	max-height: 30em;
}

.single-service .introduction{
	text-align: justify;
	max-width: 600px;
	margin: 0 auto 4em auto;
}

.single-service .service-content,
.contact-box{
	margin: 2rem 0 80px 0;
	/* font-size: 0; */
}

.single-service .service-content img{
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	width: 48%;
}



.contact-box.greybg{
	margin-bottom: 0;
}

.single-service .service-content .half,
.contact-box .half{
	float: none;
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	font-size: 1rem;
}

.single-service .introduction + .service-content img{
	max-height: 400px;
	width: auto;
}

.single-service .accordion{
	background-color: #E7E7E7;
}

.single-service .accordion h3{
	margin: 0 !important;
}

.single-service .accordion + .panel{
	background-color: #E7E7E7;
}

.single-service .accordion.bright,
.single-service .accordion.bright + .panel{
	background-color: #f4f4f4;
}


.contact-box .half{
	vertical-align: top;
	/* width: 48%;
	margin-right: 14%; */
}

.single-service .service-content .half.last,
.contact-box .half.last{
	margin-right: 0;
}

.contact-box .half.last{
	width: 38%;
}

/* .single-service .service-content .half.last p, */
/* .contact-box .half.last p{
	margin-bottom: 0;
} */

.contact-box h2,
.contact-box h3{
	margin-top: 1rem;
	text-align: left;
}

.single-service .hentry.activite{
	clear: none;
}

/* .single-service .hentry.activite:nth-child(3n + 1){
	clear: left;
} */

.single-service .hentry.activite.greybg{
	background-color: #f4f4f4 !important;
}

.link-box{
	text-align: center;
	padding: 6em 0;
}

.link-box h2{
	margin-top: 0;
	margin-bottom: 1em !important;
}

.link-box p{
	text-align: center;
}

.link-box .btn{
	margin: 1em;
    margin-bottom: 3em;
}

.single-service .select-wrap{
	display: inline-block;
    width: 250px;
}

#service-select{
	margin-bottom: 0;
}

/* /SINGLE */

/********** /SERVICES FULLL **********/




/*------------------------------------*\
    $ADHESION
\*------------------------------------*/

#adhesion.anchor{
	content: "";
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

.page-template-template-adhesion h1.page-title{
	bottom: 10%;
}

@media screen and (max-width: 1140px){
	.page-template-template-adhesion .section .boxed{
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media screen and (max-width: 767px){

	.page-template-template-adhesion .half{
		float: none;
		width: auto;
		margin-right: 0;
	}

}

/*------------------------------------*\
    $CASHER
\*------------------------------------*/

/********** CASHER FULL **********/

/*********** Restaurants *********/

.page-template-template-casher .restaurants h2,
.page-template-template-casher .hotels h2{
	/* text-align: center; */
}

.page-template-template-casher .cash-item{
	padding: 1.5rem 1rem;
	margin-bottom: 1rem;
}

.page-template-template-casher .cash-item a{
	color: #9c8642;
}

.page-template-template-casher .cash-item a .icon{
	margin-left: 10px;
}

.page-template-template-casher .cash-item h3{
	margin:0 0 1rem;
	font-size: 1em;
}

.page-template-template-casher .association-content.hide{
	display: none;
}

/*********** /Restaurants *********/

/* @media screen and (max-width: 900px){
	.cash-item{}
} */

/*********** Magasins *********/

/* .page-template-template-casher .associations-nav{
	display: table;
	width: 40%;
	padding-left: 30%;
	padding-right: 30%;
	margin-left: auto;
	margin-right: auto;
} */

.page-template-template-casher .associations-nav .associations-nav-item{
	/* display: table-cell;
	text-align: center; */
	padding: 0 1em;
}

.page-template-template-casher .associations-list.hide{
	display: none;
}

.associations-mobile-list{
	display: none;
}

@media screen and (max-width: 900px){

	.associations-nav{
		margin-bottom: 0;
	}

	.associations-list-wrapper.list-wrapper{
		background-color: #fff;
	}

	.associations-list-wrapper,
	.associations-list-wrapper + .quarter.last{
		width: auto;
		float: none;
		padding: 0;
	}

	.associations-list{
		display: none;
	}

	.associations-mobile-list{
		display: block;
		margin-bottom: 2rem;
		margin-top: 2rem;
		padding: 0;
	}

	.associations-mobile-list.hide{
		display: none;
	}
}


/*********** Magasins *********/

/*********** Produits *********/

.page-template-template-casher .produits .greybg{
	padding: 1rem 1rem;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.page-template-template-casher .produits h2{
	color: #9c8642;
	margin-bottom: 1.5em;
}

.page-template-template-casher .produits h3{
	color: #22385f;
	margin: 0;
	padding-top: 7px;
	float: left;
	font-size: 1em;
}

.page-template-template-casher .produit-link{
	float: right;
}

@media screen and (max-width: 900px){
	.page-template-template-casher .produits .greybg{
		margin-bottom: 1em;
		text-align: center;
	}

	.page-template-template-casher .produits h3,
	.page-template-template-casher .produits h2{
		float: none;
		text-align: left;
		display: block;
	}

	.page-template-template-casher .produit-link{
		float: none;
		margin-top: 1em;
	}
}

/*********** /Produits *********/

/********** /CASHER FULL **********/


/********** CASHER SINGLE **********/
/********** /CASHER SINGLE **********/


/**** ANNONCE ****/

.archive.post-type-archive-annonce .grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.archive.post-type-archive-annonce .grid .greybg {
	height: calc(100% - 2rem);
    padding: 2rem;
    margin-bottom: 2rem;
}

body.archive.post-type-archive-annonce .title-post {
	text-align: center;
	font-family: 'museo', Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	text-transform: uppercase;
	border-bottom: 1px solid #9c8642;
	margin: 0 0 2rem 0;
    padding-bottom: 1.5rem;
}

.archive.post-type-archive-annonce .date {
	font-size: 0.725rem;
	font-weight: 300;
	margin-bottom: 1rem;
}

.archive.post-type-archive-annonce .read-more {
	font-size: 1rem;
	color: #9c8642;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-family: 'museo', Helvetica, Arial, sans-serif;
	margin-top: auto;
	padding-top: 2rem;
	display: block;
}

.archive.post-type-archive-annonce .read-more:hover {
	text-decoration: underline;
}

.archive.post-type-archive-annonce .emploi-item {
	display: flex;
}

.archive.post-type-archive-annonce .title {
	font-size: 1.563rem;
	font-family: 'museo', Helvetica, Arial, sans-serif;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.archive.post-type-archive-annonce .title:after {
	content: "";
	background-color: #9c8642;
	height: 1px;
	width: 8rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.archive.post-type-archive-annonce .content {
	line-height: 1.3;
	text-align: left;
}

body.single .annonce {
	background-color: inherit;
}

.image-link {
    display: block;
    height: 100%;
    width: 100%;
}

body.single #content {
	background: #ffffff;
}

body.single .annonce .title-post {
	font-size: 1.563rem;
	font-family: 'museo', Helvetica, Arial, sans-serif;
}

body.single .annonce .emploi-item .date {
	text-align: right;
	font-weight: 500;
	font-size: 0.85rem;
	text-transform: uppercase;
	border-bottom: 1px solid #9c8642;
	margin: 0 0 2rem 0;
    padding-bottom: 1.5rem;
}

.emploi-item {
	color: #22385f;
}

.emploi-item h3 {
	font-size: 1rem;
	color: #22385f;
	font-weight: 700;
	margin: 2rem 0 1rem 0 !important;
	font-family: 'museo', Helvetica, Arial, sans-serif;
}

.emploi-item strong a {
	color: #9c8642;
	text-decoration: none;
}

.emploi-item .download {
	text-transform: uppercase;
	margin-top: 2rem;
	display: block;
	text-decoration: none;
	color: #9c8642;
}

.emploi-item .download:hover {
	text-decoration: underline;
}

.emploi-item .download svg {
	margin-left: 1rem;
}

.emploi-item .text_bottom {
	margin-top: 4rem;
	display: block;
}

.emploi-item .tips-slider {
	margin: 4rem -1rem 0 -1rem;
}

.emploi-item .cover {
    height: 300px;
    width: 740px;
    background-size: cover;
    background-position: center;
    max-width: 100%;
	margin: 0 1rem;
}

.emploi-item .slick-dots li.slick-active button {
    background-color: #22385f;
}

.emploi-item .slick-dots li button {
    border: 2px solid #22385f;
}

/********** ACTUALITES / ANNONCES FULL **********/



.archive.post-type-archive-actualite .hentry,
.archive.post-type-archive-annonce .hentry{
	width: 100%;
	float: none;
	padding: 0;
}

.post-type-archive-actualite .first-part p,
.post-type-archive-actualite .first-part .select-wrap,
.post-type-archive-actualite .first-part label{
	float: left;
	margin: 50px 0 50px 0;
}

.post-type-archive-actualite .first-part p{
	width: calc(100% - 225px);
	margin-right: 50px;
}

.post-type-archive-actualite .first-part #actualite-select,
.post-type-archive-actualite .first-part label{
	width: 175px;
}

.post-type-archive-actualite .first-part .select-wrap{
	position: relative;
	width: 100%;
    text-align: right;
}

.actualites .actu-wrap{
	margin-left: -15px;
	margin-right: -15px;
}

.actualites .actualite{
	display: inline-block;
	vertical-align: top;
	/* float: left; */
	width: calc(50% - 30px);
	margin: 0 15px 70px 15px;
}

.actualites .actualite:nth-child(even){
	/* margin-right: 0; */
}

.actualites .actualite:nth-child(odd){
	/* margin-left: 0; */
	/* clear: left; */
}

.actualite h4 a,
.actualite h3 a{
	text-decoration: none;
}

.actualites .actualite .actualite-img{
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
	background-size: cover;
}

.actualites .actualite .actualite-img a{
	display: block;
	height: 100%;
}

.actualites .actualite.hide{
	display: none;
}

.actualites .actualite .icon,
.actualites .actualite .date,
.actualites .actualite .category,
.single-actualite .icon,
.single-actualite .date,
.single-actualite .category{
	float: left;
}

.actualites .actualite .date,
.actualites .actualite .category,
.single-actualite .actualite .date,
.single-actualite .actualite .category{
	font-size: 14px;
}

.actualites .actualite .icon,
.single-actualite .actualite .icon{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.actualites .actualite .date,
.single-actualite .actualite .date{
	margin-right: 10px;
}

.actualites .actualite .category,
.single-actualite .actualite .category{
	position: relative;
	padding-left: 15px;
	color: #9c8642;
}

.actualites .actualite .category:before,
.single-actualite .actualite .category:before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: calc(100% - 10px);
	background: #7e7e7e;

}

.single-actualite .bluebg .boxed h2{
	color: #fff;
	margin-bottom: 30px;
}

.actualites .actualite h4,
.single-actualite h4{
	clear: both;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.actualites .actualite p,
.single-actualite p{
	margin-bottom: 10px;
	text-align: justify;
}

.actualites .separation,
.actualites .button-wrap{
	float: left;
	width: 100%;
}

.actualites .separation{
	margin-top: 0;
}

.actualites .button-wrap{
	position: relative;
	height: 150px;
}

.actualites .button-wrap button{
	position: absolute;
	width: 170px;
	left: 50%;
	margin: 50px 0 50px -85px;
}

/********** /ACTUALITES FULL **********/

/********** ACTUALITES SINGLE **********/

.single-actualite article.actualite{
	padding: 0;
}

.single-actualite h4{
	margin-top: 2em;
}

.single-actualite #main > .boxed:first-child{
	margin-top: 5em;
	margin-bottom: 4em;
}

.single-actualite #main .boxed .btn.back{
	width: 170px;
	text-align: center;
	position: relative;
	margin: 0;
}

.single-actualite #main .boxed .link .btn{
	width: auto;
	/* margin-bottom: 1em; */
}

.single-actualite .boxed .btn.back:before{
	content: "";
	position: absolute;
}

.single-actualite .boxed .image{
	margin-bottom: 20px;
	height: 300px;
	width: auto;
}

.single-actualite .content, .single-actualite .form-intro{
	margin-bottom: 85px;
}

.single-actualite #content{
	background-color: #fff !important;
}

.single-actualite #content #main{
	padding: 0 !important;
}

/* .actualite .bluebg .boxed{
	text-align: justify;
}

.actualite .bluebg .boxed:after{
	content: '';
	display: inline-block;
	width: 100%;
} */

.actualite .other-actu{
	display: inline-block;
	background-color: #fff;
	/* height: 240px; */
	/* width: 31%;  */
	padding: 30px;
	margin: 10px;
	/*
	vertical-align: bottom;
	box-sizing: border-box; */
}

.actualite .slick-dots{
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.actualite .slick-dots li{
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.actualite .other-actu p,
.actualite .other-actu h3{
	text-align: center;
}

.actualite .other-actu h4{
	margin-top: 20px;
	height: 40%;
}

.actualite .other-actu p{
	color: #23395D;
}

.actualite .other-actu .link a{
	text-decoration: none;
	text-align: left !important;
}

@media screen and (max-width: 600px){
	.single-actualite #main .boxed .btn.back{
		width: 100%;
	}
}


/********** /ACTUALITES SINGLE **********/



/*------------------------------------*\
    $ACTIVITES et COURS
\*------------------------------------*/

/********** Activités FULL **********/

.post-type-archive-activite h2#activites-title,
.post-type-archive-reportage h2#activites-title,
.post-type-archive-cours h2#activites-title,
.page-template-template-videos .entry-content h1 {
	float: left;
}

#programme{
	clear: both;
    float: left;
    margin-left: 0;
}

.post-type-archive-activite .select-wrap,
.post-type-archive-reportage .select-wrap,
.post-type-archive-cours .select-wrap,
.page-template-template-videos .select-wrap {
	text-align: right;
	margin-top: 2%;
	margin-bottom: 3%;
	position: relative;
	padding-bottom: 35px;
}

.page-template-template-videos .select-wrap {
	margin-top: 0;
}

.page-template-template-videos .select-wrapper {
	position: relative;
}

.post-type-archive-activite .select-wrap label,
.post-type-archive-reportage .select-wrap label
.post-type-archive-cours .select-wrap label {
	margin-right: 1em;
}

.post-type-archive-activite .select-wrap .btn,
.post-type-archive-reportage .select-wrap .btn,
.post-type-archive-cours .select-wrap .btn {
	margin: 0.5rem 0 0 0.5rem;
}

.post-type-archive-activite #actualite-select,
.post-type-archive-reportage #actualite-select,
.post-type-archive-cours #cours-select,
.page-template-template-videos .videos-select {
	width: 175px;
	padding-right: 3%;
	/* text-indent: 15%; */
	cursor: pointer;
}

.post-type-archive-activite .select-wrap i.select-arrow,
.post-type-archive-reportage .select-wrap i.select-arrow,
.post-type-archive-cours .select-wrap i.select-arrow,
.page-template-template-videos .select-wrap i.select-arrow {
	right: 2rem;
}

.post-type-archive-activite div.activites-wrap,
.post-type-archive-reportage div.activites-wrap,
.post-type-archive-cours div.activites-wrap {
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	text-align: left;
}

.post-type-archive-activite div.activite-wrap,
.post-type-archive-reportage div.activite-wrap,
.post-type-archive-cours div.activite-wrap {
	display: inline-block;
	position: relative;
	float: none !important;
	min-height: 380px;
	width: calc(33% - 20px);
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2%;
}

div.activites-wrap .no-result{
	padding-left: 10px;
}

article.activite-item, article.reportage{
	padding: 0 !important;
}

article.activite-item header, article.reportage header{
	padding: 0 !important;
	margin: 0 !important;
}

article.activite-item header h4, article.reportage header h4{
	padding: 0.5em 0;
}
article.activite-item header h4 a, article.reportage header h4 a{
	text-decoration: none;
}
article.activite-item header .date-image-wrap, article.reportage header .date-image-wrap{
	display: table;
	width: 100%;
	margin-top: 0;
}

article.activite-item header .date-image-wrap, article.reportage header .date-image-wrap{
	border-bottom: 4px solid #F5F5F5;
}

article.activite-item header .date-image-wrap > * , article.reportage header .date-image-wrap > * {
	display: table-cell;
}

article.activite-item .date-image-wrap > * , article.reportage .date-image-wrap > * {
	height: 9em;
}

article.activite-item h3, article.reportage h3{
	text-align: center;
}

article.activite-item .event-date, article.reportage .event-date{
	width: 30%;
	vertical-align: middle;
    line-height: 1.6em;
	border-right: 4px solid #F5F5F5;
}

article.activite-item .event-date div:nth-child(2n+1), article.reportage .event-date div:nth-child(2n+1){
	font-size: 1.3em;
}

article.activite-item .event-date div:nth-child(2n), article.reportage .event-date div:nth-child(2n+1){
	font-size: 0.8em
}

article.activite h3, article.reportage h3{
	font-size: 1.2em;
}

article.activite .image, article.reportage .image{
	background-size: cover;
	background-position: center;
	/* float: right;
	width: 20em; */
	height: 100%;
	margin: 0 auto;
}

article.activite-item .entry-content,
article.activite-item .more,
article.reportage .entry-content,
article.reportage .more
{
	margin: 0 !important;
	padding: 1em;
}

article.activite-item .pagination-ajax.prev{
	margin-left: 10px;
}

article.activite-item .pagination-ajax.next{
	margin-right: 10px;
}

.post-type-archive-activite div.activite-wrap.hide,
.post-type-archive-cours div.activite-wrap.hide {
	display: none;
}

.post-type-archive-activite article.activite,
.post-type-archive-reportage article.reportage,
.post-type-archive-cours article.activite {
	float: none !important;
	width: 100%;
	margin: 0;
}

.post-type-archive-activite button.voir-plus,
.post-type-archive-reportage button.voir-plus,
.post-type-archive-cours button.voir-plus{
	display: block;
	margin: 3% auto;
	width: 170px;
	clear: both;
}
.post-type-archive-reportage article.reportage{
	min-height: 380px;
}

/********** /Activités FULL **********/

/********** Activités single **********/

.single-event .btn.back{
	width: 140px;
	height: 41px;
	font-size: 14px;
}

.single-event article.activite{
	margin-bottom: 4em;
	margin-top: 1em;
	max-width: 1040px;
	padding: 2em 2em !important;
}

.single-event .date-image-wrap{
	margin-bottom: 1em;
	display: table;
	width: 100%;
}

.single-event .entry-content h2{
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.4em;
}

.single-event .date-image-wrap h2{
	color: #9c8642;
	font-size: 2em;
}

.single-event .date-image-wrap h3{
	color: #23395D;
	font-size: 1.4em;
}



.single-event article.activite .activity-icon {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.single-event article.activite .activity-icon img{
	height: 4.5em;
	width: auto;
	margin-bottom: 0.5em;
}

.single-event article.activite .activity-icon h4{
	font-size: 0.9em;
}

.single-event article.activite .date-image-wrap .header-title{
	/* display: table-cell;
	vertical-align: bottom; */
}

article.activite .image.activity-image{
	float: right;
	width: 20em;
	height: 20em;
}
/*
.private-content:before{
	content:"\f023";
	display: block;
	font-family: FontAwesome;
}*/
.entry-content .private-lock{
	display: inline-block;
	color: #9c8642;
}

.private-lock{
	outline: none;
}
.public-content p,
.private-content p{
	margin: 0;
}

.public-content h4,
.private-content h4{
	margin-top: 2em;
}


.single-event .other-actus{
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 2em;
}

.single-event .other-actus a{
	text-decoration: none;
}

.single-event .other-actus .link{
	margin-top: 1em;
}

.single-event .other-actu{
	background-color: #f4f4f4 !important;
	width: calc(33% - 30px);
	padding: 2rem;
	margin: 2em 15px;
	clear: none;
	vertical-align: bottom;
}

.single-event .other-actu h3{
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}

.single-event .other-actu .entry-header h4{
	text-align: center;
	font-size: 0.9em;
}

.single-event .other-actu .entry-content h4 {
    margin-top: 20px;
	line-height: 1.5em;
}

.single-event .entry-content .btn.register-event,
.single-event .entry-content .btn.login{
	/* float: right; */
	margin: 0 !important;
	margin-top: 1em !important;
}

.single-event .form-intro{
	margin: 2em 0;
}

.signup-form{
	width: 70%;
}

.activite .entry-content .separation {
	display: none;
}

.activite .entry-content.is-single-event .separation{
	display: block;
	width: 50%;
	background: #243A5B;
}

.activite .entry-content.is-single-event,
.activite .entry-content.is-single-event .btn{
	margin-top: 1em;
}

.activite .entry-content.is-single-event .public-content{
	padding-top: 1em;
	padding-bottom: 2em;
}

.activite .entry-content.is-single-event .private-content{
	padding: 2em 0;
}

#alt-signup-form h4{
	margin-bottom: 1em;
	margin-top: 2em;
}

#alt-signup-form{
	display: none;
}

#alt-signup-form .nb-people{
	width: 60px;
}

/* VIDEO SLIDER */
.video-slider{
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}
.video-slider .entry-title{
	margin: 15px 0;
}
.video-slider .videos {
    width: calc(70% - 5px);
    margin-right: 5px;
    float: left;
    overflow: hidden;
}
.video-slider .videos-mask{
	display: inline-block;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.video-slider .videos .video{
	display: block;
	vertical-align: top;
	line-height: 0;
}
.video-slider .videos .video video{
    width: 100%;
    height: auto;
    display: block;
}
.video-slider .videos .video img{
	height: 100%;
	max-width: 100%;
}
.video-slider .menu{
	width: 30%;
	float: left;
}
.video-slider .menu .menu-item{
	background-color: #f4f4f4;
	color: #22385f;
	cursor: pointer;
	display: block;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
}
.video-slider .menu .menu-item:not(:last-child){
	margin-bottom: 5px;
}
.video-slider .menu .menu-item.active, .video-slider .menu .menu-item:hover{
	background-color: #9c8642 !important;
	color: #ffffff !important;
}
.video-slider .menu .menu-item p{
	font-size: .8em;
	opacity: .75;
	margin-bottom: 0;
}
@media screen and (max-width: 900px){
	.video-slider .videos{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 5px;
	}
	.video-slider .videos .video video{
		background-color: #22385f;
	}
	.video-slider .menu{
		width: 100%;
		float: none;
	}
}

/* /VIDEO SLIDER */

/********** /Activités single **********/

/********** Reportages **********/

.post-type-archive-activite div.reportage-link{
	text-align: right;
}

.post-type-archive-activite div.reportage-link *{
	display: inline-block;
}

.post-type-archive-activite div.reportage-link a{
	width: 175px;
	text-align: center;
	margin-left: 1rem;
}

/********** /Reportages **********/

/********** CIG **********/

.page-template-template-cig h2{
	margin-bottom: 0.5em;
}

.page-template-template-cig div.full img{
	width: 48%;
}
.page-template-template-cig div.full.right img{
	float: right;
	margin-left: 2%;
}

.page-template-template-cig div.full.left img{
	float: left;
	margin-right: 2%;
}

#historique{
	padding: 5em 0;
	text-align: center;
}

#historique h2{
	margin-bottom: 2em;
}

#historique .foyers h2{
	margin-top: 9rem;
}

#historique .foyers canvas{
	height: auto;
}

.timeline{
	position: relative;
}

.timeline-item{
	margin: 0 0 0 50%;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	text-align: left;
}

.timeline > .timeline-item.last{
	padding-bottom: 5em;
}

.timeline-item:nth-child(odd){
	margin: 0;
	width: 50%;
	text-align: right;
	padding: 0 1em 0 0;
}

.timeline-item:after{
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	bottom: -0.5em;
	left: 0;
	width: 1px;
	background-color: #9c8642;
}

.timeline-item:nth-child(odd):after{
	left: auto;
	right: -1px;
}

.timeline-item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	width: 9px;
	height: 9px;
	border-radius: 4.5px;
	left: -4px;
	background-color: #9c8642;
}

.timeline-item:nth-child(odd):before{
	left: auto;
	right: -5px;
}

.timeline-item strong,
.contact-box p strong{
	color: #22385f;
}

.show-timeline{
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 0.5em;
}

.timeline-hidden{
	display: none;
	margin-top: -5em;
}

.section-264 p{
	font-size: 15px;
}

.contact-box h2{
	font-size: 1.666rem;
}

#organisation img{
	display: block;
	margin: 3em 0;
	width: 60%;
	height: auto;
}

#repol{
	margin-bottom: 1em;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	position: relative;
    background-color: #E7E7E7;
    padding: 10px 25px;
	margin-top: 10px;
    text-align: left;
    border: none;
    outline: none;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.accordion h3{
	display: inline-block;
	color: #22385f;
	margin: 0;
	font-size: 1.1em;
	vertical-align: middle;
}

.accordion i.contact-toggle{
	display: inline-block;
	float: right;
	position:relative;
    top: calc(50% - 15px); /* 50% - 3/4 of icon height */
	color: #9B8547;
	font-size: 2em;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.accordion{
		line-height: 50px;
	}

	.accordion span.contact-toggle{
		bottom: 0;
	}
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
    background-color: #22385f !important;
}

.accordion.active h3, .accordion:hover h3 {
    color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
   display: none;
   position: relative;
   padding: 1em 20px;
   background-color: #E7E7E7;
	overflow: hidden;
   -o-transition: max-height 0.4s;
   transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
}

/* .panel p{
	padding-top: 1em;
} */

.panel:before{
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	right: 1em;
	top: 0;
	height: 1px;
	background-color: #9c8642;
}

.panel h4{
	margin-top: 0;
}

/********** /CIG **********/

/********** DON **********/
div.content-don.boxed{
	padding: 5em 0;
}

div.content-don.boxed h2,
div.content-don.boxed p{
	text-align: center;
	margin-bottom: 2em;
}

div.content-don .horaires-culte{
	text-align: center;
}

div.content-don .horaires-culte .select-wrap{
	display: inline-block;
	width: 50%;
	margin-right: 1em;
	position: relative;
}

#alt-signup-form p{
	text-align: left;
	margin: 0;
}

#alt-signup-form h3{
	margin: 0;
}
/********** /DON **********/


/********** HORAIRES OFFICES ET FETES **********/

h3.heading-office{
	margin-top: 2em;
	margin-bottom: 1em;
}

/********** /HORAIRES OFFICES ET FETES **********/


/********** SEARCH **********/

.search-wrapper{
	background: #f4f4f4;
	padding: 2em 0;
	text-align: center;
}

.search-wrapper .search-submit svg{
	display: none;
}

.search-wrapper .search-submit .screen-reader-text{
	clip: auto;
	position: static !important;
	height: auto;
	width: auto;
	overflow: auto;
}

.search-wrapper .search-submit{
	display: inline-block;
	margin-bottom: 0;
}

.search-wrapper .search-field{
	display: inline-block;
	max-width: 500px;
	margin-right: 1em;
	background-color: transparent;
	margin-bottom: 0;
}

.search .hentry{
	background-color: #f4f4f4;
	padding: 1em;
	margin-bottom: 2em;
}

.search .hentry .entry-header .entry-title{
	margin-top: 0;
}

.search .hentry .entry-header .entry-title a{
	text-decoration: none;
}

.search .page-title{
	margin-bottom: 4em;
}

.navigation.pagination{
	text-align: center;
	margin: 4em 0;
}

/********** /SEARCH **********/

/********** CALENDAR **********/
.page-template-template-calendar .entry-content .boxed{
	padding: 5rem 0;
	overflow: auto;
}

#calendar{
	background-color: #f4f4f4;
	padding: 0.5em 1em 1em 1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

#calendar .jewish-date{
	width: 100%;
	position: absolute;
	top: -2.5em;
	left: 0;
	text-align: center;
}

.loading #calendar .calendar-nav,
.loading #calendar .calendar-content,
.loading .events-list,
.archive #primary.loading,
.single .hentry.loading{
	position: relative;
	opacity: 0.6;
	pointer-events: none;
}

#calendar:after,
.archive #primary:after,
.single .hentry:after{
	content: "";
	display: block;
	opacity: 0;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/ui/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 101px 58px;
}

.archive #primary:after{
	background-position: center bottom 10em;
}

.loading #calendar:after,
.archive #primary.loading:after,
.single .hentry.loading:after{
	opacity: 1;
	z-index: 1;
}

.calendar-nav{
	border-bottom: 1px solid #22385f;
	padding: 0.5em 0;
	position: relative;
}

.calendar-nav h4{
	margin: 0;
}

.calendar-nav .prev,
.calendar-nav .next{
	position: absolute;
	display: block;
	right: -1em;
	top: 0;
	width: 9px;
	padding: 0 1em;
	height: 100%;
	cursor: pointer;
}

.calendar-nav .prev:before,
.calendar-nav .next:before{
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	right: 1em;
	top: 0;
	height: 100%;
	background: url('img/ui/icon-chevron.png') no-repeat left center;
	background-size: 18px 19px;
}

.calendar-nav .prev{
	left: -1em;
	right: auto;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#calendar .week{
	white-space: nowrap;
	font-size: 0;
	margin: 1rem 0;
}

#calendar .caption + .week{
	text-align: right;
}

#calendar .week:last-child{
	text-align: left;
}

#calendar .day{
	display: inline-block;
	width: 14.285%;
	font-size: 1rem;
	text-align: center;
	position: relative;
	z-index: 0;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	color: #979797;
	cursor: pointer;
}

#calendar .caption ~ .week .day:before,
#calendar .caption ~ .week .day.today:hover:before,
#calendar .caption ~ .week .day.selected:before,
#calendar .caption ~ .week .day.today.selected:before{
	content: "";
	display: block;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	left: 50%;
	margin-left: -1.25em;
	top: 50%;
	margin-top: -1.25em;
	border-radius: 1.25em;
	background-color: #22385f;
	z-index: -1;
	opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
	transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

#calendar .caption ~ .week .day:hover{
	color: #fff;
}

#calendar .caption ~ .week .day:hover:before,
#calendar .caption ~ .week .day.today:before,
#calendar .caption ~ .week .day.today:hover:before,
#calendar .caption ~ .week .day.selected:before,
#calendar .caption ~ .week .day.today.selected:before{
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

#calendar .caption ~ .week .day.today,
#calendar .caption ~ .week .day.selected{
	color: #fff;
}

#calendar .caption ~ .week .day.today:before{
	background-color: #9c8642;
}

#calendar .day.active:after{
	content: "";
	display: block;
	position: absolute;
	width: 0.2667em;
	height: 0.2667em;
	border-radius: 0.13335em;
	background-color: #9c8642;
	left: 50%;
	margin-left: -0.13335em;
	bottom: 0;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

#calendar .day:hover:after,
#calendar .day.active.today:after,
#calendar .day.active.selected:after{
	background-color: #fff;
}

.events-list .list{
	max-height: 314px;
}

.events-list .list-item p{
	text-align: left;
}

.no-event{
	padding: 1em;
	text-align: center;
}

/********** /CALENDAR **********/

/********** CONTACT **********/

.tabs-nav{
	white-space: nowrap;
	font-size: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.tabs-nav-item{
	white-space: normal;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.tabs-nav-item h3{
	font-size: 1em;
}

.tabs-nav-item.active h3,
.tabs-nav-item:hover h3{
	color: #22385f;
}

.tabs-content-item{
	display: none;
	margin: 50px 0;
	width: 100%;
}

.tabs-content-item.active{
	display: inline-block;
}

.tabs-content-item .btn{
	margin-bottom: 12px;
}

/********** /CONTACT **********/

/********** ARCHIVE **********/

.archive #content,
.single #content{
	background: #f5f5f5;
}

.archive:not(.post-type-archive-annonce) #content #primary{
	display: inline-block;
	width: 100%;
	padding: 3em 0 2em 0;
	text-align: center;
}

.single #content #main{
	padding: 0 0 2em 0;
}

.archive .hentry,
.single-service .hentry.activite,
.home .hentry.activite{
	background: #fff;
	padding: 2em 1.2em;
	width: 32%;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	        height: auto;
}

.archive .hentry:nth-child(3n),
.single-service .hentry.activite:nth-child(3n){
	margin-right: 0;
}

.archive .hentry h3,
.single .hentry h3,
.zone h2,
.single-service .hentry.activite h3,
.home .hentry.activite h3{
	margin: 0;
}

.hentry.activite .entry-header,
.hentry.reportage .entry-header
{
	text-align: center;
	text-decoration: none;
}

.hentry.activite .entry-header a,
.hentry.reportage .entry-title a{
	text-decoration: none;
}

.hentry.activite .entry-header a:hover,
.hentry.reportage .entry-header a:hover{
	text-decoration: underline;
}

.archive .hentry .entry-header,
.single .hentry .entry-header,
.single-service .hentry.activite .entry-header,
.home .hentry.activite .entry-header{
	border-bottom: 1px solid #9c8642;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.single .hentry.activite .entry-header{
	text-align: left;
}

.archive .hentry .entry-title,
.single-service .hentry.activite .entry-title,
.home .hentry.activite .entry-title{
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}

.archive .hentry .entry-content,
.single-service .hentry.activite .entry-content,
.home .hentry.activite .entry-content{
	text-align: left;
}

.home .hentry.activite .entry-header{
	max-height: 180px;
}

.home .hentry.activite .entry-content{
	max-height: 110px;
}

.hentry.activite{
	text-align: left;
}

.hentry.activite .entry-content{
	margin-bottom: 1em;
}

.pagination-ajax,
.pagination-cours-ajax {
	margin-top: 2em;
}

.paged-btn-wrap{
	padding: 0 10px;
}

.paged-btn-wrap .pagination-ajax.previous,
.paged-btn-wrap .pagination-cours-ajax.previous {
	float: left;
}

.paged-btn-wrap .pagination-ajax.next,
.paged-btn-wrap .pagination-cours-ajax.next {
	float: right;
}

.paged-btn-wrap:after {
    content: "";
    display: table;
	width: 100%;
}

.pagination-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pagination-wrap > .btn {
	margin-top: 2em;
}

.pagination-wrap > .btn.disabled {
	opacity: 0.5;
}

.pagination-wrap > .btn.disabled:hover,
.pagination-wrap > .btn.disabled:focus {
	background-color: inherit;
	color: #9c8642;
}

/********** /ARCHIVE **********/

/********** SINGLE **********/

.single .hentry{
	background-color: #fff;
	padding: 2em 1.2em;
}

.single-service .hentry{
	padding: 0;
}

.single .btn.back{
	position: relative;
	padding-left: 3.4em;
	margin-bottom: 2em;
	margin-top: 4em;
}

.single .btn.back:before,
.single .btn.back:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	position: absolute;
	left: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-right: 1em;
	background: url('img/ui/icon-arrow-left.png') no-repeat center top;
	background-size: 20px 20px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.single .btn.back:after{
	background-position: center bottom;
}

.single .btn.back:after,
.single .btn.back:hover:before{
	opacity: 0;
}

.single .entry-content{
	clear: both;
}

.other .entry-content{
	min-height: 150px;
}

.single .btn.back:hover:after{
	opacity: 1;
}

.single-service .activites > .boxed > .btn{
	float: right;
}

.single-service .activites > .boxed > h2{
	text-align: left;
	margin-bottom: 2em;
}

.single-service .horaires-culte{
	text-align: center;
}

.single-service .horaires-culte .select-wrap{
	display: inline-block;
	width: 50%;
	margin-right: 1em;
	position: relative;
}

.single-service .horaires-culte .select-wrap select{
	cursor: pointer;
}

.single-service .activite-item h4{
	display: none;
}

/********** /SINGLE **********/


/********** ESPACE MEMBRE **************/

.page-template-template-membre article.hentry,
.page-template-template-inscription article.hentry{
	/* margin-top: 15rem; */
}

.page-template-template-membre div.boxed.content{
	margin: 3rem auto;
    margin-top: 2em;
}

.page-template-template-membre .full{
	text-align: center;
}

.page-template-template-membre h2{
	margin-bottom: 2em;
	font-size: 1.3em;
}

.page-template-template-membre h3{
	margin: 1em auto;
	margin-top: 2em;
	font-size: 1.1em;
}

p.form-error{
	color: red;
}

.member-report{
	margin: 2em 0;
}

/********** /ESPACE MEMBRE **************/


/********** INSCRIPTION **************/

div.hide{
	display: none;
}

/********** /INSCRIPTION **************/



/********** INFOMANIAK EVENTS **********/

.infomaniak-forms{
	display: none;
}

.infomaniak-forms > form{
	margin-top: 2em;
}

.infomaniak-forms h4{
	margin-top: 0;
}

.infomaniak-register-event{
	display: none;
	margin-top: 2em;
	text-align: center;
}

.zone{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border: 1px solid #22385f;
	display: inline-block;
	width: 51%;
	padding: 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f5f5f5;
}

.zone .request-payment{
	margin-top: 0.5em;
}

.zone .zone-category{
	margin-top: 1em;
}

.zone .zone-category + .zone-category{
	padding-top: 1em;
	border-top: 1px solid #9c8642;
}

.numberseats{
	width: auto;
}

.zone .zone-category label{
	margin-right: 0.5em;
}

.zone-category .method{
	width: auto;
}

.zone-category .msg{
	display: none;
	padding: 0.5em 1em;
	border: 1px solid #22385f;
}

.zone-category .msg.error{
	border-color: #f7322c;
	background-color: #f7322c;
	color: #fff;
	font-weight: bold;
}

/********** /INFOMANIAK EVENTS **********/

/********** AGORA **********/

.agora-login{
	/* display: none; */
	/* text-align: left; */
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#masthead .agora-login{
	border-bottom: 1px solid #9c8642;
}

/********** /AGORA **********/

/********** HOME **********/
.home h1.page-title{
	font-size: 1.5em;
	font-weight: normal;
}

.home h1.page-title strong{
	color: #fff;
	font-size: 2.333rem;
	display: block;
	line-height: 1.1em;
}

.home h1.page-title:before{
	background-color: #9c8642;
}


.home .page-header.image{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.home #introduction{
	display: inline-block;
	width: 100%;
	background-color: #9c8642;
	color: #fff;
	text-align: right;
	position: relative;
	vertical-align: top;
}

.home #introduction .content{
	text-align: left;
	display: inline-block;
	max-width: 520px;
	width: 100%;
	padding-right: 90px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 10% 0;
}

.home #introduction h2{
	color: #fff;
	border-color: #fff;
	margin-top: 0;
}

.home #introduction p{
	font-size: 0.9333em;
	margin-bottom: 2em;
	line-height: 1.5em;
}

.home #introduction .half{
	margin-right: 0;
	width: 50%;
}

.home #introduction .half.last{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.home #events .slider{
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
	text-align: center;
}

.home #events .slider-inner{
	margin: 4rem 0 2rem 0;
	-webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
	transition: height 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: height 0.3s ease, transform 0.3s ease;
	transition: height 0.3s ease, transform 0.3s ease;
	transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home #events .nav{
	float: right;
	display: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.home #events .nav .next{
	margin-left: 1em;
}

.home #events .nav .prev,
.home #events .nav .next{
	width: 75px;
	height: 35px;
	background-color: #e6e6e6;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	position: relative;
}

.home #events .nav .prev:hover,
.home #events .nav .next:hover{
	background-color: #9c8642;
}

.home #events .nav .prev:before,
.home #events .nav .next:before,
.home #events .nav .prev:after,
.home #events .nav .next:after{
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	top: 0;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: url('img/ui/icon-chevron.png') no-repeat left center;
	background-size: 18px 19px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.home #events .nav .prev:before,
.home #events .nav .prev:after{
	-webkit-transform: translateX(-50%) rotate(180deg);
	    -ms-transform: translateX(-50%) rotate(180deg);
	        transform: translateX(-50%) rotate(180deg);
}

.home #events .nav .prev:after,
.home #events .nav .next:after{
	background-position: right center;
	opacity: 0;
}

.home #events .nav .prev:hover:after,
.home #events .nav .next:hover:after{
	opacity: 1;
}

.home #events .nav .prev:hover:before,
.home #events .nav .next:hover:before{
	opacity: 0;
}

.home #events .activite{
	white-space: normal;
	font-size: 1rem;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.home #events .btn{
	font-size: 0.866rem;
}

.home #events p.no-event{
	padding: 1em 0 0 0;
	font-size: 1.2em;
}

.home #services-section{
	background-image: url('img/cig-services-bg.jpg');
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 4em 0;
	text-align: center;
}

.home #services-section h2{
	color: #9B8547;
}

.home-service-txt{
	text-align: justify;
	font-size: 1rem;
	color: #fff;
}

.submenu-services .home-service-txt{
	padding: 0 15px;
}

.actu-que-faire{
	display: table;
}

.home #home-actu{
	padding-left: calc(50% - (1070px/2) + 15px);
	padding-right: 2%;
}

.home #home-actu h2{
	color: #9c8642;
}

.home #home-actu h4 a{
	text-decoration: none;
}

.home #home-actu p{
	margin-top: 1em;
}

.home #home-actu a.btn-all{
	margin: 3em 0 4em 0;
}

.home #que-faire{
	padding: 0;
	padding-right: calc(50% - (1070px/2) + 15px);
	padding-left: 2%;
	background-color: #fafaf8;
}

.home #que-faire h2{
	margin-top: 3em;
}

.home #que-faire.half,
.home #home-actu.half{
	display: table-cell;
	float: none;
	vertical-align: top;
	width: 50%;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


/********** /HOME **********/

/* CALENDRIER RESPONSIVE */

@media screen and (max-width: 600px){
	a.scroll-down-button{
		font-size: 16px;
		padding: 55px 10px 10px 10px;
	}
	a.scroll-down-button span{
		left: 57%;
		width: 36px;
		height: 36px;
	}
	a.scroll-down-button span::before{
		-webkit-animation: none !important;
		        animation: none !important;
	}

}

@media screen and (max-width: 1200px){
	.page-template-template-calendar .entry-content .boxed{
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media screen and (max-width: 900px){
	.home #events .nav{
		display: none !important;
	}
}


/********** RESPONSIVE M **********/
@media only screen  and (max-width: 1140px){

	/********** GLOBAL **********/

	a.scroll-up-button:hover{
		opacity: 1;
	}

	.page-nav-wrapper{
		position: static;
		background-color: transparent;
	}

	.page-nav-wrapper .page-nav-item{
		display: block;
		width: 70%;
		margin: auto;
		margin-bottom: 8px;
	}
	.page-nav .btn{
		display: block;
		width: 70%;
		margin: auto;
		margin-bottom: 8px;
	}

	.page-nav-item.active{
		background-color: transparent;
    	color: #9c8642;
	}

	.greybg, .bluebg, .whitebg{
		padding: 2rem !important;
	}
	.page-nav-wrapper + div{
		padding-top: 30px !important;
	    padding-bottom: 0 !important;
	}
	div.full.left img, div.full.right img {
	    float: none !important;
	    width: 100%;
	    max-width: 500px;
	    margin: 2em 0 !important;
    }
    .half{
    	width: 100% !important;
    }
    div.content-don.boxed {
    	padding: 4em 2em;
	}

	h1.page-title{
		margin-top:20%;
	}

	.signup-form{
		margin: auto;
	}

	.page-template-template-membre .half{
		text-align: center;
	}

	/********** /GLOBAL **********/

	/********** FOOTER **********/
	#colophon{
		padding: 0;
	}
	#colophon .boxed{
	    padding: 4em;
	}
	#colophon .third:first-child {
	   text-align: center;
	}
	#colophon .third {
	    width: 100% !important;
	    margin-bottom: 3em;
	}
	#colophon .third div.select-wrap {
	    margin: 0 auto;
	}
	#colophon .contact-infos {
  	  height: 90px;
	}
	#colophon .third div.select-wrap {
    position: relative;
    width: 100%;
	}
	/********** /FOOTER **********/

	/********** HOME **********/
	.home .page-header.image{
		min-height: 100vh !important;
		max-height: 600px;
		padding: 4em 2em;
	}
	.home #introduction .half{
		width: 100%;
		float: none;
	}
	.home #introduction .content{
		max-width: none;
    	padding: 4em 2em;
    	margin: initial;
	}
	.home #introduction .half.last{
		display: none;
	}
	/* .home #events{
		padding: 2rem 1rem;
	} */
	.home #events .activite{
		margin: 10px;
		height: auto !important;
	}
	.home #events .activite:hover{
		cursor: move;
	}

	/* .slick-initialized{
		height: auto !important;
	}
	.slick-dots{
		margin: 40px 0;
		text-align: center;
	}
	.slick-dots li button {
	    border-radius: 100%;
	    border: 2px solid #9c8642;
	    width: 20px;
	    height: 20px;
	    padding: 0;
	}
	.slick-dots li {
	    padding-left: 0.7667em;
	    position: relative;
	    display: inline-block;
	    margin-right: 10px;
	    width: 20px;
	    height:20px;
	}
	.slick-dots li.slick-active{
		/* background-color: #9c8642;
		border-radius: 100%;
	}

	.slick-dots li.slick-active button{
		background-color: #9c8642;
		color: white;
	} */

	.submenu-services .submenu-service, #services-section .submenu-service {
	    height: 8em;
	    font-size: 1rem;
	    margin: .5em 2% .5em 0;
	    width: 30%;
	}
	.submenu-services .submenu-service, #services-section .submenu-service:nth-child(3n) {
		margin-right: 0;
	}
	.home #services-section .home-service-txt {
   		margin-bottom: 3em;
	}

	.home #services-section .boxed{
		padding: 2em;
	}
	.home #que-faire.half, .home #home-actu.half {
    	display: block;
    	width: 100%;
    	padding: 0 2em;
	}
	/********** /HOME **********/

	/********** LA CIG **********/
	.timeline-item:nth-child(odd) {
	    margin: 0;
	    width: 100%;
	    text-align: left;
	    padding: 0 1em 0 0;
	    padding-left: 3em;
	}
	.timeline-item {
    	margin: 40px 0;
    	padding-left: 3em;
	}
	.timeline-item:nth-child(odd):before {
    	left: -4px;
    	right: auto;
	}
	.timeline-item:nth-child(odd):after {
	    left: 0;
	    right: auto;

	}
	.timeline-item:nth-child(odd):after, .timeline-item:nth-child(even):after {
	    height: calc(100% + 40px);
	}
	.timeline-item.last:after{
		display: none;
	}
	.timeline-item {
		max-width: 80%;
	}
    /********** /LA CIG **********/

    /********** ACTU **********/
	.post-type-archive-actualite .first-part p {
   	 	width: 100%;
    	margin: 50px 0;
	}
	.post-type-archive-actualite .first-part .select-wrap {
    	margin: 50px 0 50px 0;
    	width: 100%;
	}
	#actualite-select{
		width: 100% !important;
		margin: 15px 0;
	}
	.actualites .actualite {
    	width: calc(100% - 30px);
		margin: 0 15px 30px 15px;
	}
	.actualites .separation {
    	display: none;
	}
    /********** /ACTU **********/

    /********** SERVICE SINGLE **********/

	.single-service .icon{
		margin-top: 0;
	}

    .single-service .introduction {
	    text-align: justify;
	    max-width: none;
	    margin: 1em auto 2em auto;
	}
	.single-service .introduction + .service-content img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.single-service .page-nav-wrapper + div.page-select-wrapper {
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}

	.single-service .service-content img {
	    float: none;
	    width: 100%;
	    margin: 0 0 2em 0;
	}
	.single-service .accordion h3 {
	    margin: 0 !important;
	    font-size: 1em;
	    max-width: 90%;
	}
	.single-service .accordion{
		height: 80px;
	}
	.single-service .accordion i.contact-toggle {
	    display: inline-block;
	    float: right;
	    position: absolute;
	    top: calc(15px);
	    color: #9B8547;
	    font-size: 2em;
	    right: 20px;
	}
	.single-service .horaires-culte .select-wrap {
	    display: block;
	    width: 100%;
	    max-width: 350px;
	    margin: 20px auto;
	    position: relative;
	}
	.single-service article.activite-item {
    	width: 100% !important;
	}
    /********** /SERVICE SINGLE **********/

    /********** SERVICES **********/
	.page-template-template-service .full img.alignright{
		display: block;
	    margin: 0 auto;
	    height: 130px;
	    width: auto;
	    float: none;
	}
	.page-template-template-service .full:first-child p{
		height: 160px;
	}
	.page-template-template-service .services{
		margin-top: 25px;
	}
	.page-template-template-service .services .service {
	    width: 100%;
	    float: none;
	    margin: 25px 0;
	    padding: 20px;
	}
	.page-template-template-service .services .service p {
	    text-align: left;
	    margin-top: 25px;
	    line-height: 1.7rem !important;
	}
	.page-template-template-service .entry-content {
    	margin: 85px 0 40px;
	}
    /********** /SERVICES **********/

	/********** CALENDAR **********/
	.page-template-template-calendar .entry-content .half:first-of-type{
		margin-bottom: 2em;
	}
	/********** /CALENDAR **********/

	/********** ACTIVITES FULL **********/

	.post-type-archive-activite .select-wrap{
		text-align: left;
	}

	.post-type-archive-activite .select-wrap #activites-title{
		float: none;
	}

	.post-type-archive-activite div.reportage-link{
		text-align: left;
		margin-bottom: 5%;
	}

	.post-type-archive-activite div.reportage-link *{
		display: block;
	}

	.post-type-archive-activite div.reportage-link p{
		margin-bottom: 0;
	}

	.post-type-archive-activite div.reportage-link a{
		margin-left: 0;
	}

	.post-type-archive-activite .select-wrap i.select-arrow{
		top: 7em;
	}

#programme{

    float: none;
    margin: 0 0 1.5em 0;
}
.post-type-archive-activite .select-wrap label {
    margin-right: 0;
    display: block;
}
	/********** /ACTIVITES FULL **********/

}

@media only screen  and (max-width: 900px){

	/********** ACTIVITES FULL **********/

	.post-type-archive-activite div.activite-wrap,
	.post-type-archive-cours div.activite-wrap {
		width: calc(50% - 30px);
	}
	.post-type-archive-reportage div.activite-wrap{
		width: calc(50% - 30px);
	}

	/********** /ACTIVITES FULL **********/

	.infomaniak-forms > form{
		float: none;
		width: 60%;
		margin-right: auto !important;
		margin-left: auto !important;
	}

}


@media only screen  and (max-width: 600px){

	/********** ACTIVITES FULL **********/

	.post-type-archive-activite div.activite-wrap,
	.post-type-archive-cours div.activite-wrap {
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}
	.post-type-archive-reportage div.activite-wrap{
		width: calc(100% - 30px);
		margin-bottom: 20px;
	}

	.post-type-archive-activite div.reportage-link{
		margin-bottom: 10%;
	}

	/********** /ACTIVITES FULL **********/
}

/********** /RESPONSIVE M**********/
/********** RESPONSIVE S **********/
@media only screen  and (max-width: 480px){

	/********** HOME **********/
	.submenu-services .submenu-service, #services-section .submenu-service {
	    width: 46%;
	}
	.submenu-services .submenu-service, #services-section .submenu-service:nth-child(3n) {
	    margin-right: 2%;
	}
	/********** /HOME **********/

	/********** ACTIVITES FULL **********/

	.paged-btn-wrap .pagination-ajax.next{
		float: none;
	}

	/********** ACTIVITES FULL **********/

}
/********** /RESPONSIVE S**********/


/******************** /BUXUM ********************/
body:not(.post-type-archive-actualite):not(.post-type-archive-activite) #glt-translate-trigger,
body:not(.post-type-archive-actualite):not(.post-type-archive-activite) #warning-translate{
display: none !important;
}
.wpcf7-checkbox span.wpcf7-list-item{
	margin:1em 0 2em 0;
}
.le-jardin{
	height: 400px;
	margin-bottom: 0 !important;
	-webkit-transform:translateY(8px);
	    -ms-transform:translateY(8px);
	        transform:translateY(8px);
}
.postid-133 .service-content a, .postid-133 .service-content a, .postid-2054 .service-content a {
	width: auto;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
color: #9c8642;
-webkit-transition: background-color 0.2s ease, color 0.2s ease;
-o-transition: background-color 0.2s ease, color 0.2s ease;
transition: background-color 0.2s ease, color 0.2s ease;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
text-decoration: none;
line-height: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 0.866em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 13px;
border: 1px solid #9c8642;
font-family: 'museo', Helvetica, Arial, sans-serif;
}




/* CIG-220 */
.post-type-archive-activite div.reportage-link{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.page-header .slides{
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
	  -ms-flex-wrap: nowrap;
	      flex-wrap: nowrap;
	  position: relative;
	  z-index: 9;
	  -webkit-transition: all .3s ease;
	  -o-transition: all .3s ease;
	  transition: all .3s ease;
}
.page-header .slides .boxed{
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-header.darken{
	position: relative;
}
.page-header.darken::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.supp-content{
	margin-bottom: 4em;
}
.page-header .slides .slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100vw;
	        flex: 0 0 100vw;
	background-size: cover;
	background-position: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 500px;
}
.page-header .slides .slide *{
	position: relative;
	z-index: 9;
}
.page-header .slides .slide h1{
    margin: 20px auto;
}
.page-header .slides .slide span{
	color: #ffffff;
    font-size: 1.5em;
    display: block;
}
.page-header .slides .slide .btn{
	background-color: #9c8642;
	color: #ffffff;
	margin-top: 25px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.page-header .slides .slide .btn:hover{
	-webkit-transform: scale(1.025);
	    -ms-transform: scale(1.025);
	        transform: scale(1.025);
}
.page-header .pages{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.page-header .page{
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 100%;
	background-color: transparent;
	border: 2px solid #ffffff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.page-header .page.active, .page-header .page:hover{
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.hide-temp{
	visibility: hidden;
	pointer-events: none;
	height: 35px;
}
p.connect{
	color: #ffffff;
    font-size: 1.15em;
    margin-bottom: 0;
}
.connexion{
	background-color: #26395D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px;
}
.connexion a{
	color: #ffffff;
	font-size: 1.15em;
	font-weight: bold
}
header.darken{
	overflow-x: hidden;
}
.post-type-archive-reportage .select-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.filter-reportages{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 425px;
}
.filter-reportages .select-wrapper{
	width: 200px;
	position: relative;
}
.filter-reportages .select-wrapper i{
	position: absolute;
	right: 1em !important;
}

.grecaptcha-badge{
	display: none;
}
.mt{
	margin-top: 25px;
}

/* CIG-267 */
.home .page-header{
	position: relative;
}
.home .page-header::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.home .page-header *{
	position: relative;
	z-index: 1;
}
.home h1.page-title{
	margin: 20vh auto 50px auto;
}
.home-featured .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
}
.home-featured .item {
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.65);
	        box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.65);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.home-featured .item > div {
	line-height: 1;
}
.home-featured .date,
.home-featured h2{
	font-size: 1.06667em;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
}
.home-featured .date {
	color: #22385f;
}
.home-featured h2{
	color:#9c8642;
	margin-top: 0;
}
.home-featured .cta{
	color:#9c8642;
	text-decoration: none;
	font-size: 0.866rem;
	font-weight: 700;
	text-transform: uppercase;
}
.home-featured .item:hover {
	background-color: #9c8642;
}
.home-featured .item:hover > div > * {
	color: #fff;
}
.home-featured .item:hover .cta::after{
	width: 100%;
}
.home-featured .owl-dots .owl-dot span{
	width: 12px !important;
	height: 12px !important;
	background: transparent !important;
	border: 2px solid white !important;
	margin: 5px !important;
}
.home-featured .owl-dots .owl-dot.active span{
	background: white !important;
}

@media screen and (max-width: 1140px) {
	.home h1.page-title{
		margin: 200px auto 50px auto;
	}
	.home .page-header.image{
		max-height: none;
	}
	a.scroll-down-button{
		display: none !important;
	}
}
@media screen and (max-width: 600px) {
	.home h1.page-title{
		margin: 100px auto 50px auto;
	}
}
.slide-img{
	height: 200px;
	width: auto;
}
.slide .texte{
	padding-right: 75px;
}
@media screen and (max-width: 1140px) {
	.page-header .slides .boxed{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.slide-img{
		height: 200px;
		width: auto;
		margin: 35px 0;
	}
}
.ajax-slider-wrapper{
	transition: opacity .3s ease;
}

.grid {
	display: grid;
	grid-gap: 20px;
}

.grid-gap-large {
	grid-gap: 60px;
}

.grid-2-columns {
	grid-template-columns: repeat(2, 1fr);
}

.grid-3-columns {
	grid-template-columns: repeat(3, 1fr);
}

.grid > .featured {
	grid-column: 1 / -1;
}

.grid .type-publication.featured,
.grid .type-video.featured {
	display: flex;
	flex-direction: row;
}

.grid .type-publication.featured > :first-child {
	flex: 0 0 calc(33.333% - 10px);
}

.grid .type-video.featured > :first-child {
	flex: 0 0 calc(66.666% - 5px);
}

.type-publication,
.type-video {
	display: flex;
	flex-direction: column;
}

.featured-medias > div {
	display: flex;
	flex-direction: column;
}

.featured-medias .type-publication,
.featured-medias .type-video {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.type-publication .entry-title,
.type-video .entry-title {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 1rem;
}

.featured-medias > div > * + * {
	margin-top: 3em;
}

.type-publication .entry-content,
.type-video .entry-content {
	flex-grow: 1;
	background-color: #f5f5f5;
	padding: 20px;
}

.type-publication .entry-content p,
.type-video .entry-content p {
	text-align: left;
}

@media screen and (max-width: 600px) {

	.grid-2-columns {
		grid-template-columns: repeat(1, 1fr);
	}

	.grid-3-columns {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid .type-publication.featured {
		flex-direction: column;
	}

}

@media screen and (max-width: 900px) {

	.grid .type-video.featured {
		flex-direction: column;
	}

	.grid .type-video.featured > :first-child {
		flex-basis: auto;
	}

}

.embed.aspect-ratio-16-9 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
}

.embed.aspect-ratio-16-9 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-template-medias .site-main,
.page-template-template-videos .site-main,
.page-template-template-publications .site-main {
	margin-bottom: 5em;
}

.rnw-widget-container {
	margin-bottom: 60px;
}
