/*
Theme Name: Linolight
Text Domain: linolight
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.0
Description: Speed theme by Li-Nó Design
Author: Li-Nó Design
Author URI: https://www.lino-design.com
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');


:root {
	--main-bg-color: #EE5865;
	--second-bg-color: #F1A578;
	--link-color:#EE5865;
	--heading-color:#1C2042;
	--secondary-color: #EACD3C;
	--body-color: #353866;
	--container-width: 1180px; 
}

/*	0. CSS Reset */
html,
body {
	border: none;
	margin: 0;
	color: #333333;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

blockquote::before,
blockquote::after {
	content: "";
}

/*	1. Document Setup */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	background: #FFFFFF;
	box-sizing: border-box;
	color: var(--body-color);
	text-align: left;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
#site-content {
	overflow: hidden;
	padding: 0 30px 0;
	/*padding: 30px 30px 0 30px;*/
}
.home #site-content {
	overflow: visible;
}
#site-content > article {
	/*padding: 30px 30px 0 30px;*/
}

.color-white {
	color: #FFF !important;
}
.color-green {
	color: #EE5865 !important;
}

/* Clearing ---------------------------------- */
.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}
.clear, .clearfix {
	clear: both;
}
/* Base Transitions -------------------------- */
a, button,
path {
	transition: all 0.15s linear;
}
a:hover, button:hover {
  opacity: 0.7;
}

/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}
/*	2. Element Base */
main {
	display: block;
	/*padding-top: 98px;*/
}
ul {
	padding: 0;
}
h2,
.h2 {
	font-size: 3.12rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.2rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1.05rem;
	text-transform: uppercase;
}
h1 {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #353866;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: 0.7;
}
.single-post .entry-content h2 {
	font-size: 2.5rem;
}
body:not(.home) .wp-block-group h2 {
	color: #353866;
}
body:not(.home) .wp-block-group h3 {
	color: #353866;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.3em;
}
body:not(.home) .wp-block-group h4 {
	color: #353866;
	
}

.mt-30 {
	margin-top: 30px;
}
.mt-0 {
	margin-top:0 !important;
}

.single-post .entry-content ul li:before,
.page-template-page_jobs .entry-content ul li:before,
.single-job  .entry-content ul li:before {
	content: "\2022";  
	color: var(--main-bg-color); 
	font-weight: bold; 
	display: inline-block;
	width: 10px;
	font-size: 30px;
	line-height: 10px;
	position: absolute;
	top: 8px;
	left: 0;
}
.single-post .entry-content ul li,
.page-template-page_jobs .entry-content ul li,
.single-job  .entry-content ul li {
	padding-left: 20px;
	position: relative;
}
.single-post .entry-content ul,
.page-template-page_jobs .entry-content ul,
.single-job  .entry-content ul {
	margin: 15px 0 30px;
}


p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}
big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}
b,
strong {
	font-weight: 700;
}
ins {
	text-decoration: underline;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
abbr,
acronym {
	cursor: help;
}
address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}
hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}
a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
.margin-b-3 {
	margin-bottom: 30px;
}

/* Lists ------------------------------------- */
ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol
{
	list-style: none;
	margin: 0;
}
.reset-list-style li {
	margin: 0;
}
dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}
.relative {
	position: relative;
}

/* Quotes ------------------------------------ */
blockquote {
	border-color: var(--link-color);
	border-style: solid;
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}
cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}
blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}
blockquote p:last-child {
	margin: 0;
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: inherit;
	padding: 0;
}

code,
kbd,
samp {
	background: transparent !important;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */
figure {
	display: block;
	margin: 0;
}

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

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

/* Inputs ------------------------------------ */
fieldset {
	border: none;
	padding: 0;
	margin-top: 30px;
}
fieldset.fieldset-half {
	float: left;
	width: 47%;
	margin-right: 2%;
}
legend {
	font-size: 1rem;
	font-weight: bold;
	padding: 0 0 15px;
	text-transform: uppercase;
}
label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 15px;
	min-width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}
input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -5px 0 0 -5px;
	height: 1.5rem;
	width: 1.5rem;
	top: 0;
	left: 0;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {
	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}
input,
textarea,
select {
	color: #333;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: none;
	display: block;
	font-size: 1rem;
	margin: 0;
	max-width: 100%;
	padding: 10px 15px 10px 0;
	width: 100%;
	outline: none !important;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #353866;
	border: none;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.125em 1.375em;
	text-align: center;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	transition: all 0.15s linear;
}
.wp-block-file__embed {
	width: 100% !important;
}
.wp-block-button__link:active, .wp-block-button__link:focus, 
.wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #FFF;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	opacity: 0.7;
	text-decoration: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #95989A;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
/* Margins */
.m-bot-40 {
	margin-bottom: 40px !important;
}

/* Tables ------------------------------------ */
table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 1rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}
th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

/*	3. Helper Classes */
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}

.wp-block-aab-group-accordion .aagb__accordion_heading h4 {
	font-size: 16px;
}
.wp-block-aab-group-accordion .aagb__accordion_heading h4,
.wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_icon {
	color: #353866 !important;
}

/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}
.screen-reader-text {
	display: none;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: var(--link-color);
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: var(--link-color);
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: var(--link-color);
}

/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */
.search-form {
	display: block;
	margin: 0 0 -0.8rem -0.8rem;
	position: relative;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
	position: relative;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
	color: #1C2042 !important;
	background: #FFF !important;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 5px;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	list-style: none;
	margin: 50px 0 0;
}
ul.social-icons li {
	margin: 0 0 0 1.2rem;
	display: inline-block;
}

.social-icons a {
	align-items: center;
	color: var(--link-color) !important;
	background: transparent !important;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}

/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */
#site-header {
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	z-index: 999 !important;
}
.logo-wrapper {
	float:left;
	width: 20%;
	margin-top: 10px;
}
.header-content {
	float:left;
	width: 80%;
}
.header-content-l1 {
	padding: 15px 0 0;
	border-bottom: 1px solid rgba(53, 56, 102, 0.15);
}
.top-menu-wrapper {
	float: right;
	width: 75%;
}
.top-menu-wrapper ul {
	text-align: right;
}
.top-menu-wrapper ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
	position:relative;
}

.top-menu-wrapper ul li a {
	font-size: 14px;
	font-weight: bold;
}
.top-menu-wrapper ul li.lang-item {
	margin: 0 30px;
	border: none !important;
	padding: 0 !important;
}
.top-menu-wrapper ul li:nth-child(1):after,
.top-menu-wrapper ul li:nth-child(2):after{
	content:"|";
	color: var(--link-color);
	position: absolute;
	right:-12px;
	top:0;
}
.top-menu-wrapper ul.top-menu > li:last-child a {
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.header-content .lino-social {
	float:left;
	width: 25%;
	text-align: left;
}
.header-content-l1 ul.sub-menu {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	background: #FFF;
	z-index: 999;
	text-align: left;
	padding: 7px 10px 10px;
	border: 1px solid #EE5865;
}
.header-content-l1 ul.top-menu > li {
	border-bottom: solid #FFF 6px;
	padding-bottom: 10px;
	margin-top: -10px;
}
.header-content-l1 ul.top-menu > li {
	
}
.header-content-l1 ul.top-menu > li.lang-item {
	margin: 0 3px;
}
.header-content-l1 ul.top-menu > li:hover {
	border-bottom-color: #EE5865;
}
.header-content-l1 ul.sub-menu li {
	margin: 0 0 7px;
	display: block;
}
.header-content-l1 ul.sub-menu li:after {
	display: none;
}
.header-content-l1 ul.top-menu > li:hover ul.sub-menu {
	display: block;
}
.lino-languages {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 43px;
	left: 30px;
  list-style: none;
  text-align: left;
  z-index: 9999;
}
.lino-languages select {
	background: transparent;
	padding: 0;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.81rem;
	border: none;
	border-radius: 0;
	width: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.lino-languages select option {
	border: none;
	border-radius: 0;
	padding: 5px;
	color: var(--heading-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.81rem;
}
.lino-languages:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f0d7";
	color: #FFF;
	position: absolute;
	right: -16px;
	top: 6px;
	font-size: 0.8rem;
}
ul.lino-languages li {
  display: block;
  margin: 5px 0;
}
/*ul.lino-languages li.current-lang,*/
/*ul.lino-languages li:hover {*/
/*  border-bottom: 2px solid #FFF;*/
/*}*/
ul.lino-languages li:not(.current-lang) {
	display: none;
}
/*ul.lino-languages:hover li:not(.current-lang) {*/
/*	display: block;*/
/*}*/
ul.lino-languages li a {
  text-transform: uppercase;
  font-size: 0.81rem;
  font-weight: bold;
  color: #FFF;
}

.header-inner {
	max-width: 168rem;
	padding: 1.8rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

#site-header {
	background: #FFF;
	box-shadow: none;
	padding: 0 30px 0;
}

.header-inner.section-inner {
	/*max-width: var(--container-width);*/
	width: 100%;
	display: block;
	position: relative;
	padding: 0 30px;
}

/* HEADER NAVIGATION */
.primary-menu-wrapper {
	display: block;
	width: 100%;
}

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-width: 195px;
	transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}


/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: block;
	overflow: visible;
	padding: 0;
	bottom: initial;
	top: 20px;
  height: 4.4rem;
  left: auto;
  right: 50px;
  width: auto;
  position: absolute;
}

