/*!
Theme Name: novadeal
Theme URI: https://lorni.fr/
Author: VB - Lorni Torynk
Author URI: https://lorni.fr/
Description: Thème personnalisé pour Novadeal
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: Copyright 2025 Novadeal
License URI: LICENSE
Text Domain: Novadeal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

novadeal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url(css/typo/stylesheet.css);
@import url(css/custom-style.css);
@import url(css/media.css);
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	font-size:100%;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	--bleunova:25,40,65;
	--beigenova:158,129,96;
	--grisnova:96,96,96;
	--grisclairnova:251,249,249;
	--admin-bar:0px;
	--height-menu:102px;
	--decal:5vw;
}
body.minihead {
	--height-menu:102px;
}
@media screen and (max-width: 875px) {
	body {
			--height-menu:clamp(80px, 15vw, 100px)!important;
		}
	}
body.admin-bar {
	--admin-bar:32px;
}


.bleunova {
	background:rgb(var(--bleunova));
	color:#fff;
}
.beigenova {
	background:rgb(var(--beigenova));
	color:#fff;
}

#content {
	margin: auto;
	background:#fff;
	position:relative;
	height: 100%;
	color:rgb(var(--bleunova));
}

#page {
	position: relative;
}


#content.direct {
}
.site-footer {
	position: relative;
	display: block;
height: auto;
background: rgb(25,40,65);
color:#fff;
z-index: 9;
	}

.site-footer h4 {
	font-size: 1.2em;
	margin: 0 20px;
	display: inline-block;
	/* min-width: 100px; */
	width: calc(49% - 20px);
	vertical-align: middle;
	/* max-width: 200px; */
}
.ancre{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,h2,h3,h4,h5,h6,h7, blockquote {
	font-family: "Tenor Sans";
	font-weight:lighter;
}
h1,h2 {
	/*margin: 0.67em 0;*/
	margin:0.3em 0;
	font-weight:normal;
	line-height: 1em;}

h1 {
	text-align:center;
	/*border: 1px solid;*/
	font-size:3em;
	border-left: none;
	border-right: none;
}
h2 {
	font-size: 1.8em;
    padding-bottom: 10px;
    width:auto;
}


h2.rub {
    margin: 1em 0 0;
    /*background: #fff;*/
    display: block;
    color: rgb(var(--bleunova));
/*    border-left: 1px solid rgb(var(--beigenova));
    padding-left: 0.2em 2em;
    */
}
.fleche {
position: relative;
  margin-right: var(--decal) !important;
  align-content: center;
  height:auto;
  margin:var(--decal) 0;
}

.fleche a {
	text-decoration: none;
	height: 100%;
	display: inline-block;
	border-right: 1px solid;
	padding: 0.2em 0.5em;
}
.fleche-s {
	margin-right: 7vw !important;
  padding-right: 1vw;
  border-right: 1px solid;
  position: relative;
}

.fleche a::after,.fleche-s::after {
	content: '';
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 2px;
	border: 1px solid;
	border-right: none;
	border-top: none;
	/* position: relative; */
	transition: all 0.5s;
	rotate: -135deg;
	position: absolute;
	top: 25%;
	right: -1em;
	/* position: absolute; */
	display: inline-block;
	vertical-align: middle;
	/* bottom: -5px; */
}

.fleche-s::after {
	right: -1em;
  bottom: 50%;
  top: auto;
}

.fleche a:hover::after {
	right:-1.5em
}
.wp-block-group.fleche {
	display: block;
  width: 15em;
  margin: inherit !important;
}

.fleche h3 {
	margin:0
}

.wp-block-group.fleche::after {
	right: 0px;
}

.legend {
	font-size: 0.6em;
  letter-spacing: 0.3em;
  margin: 0 !important;
  line-height: 1em;
}
.rub {
margin:1em 0;
}

.rub > p:first-child, .cat .info, .post .info {
font-family: "Montserrat", sans-serif;
  color: rgb(var(--beigenova));
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin:1em 0;
  line-height:1.2em;
}
.post .info {
	font-family: "Montserrat", sans-serif;
	color: rgb(var(--beigenova));
	font-size: 01.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
	line-height: 1.2em;
	text-align: center;
}


.rub p + h3, .rub > h3:first-child  {
font-size: 1.8em;
  line-height: 1em;
  margin-bottom:1em;
}
.rub p + h4  {
	font-size:1em;
	line-height: 0.6em;
	margin:0;
}
.rub .wp-block-group {
	margin:1em;
	display:inline-block;
}

.entry-header h1 {
	color: rgb(var(--bleunova));
	display: block;
	padding: 0;
	margin: 0;
	font-size: 2.4em;
	text-align: center;
}
.entry-header p {
text-align: center;
font-size: 1.8em;
margin: 0;
}
h1 span, h2 span {
	font-size:0.6em;
	color: #979ea2;
	display:block;
	line-height:0.9em;
	margin:5px 0;
}
.home h2 {

}
h3 {
    font-weight: normal;
    line-height:1em;
    margin:0.5em 0 0 0;
}
.engage {
	min-height:auto;
}
.engage h3 {
	font-size:1.4em;
	margin-bottom:0.2em;
}
.engage p {
	font-size:0.9em!important;
	font-weight:lighter;
}
.engage h3 + p {
	font-size:0.9em!important;
	font-weight:lighter;
	margin-top:0!important;
}

h3 + blockquote {
	margin: 0;
	background:none;
	padding:0;
	margin-bottom:70px;
	margin-left:100px;
}
h3 + p {
	margin:0;
	/*margin-top:0.8em!important;*/
	margin-top:0.4em!important;
}

h4 {
	margin: 0.5em;
}
h4 span {
	font-size:0.4em;
	font-weight:normal;
}
header.entry-header {
	margin:1em;
}
@media screen and (max-width: 875px) {
	header.entry-header {
}
	}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

* {
	transition: all .5s;
}
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
		margin: 0.5em var(--decal) auto;
}
/*
 * Add the correct display in all browsers.
 */

