/*
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.8.7
Text Domain: buxum-child
Template: twentyseventeen
*/

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

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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color: #ba0c2f;
}
a:hover{
	text-decoration: none;
	color: #ba0c2f;
}

.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. */
}

/* GEC-20 - Page style */
body{
	color: #202020;
	font-family: 'Lato', sans-serif;
}
h1{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 2.25em;
}
h2{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 1.9em;
	line-height: 1.3em;
}
h3{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.3em;
}
b, strong, em{
	font-weight: bold;
}
select::-ms-expand {
    display: none;
}
i{
	font-style: italic;
}
small{
	font-size: 80%;
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1240px;
	}
}

/* GEC-21 - Header / Footer / Menu */
.site-header{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	min-height: 500px;
	padding: 160px 90px 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-header{
		height: 499px; /* IE Workaround */
	}
}
.site-header *{
	position: relative;
	z-index: 1;
}
.site-header:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 70%,rgba(0,0,0,.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.7)),color-stop(25%, rgba(255,255,255,0)),color-stop(70%, rgba(255,255,255,0)),to(rgba(0,0,0,.7)));
	background: -o-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 70%,rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 70%,rgba(0,0,0,.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.site-header:after{
    content: "";
    display: block;
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home .site-header{
	min-height: 800px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home .site-header{
		height: 799px; /* IE Workaround */
	}
}
nav#main {
    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;
    color: #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100vw - 125px);
    z-index: 10000;
}
.site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 1.35em;
    font-weight: 100;
}
.site-title img{
	width: 105px;
    height: auto;
    margin-right: 30px;
}
.header-content{
	overflow: hidden;
}
.header-content span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}
.header-content .pretitle{
	font-size: .95em;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 15px;
	-webkit-transition: opacity 2.6s ease, -webkit-transform 1.3s ease;
	transition: opacity 2.6s ease, -webkit-transform 1.3s ease;
	-o-transition: transform 1.3s ease, opacity 2.6s ease;
	transition: transform 1.3s ease, opacity 2.6s ease;
	transition: transform 1.3s ease, opacity 2.6s ease, -webkit-transform 1.3s ease;
}
.header-content .title{
	font-size: 3em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 15px;
	-webkit-transition: opacity 2.6s ease, -webkit-transform 1.4s ease;
	transition: opacity 2.6s ease, -webkit-transform 1.4s ease;
	-o-transition: transform 1.4s ease, opacity 2.6s ease;
	transition: transform 1.4s ease, opacity 2.6s ease;
	transition: transform 1.4s ease, opacity 2.6s ease, -webkit-transform 1.4s ease;
}
.header-content .subtitle{
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 30px;
	-webkit-transition: opacity 2.6s ease, -webkit-transform 1.5s ease;
	transition: opacity 2.6s ease, -webkit-transform 1.5s ease;
	-o-transition: transform 1.5s ease, opacity 2.6s ease;
	transition: transform 1.5s ease, opacity 2.6s ease;
	transition: transform 1.5s ease, opacity 2.6s ease, -webkit-transform 1.5s ease;
}
.search-form{
	display: flex;
	width: 100%;
}
.search-submit{
	margin-left: 25px;
}
.cta, .bloc a:not(.std), .quform-submit, .quform-next, .quform-back, .search-submit{
	display: table;
	cursor: pointer;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	background-color: #ba0c2f;
	color: #ffffff;
	padding: 20px 30px;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .15em;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid #ba0c2f;
	-webkit-transition: background .3s ease, color .3s ease, opacity 2.6s ease, -webkit-transform 1.6s ease;
	transition: background .3s ease, color .3s ease, opacity 2.6s ease, -webkit-transform 1.6s ease;
	-o-transition: transform 1.6s ease, background .3s ease, color .3s ease, opacity 2.6s ease;
	transition: transform 1.6s ease, background .3s ease, color .3s ease, opacity 2.6s ease;
	transition: transform 1.6s ease, background .3s ease, color .3s ease, opacity 2.6s ease, -webkit-transform 1.6s ease;
}
.cta:hover, .bloc a:hover, .quform-submit:hover, .quform-next:hover .quform-back:hover, .search-submit:hover{
	background: white;
	color: #ba0c2f;
	text-decoration: none;
}
.loader{
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
.header-content .hidden{
	-webkit-transform: translateX(-125%);
	    -ms-transform: translateX(-125%);
	        transform: translateX(-125%);
	opacity: 0;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.main-menu{
	display: flex;
	align-items: center;
}
.main-navigation ul li a {
    font-family: 'Ubuntu';
    color: rgba(255,255,255,.75);
    font-size: 1.3em;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.main-navigation ul li a:hover , .main-navigation ul li a.active{
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.main-navigation ul li:not(:last-child){
	margin-bottom: 40px;
}
.menu-item-has-children{
	position: relative;
}
.menu-item-has-children .icon{
	display: none;
}
.sub-menu{
	position: absolute;
    left: 300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.main-navigation .sub-menu li a{
	font-family: 'Lato';
	color: #ffffff;
	font-weight: 300;
}
.menu-item-has-children a.active{
	position: relative;
}
.menu-item-has-children > a.active:after {
    content: "→";
    display: inline-block;
    margin-left: 30px;
}
.main-navigation .sub-menu li a{
	position: relative;
	padding-bottom: 5px;
}
.main-navigation .sub-menu li a:after{
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background-color: rgba(255,255,255,.6);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	bottom: -5px;
	position: absolute;
	z-index: 100000;
}
.main-navigation .sub-menu li a:hover:after{
	width: 100%;
}

#colophon{
	background-color: #ba0c2f;
	padding: 75px 0;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 100000;
}

.footer-title{
	display: block;
	font-family: 'Ubuntu';
	font-size: .85em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
	font-weight: 500;
}
.loro{
	padding-right: 0;
}
.loro img{
	width: 100%;
	max-width: 187px;
}
.header-content-menu .news h3{
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: .1em;
}
article#last-post{
	color: #ffffff;
	padding: 90px 25px 25px 25px;
	margin: 25px 0;
	position: relative;
	background-size: cover;
	background-position: center;
}
article.hoverfx{
	position: relative;
}
article.hoverfx:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.55);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
article.hoverfx:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0,0,0,0)),color-stop(99%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
article.hoverfx:hover:after{
	background-color: rgba(186,12,47,.6);
}
article.hoverfx:hover:before{ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0.44) 99%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0,0,0,0)),color-stop(99%, rgba(0,0,0,0.44)),to(rgba(0,0,0,0.75)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0.44) 99%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0.44) 99%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
article.hoverfx span, article.hoverfx a{
	color: #ffffff;
	display: block;
}
article.hoverfx .date, article.hoverfx .excerpt{
	font-weight: 300;
	line-height: 1.4em;
}
article.hoverfx .date{
	font-size: .9em;
}
article.hoverfx a{
	font-size: .8em;
	font-family: 'Ubuntu';
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 15px 0;
	line-height: 1.4em;
}
#colophon .mailster-wrapper label, .menu-wrapper .mailster-wrapper label{
	display: none;
}
#colophon .mailster-form, .menu-wrapper .mailster-form{
	max-width: 350px;
}
#colophon .mailster-email-wrapper input, .menu-wrapper .mailster-email-wrapper input{
	outline: none;
	color: #ffffff;
	background: transparent;
	border: 0;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	border-radius: 0;
	padding-left: 0;
}
#colophon .mailster-submit-wrapper, .menu-wrapper .mailster-submit-wrapper{
    float: left;
    position: absolute !important;
    right: 0;
    top: 0;
    background: transparent;
}
#colophon .mailster-submit-wrapper input, .menu-wrapper .mailster-submit-wrapper input{
	font-family: 'Ubuntu';
	border: 0;
	color: #ffffff;
	background: transparent;
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}
#colophon .mailster-email-wrapper ::-webkit-input-placeholder, .menu-wrapper .mailster-email-wrapper ::-webkit-input-placeholder {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .1em;
	color: #ffffff;
}
#colophon .mailster-email-wrapper :-ms-input-placeholder, .menu-wrapper .mailster-email-wrapper :-ms-input-placeholder {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .1em;
	color: #ffffff;
}
#colophon .mailster-email-wrapper ::-ms-input-placeholder, .menu-wrapper .mailster-email-wrapper ::-ms-input-placeholder {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .1em;
	color: #ffffff;
}
#colophon .mailster-email-wrapper ::placeholder, .menu-wrapper .mailster-email-wrapper ::placeholder {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .1em;
	color: #ffffff;
}