a.contact-toggle {
	display: block;
	position: absolute;
	right: 0;
	top: 18px;
	height: 4.4rem;
	width: auto;
	bottom: initial;
	align-items: center;
	font-size: 30px;
	color: #353866;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}
.top-header {
	background: transparent url('assets/images/top-line.png') 0 0 no-repeat;
	background-size: cover;
	height: 47px;
}

/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon {
	height: 35px;
	width: 35px;
	font-size: 30px;
  color: #353866;
}

/* Primary Menu ---------------------------- */

ul.primary-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	padding:0;
}

.primary-menu li {
	position: relative;
}

.primary-menu > li {
	margin: 0 23px 0;
	padding: 12px 0 20px;
	border-bottom: solid #FFF 6px;
}
.primary-menu > li:first-child {
	margin-left:0;
}
.primary-menu > li:last-child,
.top-menu-wrapper ul li:last-child {
	margin-right:0;
}
.primary-menu > li:nth-last-child(2) ul.sub-menu {
	left: auto;
	right: 0;
}
.header-content-l2 {
	padding: 15px 0 0;
}
.primary-menu a {
	color: #353866;
	text-transform: uppercase;
	display: block;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: 0.6x;
	font-weight: bold;
	word-break: normal;
	word-wrap: normal;
	text-decoration: none;
	font-family: "Lato", Arial, sans-serif;
}


.primary-menu > li:not(.contact-menu):hover,
.primary-menu > li:not(.contact-menu):focus,
.primary-menu > li.current-menu-item:not(.contact-menu) {
	background: transparent;
	/*border-bottom: 2px solid #FFF;*/
  position: relative;
}
.primary-menu > li:hover,
.primary-menu > li:focus,
.primary-menu > li.current-menu-item {
  border-bottom-color: #EE5865;
}

.primary-menu > li.menu-item-has-children:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f107";
	position: absolute;
	right: -18px;
	top: 11px;
	font-size: 1.12rem;
}
.primary-menu > li.menu-item-has-children .current-menu-item a {
	color: var(--link-color);
}

.primary-menu > li.contact-menu {
	background: var(--link-color);
	padding: 10px 20px;
	position: relative;
	margin-top: 0;
}
.primary-menu > li.contact-menu:hover {
	padding: 10px 20px;
	margin-top: 0;
	opacity: 0.7;
}
li.contact-menu a {
	color: #FFFFFF;
}

/* SUB MENU */

.primary-menu ul {
	background: #e6e6e6;
	color: #fff;
	font-size: 1rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	left: 0;
	/*top: calc(100% + 1.5rem);*/
	top: calc(100% + 6px);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	visibility: hidden;
	z-index: 9999999;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	left: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
	z-index: 9999999;
}
.primary-menu > li.menu-item-has-children:nth-last-child(1):hover > ul.sub-menu,
.primary-menu > li.menu-item-has-children:nth-last-child(2):hover > ul.sub-menu,
.primary-menu > li.menu-item-has-children:nth-last-child(1):focus > ul.sub-menu,
.primary-menu > li.menu-item-has-children:nth-last-child(2):focus > ul.sub-menu,
.primary-menu > li.menu-item-has-children:nth-last-child(1).focus > ul.sub-menu,
.primary-menu > li.menu-item-has-children:nth-last-child(2).focus > ul.sub-menu {
	left: auto;
	right: 0;
}

.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: var(--heading-color);
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
	letter-spacing: 0.1px;
}
.primary-menu ul a:hover {
	color: var(--link-color);
	opacity: 0.7;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

/* DEEP DOWN */
.primary-menu ul ul {
	top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}
.primary-menu ul ul::after {
	border-bottom-color: transparent;
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
	}
	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	bottom: auto;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	/*transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;*/
	z-index: 9999;
	-moz-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	-webkit-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
}

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

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	display:block;
	/*transition: opacity 0.25s ease-out;*/
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 10px 0;
	width: 100%;
	position: absolute;
	top: 12px;
	right: 25px;
	outline: none;
}

button.close-nav-toggle svg {
	height: 1.3rem;
	width: 1.3rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}
.menu-modal .menu-bottom {
	display: none;
}
.menu-modal button.close-nav-toggle svg {
	height: 1rem;
	width: 1rem;
}

/* Main Menu --------------------------------- */
.modal-menu {
	position: relative;
	left: 0;
	width: 90%;
	padding: 20px 0;
}
.modal-menu li {
	border-color: rgba(222, 223, 223, 0.5);
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}
.modal-menu li:first-child {
	border-top: none;
}
.modal-menu li:last-child {
	border-bottom: none;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.0375em;
	color: #333333;
	text-transform: none;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: none;
	color: var(--link-color);
}

button.sub-menu-toggle {
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.5rem;
	transition: transform 0.15s linear;
	width: 1rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: #333333;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}

.mobile-menu {
	display: block;
}




/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}


/* Pages / Custom */
.reduced-padding {
	padding: 0 15%;
}