details > *:not(summary) {
    font-size: 1em!important;
    margin: auto 0!important;
    padding: 0 0 1.5em calc(var(--decal)/2)!important;
}
summary {
	display: list-item;
	font-size:1em;
	line-height:1.2em;
	margin-bottom:0.6em;
}

summary::marker {
	color:rgb(var(--beigenova));
	font-size:1.2em;
}
[open] summary::marker {
	color:rgb(var(--beigenova));

}
[open] summary {
		font-weight:bold;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	/*color: #979ea2;*/
	color:rgb(var(--bleunova));
	font-family:'Montserrat', sans-serif;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
}

dfn, cite, em, i {
font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.6em;
  letter-spacing: 0.5em;
  margin:1.6em 0;
}

blockquote {
	/*margin: var(--decal);*/
	margin: calc(var(--decal) / 1.5) var(--decal);
	font-size: clamp(0.8em, 2vw, 1.2em);
}
.post blockquote {
	text-align: center;
  font-size: 1.2em;
  margin-bottom:0;
}
.entry-content > blockquote {
	margin-top:0
}

.entry-content blockquote p {
	padding:0;
	margin: 0;
  line-height: 1.2em;
}

.wp-block-column.is-vertically-aligned-top blockquote {
	margin-top: 0;
}

blockquote p:first-child {
	margin-top:0;
}
blockquote p:last-child {
	margin-bottom:0;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
/*	text-decoration: none;
	display:inline-block;
	color:inherit;*/
	background:none;
	color:rgb(var(--beigenova));
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
body.emploi {
	background: none;
	height: auto;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.is-layout-grid.grid.x2x3 {
grid-template-columns: repeat(2, minmax(max-content, 1fr))!important;
grid-template-rows: repeat(3, minmax(max-content, 1fr))!important;
}
.is-layout-grid.grid > * {
    height: 100%;
    align-content: center;
    width: 100%;
    min-width: fit-content;
    margin:0;
    min-height:auto;
    padding: calc(var(--decal) / 5) 0;
}
.is-layout-grid.grid > ul {
	padding: calc(var(--decal) / 5) var(--decal);
}

.engage .wp-block-cover {
	min-height:150px;
}
.wp-block-cover, .wp-block-cover-image {
	padding:1em 0;
	min-height: 250px;
  height: 100%;
  max-height: 100vh;
}

.wp-block-columns{
}
.entry-content > h2, .entry-content > h3, .entry-content > h4{
margin: calc(var(--decal) / 5) var(--decal);
}

.post .entry-content h2, .post .entry-content h3, .post .entry-content h4 {
margin-top:1.2em;
margin-bottom:0px;
}
.post .entry-content h2 + p {
	margin-top:0;
}


.entry-content .decal, .entry-content .gap10 .decal .decal {
	margin-left:var(--decal)!important;
	}
.entry-content .gap10 .decal {
	margin-left:calc(var(--decal) - 10px)!important;
	margin-right:calc(var(--decal) - 10px)!important;;
}
.entry-content > .decal {
margin: calc(var(--decal) / 5) var(--decal);
margin: calc(var(--decal) / 5) calc(var(--decal)/2);
}
.entry-content div.center {
	text-align:vcenter}

.wp-block-group.tiersdeconfiance {
	margin-top: calc(50% - var(--decal) - var(--decal) - 20px);
}

.wp-block-columns.vcenter {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.wp-block-columns.methode {
	width:85%;
	margin:auto 50px;
}
.wp-block-columns.methode .wp-block-column:first-child {
	border-right: 5px solid;
	padding: 0px;
}
.wp-block-columns.methode .wp-block-column:last-child {
	/*background: #d4a940;
	color: #fff;*/
	margin-left: 0;
	padding-left: 20px;
	padding: 20px;
}
.wp-block-columns.methode h3 {
font-size: 1.6em;
margin:0;
text-align: right;
width: 100%;
padding-right: 20px;
text-transform: none;
border-top: none;
}
.wp-block-columns.profil{
	margin : 25px 20px;
}
.wp-block-columns.profil .wp-block-columns {
	margin:10px;
}
.wp-block-columns.profil .wp-block-columns .wp-block-column:first-child {
	min-width:135px;
}

.entry-content .wp-block-columns p{
	margin:1em 0;
	font-size: 1em;
	line-height:1.2em;

/*
	margin:0.5em 0;
	font-size: 1.2em;
	*/
}


ul, ol {
	margin: 0 0 1.5em 3em;
}
.wp-block-column ul, .wp-block-column ol {
	margin:0;
}
ul {
	list-style: none;
}

.entry-content li:before {
    content: "\2022";
    /* font-size: 1em; */
    font-weight: bold;
    margin-right: 1em;
    color: rgb(var(--beigenova));
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0.2em 0;
    /* line-height: 0.1em; */
}
.entry-content .pucebleu li:before {
    content: "\2022";
    /* font-size: 1em; */
    font-weight: bold;
    margin-right: 1em;
    color: rgb(var(--bleunova));
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0.2em 0;
    /* line-height: 0.1em; */
}


ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	/*margin-bottom: 1em;*/
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

ul.lcp_temoins {
	list-style: none;
	width:90%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
@media screen and (max-width: 800px) {
	ul.lcp_temoins {
		display:block;
	}
}
.lcp_temoins > li {
	min-width:250px;
}


.lcp_temoins h3 {
	text-transform:none;
	font-size:1.2em;
	font-weight: bold;
font-style: italic;
text-align: right;
width: 70%;
margin-right: 20px;
margin-left: auto;
min-width:250px;
border:none;
}
.lcp_temoins h3 span {
	background:#666;
	font-size: 0.9em;
	margin: 5px 20px;
	font-weight: normal;
background: none;
color: #666;
padding: 0;
margin: 0;
line-height: 1.2em;
display:block;
}
.lcp_temoins > li::after {
	content:'';
	width:50%;
	margin: 30px auto;
	border-bottom:1px dotted;
	display:block;
}
.lcp_temoins > li:last-child::after {
	border:none;
	margin:0;
}

.lcp_temoins p {
	margin :10px 20px;
	text-align: justify;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
    color: rgb(25,40,65);
    /* column-width: 250px; */
    /* column-count: 2; */
    /* column-gap: 2em; */
    margin: 0 1em;
    display: flex;
   -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

label {display:block;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], button#send-candidature {
	color: #fff;
  border-radius: 0px;
  padding: 8px 10px;
  font-size: 0.6em;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-weight: normal;
  background: rgb(var(--beigenova));
  border: none;
z-index:999
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	font-weight: bold;
	transform:scale(1.1);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, .emploi textarea {
	border-radius: 0px;
	/*font-size: 0.8em;*/
	margin: 0.5em 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgb(var(--grisnova));
	color: rgb(var(--bleunova))
}

input::placeholder, textarea::placeholder {
	color: rgb(var(--grisnova))!important;
	opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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 {
	outline:none;
	border-bottom:2px solid rgb(var(--bleunova));
	font-weight:bold;
}

select {
	border: 1px solid #ccc;
}

p label.message {
line-height:1.2em;
margin-top: 0.8em;
}
span[data-name="message"] textarea {
border-top: 1px solid;
margin: 0.2em 0
}
textarea {
	/*width: 100%;*/
}

/* wpcf7-form */
form.wpcf7-form {
	margin:0;
	gap:2em
}
form.wpcf7-form .part {
    width: 250px;
    min-width: 250px;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
form.wpcf7-form .part:nth-child(3) {
	/*padding-left:1em*/
}
form.wpcf7-form p {
	margin:0!important;
}
form.wpcf7-form footer {
	display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.wpcf7-form-control-wrap {
	width:100%;
order:3}
.wpcf7 form .wpcf7-response-output {
	min-width: 100%;
}

form.wpcf7-form footer > p:first-child {
	display:none
}
form.wpcf7-form footer input[type="submit"] {
	order:2;
}
form.wpcf7-form footer .cf7sr-g-recaptcha {
	width:clamp(90px, 40%, 175px)!important
}
form.wpcf7-form footer .cf7sr-g-recaptcha > div {
	transform-origin:center left;
	scale:0.9
}
@media screen and (max-width:1200px) {
	form.wpcf7-form footer .cf7sr-g-recaptcha > div {
	transform-origin:center left;
		scale:0.7
	}
}
form.wpcf7-form footer iframe[title="reCAPTCHA"]{
}
span.wpcf7-not-valid-tip {
color: rgb(25,40,65);
  font-size: 0.8em;
  display: block;
  border: 2px solid rgb(var(--beigenova));
  padding: 0.5em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgb(var(--beigenova));
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 5px double #fff;
	background: rgb(25,40,65);;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

section#offre {
	padding: 0px;
}
.emploi .btn {
	border-radius: 0px;
	background: rgb(25,40,65);
border: none;
font-family: 'Montserrat';
margin: 0.5em 0 0 0;
  margin-right: 0px;
height: 100%;
}
.text-danger {
	font-size: 0.8em;
}
.text-danger:empty {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: rgb(var(--beigenova));
  align-content: center;
  }


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(var(--bleunova));;
}

a:visited {
	
}

a:hover, a:focus, a:active {
	outline: thin dotted;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
div.center {
	text-align:center;
}

.rf a {
	background:#fff;
	color: #32373c!important;
	font-size:0.8em;
}
.rf a:before {
	content:'';
	background-image:url('img/logo-rf.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	margin:10px;
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;

}
footer.site-footer h2 {
	padding: 0;
	text-transform: none;
	color: rgb(25,40,65);
	position: absolute;
	top: 0px;
	font-size: 1.2em;
	left: 25px;
	padding-left:10px;
	background: #fff;
}

footer.site-footer h2::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	left: -40px;
	background: rgb(25,40,65);
	border: 15px solid #fff;
	top: -15px;
}

footer.site-footer div nav ul {
	margin: 17px 0 0 10px;
	padding: 0;
	list-style: none;
	color: #fff;
}
footer.site-footer > div > div a {
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
		position:relative;
}
footer.site-footer .menucol li {
	font-family: "Play";
	letter-spacing: 1px;
	border-left: 1px solid;
	padding: 5px 0 0 20px;
	position: relative;
}
footer.site-footer .menucol li::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	left: -8px;
	background: #fff;
	top: 10px;
}
/*
élément {
	width: 30vw;
	min-width: 250px;
	display: inline-block;
	align-content: start;
	position: relative;
	vertical-align: top;
}
*/
footer.site-footer > div {
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    padding: 0 var(--decal);
}
footer.site-footer > div > div {
	max-width:300px;
}
footer.site-footer > div > div ul {
    margin: 0;
    padding:0;
    text-transform: uppercase;
    line-height:1.4em;
}

footer.site-footer > div > nav, footer.site-footer > div > div {
    position: relative;
    min-width: 180px;
    /* top: -25px; */
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.8em;
}
footer.site-footer > div > div:first-child {
width: clamp(450px,50%,550px);
max-width:100vw;
}

.site-footer .logo {
	height: 75px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}
.site-footer .site-info {
	display: flex;
	justify-content: space-around;
	min-width: 250px;
	    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
}
.site-footer #searchform {
	margin-right: 50px;}
.site-footer #searchform input {
	text-transform: none;
	font-family: "Play";
}
@media screen and (max-width: 650px) {
	.site-footer .logo {
		height:50px;
		width:100px;
		margin:auto;
	}
	footer.site-footer > div > div {
		min-width:unset;
		display:inline-block;
		margin:0 3vw;
	}
}
@media screen and (max-width: 450px) {
	footer.site-footer > div {
		display:none;
	}

}



#top li.tel {
	background: rgb(var(--beigenova));
}
#top li.tel a {
	color:#fff;
}
#top li.tel a::before, .site-footer li.tel a::before, #topresp li.tel a::before {
	content:'\002706';
	font-size:1.8em;
	margin:0 0.2em;
	vertical-align:middle;
}
.site-footer li.tel a::before {
margin: 0 0.2em 0 0;
}
.li,.mail,.fb { 
width:50px;
height:50px;
display:inline-block;
vertical-align:middle;
margin:0 0 10px 30px;
	background-size:contain;
	background-repeat:no-repeat;
 }
.li { 
	background-image:url('img/pic-linkedin.png');
 }
 .fb { 
	background-image:url('img/pic-fb.png');
 }
 .mail { 
	background-image:url('img/pic-mail.png');
 }
 .li:hover,.mail:hover,.fb:hover {
 	transform:scale(1.1);
 }
 .li span,.mail span,.fb span {
 display:none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header.site-header {
	top: 0px;
	background: #fff;
	height: var(--height-menu);
	display: block;
	position: fixed;
	width: 100%;
	z-index: 99;
	align-content:center;
	border-bottom: 1px solid rgb(var(--bleunova));
}
.admin-bar header.site-header {
	top: 32px;
}

.top-navigation {
	display: block;
	height: auto;
	position: absolute;
	z-index: 999;
	right: 0;
	top:0;
}
.admin-bar .top-navigation {
	}

.top-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	display:block;
}

.top-navigation li {
	position: relative;
	text-align: center;
	margin: 0 10px;
	width: auto;
	padding: 0 25px;
}
.top-navigation li:last-child {
	margin:0;
}

.top-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 14px;
	color: rgb(158,129,96);
	text-transform: uppercase;
	height: 50px;
	align-content: center;
}

.main-navigation {
	position:relative;
}
/*.main-navigation.mini {
	height:80px;
}*/
#logo {
	width:20vw;
	height:75px;
	vertical-align:middle;
	background:url("img/logo.png");
	background-size:contain;
	background-position:left bottom;
	background-repeat: no-repeat;
	margin-left:var(--decal);
	margin-bottom:10px;
}

