/* Font faces */

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg'),
	url('../fonts/Gilroy-Regular.ttf') format('truetype'),
	url('../fonts/Gilroy-Regular.woff') format('woff'),
	url('../fonts/Gilroy-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg'),
	url('../fonts/Gilroy-Bold.ttf') format('truetype'),
	url('../fonts/Gilroy-Bold.woff') format('woff'),
	url('../fonts/Gilroy-Bold.woff2') format('woff2');
	font-weight: bold;
}

@font-face {
    font-family: 'Gilroy';    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBoldItalic.eot');
    src: url('../fonts/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBoldItalic.svg#Gilroy-SemiBoldItalic') format('svg'),
    url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff'),
    url('../fonts/Gilroy-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg'),
    url('../fonts/Gilroy-Black.ttf') format('truetype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.woff2') format('woff2');
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-BlackItalic.eot');
    src: url('../fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-BlackItalic.svg#Gilroy-BlackItalic') format('svg'),
    url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'),
    url('../fonts/Gilroy-BlackItalic.woff') format('woff'),
    url('../fonts/Gilroy-BlackItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.woff') format('woff');
    /* woff2 missing */
    font-weight: 200;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.woff') format('woff');
    /* woff2 missing */
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    /* woff2 missing */
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg'),
    url('../fonts/Gotham-Black.ttf') format('truetype'),
    url('../fonts/Gotham-Black.woff') format('woff');
    /* woff2 missing */
    font-weight: 800;
}

/* Misc */

body {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 820px; /* Matches #site-footer max-height */
    font-family: Gilroy, Helvetica, Arial, sans-serif;
    color: #252839;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:visited {
    color: #252839;
    text-decoration: none;
    transition: color .2s;
}

a:active,
a:focus {
    color: #ff5c50;
}
*:link, *:visited, *:hover, *:active, *:focus {
	/* Firefox */
	-moz-transition:  color 0.15s linear 0s;
	/* WebKit */
	-webkit-transition: color 0.15s linear 0s;
	/* Opera */
	-o-transition: color 0.15s linear 0s;
	/* Standard */
	transition:  color 0.15s linear 0s;
}

em {
    font-style: italic;
	color: #ff5c50;
}
article em {
	color: #252839;
}

h1 {
    line-height: 1.2em;
}

h2 {
    position: relative;
    margin: 0 0 .5em;
    padding: .5em 0;
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2em;
}

h2.with-separator,
div.separator,
.page-content h2 {
    border-bottom: 5px solid #f1f1f1;
    padding-bottom: calc(.5em - 5px);
}
div.separator {
	margin: 20px 0 25px;
}
h2 .icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: .6em;
    bottom: 0;
}

h2 .icon svg {
    display: block;
    max-width: 42px;
    max-height: 42px;
}

h2 .icon svg .fill {
    fill: #252839;
}

h2.alt {
    border-bottom: 0;
    padding: .5em .6em;
    background: #ff5c50;
    color: #fff;
}

h2.alt .icon svg .fill {
    fill: #fff;
}

h3 {
    margin-top: 35px;
	font-size: 22px;
}

.content {
    position: relative;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
#breadcrumbs {
	margin-top: 40px;
}

.content.centered,
.content > .centered {
    text-align: center;
}

.content.centered .button-wrap,
.content > .centered .button-wrap {
    margin: auto;
    text-align: center;
}

.content-large {
    position: relative;
}

i.icon {
    font-style: normal;
}

.button-wrap {
    margin-top: 1em;
    text-align: right;
}

a.button-primary,
.wp-block-button__link {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 1em 1.3em;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff5c50;
    transition: background-color .2s;
	overflow: hidden;
}
a.button-primart:hover {
	background-color: #f25549;
}
a.button-primary:visited,
.wp-block-button__link:visited {
    color: #fff;
}

a.button-primary::after,
.wp-block-button__link::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 20;
}