/* HP */
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg {
	margin-bottom: 0;
	margin-top: 0;
	height: 720px;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg h2,
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg h1 {
	padding-top: 270px;
	padding-bottom: 165px;
	font-size: 70px;
	line-height: 1em;
	font-weight: bold;
	margin: 0 auto;
}
.hp-headerImg {
	background-position: center center;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg.about-header h1 {
	padding-bottom: 110px;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg.header90 h1 {
	padding-bottom: 90px;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg.has-button h1 {
	padding-bottom: 50px;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg.has-button .wp-block-buttons {
	padding-bottom: 80px;
}
.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg p {
	font-weight: bold;
	font-size: 18px;
}
.sep-bottom {
	position: relative;
	padding-bottom: 30px;
}

.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg:after,
.separator:after,
.sep-bottom:after {
	content: '';
	width: 0;
	height: 104px;
	position: absolute;
	border: 1px solid #EE5865;
	bottom: -52px;
	left: 50%;
	z-index: 999;
}
h5.subtitle {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.2px;
	font-family: 'Lato', sans-serif;
	color: #EE5865;
}
p.h2-subtitle {
	font-size: 24px;
	font-weight: 600;
}
h2.main-h2 {
	margin-bottom: 40px !important;
	margin-top: 10px !important;
}
.hp-2 .wp-block-column:first-child {
	padding-right: 120px;
}
.hp-2 .wp-block-column:first-child p {
	padding-right: 120px;
}
.hp-hover-1 {
	position: relative;
}
.hp-hover-1 figure {
	text-align: right;
}
.hp-hover-1 figure img {
	display: inline;
	box-shadow: 0px 10px 30px #1E20414D;
	max-width: 475px;
}
.hp-hover-1 .hp-hoverimg {
	position: absolute;
	bottom: -20px;
	left: -150px;
	max-width: 390px;
}
.hp-hover-1 .hp-hoverimg img {
	max-width: 100%;
}
.hp-hover-2 {
	
}
.hp-hover-2 figure {
	text-align: right;
	position: absolute;
}
.hp-hover-2 figure img {
	display: inline;
	max-width: 100%;
}
.hp-hover-2 figure:first-child {
	right:50%;
	top: 110px;
	z-index: 9997;
	max-width: 450px;
}
.hp-hover-2 figure:nth-child(2) {
	left: -139px;
	top: 30px;
	z-index: 9999;
	max-width: 380px;
}
.columns-sep {
	
}
.hp-services {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: initial;
	margin-bottom: 0 !important;
	padding-bottom: 8rem;
}
.hp-services,
.hp-services .wp-block-columns {
	margin-top: 7rem !important;
}
.entry-content .wp-block-group.hp-services .wp-block-column p {
	margin-bottom: 0;
	padding-right: 25%;
}
.entry-content .wp-block-group.hp-services .wp-block-column h3 {
	margin: 10px 0 25px;
}
.hp-difference .wp-block-buttons {
	margin-top: 35px;
}
.hp-onegoal,
.hp-onegoal .wp-block-columns {
	margin-top: 0 !important;
}
.hp-onegoal {
	margin-top: 0;
	padding: 150px 0 80px;
	background-position: center center;
}
.hp-onegoal h2 {
	font-size: 44px;
}
.hp-onegoal p {
	font-size: 24px;
	font-weight: 600;
	margin: 50px 0 40px;
	color: #FFF !important;
}
p.hp-number {
	font-size: 12px;
	font-weight: bold;
}
.wp-block-group.hp-newsletter {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 35px !important;
}
.wp-block-group.hp-newsletter .wp-block-columns {
	margin-top: 5.5rem !important;
}
.entry-content  .hp-contact-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.entry-content .hp-contact {
	border: #EE5865 20px solid;
	background: #F7F7F7;
	padding: 0;
	margin: 0 auto !important;
	position: relative;
	bottom: -80px;
}
.entry-content .hp-contact > .wp-block-group__inner-container > .wp-block-columns {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content .hp-contact .hp-contact-col1 {
	padding: 20px 0 20px 50px;
}
.entry-content .hp-contact .hp-contact-col1 h2 {
	font-size: 30px;
	border-left: #EE5865 3px solid;
	margin-top: 30px;
	padding-left: 15px;
}
.hp-contact-col1 .wp-block-column {
	padding-left: 30px;
}
.hp-contact-col1 .wp-block-column h3 {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hp-contact-col1 .wp-block-column h3:before {
	color: #EE5865;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 22px;
	position: absolute;
	left: -30px;
	top: -2px;
}

.picto-address:before {
	content: "\f3c5";
}
.picto-phone:before {
	content: "\f095";
}
.picto-mail:before {
	content: "\f0e0";
}


.wp-block-group.quote-wrapper {
	margin-top: 20px !important;
	border-left: 2px solid var(--main-bg-color);
	padding-left: 25px;
	margin-left: 10px;
	width: 80%;
}
.wp-block-group.quote-wrapper .quote-txt {
	font-size: 18px;
	font-weight: bold;
}
.wp-block-group.quote-wrapper .quote-autor {
	color: var(--main-bg-color);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.about-3.sep-bottom {
	padding-bottom: 80px;
}
.about-3.sep-bottom:after {
	bottom: -100px;
}
.about-3 .wp-block-buttons {
	margin-top: 60px;
}
.about-nb.wp-block-column {
	border-left: 2px solid rgba(28, 32, 66, 0.1);
	position: relative;
	left: -4px;
}
.wp-block-column.about-nb {
	padding-left: 20px;
}
.wp-block-column.about-nb > .wp-block-columns {
	margin-top:0 !important;
}
.about-nb-nb p {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -4px;
	text-align: center;
}
.about-nb-item {
	position: relative;
}
.about-nb .about-nb-nb {
	position: relative;
	top: -14px;
}
.about-nb-item:before {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--main-bg-color);
	content: "";
	left: -29px;
	top: 50px;
}
.about-nb-item:last-child {
	margin-bottom: 0 !important;
}
.about-4 .wp-block-button {
	margin-top: 80px;
}
.about-5 h3 {
	color: #EE5865;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.about-team, .group-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.about-teams {
	margin-top: 295px !important;
}
.about-teams h3 {
	font-size: 38px;
	color: #FFF;
	font-weight: bold;
}
.wp-block-column.team-2 {
	position: relative;
	top: -150px;
}
.about-teams .position {
	color: var(--main-bg-color);
	font-size: 13px;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}
.about-teams .position:before {
	content: "";
	border-bottom: 1px solid var(--main-bg-color);
	position: absolute;
	left: 0px;
	width: 26px;
	bottom: 10px;
}
.about-teams .wp-block-column {
	min-height: 540px;
	width: auto;
}
.team-wrapper {
	position: relative;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 340px;
	margin: 0 auto;
	box-shadow: 0px 15px 30px #1E20414D;
}
.team-wrapper > h3 {
	position: absolute;
	bottom: 60px;
	left: 0;
	padding: 0 38px;
}
.team-wrapper a.toggle-team {
	position: absolute;
	bottom: 30px;
	right: 38px;
	color: var(--main-bg-color);
	font-size: 22px;
}
.team-wrapper > .position {
	position: absolute;
	bottom: 36px;
	left: 38px;	
}
.team-wrapper-toggle {
	display: none;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: #1C2042;
	padding: 38px;
}
.entry-content .team-wrapper-toggle h3 {
	margin-top: 0;
}

.team-wrapper-toggle .position {
	margin: 0 0 25px;
	display: block;
}
.team-wrapper-toggle .close-toggle-team {
	position: absolute;
	right: 20px;
	top: 15px;
	color: var(--main-bg-color);
	font-size: 22px;
}
.team-wrapper-toggle .team-description {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6em;
}

.parag-padding {
	padding: 0 20%;
}
.parag-padding-10 {
	padding: 0 10%;
}
.parag-padding-15 {
	padding: 0 15%;
}
.about-6 .wp-block-buttons {
	margin-top: 55px;
}
.career-3 h2 {
	position: relative;
	left: -35%;
	width: 135%;
	font-size: 70px;
	margin-top: 40px !important;
	font-weight: bold;
}
.career-3 p {
	padding-left: 20px;
}
.career-4 .wp-block-columns {
	margin-top: 50px !important;
}
.wp-block-column.career-4-left {
	text-align: right;
	padding-right: 15px;
}
.wp-block-column.career-4-right {
	padding-left: 39px;
}
.career-4 p {
	font-size: 20px;
	font-weight: 600;
}
.career-4-left p {
	padding-left: 20%;
}
.career-4-right p {
	padding-right: 20%;
	position: relative;
}
.career-4-right p:before {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--main-bg-color);
	content: "";
	left: -48px;
	top: 20px;
}
.career-4-right {
	border-left: 2px solid rgba(28, 32, 66, 0.1);
	position: relative;
	left: -4px;
}
.wp-block-group.career-5 {
	margin-top: 100px;
}
.wp-block-column.testi-right {
	margin-left: 0 !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.no-margin-top .wp-block-columns:not(.alignwide):not(.alignfull) {
	margin-top: 0;
}
.entry-content > .no-margin-top.alignfull:not(.wp-block-group.has-background) {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.hidden-group {
	display: none;
}
.wp-block-group.hidden-group {
	display: none;
}
.editor-styles-wrapper .wp-block-group.hidden-group {
	display: block;
}

header.hide-header {
	display: none;
}
.post-inner.no-padding {
	padding-top:0;
}


/* Slider */
/*create slider */
#slider {
	position: relative;
	height: 300px;
	padding: 0;
	margin: 30px auto;
}
.slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.showing {
	opacity: 1;
	z-index: 2;
}
.slide-text {
	margin: auto;
	padding: 40px 40px 40px 60px;
	position: relative;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
}
.slide-name {
	margin: 20px auto 0;
	font-size: 1.125rem;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.slide-company {
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}
.slide-testimonial {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slide-person {
	margin-left: 20px;
}
/* position the buttons and make them green */
.slider-button {
	cursor: pointer;
	color: var(--link-color);
	width: 40px;
	height: 40px;
	z-index: 3;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*posion the left an right button horizontally */
.button-left {
	position: absolute;
	left: -10px;
}
.button-right {
	position: absolute;
	right: -10px;
}

/* Shortcodes */
.entry-content a.btn {
	display: inline-block;
	/*margin-top: 60px;*/
}
.linoPostCaroussel .wp-block-columns {
	margin-top: 50px !important;
}
.wp-block-column-1 {
	flex-basis:20% !important;
}
.wp-block-column-2 {
	flex-basis:60% !important;
}
.wp-block-column-3 {
	flex-basis:20% !important;
}
.linoPostCaroussel .wp-block-columns li {
	display: inline;
	margin-right: 15px;
}
.linoPostCaroussel .wp-block-columns li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.linoPostCaroussel .wp-block-buttons.sep-bottom:after {
	height: 70px;
	bottom: -80px !important;
}
.wp-block-column-3 a {
	color: #1C2042;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #1C2042;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	font-size: 14px;
}
.lastpost-1 {
	width: 770px;
}
.lastpost-2 {
	width: 370px;
}
.lastpost-item {
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lastpost-item h3 {
	position: absolute;
	bottom: 76px;
	left: 47px;
	color: #FFF;
	font-weight: bold;
	font-size: 50px;
}
.lastpost-item h3 a {
	color: #FFF;
}
.lastpost-read {
	position: absolute;
	bottom: 47px;
	left: 47px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 42px;
}
.lastpost-read a {
	color: #EE5865;
}
.lastpost-read a:before {
	position: absolute;
	top: 9px;
	height: 1px;
	content: "";
	width: 30px;
	border-top: 1px solid #EE5865;
	left: 0px;
}


.bg-destaque h2 {
	font-size: 4.68rem;
}
.bg-destaque p {
	font-size: 1.25rem;
}
.bgcolumns .wp-block-group {
	background: var(--second-bg-color);
	padding: 20px 10px 30px;
	color: #FFF;
}
.bgcolumns .wp-block-group p {
	color: #FFF;
}
.bgcolumns .wp-block-group h3 {
	color: #FFF;
	margin: 1rem 0 !important;
}
.entry-content ul {
	margin:0;
	padding:0;
	list-style: none;
}
.entry-content ul li {
	margin-bottom: 15px;
	padding-left: 7px;
	position: relative;
}
.entry-content ol {
	margin-left: 0;
	padding-left: 15px;
}
.entry-content ol li {
	margin-bottom: 15px;
	position: relative;
}
.entry-content ol li::marker {
	color: #EE5865;
}
.entry-content ul li::before {
	content: "•";
	color: #EE5865;
	position: absolute;
	left: -7px;
}
.entry-content ul li > ul {
	margin-top: 10px;
	margin-left: 10px;
}
.entry-content ul li > ul > li::before {
	content: "º";
	top: 3px;
}
.lino-newsletter {
	width: 340px !important;
	margin: 0 auto;
	position: relative;
}
.lino-newsletter h3 {
	font-family: 'Poppins', serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px !important;
}
.lino-newsletter input[type=email] {
	border-bottom: 2px solid var(--main-bg-color);
	width: 100%;
}
.lino-newsletter button {
	position: absolute;
	right: 0;
	top: 27px;
	color: #FFF;
	font-size: 13px;
	padding: 0;
	background: #EE5865;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.lino-newsletter label[for="cgu"] {
	font-size: 12px;
	padding-left: 25px;
	position: relative;
	margin-top: 20px;
}
.lino-newsletter label[for="cgu"] input {
	position: absolute;
	left:0;
	top: 0;
}
.lino-newsletter  label[for="mc-email"] {
	margin-top: 10px;
	color: #EE5865;
	font-size: 14px;
	font-weight: bold;
}
ul.lino-social {
  text-align: center;
  list-style: none;
  margin: 0;
}
ul.lino-social li {
  display: inline-block;
  margin: 0 10px;
}

/* Form */
.contact-form .wpcf7-form {
	width: 80%;
	margin: 80px auto 40px;
	position: relative;
}
.half-field {
	width: 47%;
	float:left;
	margin-right: 5%;
	margin-bottom: 40px;
}
.half-field:nth-child(2) {
	margin-right: 0;
}
.field-row {
	margin-bottom: 20px;
}
.wpcf7-form ::-webkit-input-placeholder {
	line-height: normal;
	color: var(--main-bg-color);
	font-size: 14px;
	font-weight: bold;
}
.wpcf7-form :-ms-input-placeholder {
	line-height: normal;
	color: var(--main-bg-color);
	font-size: 14px;
	font-weight: bold;
}
.wpcf7-form ::-moz-placeholder {
	line-height: revert;
	color: var(--main-bg-color);
	font-size: 14px;
	font-weight: bold;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	border-bottom: 2px solid var(--heading-color);
}
.job-apply-list .wpcf7 input[type=email],
.job-apply-list .wpcf7 input[type=text],
.job-apply-list .wpcf7 input[type=tel],
.job-apply-list .wpcf7 textarea {
	border-bottom: 2px solid var(--heading-color) !important;
}

.wpcf7 textarea {
	height: 130px;	
}
.wpcf7-acceptance {
	margin: 50px auto 30px;
	display: block;
}
.wpcf7-acceptance label {
	font-size: 14px;
	font-weight: 400;
}
.separator {
	height: 1rem;
	width: 1px;
	margin: 65px auto 0;
	position: relative;
}
.field-submit {
	text-align: center;
	margin-top: 90px;
}
.field-submit .wpcf7-spinner {
	display: block;
	margin: 15px auto;
}
.wpcf7 .wpcf7-not-valid-tip {
	padding-top: 10px;
	font-size: 12px;
}

.contact-location h5 {
	font-size: 22px;
	font-weight: bold;
}
.contact-location p {
	font-size: 16px;
}
.contact-location a {
	color: var(--main-bg-color);	
}

	/* -------------------------------------------------------------------------- */

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */


body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}


/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: transparent;
	padding: 4rem 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 200px 0 100px !important;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 4.25rem;
	font-weight: 700;
	text-align: center;
	padding: 0 10%;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}
.archive-posts article {
	margin-bottom: 35px;
	background: #FFF;
	padding: 10px;
}
.archive-posts .entry-content p {
	width: calc(100% - 4rem) !important;
	margin-bottom: 30px;
}
.archive-posts article {
	height: 660px;
	overflow: hidden;
}
.masonry {
	display: grid;
	grid-gap: 2em; /* [1] Add some gap between rows and columns */
	/*grid-template-columns: repeat( auto-fill, minmax( 200px, 1fr ) ); !* [2] Make columns adjust according to the available viewport *!*/
	grid-template-columns: auto auto; /* [2] Make columns adjust according to the available viewport */
	grid-auto-rows: 0; /*  [3] Set the height for implicitly-created row track */
}
.col--2x {
	grid-row-end: span 2;
}
.col--3x {
	grid-row-end: span 3;
}


/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}


/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}


/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header,
.single-webradio .entry-header,
.archive-header,
.entry-header.err404 {
	background: url('/images/header-default.jpg') no-repeat center center;
	background-size: cover;
	padding: 10rem 0 6rem !important;
	position: relative;
}
.entry-header-overlay {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(53, 56, 102, 0.4);
}
.archive-header .archive-header-inner {
	position: relative;
	z-index: 99;
}
.entry-header-inner {
	position: relative;
	z-index: 9;
}
.entry-header-inner .entry-categories {
	display: none;
}
h1, 
.h1, 
header h1.entry-title {
	color: #FFF;	
	font-size: 4.25rem;
	line-height: 1.1;
	margin: 1rem 0 0;
	text-align: center;
	padding: 0 20%;
}
.single-post h1 {
	padding: 0;
	color: var(--body-color);
	font-size: 2.5rem;
	margin: 40px 30px 0 !important;
	text-align: left;
	line-height: 1.2em !important;
}
header h2 {
	margin: 10px auto 0;
	color: #FFF;
	font-size: 1.625rem;
	text-align: center;
	padding: 0 15%;
}
.single-post .entry-header-inner h2 {
	font-size: 4.25rem;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}


/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}


/* Featured Media ---------------------------- */

.featured-media {
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}
.archive-container {
	max-width: var(--container-width);
	width: calc(100% - 4rem);
	margin: 0 auto;
	padding: 0;
}
.archive-container .archive-posts {
	float:right;
	width: 70%;
	position: relative;
	background: #F7F7F7;
	padding: 30px;
}
.archive-container .blog-sidebar {
	float:right;
	width: 30%;	
	background: #FFF;
	padding: 50px 40px;
}
.archive-item .entry-header-overlay {
	display: none;
}
.archive-item {
	width: 48%;
	float: left;
	margin-right: 3%;
}
.archive-item:nth-child(even) {
	margin-right: 0;
}


.featured-media-inner.section-inner {
	width: auto;
	max-width: 100%;
}
.archive-posts h2 {
	padding:0;
	margin: 10px 0 20px;
	text-align: left;
	line-height: 1.2em;
}
.archive-posts h2 a {
	color: var(--body-color);
	font-size: 23px;
	font-weight: 600;
}
.single .archive-posts h2 a {
	font-size: 48px;
}
.archive-posts .entry-content {
	padding-bottom: 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img,
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
	height: auto !important;
}
.entry-categories a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	font-size: 11px;
	color: #1C2042;
}
.archive-posts .featured-media {
	margin-bottom: 30px;
}
.archive-posts .entry-content p {
	font-size: 1rem;
	color: #1C2042;
}
.entry-meta {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.entry-meta span.postdate:after {
	content: '|';
	margin:0 5px;
}
.entry-meta a {
	color: var(--body-color);
}

.single .entry-header {
	padding-bottom: 35px;
	position: relative;
}
.single .entry-header:after {
	content:"";
	position: absolute;
	bottom: 0;
	left:0;
	border-bottom: 1px solid #1C2042;
	width: 71px;
}
.nav-posts {
	text-align: right;
	position: absolute;
	top: -60px;
	right: 0;
}
.nav-posts a {
	display: inline-block;
	border-radius: 50%;
	border: 2px #EE5865 solid;
	width: 34px;
	height: 34px;
	text-align: center;
	padding-top: 7px;
	margin-left: 5px;
}
.nav-posts a.disabled {
	opacity: 0.2;
}
.archive-posts .entry-content p {
	width: 100% !important;
	margin: 30px 0;
}
.archive-posts a.btn {
	margin-top:0;
	width: auto !important;
}
.blog-sidebar .widget h3.widget-title {
	font-size: 27px;
	font-weight: 600;
	position: relative;
	line-height: 1em;
}
.blog-sidebar .widget ul li {
	margin: 0 0 20px 0;
	line-height: 1.2em;
	position: relative;
}
.blog-sidebar .widget ul li a {
	color: #1C2042;
	font-family: 'Lato', serif;
	font-size: 18px;
	font-weight: bold;
}
.blog-sidebar .widget ul li a:hover {
	opacity: 0.7;
}
.blog-sidebar .widget ul li .post-date {
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-top: 13px;
}
#breadcrumbs {
	display: none;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	padding: 0 20%;
	font-size: 1rem;
	font-weight: bold;
}
#breadcrumbs a {
	color: #FFF;
}
#lilotemail {
	text-decoration: underline;
	cursor: pointer;
}

/* HP */
.hp-list-groupe {
	margin: 0 auto !important;	
}
ul.hp-list1 {
	position: relative;
	width: 1262px;
	margin: -50px auto 0;
	list-style: none;
	overflow: hidden;
}
ul.hp-list1 li {
	padding: 41px 30px;
	position: relative;
	background: #353866;
	margin-bottom: 0;
	float: left;
	width: 22%;
	text-align: center;
}
ul.hp-list1 li:nth-child(2):before,
ul.hp-list1 li:nth-child(3):before {
	position: absolute;
	left: 17px;
	width: 1px;
	height: 64px;
	content: "";
	top: 19px;
	background-color: rgba(255,255,255, 0.3);
	-ms-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
}
ul.hp-list1 li:nth-child(3) {
	padding: 41px 40px 41px 20px;
}
ul.hp-list1 li:nth-child(3):before {
	left: -14px;
}
ul.hp-list1 li a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.hp-list1 li:last-child {
	background: #EE5865;
	position: relative;
	width: 31%;
	padding: 30px 30px 30px 40px;
}
ul.hp-list1 li:last-child:before {
	position: absolute;
	left: -16px;
	width: 50px;
	height: 112px;
	content: "";
	top: 0;
	background-color: #EE5865;
	-ms-transform: rotate(12deg);
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
}
ul.hp-list1 li:last-child a {
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
}
ul.hp-list1 li:last-child a i {
	margin-left: 7px;
}
.hp-aefe {
	margin-top: 80px !important;
}
.hp-aefe h2,
.hp-apprendre h2,
.hp-actualites h2 {
	font-size: 35px;
}
.bord-gauche {
	border-left: #EE5865 3px solid;
	padding-left: 15px;
}
.wp-block-quote {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.entry-content .wp-block-quote p {
	line-height: 1.3em;	
}
.wp-block-group.hp-title .wp-block-group {
	background: #7CDBAF;
	padding: 60px;
	margin: 0 !important;
}
.wp-block-group.hp-title .wp-block-group h1 {
	color: #FFF;
	margin: 0 !important;
	padding: 0;
	line-height: 1.1em;
}
.hp-classes .wp-block-column {
	background: #FFF;
	padding: 10px 10px 30px;
}
.entry-content .hp-classes .wp-block-column h3 {
	font-size: 21px;
	font-weight: 600;
	margin: 1.5rem 0 1rem;
}
.entry-content .hp-cpt {
	background: url('/images/bg-chiffres.jpg') no-repeat 50% 50%;
	margin: 0 0 0 -30px !important;
	padding: 60px 0;
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	position: relative;
}
.entry-content .hp-cpt h4 {
	color: #FBB0AD;
	font-size: 50px;
	font-family: 'Lato', serif;
	font-weight: 700;
	margin: 0;
}
.entry-content .hp-cpt .wp-block-group {
	position: relative;
	z-index: 9999;
}
.entry-content .hp-cpt p {
	color: #FFF;
	font-weight: 600;
}
.hp-cpt-overlay {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: #353866 0% 0% no-repeat padding-box;
	opacity: 0.75;
	max-width: 100% !important;
	z-index: 999;
}
.hp-actualites {
	position: relative;
}
.all-posts {
	position: absolute;
	top: 0;
	right: 0;
	width: auto !important;
}
.linoLastPost {
	margin-top: 40px;
}
.linoLastPost-item {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #FFF;
}
.linoLastPost-item-last {
	margin-right: 0;
}
.linoLastPost-img img {
	display: inline;
}
.linoLastPost-img {
	text-align: center;
}
.entry-content .linoLastPost-meta {
	padding: 10px 30px 0;
	font-size: 13px;
	text-transform: uppercase;
}
.linoLastPost-meta a {
	color: #353866;
}
.entry-content .linoLastPost-item h3 {
	font-size: 23px;
	font-weight: 600;
	margin: 12px 0 0;
	line-height: 1.3em;
	padding: 0 30px 30px;
}


.entry-content h5.ss-titre {
	margin-top: -5px;
	margin-bottom: 30px;
	color: #EACD3C;
	font-weight: normal;
	font-size: 1.375rem;
}
.entry-content h5.ss-titre:before {
	content: "-- ";
}
.entry-content h5.ss-titre:after {
	content: " --";
}
.padding-p {
	padding: 0 15%;
}
.entry-content .wp-block-columns.blurb {
	margin: 3rem 0 5rem !important;
}
.img-centered-wrapper {
	text-align: center;
	margin: 0 auto 20px auto !important;
}
.wp-block-image.img-inline,
.wp-block-image.img-inline figure,
.wp-block-image.img-inline figure img {
	display: inline;
}

.tarifs-1 table tr:nth-child(3),
.tarifs-1 table tr:nth-child(6),
.tarifs-1 table tr:nth-child(9),
.tarifs-1 table tr:nth-child(12) {
	background:#00b9eb; 	
}
.wp-block-gallery.owl-carousel.has-nested-images.columns-default  {
	margin: 60px auto 0 !important;
}
.wp-block-gallery.owl-carousel.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
.wp-block-gallery.owl-carousel.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
	width: auto;
	text-align: center;
	display: block;
}
.wp-block-gallery.owl-carousel.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img,
.wp-block-gallery.owl-carousel.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
	height: auto;
	object-fit: unset;
	width: auto;
	display: inline;
}
.wp-block-group.carousel-wrapper {
	margin-bottom: -50px;	
}
.home .owl-carousel .owl-nav button.owl-prev,
.home .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: -50px;
	top: 15%;
	font-size: 40px;
}
.home .owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -50px;
}
/*.hp-newsletter h2,*/
/*.hp-newsletter h4 {*/
/*	color: #FFF !important;*/
/*	margin-top: 0!important;*/
/*}*/
/*.hp-newsletter .tnp-field.tnp-privacy-field a {*/
/*	color: #FFF;*/
/*	font-size: 1rem;*/
/*}*/
/*.hp-newsletter .tnp-subscription-minimal input.tnp-submit {*/
/*	background-color: #FFF;*/
/*	color: var(--second-bg-color);*/
/*	border-color: #FFF;*/
/*}*/
/*.hp-newsletter .wp-block-tnp-minimal {*/
/*	float:right;*/
/*}*/
.tnp-subscription-minimal input.tnp-submit {
	padding: 11px 10px;
	position: relative;
	top: 2px;
}
.newsletter-wrapper .tnp-field.tnp-privacy-field label {
	font-size: 1em;
}
.newsletter-wrapper .tnp-subscription-minimal input.tnp-submit {
	background: #7CDBAF;
	color:	var(--link-color);
}
.newsletter-wrapper .wp-block-tnp-minimal {
	padding: 0 !important;
}
.empty-page {
	padding: 50px 0 100px;
}
 /* Pages Type **********/