.main-navigation > div {
	position: absolute;
	width: auto;
	bottom: 0;
	right: 0;
	height: auto;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	display:block;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/*float: left;*/
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
	display:block;
	padding:1px 0;
	width:auto;
	background:rgba(255,255,255,0.75);
	transition: none;
}


.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li {
	width:auto;
	margin:0;
}
.main-navigation ul ul li:hover, .main-navigation ul ul li.focus {
	font-weight:bold;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	border-left:none;
	border-right:none;
	padding:10px;
	font-size:0.8em;
	line-height:1.2em;
	background: #fff;
  margin: 5px 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: auto;*/
		right:0px;
		transition: none;
}

.main-navigation li {
	/*float: left;*/
	position: relative;
	text-align:center;
	margin:0 40px 0 0;
	width:auto;
}
.main-navigation li::last-child {
	margin:0;
}

.main-navigation a, .Principal-resp a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/* font-size: 18px; */
	/* color: #fff; */
	padding-bottom: 10px;
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 1em;
	color: rgb(var(--bleunova));
	white-space: nowrap;
	height: 50px;
	align-content: center;
	padding: 0 1vw;
}
#topresp a {
	color:rgb(var(--beigenova));
}
#top a::after, .main-navigation a::before, .site-footer > div .menu a::after {
	opacity: 1;
  transition: all .3s ease-out;
  transform-origin: left;
  transform: scaleX(0);
  content: '';
  width: 25px;
  position: absolute;
  top: calc(50% - 1px);
  background-color: rgb(var(--bleunova));
  height: 1px;
  left: -20px;
  opacity: 0;
}
.site-footer > div .menu a::after {
	  background-color: #fff;
	  left:-40px;
	}