a.button-primary:hover::after,
.wp-block-button__link:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.columns {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

/* Header */

.site-header {
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
	border-bottom: 1px solid #e6e4e7;
}

.site-header__social-banner {
    height: 38px;
    background: #25283b;
    color: #fff;
}

.site-header__social-banner a {
    display: block;
}

.site-header__social-banner a,
.site-header__social-banner a:hover,
.site-header__social-banner a:visited {
    color: #fff;
    text-decoration: none;
}

.site-header__social-banner a:hover span {
    text-decoration: underline;
}

.site-header__social-banner a:focus,
.site-header__social-banner a:active {
    color: #ff5c50;
}

.site-header__social-banner a .icon,
.site-header__social-banner a .icon svg {
    display: block;
}

.site-header__social-banner a svg .fill {
    fill: #fff;
    transition: fill .2s;
}

.site-header__social-banner a:focus svg .fill,
.site-header__social-banner a:active svg .fill {
    fill: #ff5c50;
}

.site-header__social-banner .site-header__social-networks {
    display: inline-block;
    padding: 6px 0;
}

.site-header__social-banner .site-header__social-networks a {
    display: inline-block;
    align-items: center;
    padding-top: 0px;
    vertical-align: middle;
}

.site-header__social-banner .site-header__social-networks a .icon {
    width: 12px;
    margin: 0 10px;
}

.site-header__social-banner .site-header__social-networks a:hover .fill {
    fill: #ff5c50;
}

.site-header__social-banner .site-header__login,
.site-header__social-banner .site-header__logged_in {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.site-header__social-banner .lwa {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 38px;
    right: -20px;
    width: 360px;
    max-width: 100vw;
    padding: 1em 2em;
    background: #25283b;
    color: #fff;
    z-index: 1000;
}

.site-header__social-banner .lwa.lwa--logged-in {
    display: flex;
    top: 0;
    right: 20px;
    width: 400px;
    height: 38px;
    padding: 0;
    margin: 0;
    text-align: right;
    justify-content: end;
    align-items: center;
}

.site-header__social-banner .lwa.lwa--logged-in > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .25em;
}

.site-header__social-banner .lwa.lwa--logged-in .lwa__username {
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-header__social-banner .lwa.lwa--logged-in a {
    color: #ff5c50;
}

.site-header__social-banner .lwa.lwa--logged-in a:hover,
.site-header__social-banner .lwa.lwa--logged-in a:focus {
    color: #ff5c50;
    text-decoration: underline;
}

.site-header__social-banner .site-header__login a {
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 2px;
    height: 36px;
}

.site-header__social-banner .site-header__login a .icon {
    width: 28px;
    margin: 0 12px;
}

.site-header__banner {
    box-sizing: border-box;
    padding: 18px 0;
    max-height: 160px;
    border-bottom: 1px solid #e6e4e7;
    text-align: center;
}

.site-header__banner__mobile-control {
    display: none;
}

a.site-header__banner__link {
    display: inline-block;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

a.site-header__banner__link:hover {
    color: #ff5c50;
    text-decoration: none;
}

.site-header__banner__link img {
    display: block;
    margin: auto;
    width: auto;
    max-height: 123px;
}

.site-header__nav {
    font-size: 16px;
    line-height: 1.2em;
}

.site-header__nav__list {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.site-header__nav__list > li {
    padding: 0;
}

.site-header__nav__list > li > a {
    display: block;
    padding: 16px 15px;
}

.site-header__nav ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 8000;
}

.site-header__nav__list > li.menu-item:hover > a {
    color: #ff5c50;
    transition: color .2s;
}

.site-header__nav__list > li.menu-item:hover ul.sub-menu {
    display: block;
}

.site-header__nav__list > li.menu-item ul.sub-menu {
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}

.site-header__nav__list > li.menu-item ul.sub-menu li.menu-item {
    text-align: left;
}

.site-header__nav__list > li.menu-item ul.sub-menu li.menu-item > a {
    margin: 0 15px;
    font-size: .95em;
    padding: 13px 0;
    display: block;
}

.site-header__nav__list > li.menu-item ul.sub-menu li.menu-item > a:nth-child(n+2) {
    border-top: 1px solid #e6e4e7;
}

.site-header__nav__list > li.menu-item ul.sub-menu li.menu-item:hover {
    background-color: #ff5c50;
    transition: background-color .2s;
}

.site-header__nav__list > li.menu-item ul.sub-menu li.menu-item:hover > a {
    color: #FFFFFF;
}

.site-header__nav__list > li.menu-item:hover ul.sub-menu li.menu-item > a {
    display: block;
}

.site-header__nav__list > li.menu-item-176 > a {
    font-weight: bold;
    border-radius: 4px;
    padding: 9px 16px;
    color: #fff;
    background: #ff5c50;
    transition: background-color .2s;
}

.site-header__nav__list > li.menu-item-176 > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f25549;
}

.site-header__menu--mobile {
    display: none;
}

/* Footer */

#site-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 820px; /* Matches body padding-bottom */
}

.site-footer a {
    text-decoration: none;
    color: #fff;
    transition: all .2s;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer a:focus {
    color: #ff5c50;
}

.site-footer__quick-links {
    margin-top: 115px;
    background: #e6e4e7;
}

.site-footer__quick-links .content {
    height: 115px;
}

.site-footer__quick-links .content > .wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    bottom: 44px;
    left: 0;
}

.site-footer__quick-links a.quick-link {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 23.22%;
    height: 188px;
    padding: 25px 30px 10px;
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: #f2f2f2;
    color: #252839;
}

.site-footer__quick-links a.quick-link .icon {
    display: block;
}

.site-footer__quick-links a.quick-link .icon svg {
    display: block;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.site-footer__quick-links a.quick-link .icon svg .fill {
    fill: #bdbdbd;
    transition: fill .2s;
}
.site-footer__quick-links a.quick-link:hover .icon svg .fill {
    fill: #252839;
}

.site-footer__quick-links a.quick-link:focus .icon svg .fill {
    fill: #ff5c50;
}

.site-footer__quick-links a.quick-link .quick-link__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
}

.site-footer__quick-links a.quick-link .quick-link__title > .wrap {
    display: block;
}

.site-footer__nav {
    background: #353849;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
}

.site-footer__nav .content {
    display: flex;
    flex: 1 1 0px;
    justify-content: space-between;
    padding: 44px 0 32px;
    max-height: 208px;
}

.site-footer__nav-item {
    flex: 1 1 0px;
}

.site-footer__nav-item__header {
    margin-bottom: 1em;
    font-size: 1.067em;
    font-weight: bold;
}

.site-footer__contact {
    background: #25283b;
    color: #fff;
    text-align: center;
}

.site-footer__contact .content {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0;
    height: 164px;
}

.site-footer__contact header {
    text-transform: uppercase;
    font-weight: 800;
}

.site-footer__newsletter {
    padding: 0 0 30px;
    font-size: 17px;
    line-height: 1.2em;
    text-align: center;
    background: #e6e4e7;
}
.site-footer__newsletter .mc4wp-success {
    color: #353849;
    font-weight: bold;
}

.nlsub .content {
    max-width: 620px;
}

.nlsub__title {
    font-size: 2.12em;
    line-height: 1.2em;
    font-weight: 500;
}

.nlsub form {
    position: relative;
    max-width: 320px;
    height: 42px;
    margin: 1.5em auto 1em;
}

.nlsub form input[type='text'],
.nlsub form input[type='email'] {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    margin: 0;
    border: 0;
    padding: 8px 68px 8px 16px;
    text-align: left;
}

.nlsub form input[type='submit'],
.nlsub form button {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 42px;
    border: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    background: #ff5c50;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s;
}

.nlsub form input[type='submit']:hover,
.nlsub form button:hover {
    background: #f25549;
}

.nlsub .mc4wp-form-success {
    max-width: 620px;
}

.nlsub .mc4wp-form-success .mc4wp-form-fields {
    display: none;
}

nlsub .mc4wp-success {
    color: #252839;
    font-weight: bold;
}

/* Page layout */

.page-banner {
    position: relative;
}

.page-banner > .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 10px solid #e6e4e7;
    max-height: 440px;
	min-height: 300px;
    overflow: hidden;
}