.entry-content {
	padding-bottom: 50px;
}
.home .entry-content {
	padding-bottom: 0;
}
.entry-content h2 {
	color: #353866;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2em !important;
}
#site-content.page-custom article .post-inner  {
	display: flex;
	max-width: var(--container-width);
	margin: 0 auto;
}
.single-webradio #site-content.page-custom article .post-inner .entry-content {
	display: block;
	width: 100%;
	padding-top: 40px;
}
#site-content.page-custom article .post-inner .entry-content {
	width: 880px;
}
#site-content.page-custom article .post-inner .custo-sidebar {
	width: 375px;
	padding: 50px 40px;
	background: #F7F7F7;
}
#site-content .custo-sidebar h3 {
	font-size: 27px;
	font-weight: 600;
	position: relative;
	line-height: 1em;
}
#site-content .custo-sidebar ul li a {
	color: var(--body-color);
}
#site-content .custo-sidebar .widget_nav_menu li {
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
}
#site-content .custo-sidebar .widget_nav_menu nav > ul > li.current-menu-item > a {
	color: #EE5865;
}
#site-content .custo-sidebar .widget_nav_menu nav > ul > li ul.sub-menu {
	display: none;
	margin: 10px 0 20px;
}
#site-content .custo-sidebar .widget_nav_menu nav > ul > li.current-menu-item ul.sub-menu {
	display: block;
}
#site-content .custo-sidebar .widget_nav_menu li:before {
	content: "";
	border-bottom: 2px solid #EE5865;
	height: 1px;
	width: 6px;
	position: absolute;
	left: 0;
	top: 10px;
}
#site-content .custo-sidebar .widget_nav_menu li a {
	color: #353866;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#site-content .custo-sidebar .widget_nav_menu li a:hover,