#top a::after {
  background-color: rgb(var(--beigenova))!important;
  left: -10px;
}
#top .tel a::after {
	display:none;
}


.main-navigation .fond a {
		background: rgb(25,40,65);
		color: #fff;
		padding: 5px 10px;
	}


.main-navigation a span {
	font-size:0.8em;
	line-height:0.8em;
	display:block;
}
.main-navigation #logo {
	display:inline-block;
}

.main-navigation .fort a {
	/*color: rgb(25,40,65);;
	font-family:'Montserrat';
	font-size:1.4em;
	font-weight:bold;
	/*text-shadow: 0px 0px 2px #000;*/
}
.main-navigation a:hover, .main-navigation a[aria-current] {
/*	font-weight:bold;
		transform:scale(1.1);
		*/
}
.main-navigation a:hover::before, .main-navigation a[aria-current]::before, #top a:hover::after, #top a[aria-current]::after, .site-footer > div .menu a[aria-current]::after, .site-footer > div .menu a:hover::after  {
opacity: 1;
transform: scaleX(1);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.top-navigation ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	border-bottom: 1px solid rgb(158,129,96);
}
	.main-navigation ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*Legals menu */
#menulegals {
    margin: 10px;
    font-family: 'Montserrat';
    position: relative;
    text-align: right;
}