.page-banner__bg {
    display: block;
    width: 100%;
    height: auto;
}

.page-banner__overlay {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    /* background: linear-gradient(180deg, rgba(34, 2, 0, .5) 0%, rgba(0, 0, 0, .85) 100%); */
	/* Modification du linear gradient afin de le rendre un peu plus clair */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65));
    color: #fff;
}

.page-banner h1 {
    font-size: 68px;
    line-height: 1.2em;
    font-style: italic;
    font-weight: 800;
    text-align: center;
}

.page-banner h1 em {
    font-style: italic;
}

.page-banner .sub-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-banner .sub-banner .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 186px;
}

.page-banner .sub-banner__item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 31.5%;
}

.page-banner .sub-banner__item .flip-box-front .icon {
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 122px;
}

.page-banner .sub-banner__item .flip-box-front .icon svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 122px;
    max-height: 122px;
}

.page-banner .sub-banner__item .flip-box-front .icon svg .fill {
    fill: #bdbdbd;
}

.page-banner .sub-banner__item p {
    width: 50%;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 800;
    font-style: italic;
    text-align: center;
}

.page-banner .sub-banner__item p em {
    font-size: 1.667em;
    font-style: italic;
    line-height: 1.2em;
}

.flip-box {
	perspective: 1000px;
}
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	background: #f2f2f2;
}
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}
.flip-box-front {
	display: flex;
    padding: 32px 40px;
}
.flip-box-back {
	transform: rotateY(180deg);
	overflow: hidden;
	background: #FFF;
	position: relative;
}
.flip-box-back > img {
    width: 100%;
    height: auto;
	opacity: 0.8;
}
.flip-box-back .icon,
.flip-box-back .icon-smaller {
    position: absolute;
    right: 14px;
    bottom: 18px;
    color: #ff5c50;
}
.flip-box-back .icon {
	width: 74px !important;
    height: 74px !important;
}
.flip-box-back .icon-smaller {
	width: 57px !important;
    height: 57px !important;
}
.flip-box-back > div.bar {
    width: 100%;
    height: 10px;
    background: #ff5c50;
    position: absolute;
    bottom: 0;
}
.page-banner .sub-banner__item .flip-box-back .icon svg .fill,
.page-banner .sub-banner__item .flip-box-back .icon-smaller svg .fill {
    fill: #ff5c50;
}

/* Home page */

.page-banner.page-banner--home {
    padding-bottom: 82px;
}

.page-banner.page-banner--home > .wrap {
    max-height: calc(100vh - 320px);
    border-bottom-width: 22px;
}

.page-banner.page-banner--home h1 {
    text-align: left;
}

.page-section {
    margin: 60px 0;
}

.page-section.section-frame {
    padding: 40px 0;
    background: url('../images/section-bg.png') repeat center #f1f1f1;
}