#site-content .custo-sidebar .widget_nav_menu li a:active,
#site-content .custo-sidebar .widget_nav_menu li a:focus {
	color: #EE5865;
}
#site-content .custo-sidebar h3:before {
	content: "";
	width: 3px;
	border-right: 3px solid #EE5865;
	position: absolute;
	left: -15px;
	height: 100%;
}
#site-content.page-custom article .post-inner .custo-sidebar .entry-content {
	float: left;
	flex: 1 0 auto;
}

/* Web Radio */
.linowebradio .webradio-item {
	width: 30%;
	float:left;
	margin-right: 3%;
	margin-bottom: 40px;
}
.linowebradio .webradio-item img {
	max-width: 100%;
}
/* Lettres informations */
.lino-lettresinfo .lettresinfo-item {
	width: 30%;
	float:left;
	margin-right: 3%;
	margin-bottom: 40px;
	background: #f5f5ef;
	text-align: center;
	padding: 20px 10px;
}
.lino-lettresinfo .lettresinfo-item h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px !important;
	margin: 0 auto;
}
.lino-lettresinfo .lettresinfo-item .date-info {
	text-align: center;
	color: #353866;
	font-weight: bold;
}

/* Post Footer ------------------------------- */
.post-footer hr {
	margin: 0 auto 20px !important;
}
.post-footer .tags {
	float: left;
	display: none;
}
.tags a {
	text-transform: uppercase;
	background: #F0F0F0;
	color: var(--link-color);
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}
.tags a:hover {
	opacity: 0.7;
}
ul.social-share {
	float: right;
	padding:0;
	margin:0;
	text-align: right;
	
}
ul.social-share li {
	display: inline;
	margin-left: 22px;
	padding-left: 0 !important;
}
ul.social-share li:first-child {
	font-weight: bold;
}
ul.social-share li:before {
	display: none !important;
}
ul.social-share li a {
	color: #333;
}
ul.social-share li a:hover {
	color: var(--link-color);
}
ul.social-share li i {
	font-size: 20px;
}