#colophon .mailster-_recaptcha-wrapper {
	margin-top: 1rem;
}

.newsletter-title{
	display: block;
	color: #ffffff;
	margin-bottom: 20px;
}
.social a{
	color: #ba0c2f !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: white;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
}
.social a:hover{
	text-decoration: none;
	-webkit-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	        transform: translateY(-4px);
}
.fa-facebook-f:before {
    content: "\f39e" !important;
}
.social a:not(:last-child){
	margin-right: 15px;
}
.header-content-menu .social i{
	color: #202020;
}
.header-content-menu .social a{
	background: #909090;
}
.header-content-menu .mailster-form{
	margin-bottom: 50px;
}
.menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    background-color: #000000;
    position: absolute;
    padding: 30px 90px;
    top: 0;
    z-index: 100;
    width: 100%;
	height: 100vh;
	overflow-y: scroll;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	will-change: transform;
}
body.menu-open .menu-wrapper{
	z-index: 1000;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
body.menu-open{
	overflow-y: hidden;
}
#colophon .adresse{
    color: #fff;
    line-height: 2em;
    font-size: .95em;
}
#colophon .cols{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#colophon .cols div:first-child{
	padding-right: 20px;
}
#colophon a{
	color: #ffffff;
	text-decoration: none;
}
#colophon .row{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#colophon .links {
	list-style: none;
}
#colophon .links li:not(:last-child){
	margin-bottom: 2.75em;
}
#colophon .row > div:not(:first-child):not(:last-child){
	padding-right: 15px;
	border-right: 1px solid #cf556e;
}
#colophon .row > div:first-child img{
	margin-right: 25px;
}
.signature{
	background-color: #ffffff;
	color: #585858;
    height: 50px;
    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;
    text-align: center;
    font-size: .8em;
}
.signature a{
	color: #585858;
}
.actions > *{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 25px;
}
.action .align p{
	white-space: pre-line;
}
body.frozen{
	overflow: hidden;
}
nav#main .actions{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
nav#main .actions input.search-field{
	color: #ffffff;
	background: transparent;
	border: 0;
	outline: none;
	border-bottom: 2px solid rgb(255,255,255);
	padding-bottom: 10px;
}
nav#main .actions button.search-submit{
	color: #202020;
	background: #ffffff;
	border: 0;
	border-radius: 30px;
	padding: 0 15px;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: .9em;
	cursor: pointer;
}
nav#main .actions button.search-submit:hover{
	background-color: #ba0c2f;
	color: #ffffff;
}
nav#main .actions .search-form{
    max-width: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
nav#main .actions .search-form.on{
	max-width: 350px;
}
.actions .fa-search{
	font-size: 1.3em;
	cursor: pointer;
}
#menu-toggle {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

#menu-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-toggle span:nth-child(1) {
  top: 0px;
}

#menu-toggle span:nth-child(2),#menu-toggle span:nth-child(3) {
  top: 10px;
}

#menu-toggle span:nth-child(4) {
  top: 20px;
}

#menu-toggle.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#menu-toggle.open span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
/* GEC-22 - Home */
.gray-bg{
	background-color: #f4f4f4;
}
.home .bg-img .flex-it .deco{
	min-width: 65%
}
.citation p{
	font-weight: 300;
    font-size: 1.7em;
    line-height: 1.55em;
    position: relative;
    width: 100%;
    display: block;
}
.citation p:before, .citation p:after{
	font-family: 'Ubuntu';
	font-weight: 600;
	color: #ba0c2f;
	font-size: 2em;
	position: absolute;
}
.citation p:before{
	content: "“";
	left: -40px;

}
.citation p:after {
    content: "„";
	margin-left: 15px;
    bottom: 5px;
}
#home-row-1 .citation {
    padding: 100px 70px 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bloc {
    background-color: #ffffff;
    border-top: 6px solid #ba0c2f;
    padding: 30px 35px;
}
.bloc h1{
    margin-bottom: 1.15em;
    font-size: 1.9em;
    line-height: 1.1em;
}
.bloc p{
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.6em;
}
.bloc a:last-child:not(.std){
	display: table;
    font-size: .5em;
    padding: 9px 45px;
    margin-top: 35px;
    border: 2px solid #ba0c2f;
}
.bloc a:not(.std):last-child:hover{
	border: 2px solid #ba0c2f;
}
.cta.outline:hover{
	border: 2px solid #ba0c2f;
}
.bloc.pull-up{
	-webkit-transform: translateY(-25%);
	    -ms-transform: translateY(-25%);
	        transform: translateY(-25%);
}
.content{
	padding: 100px 0;
}
.page-template-template-covid19-map .content {
	padding-top: 50px;
}
.content h1{
	margin-bottom: .75em;
}
#all-news{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.deco {
    padding-left: 80px;
    word-wrap: break-word;
    position: relative;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
}
.deco:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    background-color: #202020;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.deco.red:before {
    background-color: #ba0c2f;
}
.deco.white:before {
    background-color: #ffffff;
}

