@charset "UTF-8";
.container {
	max-width: 1225px;
	margin: 0 auto;
	padding: 0 1em;
}
@media screen and (min-width: 480px) {
	.container {
		padding-left: 2em;
		padding-right: 2em;
	}
}

.is-style-narrow {
	max-width: 830px;
	margin: 0 auto;
}

@font-face {
	font-family: "SourceSansPro";
	src: url("../fonts/source-sans-pro/sourcesanspro-regular.woff2") format("woff2"), url("../fonts/source-sans-pro/sourcesanspro-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "SourceSansPro";
	src: url("../fonts/source-sans-pro/sourcesanspro-semibold.woff2") format("woff2"), url("../fonts/source-sans-pro/sourcesanspro-semibold.woff") format("woff");
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "SourceSansPro";
	src: url("../fonts/source-sans-pro/sourcesanspro-bold.woff2") format("woff2"), url("../fonts/source-sans-pro/sourcesanspro-bold.woff") format("woff");
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: "Phosphate Solid";
	src: url("../fonts/phosphate/phosphate-solid.woff2") format("woff2"), url("../fonts/solid/phosphate-solid.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
body {
	margin: 0;
	overflow-x: hidden;
	font-size: 1.25rem;
	font-family: SourceSansPro, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.has-menu-open {
	overflow: hidden;
}

h1,
h2 {
	line-height: 1;
	font-weight: 400;
	font-family: Phosphate Solid;
	color: #3c3c3c;
}
.has-background h1:not(.has-text-color),
.has-background h2:not(.has-text-color) {
	color: inherit;
}

h1,
.h1 {
	font-size: 2rem;
	color: #fff;
}
@media screen and (min-width: 782px) {
	h1,
	.h1 {
		font-size: 3.75rem;
	}
}

h2 {
	margin-bottom: 1em;
	font-size: 1.75rem;
}
@media screen and (min-width: 782px) {
	h2 {
		margin-bottom: 0.625em;
		font-size: 2.5rem;
	}
}

h3,
h4,
h5 {
	margin-bottom: 1em;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	font-family: SourceSansPro, sans-serif;
	color: #3c3c3c;
}
@media screen and (min-width: 782px) {
	h3,
	h4,
	h5 {
		margin-bottom: 0.625em;
		font-size: 2rem;
	}
}
.has-background h3:not(.has-text-color),
.has-background h4:not(.has-text-color),
.has-background h5:not(.has-text-color) {
	color: inherit;
}

h4 {
	font-size: 1.25rem;
}
@media screen and (min-width: 782px) {
	h4 {
		font-size: 1.75rem;
	}
}

h5 {
	font-size: 1.25rem;
}

p {
	line-height: 1.6;
}

.p {
	font-size: 1.25rem;
}

b,
strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #000;
}
ul a, p a {
	text-decoration: underline;
}
ul a:hover, p a:hover {
	color: rgba(0, 0, 0, 0.8);
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.6);
	        text-decoration-color: rgba(0, 0, 0, 0.6);
}
.button a {
	color: inherit;
}

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

li {
	margin-bottom: 0.5em;
	list-style-image: url("../svg/list.svg");
}

table {
	border-collapse: collapse;
}
table td {
	border: 1px solid;
}

.app-header {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.app-header--fixed {
	position: fixed;
	top: 0;
	animation: stick 0.4s;
}
.app-header__navigation {
	width: 100%;
	font-size: 0;
}
@media screen and (min-width: 1024px) {
	.app-header__navigation {
		width: auto;
		margin-top: 20px;
	}
}
.app-header__content {
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
	.app-header__content {
		flex-wrap: nowrap;
		align-items: center;
	}
}
.app-header--fixed .app-header__content {
	align-items: center;
}
@media screen and (max-width: 782px) {
	.has-menu-open .app-header__content {
		background-color: #ea5623;
	}
}
.app-header__branding {
	position: relative;
	margin: 20px 50px 20px 0;
}
@media screen and (min-width: 782px) {
	.fr .app-header__branding {
		margin: 0;
	}
}
@media screen and (min-width: 782px) and (max-width: 1024px) {
	.app-header__branding {
		margin-top: 40px;
	}
}
.app-header--fixed .app-header__branding {
	margin: 20px 40px 20px 0;
}
@media screen and (min-width: 782px) {
	.fr .app-header--fixed .app-header__branding {
		margin: 20px 0;
	}
}
@media screen and (max-width: 782px) {
	.has-menu-open .app-header__logo {
		opacity: 0;
	}
}
@media screen and (min-width: 782px) {
	.app-header__logo {
		max-width: 260px;
		height: auto;
	}
}
.app-header__logo-v2 {
	position: absolute;
	left: 0;
	margin-right: 80px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.has-menu-open .app-header__logo-v2 {
	visibility: visible;
	opacity: 1;
}
@keyframes stick {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
.app-footer {
	padding: 80px 0 0;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background-color: #3c3c3c;
}
.app-footer__branding {
	margin: 0 20px 40px 0;
}
@media screen and (min-width: 782px) {
	.app-footer__branding {
		margin-right: 80px;
	}
}
.app-footer__legals {
	border-top: 2px solid;
	padding-top: 0;
	font-weight: 400;
}
.app-footer__legals .link--legals {
	font-weight: 600;
	color: #fff;
}
.app-footer__legals .link--legals:focus, .app-footer__legals .link--legals:hover {
	color: rgba(255, 255, 255, 0.8);
}

.archive-content {
	margin-bottom: 140px;
}
.archive-content__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
@media screen and (min-width: 480px) {
	.archive-content__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 782px) {
	.archive-content__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.arrow:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: currentColor;
}
.arrow:after {
	content: "";
	display: inline-block;
	vertical-align: center;
	width: 10px;
	height: 10px;
	margin-left: -12px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-135deg);
}

.breadcrumb {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
	.entry__header--img .breadcrumb {
		position: absolute;
		top: 30px;
	}
}
@media screen and (min-width: 600px) {
	.breadcrumb {
		margin-bottom: 80px;
	}
}
.breadcrumb a {
	color: #fff;
}

button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
	overflow: visible;
}

.button {
	padding: 18px 30px;
	line-height: 1;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
	background-color: #ea5623;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	transition: 0.3s;
}
.button:hover, .button:focus {
	cursor: pointer;
	background-color: rgba(234, 86, 35, 0.8);
}
.page-template-hero-regalblue .button[type=submit] {
	background-color: #004f6a;
}
.page-template-hero-regalblue .button[type=submit]:hover, .page-template-hero-regalblue .button[type=submit]:focus {
	cursor: pointer;
	background-color: rgba(0, 79, 106, 0.8);
}
.button--outlined {
	background-color: transparent;
	border: 2px solid #fff;
}
.button--outlined:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.button--outlined--grey {
	color: #3c3c3c;
	border: 2px solid #3c3c3c;
}
.button--outlined--grey:hover {
	color: #fff;
	background-color: #ea5623;
	border-color: transparent;
}
.button--smaller {
	padding: 10px 20px;
	border-radius: 5px;
}
.button--share-linkedin {
	background-color: #0073b1;
}
.button--share-linkedin:hover, .button--share-linkedin:focus {
	background-color: rgba(0, 115, 177, 0.8);
}
.button__container-share {
	float: none;
}
.button__container-share.center {
	text-align: center;
}
.button__container-share.right {
	text-align: right;
}

.card-link {
	position: relative;
	border-radius: 10px;
}
.card-link:hover .arrow {
	transform: translateX(5px);
}
@media screen and (min-width: 1024px) {
	.card-link:before {
		content: "";
		float: left;
		padding-top: 105%;
	}
}
.card-link--job {
	background-color: #ea5623;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (min-width: 782px) {
	.card-link--job:before {
		content: "";
		float: left;
		padding-top: 105%;
	}
}
.card-link__content {
	height: 100%;
}
@media screen and (min-width: 1024px) {
	.card-link__content {
		position: absolute;
		left: 0;
		right: 0;
		height: 100%;
	}
}
.card-link__content:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	background-image: url("../svg/egg.svg");
	background-position: 100% 100%;
}
@media screen and (min-width: 782px) {
	.card-link--job .card-link__content {
		position: absolute;
		left: 0;
		right: 0;
		height: 100%;
	}
}
.card-link--job .card-link__content:after {
	content: none;
}
.card-link__details {
	padding: 20px;
	font-size: 1.125rem;
	color: #fff;
}
@media screen and (min-width: 782px) {
	.card-link__details {
		padding: 40px;
	}
}
.card-link__link {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.card-link--job .card-link__link {
	align-items: flex-end;
}
.card-link__title {
	display: block;
	margin: 20px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}
@media screen and (min-width: 782px) {
	.card-link__title {
		margin: 40px;
	}
}
.card-link__details .card-link__title {
	margin: 0;
	margin-bottom: 1em;
}
.card-link--job .card-link__title {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	font-size: 1.25rem;
	color: #3c3c3c;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
@media screen and (min-width: 782px) {
	.card-link--job .card-link__title {
		height: auto;
		min-height: 100px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}
@media screen and (min-width: 1024px) {
	.card-link--job .card-link__title {
		width: 70%;
		border-bottom-left-radius: 0;
	}
}

.entry--type-post > .container {
	max-width: 1024px;
}
.entry--error {
	margin-bottom: 80px;
	text-align: center;
}
.entry--error .entry__title {
	color: #fff;
	font-size: 5em;
	margin: 60px;
	text-shadow: 0px 5px 10px #cfcfcf;
}
@media screen and (min-width: 782px) {
	.entry--error .entry__title {
		font-size: 20em;
	}
}
.entry--error .entry__content {
	font-weight: bold;
}
.entry__image {
	display: block;
	width: 100%;
	height: auto;
}
.entry__image--color {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (min-width: 600px) {
	.entry__image--color {
		height: 400px;
	}
}
.entry__header {
	margin-bottom: 80px;
	color: #fff;
}
.entry__header--iron h1,
.entry__header--iron a {
	color: #3c3c3c;
}
.entry__header--img {
	position: relative;
	display: flex;
	background-position: bottom;
	background-size: cover;
}
@media screen and (max-width: 600px) {
	.entry__header--img {
		align-items: flex-start !important;
	}
}
.entry__header--img:before {
	content: "";
	float: left;
	padding-top: 150%;
}
@media screen and (min-width: 600px) {
	.entry__header--img:before {
		padding-top: 50%;
	}
}
.entry__header__top {
	padding-top: 20px;
	padding-bottom: 20px;
}
.entry__header__logo {
	display: block;
	margin: 0 auto 4.375rem;
}
@media screen and (min-width: 480px) {
	.entry__header__logo {
		max-width: 22rem;
	}
}
.entry__container {
	width: 100%;
}
.entry__title--img {
	margin: 2em 0 0;
	line-height: 1.1;
	color: #fff;
}
@media screen and (min-width: 600px) {
	.entry__title--img {
		line-height: 1;
		margin: 8vw 0;
	}
}
.entry__title--img > span {
	color: #ea5623;
}
.entry__header--formation .entry__title--img > span {
	color: #004f6a;
}
.entry__title--color {
	margin-top: 0;
	margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
	.entry__title--color {
		margin-bottom: 80px;
	}
}
.entry__content > :last-child {
	margin-bottom: 0 !important;
}
.entry__footer {
	margin-bottom: 140px;
}
.list--categories {
	margin: 80px 0;
	padding: 0;
	list-style: none;
}
.list__item {
	display: inline-flex;
	margin: 0 20px 20px 0;
}

.media {
	padding: 20px;
}
.media__link {
	display: block;
	height: 100%;
}
.media-object {
	overflow: hidden;
}
.media-object:hover .arrow {
	transform: translateX(5px);
}
.media-object:hover .media-object__title {
	color: #ea5623;
}
.media-object__figure {
	position: relative;
	overflow: hidden;
}
.media-object__figure:before {
	content: "";
	float: left;
	width: 100%;
	padding-top: 70%;
}
.media-object__figure > img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transform: translate(-50%, -50%);
}
.media-object__content {
	padding: 20px;
	color: #3c3c3c;
}
.media-object__content .arrow {
	color: #ea5623;
}
.media-object__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-family: SourceSansPro, sans-serif;
	font-weight: 700;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.media-object__excerpt {
	margin: 0 10px 0 0;
	font-size: 1.125rem;
}
.media-object__excerpt .entry__more-link {
	color: #3c3c3c;
}
.media-object__link {
	color: #3c3c3c;
}

.menu--languages {
	margin-bottom: 10px;
	font-size: 1rem;
}
@media screen and (max-width: 782px) {
	.menu--languages {
		padding: 20px;
	}
}
.fr .app-header--fixed .menu--languages {
	max-height: 0;
	transform: scaleY(0);
}
.menu--main {
	font-size: 1.125rem;
}
.menu--main-container {
	z-index: 1;
}
@media screen and (max-width: 782px) {
	.menu--main-container {
		position: absolute;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px);
		padding-bottom: 100px;
		background-color: #ea5623;
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		box-sizing: border-box;
		overflow: auto;
	}
}
.menu--main-container-open {
	visibility: visible;
	opacity: 1;
}
.menu--footer {
	flex: auto;
	margin-bottom: 20px;
}
.menu__button {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: 23px;
	height: 2px;
	font-size: 1.25rem;
	background-color: #ea5623;
	z-index: 100;
	transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
	.menu__button {
		right: 2em;
	}
}
.has-menu-open .menu__button {
	right: 30px;
}
.menu__button:before, .menu__button:after {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ea5623;
	transform-origin: center;
	transition: transform 0.2s;
}
.has-menu-open .menu__button:before, .has-menu-open .menu__button:after {
	background-color: #fff;
}
.menu__button:before {
	transform: translateY(-7px);
}
.has-menu-open .menu__button:before {
	transform: translateY(0) rotate(45deg);
}
.menu__button:after {
	transform: translateY(7px);
}
.has-menu-open .menu__button:after {
	transform: translateY(0) rotate(-45deg);
}
.menu__sub-menu {
	padding: 0;
}
.menu--main .menu__sub-menu-lvl-0 {
	max-height: 0;
	transform: scaleY(0);
	background-color: #ec6739;
}
@media screen and (min-width: 782px) {
	.menu--main .menu__sub-menu-lvl-0 {
		position: absolute;
		top: 100%;
		background-color: #ea5623;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}
@media screen and (max-width: 782px) {
	.menu--main .menu__sub-menu-lvl-0.sub-menu--open {
		max-height: none;
		transform: scaleY(1);
	}
}
.menu--main .menu__sub-menu-lvl-1 {
	background-color: #f4a58a;
}
@media screen and (min-width: 782px) {
	.menu--main .menu__sub-menu-lvl-1 {
		background-color: #ec6739;
	}
}
.menu--footer .menu__sub-menu-lvl-0 {
	margin-top: 5px;
}
@media screen and (min-width: 600px) {
	.menu--footer .menu__sub-menu-lvl-0 {
		margin-top: 20px;
	}
}
.menu--footer .menu__sub-menu-lvl-1 {
	margin-top: 5px;
	font-weight: 400;
}
.menu__items {
	display: flex;
	margin: 0;
	padding: 0;
}
.menu--languages .menu__items {
	justify-content: flex-end;
}
.menu--main .menu__items {
	flex-direction: column;
}
@media screen and (min-width: 782px) and (max-width: 1024px) {
	.menu--main .menu__items {
		justify-content: space-between;
	}
}
@media screen and (min-width: 782px) {
	.menu--main .menu__items {
		flex-direction: row;
		align-items: stretch;
	}
}
.menu--footer .menu__items {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
	.menu--footer .menu__items {
		display: grid;
		grid-template-columns: repeat(4, auto);
		grid-column-gap: 40px;
	}
}
.menu__item {
	margin-bottom: 0;
	list-style: none;
}
.menu--languages .menu__item:first-of-type .menu__link:after {
	content: "-";
	margin: 0 10px;
	color: inherit;
}
@media screen and (min-width: 782px) and (max-width: 1024px) {
	.menu--main .menu__item-lvl-0:first-of-type {
		margin-left: 0;
	}
}
@media screen and (min-width: 782px) {
	.menu--main .menu__item-lvl-0 {
		margin-left: 35px;
	}
	.menu--main .menu__item-lvl-0:first-of-type {
		margin-right: 0;
	}
	.menu--main .menu__item-lvl-0.button {
		align-self: baseline;
	}
	.menu--main .menu__item-lvl-0:not(.button) {
		padding: 0 0 45px;
		border-bottom: 2px solid transparent;
	}
	.menu--main .menu__item-lvl-0:not(.button)[aria-expanded=true] > .menu__link, .menu--main .menu__item-lvl-0:not(.button):focus > .menu__link, .menu--main .menu__item-lvl-0:not(.button):hover > .menu__link {
		color: #ea5623;
	}
	.menu--main .menu__item-lvl-0:not(.button)[aria-expanded=true] .menu__sub-menu-lvl-0, .menu--main .menu__item-lvl-0:not(.button):focus .menu__sub-menu-lvl-0, .menu--main .menu__item-lvl-0:not(.button):hover .menu__sub-menu-lvl-0 {
		max-height: none;
		transform: scaleY(1);
	}
}
.menu--main .menu__item-lvl-1 {
	border-bottom: 1px solid #fff;
}
.menu--main .menu__item-lvl-1:focus > a.menu__link, .menu--main .menu__item-lvl-1:hover > a.menu__link {
	color: rgba(255, 255, 255, 0.8);
}
.menu--main .menu__item-lvl-1:last-of-type {
	border: none;
}
.menu--main .menu__item-lvl-2 {
	display: flex;
	align-items: center;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #fff;
}
.menu--main .menu__item-lvl-2:focus > a.menu__link, .menu--main .menu__item-lvl-2:hover > a.menu__link {
	color: rgba(255, 255, 255, 0.8);
}
.menu--main .menu__item-lvl-2:before {
	content: "\2022";
	color: #fff;
}
.menu--main .menu__item-lvl-2:last-of-type {
	border: none;
}
.menu--footer .menu__item {
	margin-bottom: 5px;
}
.menu--footer .menu__item.has-children {
	flex-basis: 100%;
	margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
	.menu--footer .menu__item.has-children {
		flex-basis: 50%;
	}
}
@media screen and (min-width: 600px) {
	.menu--footer .menu__item.has-children {
		grid-row: 1/10;
		margin-bottom: 5px;
	}
}
.menu--footer .menu__item:not(.has-children) {
	flex-basis: 100%;
}
.menu--footer .menu__item:not(.has-children):focus > a.menu__link, .menu--footer .menu__item:not(.has-children):hover > a.menu__link {
	color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 600px) {
	.menu--footer .menu__item:not(.has-children) {
		grid-column: 4;
	}
}
@media screen and (min-width: 600px) {
	.menu--footer .menu__item:not(.has-children).menu__item-lvl-0 {
		text-align: right;
		font-weight: 700;
	}
}
.menu--footer .menu__item-lvl-2 {
	margin-left: 20px;
	list-style: disc;
}
.menu--footer .menu__item.button {
	padding: 0;
	font-size: 1em;
	line-height: normal;
	line-height: initial;
	background-color: transparent;
}
.menu__item--current {
	font-weight: 600;
}
.menu__item--current:not(.button) {
	color: #ea5623;
}
@media screen and (max-width: 782px) {
	.menu--main .menu__item.button {
		margin: 10px 20px;
		color: #ea5623;
		background-color: #fff;
	}
}
.menu__link {
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 782px) {
	.menu--languages .menu__link {
		color: #ea5623;
	}
	.menu--languages .menu__link:hover {
		color: #f4a58a;
	}
}
.menu--main .menu__link {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	font-weight: 600;
}
@media screen and (min-width: 782px) {
	.menu--main .menu__link {
		padding: 0;
		color: #3c3c3c;
	}
	.menu--main .menu__link[aria-current=page] {
		color: #ea5623;
	}
}
@media screen and (min-width: 782px) {
	.menu--main .menu__item--ancestor .menu__link {
		color: #ea5623;
	}
}
.menu--main .menu__sub-menu .menu__link {
	padding: 15px;
	color: #fff;
}
.menu--main .menu__sub-menu .menu__link:last-of-type {
	border: none;
}
.menu__item-lvl-1 .menu__link:not(.menu--footer .menu__link) {
	font-weight: 400;
}
.menu--main .menu__item-lvl-2 .menu__link {
	padding-left: 10px;
}
.button .menu__link {
	color: inherit;
}
.button .menu__link:hover, .button .menu__link[aria-current=page] {
	color: white;
}
@media screen and (max-width: 782px) {
	.button .menu__link {
		padding: 0;
	}
}
.menu--main .has-children > .menu__link:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-135deg);
	transform-origin: 0 100%;
	transition: transform 0.2s ease;
}
@media screen and (max-width: 782px) {
	.menu--main .has-children > .menu__link.sibling-sub-menu-open:after {
		transform: rotate(-45deg);
		transform-origin: 50% 100%;
	}
}
@media screen and (min-width: 782px) {
	.menu--main .has-children > .menu__link:after {
		transform: rotate(-45deg);
		transform-origin: right;
	}
}
.menu--footer .has-children.menu__item-lvl-0 > .menu__link {
	font-weight: 700;
}
.menu--main .has-children.menu__item-lvl-1 > .menu__link:after {
	margin-left: 200px;
}
.menu__link[href^="tel:"] {
	color: #f0b815;
	font-size: 1.25rem;
}

.pagination__items {
	display: flex;
	justify-content: center;
}
.pagination__item {
	list-style: none;
	margin-right: 20px;
}
.pagination__anchor {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 1.125rem;
}
.pagination__item--prev .pagination__anchor {
	color: #b9bea8;
}
.pagination__anchor--current {
	color: #ea5623;
}
.plus {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-basis: 20px;
	min-width: 20px;
	margin-left: 20px;
	color: inherit;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}
.plus:before, .plus:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ea5623;
}
.plus:after {
	transform: rotate(-90deg);
}

.sidebar--address {
	margin-top: 80px;
	margin-bottom: 80px;
	justify-content: center;
}
@media screen and (min-width: 782px) {
	.sidebar--address {
		margin-top: 140px;
	}
}
.sidebar__title {
	margin-top: 0;
	width: 30%;
}
.sidebar--center .sidebar__title {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.sidebar__title {
		width: 100%;
		text-align: center;
	}
}
.sidebar__card {
	width: 70%;
}
.sidebar--center .sidebar__card {
	width: 100%;
}
@media screen and (min-width: 782px) {
	.sidebar--center .sidebar__card {
		flex-wrap: nowrap;
	}
}
@media screen and (max-width: 1024px) {
	.sidebar__card {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}
}

.slick-slider {
	position: relative;
	margin: 0;
	padding: 0;
}
.slick-track {
	display: flex;
	align-items: center;
}
.is-style-gallery-slick .slick-slide {
	width: auto;
	margin: 0;
}
.slick-slide img {
	margin: 0 auto;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #3c3c3c;
	border-left: 2px solid #3c3c3c;
	transform-origin: center;
}
.slick-arrow-prev {
	left: -10px;
	transform: translateY(-50%) rotate(-45deg);
}
.slick-arrow-next {
	right: -10px;
	transform: translateY(-50%) rotate(135deg);
}

.sidebar--center .widget--text {
	width: 25%;
	box-sizing: border-box;
}
.sidebar--address .widget--text {
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #cfcfcf;
	padding: 20px;
	width: 33%;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 782px) {
	.sidebar--address .widget--text {
		width: 100%;
		margin-right: 0;
	}
}
.sidebar--address .widget--text:last-of-type {
	margin-right: 0;
}
.widget--text .textwidget :first-child {
	margin-bottom: 0;
}
.widget__title {
	font-size: 1.25rem;
	margin: 0;
}

.wp-block-button {
	display: inline-block;
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 700;
}
.wp-block-button.aligncenter {
	display: table;
}
.wp-block-button__link {
	padding: 18px 30px;
	color: #fff;
	background-color: #ea5623;
	box-sizing: border-box;
	border: 0;
	border-radius: 10px;
	transition: 0.3s;
}
.wp-block-button__link:visited {
	color: #fff;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
	cursor: pointer;
	color: #fff;
	background-color: rgba(234, 86, 35, 0.8);
}
.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border: 2px solid #fff;
}
.is-style-outline .wp-block-button__link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.is-style-link .wp-block-button__link {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: #ea5623;
}
.is-style-more .wp-block-button__link {
	padding: 10px;
	line-height: 0.5;
	font-weight: lighter;
	font-size: 2.5rem;
	background-color: transparent;
	border: none;
	border-radius: 100%;
}
.is-style-more .wp-block-button__link:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.is-style-linkedin .wp-block-button__link {
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: transparent;
	background-image: url("../img/icon-linkedin.png");
	background-position: center;
	background-repeat: no-repeat;
}

.wp-block-columns {
	justify-content: space-around;
}
@media (max-width: 600px) {
	.wp-block-columns {
		flex-wrap: wrap;
	}
}

.wp-block-column > :first-child {
	margin-top: 0;
}

.wp-block-cover {
	min-height: auto;
	margin-bottom: 80px;
	padding: 65px 0;
}
@media screen and (min-width: 782px) {
	.wp-block-cover {
		margin-bottom: 140px;
		padding: 130px 0;
	}
}
.wp-block-cover.has-background {
	color: #fff;
}
.wp-block-cover__inner-container {
	max-width: 1225px;
	margin: 0 auto;
}
.alignfull .wp-block-cover__inner-container, .alignwide .wp-block-cover__inner-container {
	padding: 0 1em;
}
@media screen and (min-width: 480px) {
	.alignfull .wp-block-cover__inner-container, .alignwide .wp-block-cover__inner-container {
		padding-left: 2em;
		padding-right: 2em;
	}
}
.wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
.wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

.wp-block-embed {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-embed {
		margin-bottom: 140px;
	}
}
.wp-block-embed.is-type-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.is-type-video .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
}
.is-type-video .wp-block-embed__wrapper:after {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.wp-block-embed figcaption {
	margin-top: 0.5em;
	text-align: center;
}

.wp-block-group {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-group {
		margin-bottom: 140px;
	}
}
.wp-block-group.is-style-group-spacing-context-tiny {
	margin-bottom: 40px;
}
@media screen and (min-width: 782px) {
	.wp-block-group.is-style-group-spacing-context-tiny {
		margin-bottom: 70px;
	}
}
.wp-block-group.is-style-group-border {
	padding: 1em;
	border: 1px solid #3c3c3c;
	border-radius: 10px;
}
.wp-block-group.is-style-narrow + .is-style-with-cards, .wp-block-group.is-style-narrow + .is-style-with-buttons {
	margin-top: -40px;
}
@media screen and (min-width: 782px) {
	.wp-block-group.is-style-narrow + .is-style-with-cards, .wp-block-group.is-style-narrow + .is-style-with-buttons {
		margin-top: -80px;
	}
}
.wp-block-group.has-background {
	color: #fff;
}
.wp-block-group.has-background:not(.is-style-fifty-fifty) {
	padding: 65px 0;
}
@media (min-width: 600px) {
	.wp-block-group.has-background:not(.is-style-fifty-fifty) {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
.wp-block-group.has-background + .has-background {
	margin-top: -80px;
}
@media screen and (min-width: 782px) {
	.wp-block-group.has-background + .has-background {
		margin-top: -140px;
	}
}
.wp-block-group__inner-container {
	max-width: 1225px;
	margin: 0 auto;
}
.alignfull .wp-block-group__inner-container, .alignwide .wp-block-group__inner-container {
	padding: 0 1em;
}
@media screen and (min-width: 480px) {
	.alignfull .wp-block-group__inner-container, .alignwide .wp-block-group__inner-container {
		padding-left: 2em;
		padding-right: 2em;
	}
}
.wp-block-group__inner-container > :first-child {
	margin-top: 0;
}
.wp-block-group__inner-container > :last-child {
	margin-bottom: 0;
}

.is-style-heading-spacing-context {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.is-style-heading-spacing-context {
		margin-bottom: 140px;
	}
}
.is-style-heading-spacing-context-tiny {
	margin-bottom: 40px;
}
@media screen and (min-width: 782px) {
	.is-style-heading-spacing-context-tiny {
		margin-bottom: 70px;
	}
}

.wp-block-image {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-image.alignfull {
	max-width: none;
}
.wp-block-image.is-style-image-spacing-context {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-image.is-style-image-spacing-context {
		margin-bottom: 140px;
	}
}
.wp-block-image.is-style-image-spacing-context-tiny {
	margin-bottom: 40px;
}
@media screen and (min-width: 782px) {
	.wp-block-image.is-style-image-spacing-context-tiny {
		margin-bottom: 70px;
	}
}
.wp-block-image figcaption {
	color: #3c3c3c;
	font-size: 1rem;
	font-style: italic;
}

.is-style-list-spacing-context {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.is-style-list-spacing-context {
		margin-bottom: 140px;
	}
}
.is-style-list-spacing-context-tiny {
	margin-bottom: 40px;
}
@media screen and (min-width: 782px) {
	.is-style-list-spacing-context-tiny {
		margin-bottom: 70px;
	}
}

.is-style-paragraph-spacing-context {
	margin-bottom: 0px;
}
@media screen and (min-width: 782px) {
	.is-style-paragraph-spacing-context {
		margin-bottom: 140px;
	}
}
.is-style-paragraph-spacing-context-tiny {
	margin-bottom: 40px;
}
@media screen and (min-width: 782px) {
	.is-style-paragraph-spacing-context-tiny {
		margin-bottom: 70px;
	}
}

.is-style-paragraph-border {
	display: inline-block;
	padding: 1em;
	border: 1px solid #3c3c3c;
	border-radius: 10px;
}
.is-style-paragraph-border + .is-style-paragraph-border {
	margin-left: 1em;
}

.wp-block-quote {
	margin-top: 1em;
}
.wp-block-quote > p {
	margin-top: 0;
}
.wp-block-quote.is-style-english {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-quote.is-style-english p {
	margin-bottom: 0.5em;
	font-style: italic;
}
.wp-block-quote.is-style-english p:before {
	content: "\201C\A0";
}
.wp-block-quote.is-style-english p:after {
	content: "\A0\201D";
}
.wp-block-quote.is-style-english cite {
	font-style: normal;
}
.wp-block-quote.is-style-english cite:before {
	content: "\2013   ";
}
.wp-block-quote.is-style-featured {
	margin-left: 0;
	margin-right: 0;
	font-size: 2rem;
	color: #ea5623;
}
.wp-block-quote.is-style-featured p {
	margin-bottom: 0.5em;
	line-height: 1;
	font-weight: 700;
}
.wp-block-quote.is-style-featured p:before, .wp-block-quote.is-style-featured p:after {
	font-family: serif;
	font-family: initial;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
}
.wp-block-quote.is-style-featured p:before {
	content: "\201C\A0";
}
.wp-block-quote.is-style-featured p:after {
	content: "\A0\201D";
}
.wp-block-quote.is-style-featured cite {
	font-weight: 400;
	font-size: 1.75rem;
}
.wp-block-quote.is-style-featured cite:before {
	content: "\2013   ";
}
.wp-block-quote cite {
	font-weight: 700;
}

.wp-block-separator {
	margin: spacing-context-mobile(0.625) 0;
}
@media screen and (min-width: 782px) {
	.wp-block-separator {
		margin: 80px 0;
	}
}

.wp-block-spacer {
	max-height: none;
}
body:not(.wp-admin) .wp-block-spacer[aria-hidden=true] {
	max-height: none;
}

.wp-block-quaternaire-accordion {
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #cfcfcf;
	padding: 40px;
	margin-bottom: 20px;
}
.wp-block-quaternaire-accordion:last-of-type {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-accordion:last-of-type {
		margin-bottom: 140px;
	}
}
.wp-block-quaternaire-accordion .accordion__button {
	width: 100%;
	text-align: left;
	font-size: 1em;
	cursor: pointer;
}
.wp-block-quaternaire-accordion .accordion__button:focus, .wp-block-quaternaire-accordion .accordion__button:hover {
	outline: none;
}
.wp-block-quaternaire-accordion .accordion__button:focus .accordion__button-title, .wp-block-quaternaire-accordion .accordion__button:hover .accordion__button-title {
	color: #ea5623;
}
.wp-block-quaternaire-accordion .accordion__button[aria-expanded=true] .accordion__button-arrow-icon {
	transform: rotate(-90deg);
}
.wp-block-quaternaire-accordion .accordion__button-title {
	display: block;
	transition: color 300ms;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
.wp-block-quaternaire-accordion .accordion__button-sub-title {
	display: flex;
	padding-right: 40px;
	font-size: 1.125rem;
	line-height: 1.4;
	transition: color 300ms;
}
.wp-block-quaternaire-accordion .accordion__button-arrow-icon {
	width: 1rem;
	height: 1rem;
	fill: #ea5623;
	float: right;
	margin-top: -1rem;
	transition: transform 300ms;
}
.wp-block-quaternaire-accordion .accordion__content {
	margin-top: 20px;
	font-size: 1.125rem;
	line-height: 1.8;
	border-top: 2px solid #ea5623;
}
.wp-block-quaternaire-accordion .accordion__content > ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.wp-block-author {
	max-width: 600px;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.wp-block-author:last-of-type {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-author:last-of-type {
		margin-bottom: 140px;
	}
}
.wp-block-author__img {
	text-align: left;
	margin-bottom: 20px;
}
.wp-block-author__img > img {
	border-radius: 10px;
}
.wp-block-author .wp-block-columns {
	display: grid;
	grid-template-columns: auto 30px;
	grid-gap: 32px;
	justify-content: space-between;
	margin-bottom: 0.5em;
}
.wp-block-author .wp-block-column {
	margin: 0 !important;
}
.wp-block-author .wp-block-social-links {
	justify-content: flex-end;
}
.wp-block-author h2,
.wp-block-author h3,
.wp-block-author h4 {
	font-size: 1.25rem;
}
.wp-block-author p {
	line-height: 1.1;
	margin: 0;
}
@media (min-width: 480px) {
	.wp-block-author {
		display: inline-flex;
		align-items: flex-start;
	}
	.wp-block-author__img {
		flex: 1 0 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
		text-align: center;
	}
	.wp-block-author__content.has-img-right {
		margin-left: 20px;
	}
}
@media (min-width: 1024px) {
	.wp-block-author {
		max-width: calc(50% - 12px);
	}
	.wp-block-author:nth-child(odd) {
		margin-right: 20px;
	}
}

.is-style-background-logos {
	position: relative;
}
.is-style-background-logos:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	background-image: url("../svg/egg.svg");
	background-position: 100% 100%;
}

.is-style-fifty-fifty .wp-block-column {
	flex-basis: 100%;
	padding: 65px 0;
}
.is-style-fifty-fifty .wp-block-column > h2,
.is-style-fifty-fifty .wp-block-column > h3,
.is-style-fifty-fifty .wp-block-column > h4 {
	margin-bottom: auto;
}
.is-style-fifty-fifty .wp-block-column:first-of-type {
	border-bottom: 1px solid #fff;
}
.is-style-fifty-fifty .wp-block-column > :first-child {
	margin-top: 0;
}
.is-style-fifty-fifty .wp-block-column > :last-child {
	margin-bottom: 0;
}
@media (min-width: 600px) {
	.is-style-fifty-fifty .wp-block-column {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.is-style-fifty-fifty .wp-block-column:first-of-type {
		margin-right: 2em;
		padding-right: 2em;
		border-right: 1px solid #fff;
		border-bottom: 0;
	}
}

.is-style-gallery-slick {
	display: block;
	margin: 0 0 80px;
}
@media screen and (min-width: 782px) {
	.is-style-gallery-slick {
		margin-bottom: 140px;
	}
}
.is-style-gallery-slick .blocks-gallery-item figure {
	display: block;
	flex: none;
	margin: 0.5em;
	padding: 1em 0.5em;
	box-shadow: 0px 5px 10px 0px #cfcfcf;
	border-radius: 10px;
}
.is-style-gallery-slick .blocks-gallery-item a,
.is-style-gallery-slick .blocks-gallery-item img {
	flex: none;
	width: auto;
	object-fit: initial;
}
.is-style-gallery-slick.is-cropped .blocks-gallery-item a,
.is-style-gallery-slick.is-cropped .blocks-gallery-item img {
	flex: none;
	width: auto;
	height: auto;
	object-fit: initial;
}
.is-style-gallery-slick.columns-1 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-2 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-3 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-4 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-5 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-6 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-7 .blocks-gallery-item {
	margin: 0;
}
.is-style-gallery-slick.columns-8 .blocks-gallery-item {
	margin: 0;
}

.is-style-heading-content {
	justify-content: space-between;
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.is-style-heading-content {
		margin-bottom: 140px;
	}
}
.is-style-heading-content .wp-block-column:first-child {
	flex-basis: 100%;
}
@media screen and (min-width: 782px) {
	.is-style-heading-content .wp-block-column:first-child {
		flex: 0 0 30%;
	}
}
.is-style-heading-content .wp-block-column:last-child {
	flex-grow: 1;
}
@media screen and (max-width: 782px) {
	.is-style-heading-content .wp-block-column:last-child {
		margin: 0;
	}
}
.is-style-heading-content .wp-block-column > :first-child {
	margin-top: 0;
}

.wp-block-quaternaire-images-and-quotes {
	margin-bottom: 140px;
}
.wp-block-quaternaire-images-and-quotes .wp-block-image,
.wp-block-quaternaire-images-and-quotes .wp-block-group {
	margin: 0 0 1em;
	border-radius: 10px;
	overflow: hidden;
}
.wp-block-quaternaire-images-and-quotes .wp-block-group__inner-container,
.wp-block-quaternaire-images-and-quotes .wp-block-group.has-background {
	padding: 0;
}
.wp-block-quaternaire-images-and-quotes .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.wp-block-quaternaire-images-and-quotes .wp-block-quote {
	padding: 40px 30px;
	margin: 0;
	color: #fff;
	box-sizing: border-box;
}
.wp-block-quaternaire-images-and-quotes .wp-block-quote cite {
	font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
}
.wp-block-quaternaire-images-and-quotes .wp-block-quote p:first-of-type {
	margin-top: 0;
	font-style: italic;
}
.wp-block-quaternaire-images-and-quotes .wp-block-quote p:first-of-type::before {
	display: block;
	content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='52' height='35' viewBox='0 0 52 35'><path d='M17.739 30.42c-1.57 1.438-3.479 2.137-5.832 2.137-2.658 0-4.894-.929-6.835-2.839C3.1 27.776 2.14 25.475 2.14 22.685c0-4.285 1.377-8.152 4.093-11.496 2.592-3.19 6.479-6.008 11.563-8.382l2.06 3.332C13.66 8.983 10.52 12.4 10.52 16.309v.838l.95.094c2.557.254 4.59 1.121 6.22 2.652 1.616 1.52 2.402 3.227 2.402 5.217 0 2.125-.77 3.862-2.353 5.31zm-5.02-14.91c.455-3.016 3.5-5.748 9.07-8.128l1.002-.428L18.68.304l-.928.412C5.972 5.946 0 13.337 0 22.685c0 3.225 1.169 6.01 3.474 8.279 2.338 2.3 5.175 3.467 8.433 3.467 2.927 0 5.41-.913 7.377-2.715 1.956-1.789 2.947-4.012 2.947-6.606 0-2.452-1.001-4.636-2.976-6.494-1.742-1.638-3.938-2.68-6.536-3.105zM46.723 30.42c-1.543 1.434-3.436 2.131-5.787 2.131-2.66 0-4.91-.93-6.879-2.842-1.997-1.941-2.968-4.24-2.968-7.027 0-4.282 1.384-8.149 4.112-11.491 2.603-3.189 6.506-6.004 11.612-8.377l2.004 3.325c-6.15 2.844-9.267 6.262-9.267 10.17v.835l.947.096c2.504.253 4.513 1.12 6.142 2.651 1.617 1.52 2.403 3.226 2.403 5.215 0 2.127-.759 3.866-2.319 5.315zm-4.975-14.903c.449-3.02 3.469-5.753 8.994-8.133l.988-.426L47.72.304l-.938.414C34.95 5.948 28.95 13.339 28.95 22.688c0 3.227 1.184 6.014 3.518 8.283 2.364 2.298 5.212 3.463 8.468 3.463 2.93 0 5.401-.915 7.343-2.72 1.926-1.788 2.902-4.01 2.902-6.601 0-2.452-1.001-4.637-2.976-6.494-1.739-1.635-3.907-2.676-6.457-3.102z' fill='white'/></svg>");
	height: 35px;
	width: 52px;
	margin-bottom: 0.5em;
}
@media (min-width: 600px) {
	.wp-block-quaternaire-images-and-quotes {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wp-block-quaternaire-images-and-quotes .wp-block-image,
	.wp-block-quaternaire-images-and-quotes .wp-block-group {
		flex: 0 0 48%;
		min-height: 346px;
	}
	.wp-block-quaternaire-images-and-quotes .wp-block-group__inner-container {
		height: 100%;
	}
	.wp-block-quaternaire-images-and-quotes .wp-block-quote {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.wp-block-quaternaire-images-and-quotes .wp-block-quote p:last-of-type {
		flex-grow: 1;
	}
}
@media (min-width: 782px) {
	.wp-block-quaternaire-images-and-quotes .wp-block-image,
	.wp-block-quaternaire-images-and-quotes .wp-block-group {
		flex: 0 0 32%;
	}
}

.wp-block-quaternaire-jobs-archive {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-jobs-archive {
		margin-bottom: 140px;
	}
}

.is-style-key-figures {
	text-align: center;
}
@media (min-width: 480px) {
	.is-style-key-figures .wp-block-columns:last-of-type .wp-block-column {
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
	.is-style-key-figures .wp-block-columns:last-of-type .wp-block-column:last-of-type {
		margin-bottom: 0;
	}
}
.is-style-key-figures .wp-block-column {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 50px;
	padding: 20px;
	font-size: 1.375rem;
	font-weight: 600;
}
@media (min-width: 480px) {
	.is-style-key-figures .wp-block-column {
		flex: 1;
	}
}
@media (min-width: 600px) {
	.is-style-key-figures .wp-block-column {
		margin-bottom: 80px;
	}
}
.is-style-key-figures p {
	margin-top: 0;
	margin-bottom: 1.25rem;
	line-height: 1.75rem;
}
.is-style-key-figures p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quaternaire-mosaic {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 80px;
	font-size: 1.125rem;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-mosaic {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 140px;
	}
}
@media screen and (min-width: 1225px) {
	.wp-block-quaternaire-mosaic {
		grid-template-columns: repeat(3, 1fr);
	}
}
.wp-block-quaternaire-mosaic .wp-block-group {
	position: relative;
	min-height: 20vh;
	margin-bottom: 0;
	padding: 40px 30px;
	border-radius: 10px;
	overflow: hidden;
}
.wp-block-quaternaire-mosaic .wp-block-group.has-background:not(.is-style-fifty-fifty) {
	padding: 40px 30px;
}
.wp-block-quaternaire-mosaic .wp-block-group.has-background + .has-background {
	margin-top: 0;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-mosaic .wp-block-group {
		min-height: auto;
	}
}
.wp-block-quaternaire-mosaic .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
}
.wp-block-quaternaire-mosaic h2,
.wp-block-quaternaire-mosaic h3,
.wp-block-quaternaire-mosaic h4 {
	font-size: 1.25rem;
}
.wp-block-quaternaire-mosaic p {
	line-height: 1.2;
}
.wp-block-quaternaire-mosaic .wp-block-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-quaternaire-mosaic .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-quaternaire-mosaic .wp-block-button.is-style-more {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.wp-block-quaternaire-news-last {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-news-last {
		margin-bottom: 140px;
	}
}

.wp-block-quaternaire-offers {
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-offers {
		margin-bottom: 140px;
	}
}
@media screen and (min-width: 1024px) {
	.wp-block-quaternaire-offers {
		flex-wrap: nowrap;
	}
}
.wp-block-quaternaire-offers-details {
	flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
	.wp-block-quaternaire-offers-details {
		flex: 1;
		max-width: 30%;
		margin: 0 40px 0 0;
	}
}
.wp-block-quaternaire-offers-item {
	flex-basis: 100%;
}
.wp-block-quaternaire-offers-item:first-of-type {
	margin-bottom: 20px;
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-offers-item:first-of-type {
		margin-bottom: 0;
		margin-right: 20px;
	}
}
@media screen and (min-width: 782px) {
	.wp-block-quaternaire-offers-item {
		flex-basis: 48%;
	}
}
@media screen and (min-width: 1024px) {
	.wp-block-quaternaire-offers-item {
		flex: 1;
	}
}

.wp-block-partenaire-grid {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.wp-block-partenaire-grid {
		margin-bottom: 140px;
	}
}
.wp-block-partenaire-grid .partenaire {
	text-align: center;
	padding: 1em;
}
.wp-block-partenaire-grid .partenaire__logo {
	max-width: 80%;
	margin: 0 auto 0.5em;
}
.wp-block-partenaire-grid .partenaire__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}
@media (min-width: 782px) {
	.wp-block-partenaire-grid {
		margin-bottom: 140px;
	}
	.wp-block-partenaire-grid .partenaire {
		height: 0;
		padding-bottom: 48.2233502538%;
		overflow: hidden;
		position: relative;
	}
	.wp-block-partenaire-grid .partenaire__content, .wp-block-partenaire-grid .partenaire__logo {
		position: absolute;
		top: 1em;
		bottom: 1em;
		left: 1em;
		right: 1em;
	}
	.wp-block-partenaire-grid .partenaire__logo-img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.wp-block-partenaire-grid .partenaire__content {
		opacity: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.wp-block-partenaire-grid .partenaire:hover .partenaire__logo {
		opacity: 0;
	}
	.wp-block-partenaire-grid .partenaire:hover .partenaire__content {
		opacity: 1;
	}
}

.wp-block-quaternaire-read-more {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	display: none;
	margin: 0;
	padding: 0 0 0.2em;
	cursor: pointer;
	color: #ea5623;
	font-size: 1.25rem;
	font-weight: 700;
	transition: border-bottom-color 300ms;
}
.wp-block-quaternaire-read-more.content-show, .wp-block-quaternaire-read-more.content-hide {
	display: block;
}
.wp-block-quaternaire-read-more:hover, .wp-block-quaternaire-read-more:active, .wp-block-quaternaire-read-more:focus {
	border-bottom-color: #ea5623;
}
.wp-block-quaternaire-read-more.content-hide::after {
	content: " \2228";
}
.wp-block-quaternaire-read-more.content-show::after {
	content: " \2227";
}

.wp-block-matiere-noire-svg-icons.dashed {
	padding: 30px;
	border: 2px dashed #fff;
	border-radius: 100%;
}

.is-style-with-buttons {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 80px;
}
@media screen and (min-width: 480px) {
	.is-style-with-buttons {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 782px) {
	.is-style-with-buttons {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 140px;
	}
}
.is-style-with-buttons .wp-block-column {
	margin: 0;
}
@media screen and (min-width: 782px) {
	.is-style-with-buttons .wp-block-column:last-child:nth-child(3n-1) {
		grid-column: span 2;
	}
	.is-style-with-buttons .wp-block-column:last-child:nth-child(3n-2) {
		grid-column: span 3;
	}
}
.is-style-with-buttons .wp-block-button {
	width: 100%;
	height: 100%;
}
.is-style-with-buttons .wp-block-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 480px) {
	.is-style-with-buttons .wp-block-button__link {
		padding: 40px;
	}
}

.is-style-with-cards {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 80px;
}
@media screen and (min-width: 480px) {
	.is-style-with-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 782px) {
	.is-style-with-cards {
		grid-template-columns: repeat(4, 1fr);
		margin-bottom: 140px;
	}
}
.is-style-with-cards .wp-block-column {
	margin: 0;
	padding: 1.875rem;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #cfcfcf;
}

.blocks-gallery-grid-success {
	margin-bottom: 80px;
}
@media screen and (min-width: 782px) {
	.blocks-gallery-grid-success {
		margin-bottom: 140px;
	}
}

.entry__content .gform_wrapper h3.gform_title {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 1.3em;
}
.entry__content .gform_wrapper .field_description_below .gfield_description {
	padding-top: 2px;
}
.entry__content .gform_wrapper .gfield_label {
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}
.entry__content .gform_wrapper .gfield_description {
	font-style: italic;
	font-size: 0.8rem;
}
.entry__content .gform_wrapper .gfield textarea,
.entry__content .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 10px;
	border: 1px solid #a2bfc9;
	font-size: 1rem;
	padding: 0.875em 1.8125em;
}
.entry__content .gform_wrapper .gfield .ginput_container_fileupload input {
	border-radius: 10px;
	border: 1px solid #a2bfc9;
	font-size: 1rem;
	padding: 0.875em 1.8125em;
}
.entry__content .gform_wrapper .gfield select {
	padding: 0.875em 1.8125em;
	font-size: 0.75em;
	background-color: transparent;
	background-image: url("../img/arrow-bottom.png");
	background-position: center right 1em;
	background-repeat: no-repeat;
	border: 1px solid #a2bfc9;
	border-radius: 10px;
	appearance: none;
	-webkit-appearance: none;
}
.entry__content .gform_wrapper .gform_button[type=submit] {
	appearance: none;
	-webkit-appearance: none;
}
.entry__content .gform_wrapper .gform_footer {
	text-align: center;
}
.entry__content .gform_wrapper ul li.gfield {
	margin-top: 1.5em;
}
.entry__content .gform_wrapper li.gf_right_left_half,
.entry__content .gform_wrapper li.gf_right_right_half {
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}
@media (min-width: 600px) {
	.entry__content .gform_wrapper li.gf_right_left_half,
	.entry__content .gform_wrapper li.gf_right_right_half {
		width: 25%;
	}
}
.entry__content .gform_wrapper li.gf_right_left_half {
	padding-right: 16px;
}

.social-media-link {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 80px;
}
.social-media-link .social-link {
	color: #fff;
	transition: color 300ms;
	margin-left: 20px;
}
.social-media-link .social-link:hover, .social-media-link .social-link:focus {
	color: rgba(255, 255, 255, 0.8);
}
.social-media-link .icon {
	fill: currentColor;
	width: 30px;
	height: 30px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	word-wrap: normal;
	border: none;
}
.screen-reader-text:active, .screen-reader-text:focus {
	clip: auto;
	-webkit-clip-path: none;
	        clip-path: none;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
	text-decoration: none;
}

body:not(.wp-admin) [aria-hidden=true] {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 612.5px) {
	.alignleft {
		float: left;
		margin: 0 1.5rem 1.5rem 0;
		max-width: 50%;
	}
}

@media (min-width: 612.5px) {
	.alignright {
		float: right;
		margin: 0 0 1.5rem 1.5rem;
		max-width: 50%;
	}
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

.alignfull,
.alignwide {
	margin-left: -1em;
	margin-right: -1em;
	width: auto;
}
@media screen and (min-width: 480px) {
	.alignfull,
	.alignwide {
		margin-left: -2em;
		margin-right: -2em;
	}
}

@media (min-width: 1225px) {
	.alignwide {
		margin-left: -25%;
		margin-right: -25%;
		max-width: calc(1225px + 50%);
	}
	.alignfull {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		width: auto;
		max-width: 100vw;
	}
}
.has-flamingo-color {
	color: #ea5623;
}

.has-flamingo-background-color {
	background-color: #ea5623;
}

.has-pizzaz-color {
	color: #ec6739;
}

.has-pizzaz-background-color {
	background-color: #ec6739;
}

.has-mandys-pink-color {
	color: #f4a58a;
}

.has-mandys-pink-background-color {
	background-color: #f4a58a;
}

.has-regal-blue-color {
	color: #004f6a;
}

.has-regal-blue-background-color {
	background-color: #004f6a;
}

.has-casper-color {
	color: #a2bfc9;
}

.has-casper-background-color {
	background-color: #a2bfc9;
}

.has-buttercup-color {
	color: #f0b815;
}

.has-buttercup-background-color {
	background-color: #f0b815;
}

.has-mine-shaft-color {
	color: #3c3c3c;
}

.has-mine-shaft-background-color {
	background-color: #3c3c3c;
}

.has-eagle-color {
	color: #b9bea8;
}

.has-eagle-background-color {
	background-color: #b9bea8;
}

.has-iron-color {
	color: #e5e5e6;
}

.has-iron-background-color {
	background-color: #e5e5e6;
}

.has-small-font-size {
	font-size: 1rem;
}

.has-regular-font-size {
	font-size: 1.25rem;
}

.has-large-font-size {
	font-size: 1.75rem;
}

.has-extra-large-font-size {
	font-size: 2rem;
}

.has-extra-extra-large-font-size {
	font-size: 2.5rem;
}

.has-huge-font-size {
	font-size: 3.75rem;
}

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

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

.has-text-align-center {
	text-align: center;
}

.radius {
	border-radius: 10px;
}

.shadow {
	box-shadow: 0px 5px 10px 0px #cfcfcf;
}

.has-logo-background {
	position: relative;
}
.has-logo-background:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	background-image: url("../svg/egg.svg");
	background-position: 100% 100%;
}

.hidden {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
}
.app-header .hidden-header {
	display: none;
}
@media screen and (min-width: 782px) {
	.hidden-desktop {
		position: absolute;
		max-height: 0;
		visibility: hidden;
		opacity: 0;
	}
}

.container-inner-context {
	margin-bottom: 50px;
}
@media screen and (min-width: 782px) {
	.container-inner-context {
		margin-bottom: 80px;
	}
}

.grid {
	display: grid;
}
.grid--three {
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
@media screen and (min-width: 480px) {
	.grid--three {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 782px) {
	.grid--three {
		grid-template-columns: repeat(3, 1fr);
	}
}

.flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-direction-r {
	flex-direction: row;
}
.flex-direction-c {
	flex-direction: column;
}
.flex-justify-sb {
	justify-content: space-between;
}
.flex-align-center {
	align-items: center;
}
.flex-align-end {
	align-items: flex-end;
}

.mtb {
	margin-top: spacing-block(0.625);
	margin-bottom: spacing-block(0.625);
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-inner-context {
	margin-bottom: 50px;
}
@media screen and (min-width: 782px) {
	.mb-inner-context {
		margin-bottom: 80px;
	}
}
img.wp-smiley,
img.emoji {
	display: inline;
	width: 1em;
	height: 1em;
	margin: 0 0.07em;
	padding: 0;
	vertical-align: -0.1em;
	background: none;
	border: none;
	box-shadow: none;
}
/*# sourceMappingURL=screen.css.map*/