.contact-left figure.wp-block-image {
	margin-top:0 !important;
	margin-bottom: 30px !important;
}
.entry-content > .wp-block-image .alignleft {
	position: static !important;
	margin: 15px 30px 10px 0 !important;
	width: auto;
	max-width: 100% !important;
}
.entry-content .contact-left p {
	font-weight: bold;
	color: #333;
}
.entry-content .contact-left p:last-child {
	margin-bottom: 55px;
}
div[data-class="wpcf7cf_group"] {
	margin-bottom: 1em;
}
.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
	box-shadow: none !important;
}
label.file-upload-label input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
label.file-upload-label {
	display: inline-block;
	cursor: pointer;
	padding: 15px 30px;
	font-weight: bold;
	text-transform: uppercase;
	background: #FAFAFA;
	color: var(--link-color);
	transition: all 0.15s linear;
	font-size: 1rem;
}
label.file-upload-label:hover {
	opacity: 0.7;
}
label.file-upload-label .uploadname {
	display: block;
	background: none;
	color: #333;
	font-size: 0.8rem;
	margin-top: 5px;
}
#cookie-notice a.cn-button.bootstrap {
	background: var(--link-color);
}
.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}

.post-nav-links > span.label {
	padding: 1em 0;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	text-decoration: none;
	flex: 1;
}
.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: none;
	opacity: 0.7;
}


/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: var(--link-color);
}

:root .has-accent-background-color {
	background-color: var(--link-color);
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

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

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

.has-drop-cap:not(:focus)::first-letter {
	color: var(--link-color);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family:  -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

body:not(.home) .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
body:not(.home) .wp-block-group {
	margin-bottom: 3rem;
	margin-top: 3rem;
}
body:not(.home) .entry-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull):first-child {
	margin-top: 4rem;
}

/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}

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

/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 1rem 0;
}

.wp-block-button.is-style-outline {
	color: var(--link-color);
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

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

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 2.3rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
	margin-left: -31rem;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
	margin-right: -31rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: var(--link-color);
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 1rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: 120rem;
	width: 120rem;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}
.entry-content p.marged-txt {
	padding: 0 10%;
}
.entry-content p {
	color: var(--body-color);
	line-height: 1.75em;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 2rem 0 1rem;
	line-height: 1em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 3rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	/*max-width: 58rem;*/
	max-width: var(--container-width);
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	/*max-width: 58rem;*/
	max-width: var(--container-width);
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 4rem;
}

.comment-reply-title {
	margin: 0 0 2rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.2rem;
	font-weight: normal;
}

.comment-author a {
	text-decoration: none;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
	opacity: 0.7;
}

.comment-meta .avatar {
	height: 2rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: var(--link-color);
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 0 2rem 0;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	font-size: 1.5rem;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.pagination .nav-links .page-numbers.current {
	background: var(--link-color);
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 7px 15px 9px;
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
	font-size: 1.125rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
	color: #333333;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: none;
	color: var(--link-color);
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */

.error404-content {
	text-align: center;
	padding: 50px 0 150px;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}


.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

.widget select {
	max-width: 100%;
}

/* Base List Widget -------------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}


/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #EE5865;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
	color: #1C2042;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: none;
}

/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: var(--link-color);
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

#site-footer {
	background: transparent url('assets/images/footer.png') no-repeat center center;
	background-size: cover;
}

.footer-widgets.grid-item {
	float: left;
	width: 16.5%;
	padding: 0 20px 0 10px;
}
.footer-widgets .widget_nav_plus_widget h3,
.footer-widgets .widget_nav_menu h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	margin: 0 0 28px;
}

.footer-widgets .widget_nav_plus_widget ul,
.footer-widgets nav ul {
	list-style: none;
	margin: 0;
}
.footer-widgets nav ul.sub-menu {
	display: none;
}
.footer-widgets .widget_nav_plus_widget ul li,
.footer-widgets nav ul li {
	display: block;
	margin: 0.3rem 0;
}
.footer-widgets nav ul li a,
.footer-widgets .widget_nav_plus_widget ul li a {
	font-size: 14px;
	color: #FFF;
}
.footer-widgets .widget.widget_nav_menu,
.footer-widgets .widget.widget_nav_plus_widget{
	margin-top: 30px;
}
.footer-widgets ul.lino-social li a {
  font-size: 22px;
  color: #FFF;
}
.widget.shortcode_widget {
  margin-top: 25px;
}
.widget.widget_text .textwidget {
  text-align: left;
}

.footer-widgets nav.menu-footer-2-en-container ul li a,
.footer-widgets nav.menu-footer-2-fr-container ul li a {
	font-size: 10px;
} 

/* Footer Bottom ----------------------------- */

#site-footer {
	background: #353866;
	color: #FFF;
	padding: 125px 30px 0;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	opacity: 0.7;
}
#site-footer .footer-menu a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1rem;
	word-break: normal;
	word-wrap: normal;
}

#site-footer .widget-content {
	font-size: 1rem;
}


a.btn {
	background: #FFF;
	color: #F1A578;
	padding: 15px 30px;
	font-weight: bold;
	text-transform: uppercase;
}
a.btn:hover {
	background: #F1A578;
	color: #FFF;
	opacity: 1;
}
a.btn.btn-neg {
	background: #7CDBAF;
	color: #1C7263;
}
a.btn.btn-neg:hover {
	background: #7CDBAF;
	color: #1C7263;
	opacity: 0.7;
}
.wp-block-buttons > .wp-block-button.btn-centered {
	margin: 0 auto !important;
}
.to-the-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 10%;
	background: #EE5865;
	color: #FFF !important;
	padding: 1px 12px 8px;
}
.to-the-top.active {
	display: inline;
}

a.to-the-top > * {
	pointer-events: none;
}
.bottom-footer {
	clear: both;
	border-top: rgba(255, 255, 255, 0.3) solid 1px;
	padding: 30px 0;
	font-size: 14px;
	margin-top: 50px;
}
.copyright {
	float:left;
	color: #FFF;
}
.bottom-footer a {
	color: #FFF;
}
.menu-bottom-right {
	float: right;
	width: 60%;
}

ul.menu-bottom-2, ul.menu-bottom-1 {
	float: right;
	text-decoration: none;
	text-align: right;
	margin-bottom: 0;
	margin-left: 50px;
}
ul.menu-bottom-2 li, ul.menu-bottom-1 li {
	display: inline-block;
}
ul.menu-bottom-2 li {
	padding: 0 8px;
	text-transform: uppercase;
}
ul.menu-bottom-1 {
	width: 400px;
	margin-left: 0;
}
ul.menu-bottom-1 > li {
	border-right: 1px solid #FFF;
	padding: 0 10px 0 6px;
	position: relative;
	line-height: 20px !important;
}
ul.menu-bottom-1 li:last-child {
	border-right: none;
}
ul.menu-bottom-1 .sub-menu li {
	display: block;
}
ul.menu-bottom-1 .sub-menu{
	display: none;
	position: absolute;
	margin: 0;
	bottom: 20px;
	background: #353866;
	z-index: 9999;
	padding: 10px;
	width: 200px;
	border: 1px solid #FFF;
}
ul.menu-bottom-1 li:hover .sub-menu {
	display: block;
}



.section-inner {
	width: 100%;
}

/* ALIGNMENT CLASSES */

.alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
	max-width: 29rem;
}

/* Blocks -------------------------------- */

/* BLOCK: PULLQUOTE */

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	top: 0;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */



@media ( min-width: 480px ) {
	
	main {
		padding-top: 0;
	}
	
	
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
	
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
	h1, .h1, header h1.entry-title {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	.hp-insights {
		padding: 20px;
	}
	.tnp-subscription-minimal input.tnp-submit {
		font-size: 12px;
	}
	.bg-destaque h2 {
		font-size: 2.5rem;
	}
	.bg-destaque {
		padding: 10px 20px 40px 20px;
	}
	.bg-destaque p {
		font-size: 1.1rem;
	}
	span.postdate {
		display: block;
		clear: both;
		margin: 10px 0 0 0;
	}
}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 660px ) {

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em auto 0 auto;
	}
}