#legals {
    font-size: 0.8em;
    margin: 0 10px;
}

#legals li {
	display:inline-block;
	padding-right: 15px;
	border-right: 1px solid;
	margin: 10px 0px 10px 10px;
	color:#fff;

}
#legals li a{
	color:#fff;
	text-decoration:none;
}
#legals li a:hover{
	font-weight:bold;
}
@media screen and (max-width: 500px) {
	#legals {
		float:none;
		font-size:0.6em;
		right:auto;
		left:10px;
		padding:0;
		margin:0;
	}
}


/*-----------------------
# Branding
-------------------------*/
.site-branding {

	width:100%;
    overflow: hidden;
    transition: none;
    position:relative;
    margin-top:var(--height-menu);
    --height-branding : 60vh;
		height: var(--height-branding);
}
.home .site-branding {
		height: var(--height-branding);
}
.site-branding *{
	    transition: none;
	  }
/*.site-branding img {
	bottom:-25vh;
}*/
.site-branding .couv::after {
	content: '';
	width: 100%;
	height: 80%;
	background: #000;
	display: block;
	top: 10%;
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
}

.site-branding .item .text, .small .item .text, .site-branding .text, .small .text {
	display: block;
	position: absolute;
	margin: 0 auto;
	top: 0;
	width: 50%;
	left: 0;
	color: #fff;
	text-align: right;
	max-width: 1000px;
	background: rgba(25,40,65,0.6);
	height: 100%;
	align-content: center;
	padding: 10% 5vw;
	min-width: 250px;
}
	.site-branding .text, .small .text {
    /*display: block;
    position: absolute;
    margin: auto;
    width: 80%;
    font-size: clamp(0.8em, 2vw, 1.2em);
    height: auto;
    left: var(--decal);*/
	top: unset;
  bottom: var(--decal);
  animation: slideInUp 1s 0s;
  background: none;
  padding-bottom: 0px;
  height: auto;
}
.item .text {
	opacity:0;
	transition:all 1s 1s
}
.active .item .text {
	opacity:1;
}
.active .item .text h2 {
	animation: slideInUp 1s 1s;
}
.active .item .text a {
	animation: slideInDown 1s 1s;
}
.site-branding .text h2, .small .text h2 {
	color: #fff;
	/* font-weight: bold; */
	/* font-variant: small-caps; */
	text-transform: none;
	text-shadow: 0px 0px 5px #000;
	border: none;
text-align: left;
  font-size: 2.2em;
}
.site-branding .text p {
		font-size: 1.2em;
		letter-spacing: 1px;
		margin: auto;
		text-shadow: 1px 1px 0px #000;
}
#cibles {
	display: flex;
	width: 100%;
	height: 50px;
}
#cibles a {
	text-aligncenter;
	flex: 1 1 auto;
	background: blue;
	border: 1px solid #fff;
	color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.mosaic > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	width:100%;
	flex-wrap: wrap;
}
.mosaic > div > article {
		margin: 1em 0;
	}