.home-primary .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.home-primary .news-list {
    width: 46.5%;
    max-width: 555px;
}
.home-primary .news-list-mod {
    width: 60%;
}

.chf-single-calendar,
.chf-calendar {
    box-sizing: border-box;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.2em;
}
.chf-single-calendar {
	width: 100%;
	margin-top: 40px;
}
.chf-calendar {
	width: 31.75%;
}

.news-posts > a {
    box-sizing: border-box;
    position: relative;
    margin: 10px 0;
    padding: 12px 1em 12px 88px;
    min-height: 64px;
    font-size: 16px;
    line-height: 1.2em;
    background: #f8f8f8;
	display: block;
}

.news-posts > a:hover,
.news-posts-single > a:hover {
    color: #0f1017;
}

.news-posts-single > a.news-post__link:hover .news-post__date {
    background-color: #ff5c50;
	transition: background-color .3s;
}

.news-posts > a::before,
.news-posts-single > a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	-webkit-transition: all 0.2s cubic-bezier(1, 0.2, 0.26, 0.7);
	-moz-transition: all 0.2s cubic-bezier(1, 0.2, 0.26, 0.7);
	transition: all 0.2s cubic-bezier(1, 0.2, 0.26, 0.7);
	opacity: 0;
	right: 0;
	bottom: 0;
	border-bottom: 10px solid #F00;
	border-left: 10px solid transparent;
}

.news-posts > a:hover::before,
.news-posts-single > a:hover::before {
	opacity: 1;
}

.news-posts-single {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 35px;
}
.news-posts-single .news-post__link {
	width: 45%;
    box-sizing: border-box;
    position: relative;
    margin: 10px 3% 10px 0%;
    padding: 12px 1em 12px 88px;
    min-height: 64px;
    font-size: 16px;
    line-height: 1.2em;
    background: #f1f1f1;
}

.news-post__date {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 4px 0;
    width: 64px;
    height: 64px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    background: #797b86;
    color: #fff;
}

.news-post__excerpt {
    margin: 1em 0;
    font-size: 16px;
    line-height: 1.2em;
}

.news-post__excerpt > p {
    margin: 0;
    padding: 0;
}

.news-post__partner {
    position: absolute;
    right: 40px;
    bottom: 24px;
    color: #797b86;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-align: right;
}

.news-list--focus .news-post__date {
    background: #797b86;
}

.chf-news .columns {
    margin-top: 40px;
}

.news-post__date em {
    font-size: 2.2em;
    font-style: italic;
    line-height: .8em;
    color: #fff;
	display: block;
}

.news-post__link.latest .news-post__date {
    background: #ff5c50;
}

.news-list--focus .news-post__link.latest {
    box-sizing: border-box;
    border-bottom: 5px solid #f1f1f1;
    margin-left: 40px;
    padding: 18px 32px 40px 47px;
    min-height: 105px;
    background: #f8f8f8;
}

/*.news-list--focus news-post__link.latest img {*/
/*    display: block;*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-height: 264px;*/
/*}*/

.news-list--focus .news-post__link.latest .news-post__date {
    top: 18px;
    left: -40px;
}

.news-list--focus .news-post__link.latest .news-post__title {
    display: block;
    margin: .7em 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
}

.home-primary .column {
    width: 48%;
}

.chf-calendar h2 {
    margin-bottom: 0;
}
.chf-single-calendar h2 {
	font-size: 26px;
}
.chf-single-calendar h2 .icon svg {
	max-width: 33px;
	max-height: 33px;
}
div.calendar__empty {
	text-align: center;
}

.calendar__list {
    position: relative;
    padding: .5em 0 .5em 64px;
}

.calendar__list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 4px;
    background: #f1f1f1;
}

.calendar__list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 44px;
    height: 4px;
    background: #f1f1f1;
}

.calendar__item {
    position: relative;
    margin: 1.5em 0;
}

.calendar__item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -40px;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    background: #ff5c50;
}
.calendar__item:hover::before {
	background: #FFF;
	border: 3px solid #ff5c50;
    width: 10px;
    height: 10px;
}

.calendar__item p {
    margin: .25em 0;
}

.calendar__item .calendar__item__dates {
    font-size: 1.25em;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2em;
}

.calendar__item a:hover {
    text-decoration: none;
    color: #ff5c50;
}

.home-secondary .content {
    display: flex;
    justify-content: space-between;
}

.home-secondary .news-list {
    width: 44%;
}

.section-frame .news-list {
    margin-bottom: 20px;
}

.section-frame .news-post__link {
    background: #fff;
    margin-bottom: 20px;
}

.home-tertiary {
    font-size: 18px;
    line-height: 1.2em;
}

.home-tertiary .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.home-tertiary .map-image {
    display: block;
    margin: 40px 0 30px;
}

.home-tertiary .map-image img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 666px;
}

.home-tertiary .chf-members-map {
    width: 44%;
    max-width: 556px;
}

.home-tertiary .chf-members-map h2 {
    padding-bottom: 0;
}
.home-tertiary .news-list {
    width: 44%;
}