@media ( min-width: 782px ) {
  
	/* VANILLA GALLERIES */
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}


	/* INPUTS */

	fieldset {
		padding: 0;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}


	/* Helper Classes ------------------------- */

	/* SECTIONS */

	section {
		padding: 8rem 0;
	}

	.section-inner {
		width: calc(100% - 3rem);
	}


	/* Site Header --------------------------- */

	.header-inner {
		padding: 1.8rem 0;
	}

	.site-title {
		font-size: 2.4rem;
		font-weight: 700;
	}

	.site-description {
		display: block;
	}

	/* HEADER TOGGLES */

	.toggle-inner .toggle-text {
		font-size: 1.2rem;
	}

	.search-toggle {
		left: 2rem;
	}

	.nav-toggle {
		right: 2rem;
	}


	/* Menu Modal ---------------------------- */

	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 10px 0;
	}

	.modal-menu {
		left: auto;
		width: 100%;
	}

	.modal-menu ul li {
		border-left-color: transparent;
	}

	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0;
	}

	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem;
	}

	/* Modal Search Form ------------------------- */

	.search-modal form {
		position: relative;
		width: 100%;
	}

	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem;
	}

	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
		height: 14rem;
	}

	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}

	/* Template: Cover Template -------------- */

	.cover-header-inner {
		padding: 18rem 0 8rem 0;
	}

	.to-the-content-wrapper {
		top: calc(100% + 1.8rem);
	}

	.to-the-content {
		height: 6rem;
	}

	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: calc(100% - 8rem);
	}

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		padding: 8rem 0;
	}

	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}

	body:not(.singular) main > article:first-of-type {
		padding: 8rem 0 0;
	}

	/* SEARCH RESULTS */

	.no-search-results-form {
		padding-top: 8rem;
	}

	/* Post: Single -------------------------- */

	/* POST HEADER */
	.entry-header.err404,
	.singular:not(.single) .entry-header,
	.archive-header 
	{
		padding: 6rem 0;
	}
	
	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-meta-wrapper {
		margin-top: 3rem;
	}

	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem;
	}

	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* AUTHOR BIO */

	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative;
	}

	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem;
	}

	/* SINGLE PAGINATION */

	.pagination-single {
		font-size: 1.3rem;
		margin-top: 8rem;
	}

	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end;
	}

	.pagination-single a + a {
		margin: 0 0 0 4rem;
	}

	.pagination-single a .arrow {
		margin: 0 2rem 0 0;
	}

	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 2.3rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}

	.wp-block-pullquote cite {
		margin-top: 2rem;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 1rem auto;
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 1rem;
	}

	.alignnone,
	.aligncenter {
		margin-bottom: 0;
		margin-top: 0;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 3rem;
		margin-top: 3rem;
	}

	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:first-child,
	.entry-content > .alignfull:first-child {
		margin-bottom: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Comments ------------------------------ */

	.comments-wrapper {
		margin-top: 4rem;
	}

	.comment-reply-title {
		margin-bottom: 2.5rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.2rem;
		margin: 0 0 2rem 0;
	}

	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}

	div.comment:first-of-type {
		margin-top: 5rem;
	}

	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}

	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}

	.comment-author {
		font-size: 1.2rem;
	}

	.comment-metadata {
		font-size: 1rem;
		margin-top: 0.8rem;
	}

	.comment-footer-meta {
		margin-top: 2.5rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: 0 0 2rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}

	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
		font-size: 1.125rem;
	}


	/* Site Footer --------------------------- */

	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		margin-top: 8rem;
	}

	/* FOOTER TOP */

	.footer-top {
		padding: 3.7rem 0;
	}

	.footer-menu {
		font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem;
	}

	.footer-menu li {
		margin: 0.8rem 0 0 1.6rem;
	}

	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto;
	}


	/* FOOTER BOTTOM */

	.footer-credits {
		display: flex;
	}

	.footer-copyright {
		font-weight: 700;
	}

	.powered-by-wordpress {
		display: block;
	}

}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}
@media ( max-width: 1325px ) {
	.header-navigation-wrapper-2 {
		width: 300px;
	}
}

@media ( max-width: 999px ) {
	.header-inner.section-inner {
		width: calc(100% - 3rem);
		max-width: 168rem;
	}
}

@media ( min-width: 1000px ) {
	ul.primary-menu li.lang-item {
		display: none;
	}
	
	
	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 1.8rem 0;
	}
	.header-titles-wrapper {
		max-width: 50%;
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}

	.header-titles {
		align-items: baseline;
		display: block;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}
	.header-titles .site-logo {
		margin: 0 auto;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}


	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}
	li.contact-menu a {
		color: #FFFFFF;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}

	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}
	
	
	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}

	.mobile-menu {
		display: none;
	}

	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	.template-full-width .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 2rem;
	}

	.template-full-width .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 2rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 2.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 0;
	}

	.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 10px;
	}

    .wp-block-image .aligncenter figcaption {
        text-align: center;
    }

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 1rem auto;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;

		/*rtl:ignore*/
		right: inherit;
		max-width: inherit;
	}
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-right: 20px;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="__inner-container"] > .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;

		/*rtl:ignore*/
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

	/* Comments ------------------------------ */

	.comment-meta {
		padding-left: 0;
	}

	.comment-meta .avatar {
		left: -8rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		margin: 0;
		width: 100%;
	}

	.nav-links > * {
		margin: 0 1rem;
		font-size: 1.125rem;
	}

	.pagination .prev {
		margin: 0;
	}

	.pagination .next {
		text-align: right;
		margin: 0;
	}

	/* Site Footer --------------------------- */

	/* FOOTER TOP */

	.footer-top {
		align-items: center;
	}

	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem 0 0 -2.4rem;
	}

	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem;
	}
}
@media ( min-width: 1220px ) and ( max-width: 1220px ) {
	.primary-menu a {
		font-size: 0.85rem;
	}
}

@media ( max-width: 1219px ) {
	.site-logo img {
		max-width: 100%;
	}
	.header-content {
		width: 85%;
		padding-left: 15px;
	}
	.logo-wrapper {
		width: 15%;
	}
	.primary-menu a {
		font-size: 12px;
	}
	header > .header-inner.section-inner {
		padding: 0;
	}
	.top-menu-wrapper ul li:last-child a {
		font-size: 12px;
	}
	.top-menu-wrapper ul li.lang-item {
		margin: 0 10px 0 10px;
	}
}


@media ( min-width: 1220px ) {
	

	main {
		/*padding-top: 98px;*/
	}
	
	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}

	.header-toggles {
		margin-right: -4rem;
	}

	.header-toggles .toggle {
		padding: 0 4rem;
	}
	
	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 3rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}

	/* Comments ------------------------------ */

	.comment-reply-title {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: 0 0 2rem 0;
	}

	.comments .comment-respond .comment-reply-title {
		font-size: 1.5rem;
	}

	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: 0 0 2rem 0;
	}

	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 1rem;
	}

	/* Site Footer --------------------------- */

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem;
	}

	.footer-menu li {
		margin: 1.5rem 0 0 3rem;
	}

	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}

	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}

	.footer-social a {
		height: 4.4rem;
		width: 4.4rem;
	}

	.footer-social a::before {
		font-size: 2rem;
	}
	

}

@media ( min-width: 1240px ) {


	/* Blocks -------------------------------- */

	body.template-full-width .entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 120rem ) / 2);
	}

	body.template-full-width .entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 120rem ) / 2);
	}

}

@media ( max-width: 1179px ) {
/*@media ( min-width: 1280px ) {*/

	figure.wp-block-gallery.alignleft {
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}
	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 4rem);
		position: relative;
		width: 100%;
	}
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	.entry-content > .alignwide {
		max-width: 120rem;
		width: 120rem;
	}
	.home .entry-content > .hp-contact-wrapper.alignwide {
		width: 100%;
		padding: 0;
	}

	[class*="__inner-container"] > .alignwide {
		max-width: 120rem;
		width: 100%;
	}

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 25rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( max-width: 1500px ) {
	.bottom-footer {
		clear: both;
	}
	.menu-bottom-right {
		float: none;
		width: 100%;
	}
	ul.menu-bottom-2, ul.menu-bottom-1 {
		float: none;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 0;
	}
	ul.menu-bottom-1 {
		width: 100%;
	}
	.copyright {
		float: none;
		color: #FFF;
		text-align: center;
		margin-top: 50px;
	}
	.primary-menu > li {
		margin: 0 23px 0;
	}
	.primary-menu a {
		font-size: 13px;
	}
	html[lang=pt-PT] .primary-menu a {
		font-size: 12px;
	}
}
@media ( max-width: 1325px ) {
	.header-navigation-wrapper-2 {
		width: 280px;
	}
	.primary-menu > li {
		/*margin: 0 5px;*/
		margin: 0 15px 0;
	}
	ul.hp-list1 li {
		padding: 41px 0;
	}
	ul.hp-list1 li:last-child {
		padding: 35px 0px 35px 0px;
	}
	ul.hp-list1 li:last-child a {
		font-size: 25px;
	}
	.home .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}
	.home .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.archive-posts article {
		height: 700px;
	}
}