.mosaic > div a {
	text-decoration: none;
}
article.cat:hover {
}
.category.mosaic {
	margin: 1em var(--decal) 1em var(--decal);
}
.cat {
	min-width: 250px;
	position: relative;
	width: clamp(250px, 28vw, 500px);
	height: auto;
	display: block;
	font-size: clamp(1.2em, 1.8vw, 1.6em);
}
.home .cat {
	min-width: 300px;
	min-height: 250px;
	position: relative;
	width: 28vw;
	height: 20vw;
	display: block;
	font-size: clamp(1.2em, 1.8vw, 1.6em);
}
.cat:not(.mini) > a {
	display: inline-block;
	width: 14vw;
	min-width: 110px;
	height:100%;
}
.cat .mini {
	position: relative;
	transition: all 0.5s;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	filter: sepia(0.5);
	/* min-width: 100%; */
	margin: 0;
	height: 100%;
}
body:not(.home) .cat .mini {
	filter:sepia(0);
}

.home .cat:hover .mini {
	transform:scale(1);
	filter:sepia(0);
}
.cat .text {
	min-width: 130px;
	display: inline-block;
	/* margin-left: 5px; */
	position: relative;
	height: 100%;
	vertical-align: top;
	align-content: center;
	background: rgba(var(--grisclairnova),1);
	padding: clamp(10px, 2vw, 20px);
	/* max-width: calc(100% - 130px); */
	box-sizing: border-box;
	/* min-height: 110px; */
	width: calc(100% - 15vw);
	align-content:space-between;
}
.cat h2 {
	text-transform: none;
	font-size: 1em;
	text-decoration: none !important;
	margin: 10px 0 0 0;
	padding: 0;
	color: rgb(var(--bleunova));
}
.cat .info {
font-size: clamp(10px, 0.4em, 14px);
  line-height: 1em;
  letter-spacing: 0.5em;
  text-align: left;
  margin: 10px 0;
}

.cat .lcp_excerpt, .sjb-listing.mosaic a p {
	color: rgb(var(--bleunova));
	font-size: clamp(12px, 0.6em, 18px);
	line-height: 1em;
	letter-spacing: 2px;
	text-align: left;
	margin: 20px 0;
}

.cat .more {
	font-size: 0.8em;
	display: block;
	margin: 0px;
	position: absolute;
	/* right: 0; */
	/* background: rgb(var(--beigenova)); */
	bottom: 50px;
	text-transform: uppercase;
	font-size: 0.6em;
	/* text-align: center;
	min-width: 130px;
	width: 100%;
	 */
	padding-right:1em;
	margin-right:1em;
	height:auto;
	border-right:1px solid;
	line-height:1.2em;
}

.cat.mini .more {
position:relative;
	bottom:auto;
}

.cat .more::after {
	content: '';
	margin: 0 5px;
	width: 0.8em;
	height: 0.8em;
	display: block;
	border-radius: 2px;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
	/* position: relative; */
	transition: all 0.5s;
	rotate: -135deg;
	position: absolute;
	top: 20%;
	right: -1.4em;
	/* position: absolute; */
	display: inline-block;
	vertical-align: middle;
	/* bottom: -5px; */
}

.cat .more:hover::after {
	right:-1.8em
}

@media screen and (max-width:800px) {
.home .cat {
  width: 80vw;
  height: 100%;
  min-width:unset;
}
	.cat .text {
		width:100%;
		height:auto;
	}
	.cat .info {
		position:relative!important;
	}
	.cat .more {
		position:relative;
		bottom:unset;
	}
.cat > a {
	width: 100%;
  height: clamp(200px,80vw,250px);
}
.cat .mini {
	filter:unset;
}
}



/*-------------GUTENBERG-------------*/
:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: inherit;
}

.wp-block-group.square .wp-block-cover, .wp-block-columns.square .wp-block-cover {
	aspect-ratio:1!important;
	height:100%;
	width:100%;
	padding:0;
}