/* Page layout */

.page-aside {
    position: absolute;
    top: -40px;
    width: 320px;
    z-index: 5000;
}

.sticky-page-nav.sticked {
    position: fixed;
    margin-top: 40px;
}

.sticky-page-nav.sticked-to-bottom,
.sticky-page-nav.sticked.sticked-to-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.sticky-page-nav .page-nav {
    margin-top: 40px;
}

.page-nav {
    display: block;
    border-top: 5px solid #f1f1f1;
    border-bottom: 5px solid #f1f1f1;
    padding: 1em 2em;
    font-size: 17px;
    line-height: 1.2em;
    background: #f8f8f8;
}

.page-nav a {
    color: #25283a;
}

.page-nav a:hover,
.page-nav a:active {
    color: #ff5c50;
}

.page-nav .page-nav__top-level-ancestor {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: .5em;
}

.page-nav .page-nav__child {
    margin: 1em 0;
}

.page-nav .page-nav__child > a {
    margin: .5em 0;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
}

.page-nav .page-nav__top-level-ancestor.is-current-page > a,
.page-nav .page-nav__child.is-current-page > a,
.page-nav .page-nav__grandchild.is-current-page > a {
    color: #ff5c50;
}

.page-nav .page-nav__grandchildren {
    margin: 1em 0;
    border-left: 2px solid #f1f1f1;
    padding-left: 1.3em;
}

.page-content {
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 80px;
}

.with-aside .page-content,
.page-content.with-aside {
    margin-top: 40px;
    margin-left: 380px;
    min-height: 400px;
}
.page-content .article-infos .article-date {
	background-color: #ff5c50;
	color: #FFF;
	font-family: Gilroy, Helvetica, Arial, sans-serif;
	font-weight: 500;
	display: inline-block;
	padding: 4px 11px;
	font-style: italic;
	font-size: 13px;
}
.page-content .article-infos .article-tags {
	color: #bfc1cf;
	font-size: 18px;
	font-weight: 500;
}
.page-content h1 {
	margin: 13px 0;
	font-family: Gilroy, Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.page-content h2 {
    padding-top: 0;
    font-family: Gilroy, Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-bottom: 1em;
}
.page-content p {
    margin: 1em 0;
    padding: 0;
}

.page-content ul {
    margin: 1em 0;
    padding: 0 0 0 54px;
}

.page-content ul li {
    position: relative;
    margin: .5em 0;
}
.page-content ol li {
	position: relative;
	padding-left: 28px;
	list-style-type: none;
	counter-increment: izcounter;
	margin: .5em 0 16px;
}
.page-content ul li::before,
.page-content ol li::before {
	content: '•';
    display: block;
    position: absolute;
	top: 0;
	color: #ff5c50;
	text-align: center;
}
.page-content ul li::before {
	left: -56px;
	width: 54px;
	font-size: 28px;
}
.page-content ol li::before {
	left: -20px;	
	width: 36px;
	font-size: 36px;
	content: counter(izcounter);
	font-weight: bold;
}

.page-content figure {
    margin-left: 0;
    margin-right: 0;
}

.page-content .wp-block-embed iframe {
    margin: auto;
    max-width: 100%;
    height: auto;
    min-height: 375px;
}

.page-article.page-child {
    margin: 20px 0;
    padding: 20px 0;
}
article img {
    margin: 15px auto;
}
article a:hover {
	text-decoration: underline;
}
/* Members map page */

.members-map {
    margin-bottom: 20px;
    width: 100%;
    min-height: 80vh;
}

.region-switch {
    display: flex;
    position: absolute;
    top: 10px;
    right: 80px;
}

.region-switch a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.region-switch a svg {
    display: block;
    max-width: 80px;
    max-height: 80px;
}

.region-switch a svg path {
    stroke: #bdbdbd;
    stroke-width: 15px;
    transition: all .2s;
}

.region-switch a .fill {
    fill: #bdbdbd;
    transition: all .2s;
}

.region-switch a:hover svg path {
    stroke: #25283b;
}

.region-switch a:hover .fill {
    fill: #25283b;
}

.region-switch a.active .fill,
.region-switch a.active:hover .fill {
    fill: #ff5c50;
}

.region-switch a.active svg path,
.region-switch a.active:hover svg path {
    stroke: #ff5c50;
}

/* Key actors map */

.key-actors-map {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    min-height: 400px;
    height: 50vh;
}

/* Map popup */

.popup-tip-anchor {
    height: 0;
    position: absolute;
    width: 200px;
}

.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

.popup-bubble-content {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-color: white;
    font-family: Gilroy, Helvetica, Arial, sans-serif;
    overflow: hidden;
    width: 600px;
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.5);
}

#popup-chf.popup-bubble-content {
    font-size: 16px;
}