@media ( max-width: 1229px ) {
/*@media ( min-width: 1330px ) {*/
	.lino-lettresinfo .lettresinfo-item h3 {
		font-size: 22px !important;
	}
	ul.hp-list1 li a {
		font-size: 14px;
	}
	ul.hp-list1 li:nth-child(3) {
		padding: 41px 0 41px 0;
	}
}

@media (max-width: 1150px) {
	.lastpost-item h3 {
		font-size: 40px;
	}
	h1, .h1, header h1.entry-title {
		padding: 0;
	}
	a.btn {
		padding: 15px 10px;
		font-size: 0.875rem;
	}
	.hp-hover-1 figure {
		text-align: center;
	}
  .widget.widget_text .textwidget {
    padding: 0 10% 60px;
  }
	ul.hp-list1 li:last-child {
		padding: 38px 0px 38px 0px;
	}
	ul.hp-list1 li:last-child a {
		font-size: 20px;
	}
	ul.hp-list1 li:last-child:before {
		display: none;
	}

	.lino-lettresinfo .lettresinfo-item {
		width: 46%;
		margin-right: 3%;
	}
	.primary-menu a {
		font-size: 11.5px;
	}

}
@media (max-width: 1100px) {
	html[lang=pt-PT] .primary-menu a {
		font-size: 11px;
	}
	html[lang=pt-PT] .primary-menu li:first-child {
		display: none;
	}
}
@media (max-width: 1000px) {
	.lastpost-item h3 {
		font-size: 40px;
	}
	.hp-insights h2 {
		font-size: 30px !important;	
	}
	.archive-container .archive-posts,
	.archive-container .blog-sidebar {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
  body:not(.enable-search-modal) .header-titles-wrapper {
    float: none;
    width: 100%;
  }
	.entry-content .wp-block-group.hp-services .wp-block-column p {
		padding-right: 20px;
	}
	.half-field {
		width: 100%;
		float:none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.header-content-l1,
	.header-content-l2 {
		display: none;
	}
	ul.hp-list1 li,
	ul.hp-list1 li:last-child{
		width: 50%;
	}
	ul.hp-list1 li:nth-child(3) {
		padding: 41px 30px;
	}
	ul.hp-list1 li:last-child:before {
		/*display: block;*/
	}
	.header-inner .toggle {
		top: 0;
	}
	.linowebradio .webradio-item {
		width: 46%;
		float:left;
		margin-right: 3%;
		margin-bottom: 40px;
	}
	.footer-widgets.grid-item {
		float: left;
		width: 30%;
		padding: 0 20px 0 10px;
	}
	.linoLastPost-item {
		width: 80%;
		float: none;
		background: #FFF;
		margin: 0 auto 30px !important;
	}
	.entry-content .hp-contact {
		bottom: 0;
	}

}


@media (max-width: 782px) {
	#site-content.page-custom article .post-inner {
		flex-direction: column-reverse;
	}
	ul.hp-list1 li,
	ul.hp-list1 li:last-child{
		width: 80%;
		margin: 0 auto 10px;
		float: none;
		display: block
	}
	ul.hp-list1 li:before {
		display: none !important;
	}
	.lastpost-item h3 {
		font-size: 35px;
		left: 20px;
	}
	.lastpost-read {
		left: 20px;
	}
	
	.site-logo img {
		max-height: 6rem;
		transition: none;
		max-width: 200px;
	}
	
	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
	.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large,
	.wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 3rem;
		margin-top: 5rem;
	}
	h2, .h2 {
		font-size: 2.5rem;
		line-height: 1.2em;
	}
	.wp-block-column {
		margin-bottom: 2rem;
	}
	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
	.admin-bar .menu-modal {
		top: 46px;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	
	.admin-bar .search-modal.active {
		top: 46px;
	}
	#site-footer {
		padding: 40px 0;
	}
	.hp-logos .wp-block-column,
	.hp-logos .wp-block-image{
		margin-bottom: 0 !important;
	}
	.slide-text {
		padding: 0;
		text-align: center;
	}
	.slider-button {
		width: 20px;
	}
	.button-left {
		left: -20px;
	}
	.button-right {
		right: -20px;
	}
	#slider {
		height: 400px;
		overflow-y: hidden;
	}
	.entry-content p.marged-txt {
		padding: 0 10px;
	}
	header h1.entry-title {
		font-size: 2.5rem;
		padding: 0;
	}
	header h2 {
		padding: 0;
	}
	.archive-title {
		font-size: 2rem;
	}
	.padding-p {
		padding: 0;
	}
	.reduced-padding {
		padding: 0;
	}
	.linoPostCaroussel .wp-block-columns li {
		display: block;
	}
	.parag-padding, .parag-padding-10, .parag-padding-15 {
		padding: 0;
	}
	.masonry {
		grid-template-columns: auto;
	}
	#site-content.page-custom article .post-inner .entry-content {
		width: 100%;
	}
	.archive-posts article {
		height: 600px;
	}
	.archive-item {
		width: 100%;
		margin-right:0;
		float: none;
	}
}

@media ( max-width: 599px ) {
	.hidden-mobile {
		display: none !important;
	}
	ul.lino-languages li:not(.current-lang) {
		display: block;
	}
	.lino-languages::after {
		display: none;
	}
	.entry-content > .no-margin-top.alignfull:not(.wp-block-group.has-background) {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	figure.wp-block-gallery.alignleft {
		margin-left:auto;
	}
	ul.hp-list1 li:nth-child(2)::before, ul.hp-list1 li:nth-child(3)::before {
		display: none;
	}
	.footer-widgets.grid-item {
		float: left;
		width: 45%;
		padding: 0 20px 0 10px;
	}
}


@media ( max-width: 570px ) {
	.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: 100%;
	}
	.lastpost-item {
		height: 450px;
	}
	.header-inner.section-inner {
		width: calc(100% - 3rem) !important;
	}
  ul.lino-languages li {
    margin: 0 5px 0 0;
  }
	.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg::after {
		height: 70px;
		bottom: -35px;
	}
	.lastpost-item h3 {
		font-size: 30px;
	}
}

@media ( max-width: 479px ) {
	.header-inner .toggle {
		right: 40px;
	}
	.header-inner.section-inner {
		width: 100% !important;
	}
	#site-header {
		padding: 0 10px 0 10px;
	}
	
  .top-header {
    display: none;
  }
	.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg h2,
	.entry-content > .alignfull:not(.wp-block-group.has-background).hp-headerImg h1 {
		font-size: 35px;
	}
  .widget.widget_text .textwidget {
    padding: 0 15px 60px;
  }
  main {
    padding-top: 0;
  }
  .site-logo img {
    max-width: 200px;
  }
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    float: none;
  }
  ul,
  ol {
    margin: 0 0 3rem 2rem;
  }
  li {
    margin: 0.5rem 0 0 1rem;
  }
  .post-nav-links {
    margin: 3em 0 0 0;
  }
  .post-footer .tags,
  ul.social-share {
    float: none;
    width: 100%;
  }
  .archive-container {
    padding: 40px 0;
		width: 100%;
  }
  fieldset.fieldset-half {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  fieldset.fieldset-half.empty-legend legend {
    display: none;
  }
  fieldset.fieldset-half.empty-legend {
    margin-top: 1rem;
  }
  .wpcf7-form textarea {
    height: 18rem;
  }
  .wpcf7-form select {
    font-size: 0.8rem;;
  }
  .header-navigation-wrapper {
    display: block;
  }
  .header-navigation-wrapper-1,
  .header-navigation-wrapper-2 {
    display: none;
  }
	#site-content > article {
		
	}
	#site-content	{
		padding: 0 15px;
	}
	.wp-block-group.has-background {
		padding: 2rem 0;
	}
	.contact-form .wpcf7-form {
		width: 100%;
	}
	.wp-block-group.has-background.hp-apprendre {
		background: #FFF !important;
	}
	h2, .h2,
	.service-3 .wp-block-column h2, 
	.service-4 .wp-block-column h2, 
	.service-5 .wp-block-column h2,
	.about-2 h2, .career-2 h2, .career-5 h2, .career-7 h2,
	.about-nb-nb p,
	.archive-posts h2 a {
		font-size: 30px !important;
	}
	.archive-title {
		padding: 0;
	}
	.singular:not(.single) .entry-header, .single-job .entry-header, .entry-header.err404 {
		padding: 8rem 0 8rem !important;
	}
	
	.wpcf7-form textarea {
		height: 10rem;
	}
	.upload-cv-wrapper p {
		padding: 0 15px 80px;
	}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
		line-height: 1.4em;
	}
	.linowebradio .webradio-item {
		width: 90%;
		float:none;
		margin: 0 auto 40px;
	}
	.lino-lettresinfo .lettresinfo-item {
		width: 90%;
		float:none;
		margin: 0 auto 40px;
	}
	.footer-widgets.grid-item {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding: 0 20px 0 10px;
	}
}