#home-news-container{
	padding-top: 60px;
}
#home-news-container article {
    color: #ffffff;
    padding: 50px 25px 25px 25px;
    margin: 25px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 300px;
}
#home-news-container article *{
	position: relative;
	z-index: 100000;
}
.bg-img{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-img *{
	position: relative;
	color: #ffffff;
	z-index: 1;
}
.bg-img:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.flex-it .deco{
	max-width: 850px;
}
.flex-it{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
span.deco{
	line-height: 1.75em;
}
div.deco{
	padding-left: 80px;
    word-wrap: break-word;
    position: relative;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    line-height: 1.5em;
}
div.deco:before{
	top: 10px;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
div.deco p.adresse.first{
	display: block;
	margin-bottom: 25px;
}
div.deco p.adresse a{
	color: #202020;
	text-decoration: none;
}
.home .quform input, .home .quform textarea{
	padding-left: 0;
	padding-bottom: 10px;
	border: 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: .5em;
}
.home .quform *::-webkit-input-placeholder{
	font-size: .8em;
	letter-spacing: .1em;
	font-family: 'Ubuntu';
	color: #ba0c2f;
	text-transform: uppercase;
	font-weight: 600;
}
.home .quform *:-ms-input-placeholder{
	font-size: .8em;
	letter-spacing: .1em;
	font-family: 'Ubuntu';
	color: #ba0c2f;
	text-transform: uppercase;
	font-weight: 600;
}
.home .quform *::-ms-input-placeholder{
	font-size: .8em;
	letter-spacing: .1em;
	font-family: 'Ubuntu';
	color: #ba0c2f;
	text-transform: uppercase;
	font-weight: 600;
}
.home .quform *::placeholder{
	font-size: .8em;
	letter-spacing: .1em;
	font-family: 'Ubuntu';
	color: #ba0c2f;
	text-transform: uppercase;
	font-weight: 600;
}
.quform-element-submit{
	float: right;
}
.quform-submit{
	border: 0;
	width: 175px;
	height: 50px;
	border: 2px solid #ba0c2f;
}
.quform-submit:hover{
	border: 2px solid #ba0c2f;
}
.home .quform-field-checkbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
    -webkit-appearance: none;
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #ba0c2f !important;
    cursor: pointer;
    float: left !important;
}
.home .quform-field-checkbox:checked{
	background-color: #ba0c2f !important;
}

.quform .quform-field-textarea {
    height: 100px !important;
}
.quform-option .quform-option-label {
    float: left !important;
    max-width: calc(100% - 75px);
    margin-left: 30px;
    line-height: 1.4em;
}
.quform-element-row .quform-element-row-1_17{
	margin-top: 40px;
}
.quform-element-1_21{
	margin-bottom: 25px;
}
.popup {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    background-color: #202020;
    padding: 35px 0 100px 0;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999999;
}

.popup iframe{
	margin-top: 35px;
	width: 100%;
    height: 560px;
}
body.popup-open .popup{
	display: block;
	opacity: 1;
}
body.popup-open div#page:before{
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 10000;
}
.popup .cta{
	margin: 0 auto;
	position: relative;
	padding: 20px 50px 20px 35px;
}
.popup .cta:after {
    content: "×";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2em;
    font-weight: 300;
}
.cta.play {
    background-image: url('img/ui/play.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 10px center;
    padding-left: 70px;
}
.cta.play:hover {
    background-image: url('img/ui/play_hover.png');
}

/* */
/* body:not(.home) .header-content {
    padding-top: 75px;
    overflow: visible;
} */
.site-header .bc{
    color: #fff;
    font-weight: 300;
    font-size: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.site-header .bc li:not(:last-child):after{
	content: "→";
	font-family: Arial;
	display: inline-block;
	margin: 0 10px;
	font-weight: 300;
}
body:not(.home) .bloc p {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8em;
    display: block;
    width: 100%;
}
p{
	line-height: 1.75em;
	margin-bottom: 1em;
}
.timeline-container{
	display: block;
}
.timeline {
  list-style: none;
  position: relative;
  margin-top: 75px;
  padding-bottom: 100px;
}
.timeline .deco p{
	display: block;
	width: 100%
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
    border-top: 4px solid transparent;
    background-clip: content-box;
}
.timeline:after {
	content: "";
	display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    background-color: #202020;
    z-index: 100;
    border-radius: 50%;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    position: relative;
}
.timeline > li  .timeline-body {
	text-align: left;
	background-color: #f4f4f4;
	padding: 25px 25px 50px 25px;
}
.timeline > li  .timeline-body.has-background-image{
	position:relative;
	background-image: cover;
	color: #fff;
}
.timeline > li  .timeline-body.has-background-image::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.55);
}
.timeline > li  .timeline-body.has-background-image > * {
	position: relative;
}
.timeline > li  .timeline-body.has-background-image a {
	color: #fff;
}
.timeline > li  .timeline-body.has-background-image .deco:before{
	background-color: #fff;
}
.timeline > li .timeline-heading{
	text-align: right;
    color: #ba0c2f;
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: 1.25em;
    display: block;
    margin-bottom: 25px;
  	text-transform:capitalize;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 8px;
    height: 8px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -4px;
    background-color: #202020;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 25px;
	display: block;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-inverted .timeline-heading{
	text-align: left !important;
}

.timeline-panel.multiple .timeline-body{
	margin-bottom: 25px;
}

/* Hide few lines */
.page-template-template-mission .timeline > li:nth-child(n+6){
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.page-template-template-mission .timeline > li:nth-child(n+6).on{
	opacity: 1;
	height: auto;
	overflow: visible;
}

.timeline-container .cta{
	margin: 50px auto 0 auto;
}
.action{
	text-align: left;
	padding: 0 40px;
	margin-bottom: 100px;
	padding-bottom: 40px;
}
.action img {
    height: 80px;
    max-width: 90px;
    width: auto;
    margin-bottom: 2rem;

}
.action h2{
	font-size: 1.3em;
}
.action hr{
	margin: 1.5rem 0;
	border-top: 1px solid #202020;
}
.action .cta {
    margin: -40px 0px;
    position: absolute;
    bottom: 0;
}
.action .wrapper{
	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;
}
.action h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	text-align: right;
}
.row.wwd{
	margin:25px 0;
}
.actions-container{
	margin-top: 75px;
}
.actions-container .row:last-child .action{
	margin-bottom: 0;
}
/* GEC-24 - Structure */
.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-bottom: 40px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    background-clip: content-box;
    min-height: 250px;
}
.Directorate .person:nth-child(1){
    width: 50%;
    margin-right: 50%;
    max-width: 50%;
}
.person .avatar{
	width: 42.5%;
	-webkit-transform: translateX(-15px);
	    -ms-transform: translateX(-15px);
	        transform: translateX(-15px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.person .infos{
	width: 57.5%;
    padding: 25px 15px;
}
.person-title{
    color: #ba0c2f;
    font-weight: 500;
    font-family: 'Ubuntu';
    font-size: 1.35em;
    display: block;
    margin-bottom: 15px;
}
.person-function{
    font-weight: 400;
    font-family: 'Ubuntu';
    font-size: .85em;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.35em;
}
.person .description{
	font-size: .9em;
	line-height: 1.6em;
}
/* .person > div{
	flex-basis: 50%;
	flex-grow: 0;
} */

.person-container:not(:last-child){
	margin-bottom: 25px;
}
.page-template-template-structure #content h1{
    font-size: 2em;
    margin-bottom: 1.75em;
}
/* GEC-28 - Funding */
.content-text{
	font-weight: 300;
    font-size: 1.3em;
    margin-bottom: 50px;
}
.content-text p {
    margin-bottom: .75em;
}
.content-text p a{

    text-decoration: underline;
    font-weight: 400;
}
.content-logos {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 50px 0 100px 0;
}
.content-logos img{
	max-width: 75%;
}
.site-content-contain h2{
	margin-bottom: 1.45em;
}
/* GEC-27 - Donations */
.quform-page-progress-tabs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
body.page-id-255 .quform-page-progress-tab,
body.page-id-15657 .quform-page-progress-tab {
	font-size: .8em;
	background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    color: #999999;
    font-weight: bold;
    z-index: 1;
}

body.page-id-255 .quform-page-progress-tab,
body.page-id-15657 .quform-page-progress-tab {
	margin:0 15%;
}

body.page-id-255 .quform-page-progress-tab:last-child,
body.page-id-15657 .quform-page-progress-tab:last-child {
	border-right: 1px solid #999999;
}
body.page-id-255 .quform-page-progress-tab.quform-current-tab,
body.page-id-15657 .quform-page-progress-tab.quform-current-tab {
	color: #000000;
	border: 1px solid #000000;
}
body.page-id-255 .quform-page-progress::after,
body.page-id-15657 .quform-page-progress::after{
    content: "";
    display: block;
    width: 95%;
    height: 1px;
    background-color: #000000;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    margin: 0 auto;
}
body.page-id-255 .quform,
body.page-id-15657 .quform{
	margin-top: 75px;
	border-top: 8px solid #ba0c2f;
	background-color: #ffffff;
}
body.page-id-255 .quform-page-progress,
body.page-id-15657 .quform-page-progress {
    padding: 65px 0;
    margin-bottom: 0;
    overflow: hidden;
}
body.page-id-255 .quform-page-title,
body.page-id-15657 .quform-page-title{
	font-size: 1.2em;
	color: #ba0c2f;
	margin-bottom: 75px;
}
body.page-id-255 .quform-form-inner,
body.page-id-15657 .quform-form-inner{
	padding: 0 40px;
}
body.page-id-255 .quform-element-submit,
body.page-id-15657 .quform-element-submit{
	float: none;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
body.page-id-255 .quform-next,
body.page-id-15657 .quform-next {
    padding: 10px 40px 10px 30px;
    position: relative;
}
body.page-id-255 .quform-button-next-icon,
body.page-id-15657 .quform-button-next-icon
{
	font-size: 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
}

body.page-id-15657 .quform-button-back-icon i
{
	font-size: 16px;
    position: relative;
    top: 2px;
}

body.page-id-255 .quform-back {
    display: none;
}
.quform-next.disabled{
	background-color: #bdbdbd;
    border: 2px solid #bdbdbd;
    cursor: not-allowed;
    pointer-events: none;
}
.select-amount{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.select-amount > div{
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 15px;
	width: 15%;
	padding: 25px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.select-amount > div:hover, .select-amount > div.active{
	background-color: #ba0c2f;
	border: 1px solid #ba0c2f;
}
.select-amount .amount{
	display: block;
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 2.4em;
}
.select-amount .amount::after{
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #ba0c2f;
	margin: 10px auto;
}
.select-amount > div:hover .amount, .select-amount > div.active .amount{
	color: #ffffff;
}
.select-amount > div:hover .amount::after, .select-amount > div.active .amount::after{
	background-color: #ffffff;
}
.select-amount > div:hover .currency, .select-amount > div.active .currency{
	color: rgba(255,255,255,.7);
}
.select-amount .currency{
	font-weight: 300;
	font-size: 1.25em;
}
.free-amount input{
	background: transparent;
	width: 100%;
	border: 0;
	outline: none;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance:textfield;
	text-align: center;

}
.select-amount > div:hover input, .select-amount > div.active input{
	color: #ffffff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quform-page-2_4 input,
.quform-page-2_4 textarea,
.quform-page-2_4 select,
.quform-page-4_4 input,
.quform-page-4_4 textarea,
.quform-page-4_4 select,
.page-template-template-contact .quform input,
.page-template-template-contact .quform textarea,
.page-template-template-contact .quform select
{
    border-radius: 25px;
    padding: 10px 25px !important;
    color: #000000;
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .8em;
}
.quform-page-2_4 ::-webkit-input-placeholder,
.quform-page-4_4 ::-webkit-input-placeholder,
.page-template-template-contact .quform ::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .8em;
}
.quform-page-2_4 ::-moz-placeholder,
.quform-page-4_4 ::-moz-placeholder,
.page-template-template-contact .quform ::-moz-placeholder { /* Firefox 19+ */
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .8em;
}
.quform-page-2_4 :-ms-input-placeholder,
.quform-page-4_4 :-ms-input-placeholder,
.page-template-template-contact .quform :-ms-input-placeholder { /* IE 10+ */
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .8em;
}
.quform-page-2_4 :-moz-placeholder,
.quform-page-4_4 :-moz-placeholder,
.page-template-template-contact .quform :-moz-placeholder { /* Firefox 18- */
	color: #000000;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .8em;
}
.amount-error{
    padding: 3px 15px;
    margin: 0;
    background-color: #f2dede;
    color: #b94a48;
    border-left: 5px solid #c73412;
    max-width: 100%;
    margin: 25px 0;
    display: none;
}
.quform-page-2_4 select,
.quform-page-4_4 select{
	background-color: #ffffff;
	-webkit-appearance: none;
}

.page-template-template-www #bigmap,
.page-template-template-covid19-map #bigmap{
	width: 100vw;
	min-height: calc(100vh - 225px);
	height: auto;
}
.page-template-template-covid19-map #bigmap{
	min-height: 80vh;
}
.covid19-row,
.mission-row {
/*    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;*/
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    padding-bottom: 0;
    padding-top: 50px;
}
.covid19-row .bloc,
.mission-row .bloc{
	position: relative;
	min-height: 575px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}
.covid19-row .bloc.has-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.covid19-row .bloc a:last-child:not(.std) {
	margin: 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.covid19-row .bloc,
	.mission-row .bloc{
		height: 574px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.bloc > *{
		display: block;
		width: 100%
	}
}
.covid19-row .col-lg-7,
.mission-row .col-lg-7{
	padding-top: 125px;
}
.hoverfx *{
	z-index: 10;
	position: relative;
}
h1.site-title{
	cursor: pointer;
}
.quform-element-row-2_28 h4,
.quform-element-row-4_28 h4{
	font-size: 1.1em;
	color: #ba0c2f;
	margin-bottom: 10px;
}
.quform-element-row-2_28 .quform-element,
.quform-element-row-4_28 .quform-element{
	text-align: left;
	line-height: 1.7em;
	position: relative;
	padding-bottom: 100px;
}
body.page-id-255 .quform-label,
body.page-id-15657 .quform-label{
	display: none;
}
body.page-id-255 .quform-loading,
body.page-id-15657 .quform-loading{
	display: none !important;
}
body.page-id-255 .quform-element-row-2_28 .quform-element-submit,
body.page-id-15657 .quform-element-row-2_28 .quform-element-submit {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    position: absolute;
    bottom: 0;
}
body.page-id-255 .quform-element-row-2_28 .quform-element-submit .quform-submit,
body.page-id-15657 .quform-element-row-2_28 .quform-element-submit .quform-submit{
    width: auto;
    padding: 8px 30px;
}
body.page-id-255 .quform-element-row-2_28,
body.page-id-15657 .quform-element-row-2_28{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.quform-element-row-2_28 .quform-element-column:not(:first-child)::after,
.quform-element-row-4_28 .quform-element-column:not(:first-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 230px;
    background-color: gainsboro;
    position: absolute;
    left: -25px;
    top: 0;
}
.page-id-255 .quform-success-message-animate,
.page-id-15657 .quform-success-message-animate{
	margin-bottom: 60px;
}
/* GEC-30 - Contact */
.page-template-template-contact .bloc p{
	text-align: left !important;
}
.page-template-template-contact .bloc b{
	font-size: 1.3em;
    margin: 2.5em 0 2em 0;
    display: block;
}
.page-template-template-contact .bloc a.std{
	color: #202020;
}
.page-template-template-contact .bloc a.st:hover{
	color: #ba0c2f;
}
.page-template-template-contact .quform input, .page-template-template-contact .quform textarea, .page-template-template-contact .quform select{
	font-size: .9em;
}

.page-template-template-contact .quform .quform-field-checkbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-appearance: none;
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #ba0c2f !important;
    cursor: pointer;
    float: left !important;
    padding: 0 !important;
    position: relative !important;
}
.page-template-template-contact .quform .quform-field-checkbox:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ba0c2f;
    position: absolute;
    top: 50%;
    left: calc(50% - 0.25%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.page-template-template-contact .quform .quform-field-checkbox:checked:after {
	opacity: 1;
}
.page-template-template-contact .quform-element-1_21{
	margin-top: 25px;
}
.page-template-template-contact .bloc{
	min-height: 580px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-template-template-contact .content{
	padding-bottom: 0;
}
.page-template-template-contact .quform-option .quform-option-label{
	margin-left: 15px;
}
.page-template-template-contact #map{
	width: 100vw;
	height: 400px;
}
.page-template-template-contact input, .page-template-template-contact textarea{
	background-color: transparent;
}
/* GEC-29 - Map Fiche */
.thematic-areas{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.page-template-template-covid19-map .thematic-areas {
	padding: 0;
}
.thematic-areas .toggle-terms{
	padding: 15px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 400px;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.thematic-areas .toggle-terms:hover{
	background-color: #ba0c2f;
	border: 2px solid #ba0c2f;
	color: #ffffff;
}
.terms{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.term{
	font-size: .7em;
	padding: 15px 10px;
	color: #202020;
	border: 2px solid #ba0c2f;
	background-color: transparent;
}
.terms .term:hover, .terms .term.on{
	font-size: .7em;
	padding: 15px 10px;
	color: #ffffff;
	border: 2px solid #ba0c2f;
	background-color: #ba0c2f;
}
.terms-container{
	width: 100%;
	max-width: 1240px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.terms-container.on{
	overflow: visible;
	height: auto;
	max-height: 100px;
	}
.terms-container .container{
	padding-left: 0;
	padding-right: 0;
}
.terms-container hr{
	margin: 35px 0;
}
.thematic-areas .closeit{
	display: none;
}
.thematic-areas.on .closeit{
	display: block;
}
.thematic-areas.on .open{
	display: none;
}
.thematic-areas.on .terms-container{
	margin-bottom: 25px;
}
.toggle-terms.closeit:after {
    content: "×";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.24em;
    font-weight: 300;
}
.map-container{
	position: relative;
	background-color: #ffffff;
    overflow: hidden;
}
.map-container .legend {
    width: 160px;
    padding: 15px;
    background-color: #efefef;
    position: absolute;
}
.map-container .legend .wrap{
	text-align: center;
}
.map-container .legend span{
	font-family: 'Ubuntu';
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
}
.map-container .legend img{
	max-width: 75%;
	display: block;
	margin: 0 auto 15px auto;
    width: 100%;
    height: 100%;
}
.page-template-template-covid19-map .map-container{
    padding-top: 56.25%;
}
.page-template-template-covid19-map .map-container iframe{
	border-top: 5vw solid #ffffff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fiche-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  /*  min-height: 100vh;*/
    max-width: 1240px;
    background-color: #ffffff;
    padding: 30px;
    border-top: 6px solid #ba0c2f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 100000;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
            box-shadow: 0 0 25px rgba(0,0,0,.1);

    opacity: 0;
    width: 100%;
}
.fiche-preview:not(.preview):not(.visible) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.fiche-preview.preview{
    -webkit-transform: translateY(calc(100% - 350px)) !important;
        -ms-transform: translateY(100%) translateY(-350px); /* IE 11 */
            transform: translateY(calc(100% - 350px)) !important;
	opacity: 1;
}
.fiche-preview.visible{
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
	opacity: 1;
	position: fixed;
    overflow-y: scroll;
}
.fiche-preview .contenu-fiche{
	padding-top: 100px;
}
.fiche-preview .thematic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 25px;
	/* Scroll */
    position: fixed;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1240px;
    background-color: #ffffff;
    padding: 25px;
    z-index: 10;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fiche-preview .thematic {
		position: absolute;
	}
	.fiche-preview.visible .contenu-fiche{
		padding-bottom: 225px;
	}
}
.fiche-preview .thematic > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.fiche-preview .terms{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.fiche-preview ol,
.fiche-preview ul {
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.fiche-preview ol ol,
.fiche-preview ol ul,
.fiche-preview ul ul,
.fiche-preview ul ol {
	margin-bottom: 0;
}
.thematic-name{
	font-size: 1.3em;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 35px;
}
.thematic .term{
	margin-right: 20px;
}
.fiche-preview .subtitle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0 0 35px 0;
}
.fiche-preview h3{
	font-size: 1.7em;
}
.fiche-preview h3::after{
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ba0c2f;
	margin: 15px 0 20px 0;
}
.fiche-preview .accordion-carret h3::after{
	display: none;
}

.fiche-preview .deeds .subtitle{
	margin-bottom: 25px;
}

.fiche-preview .deeds .group-name{
	font-size: 1.5625em;
	font-weight: 500;
	border-bottom: 1px solid #202020;
	margin-bottom: 1em;
	padding-bottom: 0.7em;
}

.fiche-preview .deeds .group-name:after{
	display: none;
}

.fiche-preview .deeds .group-engaged{
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 1.25em;
	color: #ba0c2f;
	margin-bottom: 25px;
}

.fiche-preview .deeds .group-engaged-number{
	color: #202020;
}

.fiche-preview .deeds .deeds-thematic-icon{
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 50px;
	margin-right: 0.7em;
}

.fiche-preview .deeds .deeds-thematic-name{
	font-weight: 700;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #ba0c2f;
	margin-bottom: 3px;
}

.fiche-preview .deeds .deeds-thematic-year{
	font-size: 1.25em;
	font-family: 'Ubuntu';
    font-weight: 500;
}

.fiche-preview .deeds .deeds-thematic{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contact-information h3{
	font-size: 1.3em;
	margin-bottom: 1em;
}
.contact-information h3:after{
	display: none;
}
.contact-information h3 a{
	color: #202020;
}
.contact-information strong, .keymoments strong{
	font-family: 'Ubuntu';
	font-weight: 700;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .1em;
}
.fiche-preview .row{
	margin-bottom: 60px;
}
.fiche-preview .accordion .row{
	position: relative;
	margin-bottom: 0;
}
.fiche-preview .accordion .row + .row::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #dee2e6;
}

.fiche-preview-covid h2 {
	color: #ba0c2f;
	font-size: 2.2em;
}

.fiche-preview-covid h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin: 1em 0;
	line-height: 1.5em;
}

.fiche-preview-covid .list-links {
	line-height: 1.5;
	margin: 1em 0;
}

.fiche-preview-covid .list-links li + li {
	margin-top: 10px;
}
.keymoments .number{
	font-size: 1.4em;
}
.slider-medias{
	overflow: hidden;
}
.slider-medias .mask{
	width: 5000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-medias .media{
	width: 580px;
	margin-right: 20px;
	height: 580px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.slider-medias .media video{
	min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	background-color: #000000;
}
.slider-medias .media.image{
	background-size: cover;
	background-position: center;
}
.slider-medias .media.iframe iframe{
    background-color: #000000;
}
.slider-medias .media iframe{
    width: 100%;
    height: 100%;
}
.row.nm{
	margin-bottom: 0;
}
.fiche-preview #slider{
	margin: 50px 0;
	position: relative;
	border: 0;
}
.fiche-preview #slider::after{
	content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: calc(50% + 3px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000000 !important;
    background: #ffffff !important;
    border-radius: 100% !important;
    font-weight: normal !important;
    color: #000000 !important;
    outline: none !important;
    cursor: -webkit-grab !important;
    cursor: grab !important;
}
.ui-slider .ui-slider-handle{
	width: 1.7em !important;
	height: 1.7em !important;
}
.ui-slider .ui-slider-handle:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000000;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.fiche-preview .hoverfx {
    background-size: cover;
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 25px;
}
.page-template-template-www .site-content-contain{
	overflow: hidden;
}
.fiche-preview:not(.visible) .cta.closeit{
	color: #ba0c2f;
	background-color: transparent;
	margin-right: 15px;
}
.fiche-preview.visible .cta.discover{
	display: none;
}
.fiche-preview::-webkit-scrollbar {
    width: 12px;
    margin-top: 25px;
}

.fiche-preview::-webkit-scrollbar-track {
    background-color: #ececec;
    border-radius: 0;
    margin-top: 25px;
}

.fiche-preview::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #ba0c2f;
    margin-top: 25px;
}
.contenu-fiche{
	position: relative;
}

.contenu-fiche:before {
    display: block;
    content: "";
    width: calc(100% + 60px);
    height: 50px;
    /* background-color: forestgreen; */
    position: absolute;
    top: 275px;
    left: -30px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45&0+1,1+45 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(1%, rgba(255,255,255,0)),color-stop(75%, rgba(255,255,255,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.fiche-preview .cta.term{
	pointer-events: none;
}

.fiche-preview.visible .contenu-fiche:before {
	display: none;
}
.fiche-preview.visible{
	padding-bottom: 150px;
}
.gmnoprint[title] {
  overflow: visible !important;
  opacity: 1 !important;
}

.gmnoprint[title]:after {
  content: attr(title);
  color: red !important;
}
/* GEC-35 / News */
.articleContainer article.hoverfx{
	height: 100%;
}
.articleContainer > div{
	padding: 15px;
	position: relative;
}
.articleContainer .article-link{
	position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 100;
}
.articleContainer article.hoverfx {
    height: 100%;
    text-align: left;
    padding: 100px 15px 25px 15px;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.filter-posts select{
	position: relative;
	width: 100%;
	border-radius: 25px;
    padding: 18px 25px !important;
    color: #000000;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: .8em;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    outline: none;
    text-transform: uppercase;
        background: transparent;
    border: 1px solid rgb(166, 166, 166);
}
.filter-posts input{
	width: 100%;
	border-radius: 25px;
    padding: 18px 25px !important;
    color: #000000;
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: .8em;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    outline: none;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgb(166, 166, 166);
}
.filter-posts .row:not(:last-child){
	margin-bottom: 20px;
}
.filter-posts{
	padding: 0 15px 75px 15px;
}
.filter-posts button{
	padding: 15px 30px;
	outline: none;
}
.filter-posts .keywords{
/* 	margin-right: 30px; */
}
.filter-posts .search-col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.filter-posts .keywords::-webkit-input-placeholder{
	color: #000000;
}
.filter-posts .keywords:-ms-input-placeholder{
	color: #000000;
}
.filter-posts .keywords::-ms-input-placeholder{
	color: #000000;
}
.filter-posts .keywords::placeholder{
	color: #000000;
}
.blog .content{
	padding: 75px 0 100px 0;
}
.select-wrapper:after {
    border-style: solid;
    border-width: 0.17em 0.17em 0 0;
    content: '';
    height: 0.75em;
    width: 0.75em;
    display: inline-block;
    position: absolute;
    right: 40px;
    color: #ba0c2f;
    z-index: 1;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
}
.articleContainer .alert{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.reset-filter:hover{
	background: #f4f4f4;
}
.newsletter-home{
	text-align: center;
	    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.newsletter-home label{
	display: none;
}
.newsletter-home p{
	margin-bottom:2.75em;
}
.newsletter-home .mailster-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 450px;
    margin: 0 auto;
}
.newsletter-home .mailster-form-fields .mailster-email-wrapper{
	width: 100%;
	height: 50px;
}
.newsletter-home .mailster-wrapper input{
	height: 100%;
}
.newsletter-home .input.mailster-email{
	border-radius: 30px 0 0 30px;
    border: 0;
    padding:5px 0 10px 25px;
    background-color: #f4f4f4;
    outline: none;
}
.newsletter-home .mailster-submit-wrapper{
	margin: 0;
}
.newsletter-home .mailster-submit-wrapper input {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .1em;
	color: #ffffff;
    background-color: #ba0c2f;
    border: 0;
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 0.8em;
    letter-spacing: .08em;
    width: 145px;
}
.newsletter-home .mailster-email-wrapper ::-webkit-input-placeholder{
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .8em;
    letter-spacing: .08em;
	color: #000000;
}
.newsletter-home .mailster-email-wrapper :-ms-input-placeholder{
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .8em;
    letter-spacing: .08em;
	color: #000000;
}
.newsletter-home .mailster-email-wrapper ::-ms-input-placeholder{
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .8em;
    letter-spacing: .08em;
	color: #000000;
}
.newsletter-home .mailster-email-wrapper ::placeholder{
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: .8em;
    letter-spacing: .08em;
	color: #000000;
}
.newsletter-home .mailster-form-info{
    margin: 40px 0;
}
.single-featured-image-header{
	display: none !important;
	visibility: hidden !important;
}
.back-home{
	padding-bottom: 75px;
}
.back-home .cta{
	margin: 0 auto;
}
.single-content ol, .single-content ul{
	margin: 25px 0;
	line-height: 1.25em;
}
.single-content img{
	margin: 25px 0;
}
.single-content li {
	margin-left: 1.5em;
}
.single-content ol ol,
.single-content ol ul,
.single-content ul ul,
.single-content ul ol {
	margin-top: 0;
	margin-bottom: 0;
}
.single-content h1{
	margin: .75em 0;
}
.single-content h2{
	margin: 1.25em 0;
}
.pag-btn{
	cursor: pointer;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    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;
    border-radius: 100%;
    font-size: 1.1em;
}
.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto 0;
}
.pagination .nav-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination .indicator{
	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;
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: .95em;
    padding: 0 25px;
    letter-spacing: .15em;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.pag-btn:hover{
	color: #ba0c2f;
}
.pag-btn.disabled,
.disabled > .pag-btn{
	pointer-events: none;
	color: #dfdfdf;
}
.pagination .contenu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Retours - GEC-37 */
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	margin-left:0 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover{
	margin-left:0 !important;
	width: 100% !important;
	background: transparent;
    border: 0;
    color: #fff;
}
.wpml-ls-display{
	display:none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
	width:100%;
}
.wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border-top:0 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-item{
	padding:3px 0 !important;
}
.wpml-ls-legacy-dropdown{
	width:auto !important;
}
.page-template-default .entry-content p{
	text-align: left;
}
.page-template-default .entry-content h3{
	margin: 1.25em 0;
}
em{
	font-style: italic;
}
.keydata strong{
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
}
/* Documents */
.articleContainer .document,
.search-results .articleContainer > div {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px;
    border: 15px solid transparent;
    background-clip: padding-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.articleContainer .document .year,
.search-results .articleContainer .year {
	font-weight: bold;
	display: block;
	font-size: .9em;
}
.articleContainer .document .text,
.search-results .articleContainer .text {
	text-align: left;
	padding-right: 25px;
	width: 100%
}
.articleContainer .document .post-title,
.search-results .articleContainer .post-title {
	display: block;
    color: #ba0c2f;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: .5em;
    line-height: 1.25em;
}
.articleContainer .document a.download,
.search-results .articleContainer .cta{
	padding: 15px;
	margin-top: 15px;
}

.page-template-template-how-we-work .entry-content h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 50ch;
}

.accordion-default .accordion-item {
	background-color: #fff;
}

.accordion-default .accordion-item-header .btn {
	color: #ba0c2f;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem 4.75rem 1rem 1.75rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordion-default .accordion-item-header .btn-link:hover {
	text-decoration: none;
}

.accordion-default .accordion-item-header .btn-link::after {
	content: '';
	display: block;
	background: url( "img/ui/plus.svg" ) no-repeat;
	background-size: contain;
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	width: 1rem;
	height: 1rem;
	padding: 0.75rem;
}

.accordion-default .accordion-item-header [aria-expanded="true"].btn-link::after {
	background: url( "img/ui/minus.svg" ) no-repeat;
}

.accordion-default .accordion-item-body {
	padding: 1rem 4.75rem 1rem 1.75rem;
}

.table-signatories {
	margin-top: 6rem;
}

.table-signatories,
.table-signatories .table {
	table-layout: fixed;
	border-collapse: separate;
}

.table-signatories .table {
	margin-bottom: 0;
}

.table-signatories .table td {
	border-top-color: #c0c0c0;
}

.table-signatories td,
.table-signatories th {
	background-color: #fff;
	text-align: center;
}

.table-signatories > thead > tr > td,
.table-signatories > tbody > tr > td,
.table-signatories > tfoot > tr > td,
.table-signatories > tfoot > tr > th {
	border-top: 0.5rem solid #f4f4f4;
}

.table-signatories a {
	color: inherit;
	text-decoration: underline;
}

.accordion-carret .btn-link,
.table-signatories .btn-link {
	color: #202020;
	display: block;
	text-align: left;
	text-decoration: none;
	position: relative;
	width: 100%;
}

.accordion-carret .btn-link::before,
.table-signatories .btn-link::before {
	content: '';
	display: block;
	background: url("img/ui/icon-carret-up.svg") center no-repeat;
	background-size: contain;
	width: 1rem;
	height: 1.5rem;
	position: absolute;
	top: 0.75rem;
	margin-left: -2.5rem;
}

.accordion-carret [aria-expanded="true"].btn-link::before,
.table-signatories [aria-expanded="true"].btn-link::before {
	transform: rotate(180deg);
}

.accordion-carret .btn-link,
.table-signatories .btn-link,
.table-signatories > tfoot > tr > th,
.table-signatories > tfoot > tr > td {
	font-family: 'Ubuntu';
	font-size: 1.5rem;
	font-weight: 500;
}

.table-signatories > tfoot > tr > td {
	color: #ba0c2f;
}

.accordion-carret .btn-link {
	padding-left: 2.5rem;
}

.accordion-carret > div {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.table-signatories .btn-link,
.table-signatories > tfoot > tr > th,
.table-signatories .table td:first-child {
	padding-left: 4rem;
}

.table-signatories > thead > tr > td {
	color: #ba0c2f;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	vertical-align: middle;
}

.table-signatories thead td {
	position: relative;
}

.table-signatories thead td:nth-child(2)::before,
.table-signatories thead td:nth-child(3)::before,
.table-signatories thead td:nth-child(4)::before,
.table-signatories thead td:nth-child(5)::before {
	content: '';
	display: block;
	width: 100%;
	height: 4rem;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: -4rem;
	right: 0;
	left: 0;
}

.table-signatories thead td:nth-child(2)::before {
	background-image: url("img/ui/landmines.svg");
}

.table-signatories thead td:nth-child(3)::before {
	background-image: url("img/ui/child-protection.svg");
}

.table-signatories thead td:nth-child(4)::before {
	background-image: url("img/ui/sexual-violence.svg");
}

.table-signatories thead td:nth-child(5)::before {
	background-image: url("img/ui/healthcare.svg");
}

.table-signatories td:first-child,
.table-signatories th:first-child,
.table-signatories td:last-child {
	text-align: left;
}

.table-signatories > tfoot > tr > td:last-child {
	text-align: center;
}

.table-signatories td:first-child {
	width: auto;
	min-width: 20rem;
}

.table-signatories td:nth-child(2n) {
	background-color: #eaeaea;
}

.table-signatories td:nth-child(2),
.table-signatories td:nth-child(3),
.table-signatories td:nth-child(4),
.table-signatories td:nth-child(5) {
	width: 8rem;
	min-width: 8rem;
}

.table-signatories td:last-child {
	width: 15rem;
}

/************************/
/************************/
/*	RESPONSIVE */
/************************/
/************************/
@media screen and (max-width: 1280px){

	/* FOOTER */
	#colophon .row > div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		width: calc(100% - 30px);
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-right: 0 !important;
	}
	#colophon .links{
		text-align: center;
	}
	#colophon .row > div:first-child{
		margin-bottom: 50px !important;
	}
	#colophon .row > div:not(:first-child):not(:last-child){
		border-bottom: 1px solid #cf556e;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	#colophon .row div:first-child{
		margin-bottom: 0;
	}
	#colophon .cols{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    text-align: center;
	}
	#colophon .adresse{
		margin-bottom: 0;
	}
	#colophon .mailster-form, .menu-wrapper .mailster-form{
		max-width: none;
	}
	#colophon .social{
		margin-top: 25px;
	}
	#colophon .row > div:first-child img{
		margin-right: 0;
	}
	#colophon .cols div:first-child{
		padding-right: 0;
	}

	.table-signatories > tfoot > tr > th,
	.table-signatories .table td:first-child {
		padding-left: 0.75rem;
	}

	.table-signatories td:last-child {
		width: 10rem;
	}

}

@media screen and (max-width: 991px){
		.main-menu{
		display: block;
	}
	body.page-id-255 .quform-page-progress-tab {
		margin:0;
	}
	.covid10-row  .col-lg-7,
	.mission-row .col-lg-7{
		padding-top: 0;
	}
	/* PERSON */
	.Directorate .person:nth-child(1){
    	width: 100%;
    	margin-right: 0%;
    	max-width: 100%;
	}
	/* HEADER */
	h1.site-title{
		font-size: 1em;
		-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;
	}
	h1.site-title img{
		margin-bottom: 1.25em;
	}
	.custom-wpml-selector,
	.fa-search
	{
		opacity: 0;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		pointer-events: none;
	}
	body.menu-open .custom-wpml-selector,
	body.menu-open .fa-search
	{
		opacity: 1;
		pointer-events: all;
	}
	.home .site-header{
		min-height: 675px;
		padding: 200px 0 150px 0 !important;
	}
	.site-header {
    	padding: 200px 0 150px 0;
    	min-height: initial;
	}
	.header-content .title{
	    font-size: 2em;
	    line-height: 1.5em;
	}
	/* MENU */
	nav#main{
		display: block;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#main .actions {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    float: right;
	    position: absolute;
	    top: 20px;
	    right: 20px;
	}
	.menu-wrapper{
		height: auto;
		padding: 50px 20px;
		-webkit-transform: translateX(-100vw);
		    -ms-transform: translateX(-100vw);
		        transform: translateX(-100vw);
		-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;
	}
	body.menu-open .menu-wrapper{
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.menu-wrapper .container {
	    max-width: none;
	    width: 100%;
	    padding: 0;
	}
	.main-navigation ul#top-menu > li:not(:last-child) {
    	margin-bottom: 20px;
    	padding-bottom: 20px;
    	border-bottom: 1px solid rgba(255,255,255,.25);
	}
	.main-navigation ul#top-menu > li.menu-item-has-children > a{
		display: block;
		position: relative;
		width: 100%;
	}
	.main-navigation ul#top-menu > li.menu-item-has-children > a:after {
		border-style: solid;
	    border-width: 0.1em 0.1em 0 0;
	    content: '';
	    height: 0.6em;
	    width: 0.6em;
	    display: inline-block;
	    position: absolute;
	    right: 0;
	    color: #ffffff;
	    z-index: 1;
	    top: 50%;
	    -webkit-transform: translateY(-50%) rotate(135deg);
	    -ms-transform: translateY(-50%) rotate(135deg);
	    transform: translateY(-50%) rotate(135deg);
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.main-navigation ul#top-menu > li.menu-item-has-children.open > a:after {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.main-navigation ul li a{
		color: #ffffff;
		font-size: 1.15em;
	}
	.sub-menu{
		position: static;
	    opacity: 1;
	    -webkit-transform: none;
	        -ms-transform: none;
	            transform: none;
	    top: initial;
	    left: initial;
	    max-height: 0;
	    opacity: 0;
	    overflow: hidden;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;

	}
	body.menu-open{
		overflow-y: auto;
		background-color: #000000;
	}
	body.menu-open .site-content-contain{
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		opacity: .2;
	}
	.open .sub-menu{
		opacity: 1;
		max-height: 300px;
		overflow: visible;
		padding: 25px 0 10px 0;
	}
	.main-navigation .sub-menu li:not(:last-child){
		margin-bottom: 20px;
	}
	.main-navigation .sub-menu li a{
		color: rgba(255,255,255,.7);
	}
	.main-navigation .sub-menu li a:after{
		display: none;
	}
	.menu-wrapper .news h3, .menu-wrapper .news .hoverfx{
		display: none;
	}
	.menu-wrapper .news{
		margin-top: 75px;
	}

	/* HOME */
	.home .header-content .title{
	    font-size: 1.7em;
	    line-height: 1.5em;
	}
	#home-row-1 .container .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#home-row-1 .citation{
		padding: 0 50px 50px 50px;
	}
	.home .site-header{
		padding: 25px;
		padding-bottom: 100px;
	}
	.abs{
		position: relative !important;
		padding-bottom: 150px !important;
	}
	#all-news{
		position: absolute;
	    bottom: 40px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.flex-it{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.flex-it .cta{
		margin: 2em 0 0 0;
		-ms-flex-item-align: start;
		    align-self: flex-start
	}
	.home #content .quform{
		margin-top: 50px;
	}
	#home-news-container > div:not(:last-child){
		margin-bottom: 25px;
	}
	.home #content .quform .quform-element-submit{
		float: left;
	}
	.home #content .quform .quform-element-submit .quform-submit{
		width: 150px;
	}


	.hideMobile{
		display: none;
	}


	/* CONTACT */
	.page-template-template-contact .content {
    	padding-bottom: 0;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: column-reverse;
    	        flex-direction: column-reverse;
	}

	/* DONATIONS */
	.select-amount{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.select-amount > div{
		width: 45%;
    	margin-bottom: 20px;
	}

	/* MISSIONS */
	.covid19-row,
	.mission-row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.covid19-row .bloc,
	.mission-row .bloc{
		margin-bottom: 50px;
	}
	.timeline:before{
		left: 0;
	}
	.timeline > li > .timeline-badge{
		left: 0;
	}
	.timeline > li > .timeline-panel {
    	width: 100%;
    	float: none !important;
    	position: relative;
	}
	.timeline-panel{
		margin-left: 30px !important;
	}
	.timeline > li .timeline-heading{
		text-align: left;
	}
	.timeline-panel.multiple .timeline-body:not(:last-child){
		margin-bottom: 25px;
	}
	.timeline-body{
		margin-bottom: 50px;
	}
	.timeline > li:nth-child(n+6){
		margin-bottom: 0;
	}
	.timeline{
		left: 0;
		right: 0;
		margin: 50px auto;
		width: calc(100vw - 90px);
		padding-bottom: 25px;
	}
	.timeline:after{
		left: 0;
	}

	/* NEWS */
	.filter-posts .row:not(:last-child) {
    	margin-bottom: 0;
	}
	.filter-posts .select-wrapper{
		margin-bottom: 25px;
	}
	.select-wrapper:after{
		top: calc(50% - 15px);
	}

	/* WHERE WE WORK */
	.terms{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.terms .term{
		max-width: 400px;
		margin: 0 auto;
    	width: 100%;
    	text-align: center;
	}
	.terms .term:not(:last-child){
		margin-bottom: 25px;
	}
	.terms-container.on{
		max-height: 600px;
	}
	.map-container .legend {
	    width: 100%;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    min-height: initial;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    padding: 25px 70px;
	    border-radius: 0;
	    -webkit-transform: translateY(0%);
	        -ms-transform: translateY(0%);
	            transform: translateY(0%);
	    bottom: 0;
	    top: inherit;
	    -webkit-box-align: end;
	        -ms-flex-align: end;
	            align-items: flex-end;
	}
	.map-container .legend img {
	    max-width: none;
	    height: 60px;
	    display: block;
	    margin: 0 auto 10px auto;
	}
	.fiche-preview .thematic > div:first-child{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.fiche-preview .thematic-name{
		margin-bottom: 35px;
	}
	.fiche-preview .contenu-fiche {
    	padding-top: 240px;
	}
	.fiche-preview.visible{
		padding-bottom: 0;
		z-index: 100000;
	}
	.page-template-template-contact .quform-element-submit{
		float: left;
	    width: 170px;
	    margin: 25px 0;
	}
	.quform-page-progress-tab{
		padding: initial !important;
	}
	body.page-id-255 .quform-page-progress {
    	padding: 35px 0;
	}
	body.page-id-255 .quform-element-row-2_28 {
    	display: -webkit-box !important;
    	display: -ms-flexbox !important;
    	display: flex !important;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
	.quform-element-row-2_28 .quform-element-column:not(:first-child)::after{
		display: none;
	}
	.content-logos img {
	    width: 100%;
	    max-width: 175px;
	}
	.content-logos div{
		margin-bottom: 35px;
	}
	.fiche-preview .thematic {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    padding-top: 100px;
	}
	.fiche-preview .terms{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.fiche-preview  .terms .term:not(:last-child){
		margin-bottom: 0;
		margin-right: 30px;
	}
	.fiche-preview .cta.discover{
	    position: absolute;
	    top: -37px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	}
	.fiche-preview .cta.closeit {
	    position: absolute;
	    top: 25px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	        -ms-transform: translateX(-50%);
	            transform: translateX(-50%);
	}
	.fiche-preview.preview {
    	-webkit-transform: translateY(calc(100% - 450px));
    	    -ms-transform: translateY(calc(100% - 450px));
    	        transform: translateY(calc(100% - 450px));
	}
/*	.fiche-preview .contenu-fiche {
    	padding-top: 160px;
	}*/
	.fiche-preview .hoverfx{
		margin-bottom: 25px;
	}
	.contenu-fiche:before{
		display: none;
	}
	/* MISSION */
	.covid19-row .bloc,
	.mission-row .bloc{
		min-height: initial;
	}
	nav#main .actions .search-form{
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	body{
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	body.search-mobile{
		-webkit-transform: translateY(100px);
		    -ms-transform: translateY(100px);
		        transform: translateY(100px);
	}
	body.search-mobile nav#main .actions .search-form.on{
		position: fixed;
	    left: 0;
	    top: -50px;
	    max-width: none;
	    width: 90vw;
	}
	body.search-mobile nav#main .actions input.search-field{
		width: 70%;
   		 margin-right: 20px;
	}

	.table-signatories {
		display: block;
		overflow-x: scroll;
		margin-top: 0;
		max-width: 100%;
		padding-top: 4rem;
	}

	.table-signatories > thead > tr > td:first-child,
	.table-signatories td:first-child {
		width: 10rem;
		min-width: 10rem;
	}

}
@media screen and (max-width: 575px){
	/* GENERAL */
	.content {
    	padding: 50px 0;
	}

	.page-template-template-covid19-map .content {
		padding-top: 25px;
	}

	nav#main{
		top: 30px;
	}
	.site-title img{
		width: 85px;
	}
	nav#main .actions{
		top: 10px;
	}
	/* Structure */
	.person{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 0 !important;
	}
	.person .avatar{
		width: 100%;
		height: 250px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.person .infos{
		width: 100%;
	}
	/* News */
	.articleContainer .alert {
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}
	.blog .content {
    	padding: 50px 0 100px 0;
	}
	.filter-posts {
    	padding: 0 15px 50px 15px;
	}
	.newsletter-home .mailster-form-fields {
    	width: 310px;
	}
	.newsletter-home .mailster-form-fields .mailster-email-wrapper{
		width: auto;
	}
}

/* Jobs */
.job-entry{
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	background-clip: content-box;
}
.job-entry > div{
	padding: 15px;
}
.job-entry p{
	font-size: .9em;
}
.job-entry h4{
	font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: 1em 0;
    line-height: 1.5em;
}
.job-entry .location {
    display: block;
    margin-bottom: 1em;
    color: rgba(0,0,0,.5);
}

.job-entry .status {
	font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    background-color: #000000;
    padding: 5px 15px;
    border-radius: 25px;
    display: table;
    float: none;
    font-size: .8em;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
    text-transform: capitalize;
}
.job-entry .status.open{
	background-color: #2ecc71;
}
.job-entry .status.closed{
	background-color: #e67e22;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px){

	.job-listing {
		column-count: 2;
		column-gap: 20px;
	}

}

@media screen and (max-height: 800px) and (min-width: 992px){
	.main-menu{
		align-items: flex-end;
	}
	.sub-menu{
		left: 200px;
	}
	.header-content-menu{
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    padding: 0 45px;
	}
}

/* WYS */
.entry-content ul{
	text-align:left;
}
.entry-content ul li{
	margin:1em 0;
}
.addtoany_content {
    clear: both;
    margin: 32px 0 !important;
}

/* Tooltips */

.su-tooltip-button {
	text-decoration: underline;
  	-webkit-text-decoration-color: #ba0c2f; /* safari still uses vendor prefix */
  	text-decoration-color: #ba0c2f;
	cursor: pointer;
}

/* Survey Monkey */

.modal {
    z-index: 99999;
}

#surveymonkey-popup .modal-header {
	background-color: #ba0c2f;
}

#surveymonkey-popup .modal-title,
#surveymonkey-popup .close {
	color: #ffffff;
}

.modal-button {
	margin-top: 40px;
}