.popup-chf__title {
    font-size: 26px;
    font-weight: bold;
    padding: 20px;
    background-color: #ff5c50;
    color: #fff;
	padding-right: 55px;
}
.popup-chf__content > div > div:first-child {
    font-size: 21px;
    font-weight: 700;
    font-family: Gotham, Helvetica, Arial, sans-serif;
	margin-left: -2px;
}
.popup-chf__content > div > div:nth-child(2) {
    margin-bottom: 10px;
}

.popup-chf__content {
    padding: 20px;
}

.popup-chf__content__detail.detail--contact_information {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 5px solid #f1f1f1f2;
    padding-bottom: 17px;
}

.popup-chf__close.js-close-popup {
    position: absolute;
    top: 19px;
    right: 25px;
    font-size: 28px;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
}

.popup-chf__content__detail {
    color: #4f4f4f;
}

#popup-chf {
    display: none;
}

#popup-chf.popup-bubble-content {
    display: block;
}

.popup-bubble-content .info-prop-loading {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.popup-bubble-content .info-prop-loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

.popup-bubble-content .info-prop-close {
    font-size: 20px;
    padding: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    z-index: 9999;
}

.association-card.card-empty {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.association-card.card-empty .row--actions {
    margin: 2em auto 4em;
}

/* PAGINATION ACTUALITES / Page archives.php */
.custom-pagination span,
.custom-pagination a {
	display: inline-block;
	padding: 8px 11px;
	text-decoration:none;
}
.custom-pagination a {
	background-color: #797b86;
	color: #fff;
	transition: all 0.2s ease-in-out
}
.custom-pagination a:hover {
	background-color: #ff5c50; 
	color: #fff;
}
.custom-pagination span.page-num {
	margin-right: 10px;
	padding: 0;
}
.custom-pagination span.dots {
	padding: 0;
	color: gainsboro;
	font-size: 28px;
}
.custom-pagination span.current {
	background-color:  #ff5c50;
	color: #fff;
}

.custom-pagination{  text-align: center;  margin-top: 2em;}

.form-association input[type='submit'] {
    font-size: 18px;
    background: #ff5c50;
    color: #fff;
	padding: 10px 17px;
	border: 0;
    cursor: pointer;
    transition: background-color .2s;
	border-radius: 4px;
}
.form-association input[type="submit"]:hover
{
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	-ms-transition: color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s;
	 transition: color 0.2s ease 0s;
	color: #FFFFFF;
	background-color: #f25549;
}
.form-association .row--actions {
    text-align: center;
}
.form-association .row--actions > a,
.form-association .row--actions > input {
    margin: 5px;
}
.form-association > .row {
    margin-bottom: 13px;
}
span.select2-container {
    width: 100% !important;
}
.form-association input[type="text"],
.form-association input[type="password"],
.form-association input[type="email"],
.form-association input[type="search"],
.form-association textarea
{
	background-color: #f6f5f5;
	margin: 8px auto;
    padding: 12px 2%;
	border: none;
	border-bottom: 3px solid #f6f5f5;
	color: #52565c;
	font-size: 1.05em;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	width: 96%;
}
.form-association textarea
{
	height: 150px;
}
.form-association input[type="text"]:active,
.form-association input[type="text"]:focus,
.form-association input[type="text"]:hover,
.form-association input[type="password"]:active,
.form-association input[type="password"]:focus,
.form-association input[type="password"]:hover,
.form-association input[type="email"]:active,
.form-association input[type="email"]:focus,
.form-association input[type="email"]:hover,
.form-association input[type="search"]:active,
.form-association input[type="search"]:focus,
.form-association input[type="search"]:hover,
.form-association textarea:hover
{
	border-bottom: 3px solid #c8c8c8 !important;
}

.form-association input[readonly]
{
	color: #7c7c7c;
	background-color: #f1f1f1;
    border: 1px solid #f1f1f1 !important;
}

.form-association span.select2-selection
{
	font-family: Gotham, Helvetica, Arial, sans-serif;
	background-color: #f6f5f5;
	margin: 8px auto;
	border: none;
	border-bottom: 3px solid #f6f5f5;
	color: #52565c;
	font-size: 1.05em;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	border-radius: 4px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-radius: 0;
	border: none;
	border-bottom: 3px solid #c8c8c8 !important;
}


/* Large screens */
@media only screen and (max-width: 1280px) {
    .page-banner h1 {
    	font-size: 60px;
	}
	.content {
        padding: 0 20px;
    }
	.flip-box-inner {
    	max-height: 174px;
	}
	.page-banner .sub-banner__item p {
		margin-top: 14px;
	}
    .site-footer__quick-links .content > .wrap,
    .site-footer__nav .content {
        justify-content: space-evenly;
    }
    .site-footer__nav-item {
        width: 15%;
        flex: 0 0 auto;
    }
    .site-header__social-banner .site-header__login {
        right: 20px;
    }
	.page-banner .sub-banner__item .flip-box-front .icon {
		width: 100px;
		height: 100px;
	}
	.page-banner .sub-banner__item .flip-box-front .icon svg {
		max-width: 100px;
		max-height: 100px;
	}
}

/* Medium-large screens */

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
    .page-banner h1 {
        font-size: 54px;
        line-height: 1.25em;
    }
    .page-banner .sub-banner__item .flip-box-front .icon {
        width: 88px;
        height: 88px;
    }
    .page-banner .sub-banner__item .flip-box-front .icon svg {
        max-width: 88px;
        max-height: 88px;
    }
	.flip-box-inner {
    	max-height: 156px;
	}
	.page-banner .sub-banner__item p {
		margin-top: 0px;
	}
	.flip-box-front {
		padding: 32px 30px;
	}
    .news-list--focus news-post__link.latest .news-post__title {
        font-size: 20px;
    }
    .home-primary .news-list {
        width: 47.5%;
    }
    .home-secondary .news-list {
        width: 46.5%;
    }
    .site-footer__quick-links a.quick-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .page-aside {
        width: 280px;
    }
    .page-nav {
        font-size: 16px;
        padding: 1em 1.5em;
    }
    .page-nav .page-nav__child > a {
        margin-top: .3em;
        margin-bottom: .3em;
    }
    .with-aside .page-content, .page-content.with-aside {
        margin-left: 312px;
    }
	.page-banner.page-banner--home > .wrap {
    	max-height: calc(50vh);
	}
}

/* Medium screens */

@media only screen and (max-width: 768px) {
    body {
        padding-bottom: 0;
    }
    .content {
        padding: 0 5%;
    }
	h2 {
        font-size: 28px;
        line-height: 1.2em;
    }
    .page-banner h1 {
        font-size: 36px;
        line-height: 1.25em;
    }
    .page-banner.page-banner--home > .wrap {
        height: 75vh;
    }
    .page-banner__bg {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .page-banner .sub-banner {
        position: relative;
        top: -80px;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .page-banner .sub-banner .content {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .page-banner .sub-banner__item {
        width: 100%;
        max-width: 420px;
        margin-top: 12px;
		overflow: hidden;
    }
	.page-banner .sub-banner__item p {
		margin-top: 14px;
	}
    .page-banner .sub-banner__item:first-child {
        margin-top: 0;
    }
    .page-banner.page-banner--home {
        padding-bottom: 0;
    }
    .page-banner--home + .page-section {
        margin-top: 0;
    }
    .page-section.section-frame {
        margin: 50px 0;
    }
    .home-primary .content,
    .home-secondary .content,
    .home-tertiary .content {
        display: block;
    }
    .home-primary .news-list,
	.home-primary .news-list-mod,
    .home-secondary .news-list,
	.home-tertiary .news-list,
	.home-tertiary .chf-members-map {
        width: 100%;
        max-width: none;
    }
    .news-list {
        margin-top: 40px;
    }
    .news-list:first-child {
        margin-top: 0
    }
    .chf-calendar,
    .chf-members-map {
        width: 100%;
    }
    .chf-calendar {
        margin: 60px auto 20px;
    }
    #site-footer {
        position: static;
        max-height: none;
    }
    .site-footer__quick-links {
        margin-top: 80px;
    }
    .site-footer__quick-links .content {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .site-footer__quick-links .content > .wrap {
        justify-content: stretch;
        flex-wrap: wrap;
        position: static;
    }
    .site-footer__quick-links a.quick-link {
        width: 50%;
    }
    .site-footer__newsletter {
        padding-top: 30px;
    }
    .site-footer__nav .content {
        flex-wrap: wrap;
        max-height: none;
    }
    .site-footer__nav-item {
        width: 30%;
        margin-bottom: 20px;
    }
    .site-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 6000;
    }
    .site-header__banner {
        position: relative;
        max-height: 100px;
        padding: 10px 0;
        background: #fff;
    }
    .site-header__banner__mobile-control {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 80px;
    }
    .site-header__banner__mobile-control > svg {
        width: 48px;
        height: 48px;
    }
    .site-header__banner__mobile-control > svg .fill {
        fill: #000;
        transition: fill .2s;
    }
    .site-header__banner__mobile-control:hover > svg .fill,
    .site-header__banner__mobile-control:focus > svg .fill {
        fill: #ff5c50;
    }
    .site-header__banner__mobile-control.control-left {
        left: 0;
    }
    .site-header__menu {
        display: none;
    }
    .site-header__menu--mobile.js-menu-toggled {
        transform: translate(0, 0);
    }
    .site-header__menu--mobile {
        display: block;
        position: fixed;
        top: 138px;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 18px;
        background: #fff;
        transform: translate(-100%, 0);
        transition: transform .333s;
        overflow: scroll;
    }
    .site-header__menu--mobile .content {
        padding: 0;
    }
    .site-header__menu--mobile .menu-item > a {
        display: block;
        padding: .5em 5%;
    }
    .site-header__nav__list--mobile > .menu-item {
        position: relative;
        padding: 10px 0;
    }
    .site-header__nav__list--mobile > .menu-item::after {
        content: '';
        display: block;
        position: absolute;
        right: 20%;
        top: 0;
        left: 20%;
        height: 1px;
        background: #e6e4e7;
    }
    .site-header__nav__list--mobile > .menu-item:first-child::after {
        content: none;
        display: none;
    }
    .site-header__menu--mobile .menu-item > a:hover,
    .site-header__menu--mobile .menu-item > a:focus {
        color: #ff5c50;
    }
    /*.site-header__menu--mobile .sub-menu {*/
    /*    max-height: 0;*/
    /*    transition: max-height .5s;*/
    /*    overflow: hidden;*/
    /*}*/
    .site-header__menu--mobile .sub-menu {
        font-size: 15px;
    }
    .site-header__menu--mobile .sub-menu .menu-item > a {
        padding: .2em 5% .2em calc(5% + 20px);
    }
    .site-header__menu--mobile .lwa.lwa--logged-in {
        display: none;
    }
    #site-main {
        margin-top: 138px;
    }
    .custom-logo {
        max-height: 80px;
        width: auto;
    }
    .page-aside {
        position: static;
        width: auto;
    }
    .with-aside .page-content,
    .page-content.with-aside {
        margin-left: 0;
    }
    .page-nav .page-nav__top-level-ancestor,
    .page-nav .page-nav__child > a {
        font-size: 1.2em;
        margin-bottom: .2em;
    }
    .page-nav .page-nav__child,
    .page-nav .page-nav__grandchildren {
        margin-top: .5em;
        margin-bottom: .5em;
    }
    .sticky-page-nav.sticked {
        position: static;
        margin-top: 0;
    }
    .sticky-page-nav.sticked-to-bottom,
    .sticky-page-nav.sticked.sticked-to-bottom {
        position: static;
    }
	.page-banner .sub-banner__item p {
        width: calc(90% - 100px);
        min-width: 120px;
    }
	.button-wrap {
		text-align: center;
	}
	
	.news-posts-single .news-post__link {
		width: 96%;
		margin: 10px 3% 10px 3%%;
	}
}

/* Small screens */

@media only screen and (max-width: 640px) {
    .page-banner.page-banner--home > .wrap {
        max-height: 400px;
    }
    .page-banner h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
    .nlsub__title {
        font-size: 1.5em;
    }
    .site-header__social-banner .lwa.lwa--logged-in {
        width: 320px;
    }
    .site-header__social-banner .lwa.lwa--logged-in .lwa__username {
        display: none;
    }
	.popup-bubble-content {
		width: 420px;
	}
}

@media only screen and (max-width: 600px) {
	#wpadminbar {
		display: none;
	}
}

/* Extra-small screens */

@media only screen and (max-width: 480px) {
    .page-banner h1 {
        font-size: 36px;
        line-height: 1.2em;
    }
    h2 {
        font-size: 26px;
        line-height: 1.2em;
    }
    .news-post {
        font-size: 15px;
        line-height: 1.15em;
    }
    .news-list--focus news-post__link.latest .news-post__date {
        display: block;
        bottom: auto;
        height: 64px;
        padding-bottom: 0;
    }
    .site-footer__quick-links a.quick-link .icon svg {
        max-width: 80px;
        max-height: 80px;
    }
    .site-footer__nav .content {
        padding: 40px 0 20px;
    }
    .site-footer__nav-item {
        width: 90%;
        margin-bottom: 30px;
        text-align: center;
    }
    .site-header__social-banner .lwa.lwa--logged-in {
        display: none;
    }
    .site-header__menu--mobile .lwa.lwa--logged-in {
        display: block;
        padding: 10px 0;
        margin: 0;
    }
    .site-header__menu--mobile .lwa.lwa--logged-in a {
        display: block;
        padding: .5em 5%;
        color: #ff5c50;
    }
    .site-header__menu--mobile .lwa__username {
        display: none;
    }
    .page-nav {
        background: none;
        padding-left: 0;
        padding-right: 0;
        border-top: 0;
        padding-top: 0;
    }
    .page-nav .page-nav__grandchildren {
        padding-left: 1em;
    }
    .page-content ul {
        padding-left: 24px;
    }
    .page-content ul li::before {
        left: -20px;
        width: 14px;
    }
	.popup-bubble-content {
		width: 360px;
		height: auto;
	}
	.popup-chf__title {
	    font-size: 22px;
	}
	.popup-chf__content > div > div:first-child {
    	font-size: 18px;
	}
	#popup-chf.popup-bubble-content {
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 360px) {
	.news-list--focus .news-post__link.latest {
        padding: 18px 21px !important;
    	margin-left: 0px !important;
	}
	.news-posts > a {
    	padding: 18px 21px;
	}
	.news-post__date {
    	position: initial;
	}
	.news-post__date em {
		font-size: 1.4em;
		display: inline;
		margin-right: 6px;
	}
	.news-post__date {
		width: 98px;
    	height: 35px;
		display: inline-block;
		padding: 8px 18px 0;
	}
	.news-list--focus .news-post__link .news-post__title {
		display: block;
		margin: .7em 0;
		font-size: 22px;
		font-weight: 600;
		line-height: 1.2em;
	}
}