.wp-block-cover__inner-container:has(.flipper){
	height:100%!important;
}
.wp-block-group.alignend .wp-block-cover, .wp-block-columns.alignend .wp-block-cover, .wp-block-cover.alignend{
	align-items:end;
	align-content:enc;
}
.wp-block-group.gap0, .wp-block-columns.gap0 {
	gap:0px;
}
.wp-block-group.gap10, .wp-block-columns.gap10 {
	gap:10px;
}
.wp-block-group.gap10:not(.decal), .wp-block-columns.gap10:not(.decal) {
	margin:10px;
}
.wp-block-group.margin10, .wp-block-columns.margin10 {
	margin:10px;
}
.wp-block-columns.padding20 >.wp-block-column {
	padding:20px
}
.comment {
border-top: 1px solid;
  display: block;
  position: relative;
  left: auto;
  text-align: right;
  right: -10px;
  width: 50vw;
  left: 50vw;
  padding: 1em;
  font-weight: bold;
}


/*------------SIMPLE JOB BOARD -------------*/

.sjb-listing.mosaic {
	margin: 20px 0;
}
.sjb-listing.mosaic a {
/*	height: 285px;*/
}
.sjb-listing.mosaic a p{
color: rgb(128,128,128);
font-family: 'Montserrat';
font-size: 1em;
text-align: center;
}
.job-description-list {
	/*position: absolute;
	width: 100%;
	bottom: 0;
	*/
}

.cat .job-info {
	background: rgb(25,40,65);
	color: #fff;
	text-align: center;
	font-family: 'Montserrat';
	margin: 5px 0;
}
.cat .job-info span {
	display: inline-block;
	text-align: center;
	width: 50%;
	border-right: 1px solid;
}

.candidature {
	width: 80%;
	height: 100%;
	margin: auto;
}
.candidature iframe {
	width: 100%;
	height: 950px;
	font-family: 'Montserrat';
	border: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 {
	background: none;
	margin: 0;
}

.filters-form {
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.filters-form select, .filters-form select, .filters-form .sjb-search-button  {
	width: 40%!important;
	min-width: 250px!important;
	display: inline-block;
	float: none!important;
	vertical-align: middle;
	margin: 20px!important;
	height: 50px!important;
}

.filters-form .sjb-search-button  {
	width: 50%!important;
	}
.filters-form .sjb-search-button input {
	margin: 0!important;
}
	/*Page Job*/
	.sjb-job-characteristics {

}
	.sjb-job-characteristics > div {
		display: inline-block;
		    color: #fff;
text-align: center;
		background: rgb(25,40,65);
    color: #fff!important;
    text-align: center;
    font-family: 'Montserrat';
    padding: 5px 25px;
    margin: 5px 0;
	}
.job-description {
	text-align: justify;
}	

/*------FLIP CONTENT--------------------*/

.flip-container {
	perspective: 1000px;
	padding:0!important;

}
	/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	height:100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	height:100%;
}
#content .flipper h2 {
	margin:0;
	line-height:1em;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(0deg);
	align-content:end;
	padding:var(--decal) 2vw;
	text-shadow: 0px 0px 3px #000;
}

/* back, initially hidden pane */
.back {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	color:rgb(var(--bleunova));
	padding:10px;
	overflow:hidden;
	align-content:end;
	background:rgba(255,255,255,0.8)!important;
	padding-bottom:var(--decal);
}
#content .back * {
	margin:1vw 2vw;
	font-size:0.8em;
	line-height:1em;
	text-align:left;
}

@media screen and (min-width: 782px) {
#content .back h3 {
font-size: clamp(1em, 1.5vw, 1.2em) !important;
}
#content .back p {
font-size: clamp(0.6em, 1.5vw, 0.8em) !important;
}
}
#content .back *:last-child {
margin-bottom:0
}





/*----------FIN SIMPLE JOB BOARD --------------*/
figure.is-type-video {
	width:50vw;
	margin:1.5em auto;
	min-width:450px;
	max-width:100%;
}
.portrait {
	font-size:1.2em;
	width:80%;
	margin:auto;
	text-align:center;
}
.portrait .wp-block-column {
	flex:unset;
	margin:0;
}
.portrait .small {
	width:300px;
	min-width:300px;
}
.portrait .small img {
	width:200px;
}
.portrait {
	text-align:center;
	text-transform:uppercase;
	line-height:1em;
}

/*------------------partenaires*/
.partenaires {
	margin:20px 5vw;
}
.partenaires figure {
	/*border:1px solid rgb(var(--beigenova));*/
	position:relative;
}
.partenaires figure a {
    display: block;
    width: clamp(120px, 10vw, 250px);
    height: clamp(120px, 10vw, 250px);
    margin: auto;
  }

.partenaires figure img {
    display: block;
    /* margin: 20px; */
    fit-content: cover;
    object-fit: contain;
    width: clamp(120px, 10vw, 250px);
    height: clamp(120px, 10vw, 250px);
    object-position: center;
    margin:auto;
    transition:all 0.5s;
    filter: grayscale(1);
}

.partenaires figure a:hover img {
    filter: grayscale(0);
}
	.partenaires figcaption {
    width: 65%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    position: absolute;
    bottom: 25%;
    margin: auto;
    left: -5px;
    right: -5px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.wp-block-image figcaption span{
	font-size:0.8em;
	display:block;
	color:rgb(25,40,65);
}
.bouton {

}
.wp-block-buttons {
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
	background: #fff;
	color: rgb();
	color: rgb(25,40,65);
	/*border: 2px solid rgb(25,40,65);*/
}
.wp-block-button {
}

.wp-block-button__link {
    padding: 10px 25px!important;
    margin: calc(var(--decal)/5) 0em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.6em;
    border: 1px solid!important;
    border-radius: 0;
}


.wp-block-button__link:hover {
		background:#fff;
	}

.encadre {
	border: 2px solid #005ec4;
	padding: 20px 30px;
	width: 90%;
	margin: auto;
	text-align: center;
	position:relative;
}
.encadre::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	border-radius: 50%;
	left: -20px;
	margin: auto;
	background: rgb(25,40,65);
	border: 10px solid #fff;
	top: -20px;
}
.zoom:hover{
	transform: scale(1.1);
}
.picto > div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.picto p {
	display: inline-block;
	width: 85px;
	vertical-align: top;
	font-family: "Play";
	line-height: 1em;
margin: 0.2em 20px;
position: relative;
z-index: 91;
}
.picto p::before {
	content: '';
	width: 75px;
	height: 75px;
	display: block;
	margin: 10px;
	margin-bottom: 15px;
	background-color:rgb(25,40,65);
	border-radius: 50%;
}
.picto p::after {
	content: '';
	width: 85px;
	height: 85px;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	background-image: url(img/arc.png);
	background-size: contain;
	position: absolute;
	top: 5px;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.picto p:hover::after {
	/*right: -10px;*/
	transform: rotate(360deg);
}
.picto p.sante::before {
	background-image: url(img/pic-sante-blanc.png);
	background-size: contain;
}
.picto p.education::before {
	background-image: url(img/pic-education-blanc);
	background-size: contain;
}
.picto p.industrie::before {
	background-image: url(img/pic-industrie-blanc);
	background-size: contain;
}
.picto p.services::before {
	background-image: url(img/pic-services-blanc);
	background-size: contain;
}
.picto p.reseau::before {
	background-image: url(img/pic-reseau-blanc);
	background-size: contain;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
	margin:0;
	max-width:100%;
	overflow:hidden;
}
.entry-content {
}




.entry-content p, .entry-content ul{
	margin:auto var(--decal);
	padding:0;
}
.post .entry-content p, .post .entry-content ul{
	margin: 1em var(--decal);
	margin-bottom:0px;
  padding: 0;
  text-align: justify;
}
.post .entry-content li{
		margin: 0 var(--decal);
  padding: 0;
  text-align: justify;
}
.post .entry-content p + ul {
	margin-top:0
}

.entry-content ul.decal {
	margin-left:calc(var(--decal) * 2)!important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*--------------HOME---------------------*/

/*.slider-holder.bloc {
	background: red;
width: 100%;
height: 100%;
margin-top: 100px;
}
*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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%;
}

.gallery-caption {
	display: block;
}

/*Signature LORNI TORYNK
----------------------------*/
.signlorni  { 	z-index:1;/*margin: 0 12px 0 0;*/ padding: 0; position: relative; float: right;}
a.signlorni:link, a.signlorni:visited   { content:' ';line-height:50px;background-image: url(https://www.lorni.fr/ress/parlorni_blanc.png); background-size:contain;background-repeat: no-repeat; background-position: 0 0; display: block; width: 50px; height: 40px }
a.signlorni:hover {background-image: url(https://www.lorni.fr/ress/parlorni_blanc_hover.png)}


a.signlorni:link, a.signlorni:visited {
    content: ' ';
    background-image: url(https://www.lorni.fr/ress/parlorni_blanc.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 25px;
    background-position: center;
    margin: 7px;
}

/* Complément responsive */
@media screen and (max-width: 875px) {
	#content {
		/*margin-top:500px;*/
		z-index:9;
	}
	#content, .site-footer {
		max-width:100%;
	}
}
@media screen and (orientation : landscape) and (max-width:875px) {
	#content {
		/*margin-top:250px;*/
		z-index:9;
	}
}

@media screen and (max-width: 500px) {
	#content, .site-footer {
		padding:0;
	}
	#content {
		z-index:9;
	}
	#page {
		/*padding-bottom: 25px 0px;*/
	}
	blockquote {
		padding:0;
	}
	h1 {
		font-size:2.4em;
		width:100%;
	}
	h2 {
		font-size:1.4em;
	}

	p {
		margin:1em 0px;
	}
	.wp-block-columns {
		margin:0;
	}


}
@media screen and (max-width: 320px) {
	#content {
		margin-top:0px;
		font-size:0.8em;
	}
}