/*
Theme Name: SATO
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	src: url('/wp-content/themes/sato/font/raleway-v29-latin-200.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/sato/font/raleway-v29-latin-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/sato/font/raleway-v29-latin-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	src: url('/wp-content/themes/sato/font/raleway-v29-latin-800.woff2') format('woff2');
}



* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #303030;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #303030;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Raleway';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	text-transform: uppercase;
}
h2 {
	font-size: 23px;
	text-transform: uppercase;
	color: #009BD9;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a:link, a:visited, a:hover, a:active {
	color: #303030;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 150%;
}
body:not(.home) .wp-block-table {
	overflow: initial;
}
body:not(.home) .wp-block-table td:empty:after {
	content: 'Empty cell';
	visibility: hidden;
}
body:not(.home) .wp-block-table figcaption {
    font-style: italic;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-top: 20px;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
table {
	border: 1px solid #CCCCCC;
	margin: 10px 0px;
	width: 100%;
}
table caption {
	color: #CCCCCC;
	margin:5px 0;
	text-align:left;
}
th {
	border: 1px solid #EDEDED;
	background: #009BD9;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
td {
	border: 1px solid #EDEDED;
	padding: 10px;
}
#nested .smart-menu {
	display: none;
}
header #nested {
	position: relative;
	height: 60px;
	z-index: 2;
}
header #nested .firstLevel {
	height: 60px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
header #nested .firstLevel li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	height: 60px;
}
header #nested .firstLevel li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #797979;
	padding: 0px 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
header #nested .firstLevel li.bleu > a {
	color: #009BD9;
}
header #nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
header #nested .firstLevel li ul {
    position: absolute;
    width: 260px;
    height: 0px;
    background: #FFFFFF;
    margin-left: -130px;
    margin-top: -20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    left: 50%;
    top: auto;
    overflow: hidden;
    opacity: 0;
    transition: height 0ms ease 0ms, opacity 250ms ease 100ms, margin-top 250ms ease 100ms;
}
header #nested .firstLevel > li:hover > ul {
	height: auto;
	opacity: 1;
	margin-top: -5px;
	padding: 15px 10px;
}
header #nested .firstLevel li ul li {
	display: block;
	height: auto;
	border-bottom: 1px solid #EDEDED;
}
header #nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
header #nested .firstLevel li ul li a {
	height: auto;
	padding: 10px 10px;
	line-height: 120%;
	font-size: 13px;
}
header #nested .firstLevel li ul li a span {
	display: inline !important;
	height: auto !important;
	line-height: 120% !important;
	border-bottom: none !important;
}
body:not(.home) #wrapper ul {
	list-style-type: none;
}
body:not(.home) #wrapper ul li,
#convergence ul li {
	position: relative;
}
body:not(.home) #wrapper ul li:before,
#convergence ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #009BD9;
	position: absolute;
	border-radius: 50%;
	top: 9px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
    position: fixed;
    width: 100%;
    height: 128px;
    z-index: 2;
    transition: 0.3s;
    background: #FFFFFF;
    left: 0px;
    top: 40px;
}

header #headerInner {
    position: relative;
    width: 90%;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
	transition: 0.3s;
}
header #logo {
	position: relative;
	z-index: 2;
}
header #logo img {
    transition: 0.3s;
}
header #headerBoxes {
    height: 40px;
    background: #000000;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
	transition: 0.3s;
	z-index: 2;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 70px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contents {
	position: relative;
}
#contentsInner {
	position: relative;
}
footer {
	position: relative;
	background: #212121;
	color: #FFFFFF;
	z-index: 1;
}
footer #footerInner {
	position: relative;
	width: 90%;
	max-width: 1140px;
	margin: 0px auto;
    padding: 65px 0 0 0;
    display: flex;
    justify-content: space-between;
}
header #nested ul.firstLevel li ul li {
	transition: 0.4s;
}
header #nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
::-moz-selection {
	background-color: #009BD9;
	color: #FFFFFF;
}
::selection {
	background-color: #009BD9;
	color: #FFFFFF;
}
.wp-block-cover__background.has-bleu-background-color + div ::selection,
#contact ::selection,
body:not(.home) #chapterPicture > .title_and_bc:first-child ::selection {
	background-color: #FFFFFF;
	color: #009BD9;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}


header #nested ul.firstLevel > li {
    transition: 0.25s opacity;
}
header #nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
header #nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
header #nested ul.firstLevel li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
}
header #nested ul.firstLevel > li > ul > li {
	overflow: hidden;
}
header #nested ul.firstLevel > li > ul > li:hover {
	overflow: visible;
}
header #nested .firstLevel > li:hover > ul {
	padding: 15px 0px;
	overflow: visible;
}
header #nested ul.firstLevel > li > ul > li {
	padding: 0 10px;	
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:link:hover,
footer a:visited:hover,
footer a:hover:hover,
footer a:active:hover {
	text-decoration: underline;
}
footer #signature {
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 5% 25px 5%;
	text-align: center;
}





/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

body:not(.home) #chapterPicture {
	padding-top: 168px;
	position: relative;
}
body:not(.home) #chapterPicture img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 168px;
    height: calc(100% - 168px);
}
body:not(.home) #chapterPicture .title_and_bc {
    position: relative;
    background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 60px 5%;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	max-width: 1140px;
}
body:not(.home) #chapterPicture .widget_breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}
body:not(.home) #chapterPicture .widget_breadcrumb a:hover {
	text-decoration: underline;
}
body:not(.home) #chapterPicture .widget_breadcrumb {
    font-size: 14px;
}
body:not(.home) #chapterPicture > .title_and_bc:first-child {
    background: #009BD9;
}
body:not(.home) #wrapperInner .wp-block-image {
    margin: 0;
}

body:not(.home) #wrapperInner figure.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-right: -2%;
	margin-bottom: -2%;
	gap: 0;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
	width: 23.5% !important;
	flex-grow: initial;
	margin: 0 2% 2% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
	margin-right: 0 !important;
}
body:not(.home) #wrapperInner .wp-block-column figure.wp-block-gallery > figure {
	width: 48% !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
    transition: 0.2s ease-in-out;
    width: 100% !important;
    max-height: 210px !important;
    flex: initial !important;
    height: 16vw !important;
	object-fit: cover;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img:hover {
	opacity: 0.8;
}
body:not(.home) #wrapperInner p a,
body:not(.home) #wrapperInner li a {
	transition: 0.2s ease-in-out;
	color: #009BD9;
}
body:not(.home) #wrapperInner p a:hover,
body:not(.home) #wrapperInner li a:hover {
	color: #009BD9;
}
body:not(.home) #wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
body:not(.home) #wrapperInner .wp-block-column > :last-child,
body:not(.home) #wrapperInner .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}
body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
body:not(.home) #wrapperInner div#text > figure,
body:not(.home) #wrapperInner div#text > ul,
body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
body:not(.home) #wrapperInner div#text > p,
body.single-post #wrapperInner .pager {
	width: 90%;
	max-width: 1140px;
	margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
body:not(.home) #wrapperInner div#text > ul {
	padding-left: 15px;
}
body:not(.home) div #wrapperInner div#text > iframe:not(.wp-block-cover):not(.wp-block-group) {
    max-width: 100%;
    width: 100%;
	display: block;
    line-height: 1;
}
.wp-block-cover {
	overflow: hidden;
}
.wp-block-cover img {
    transition: transform 0.4s ease-out;
}
.wp-block-cover.is_hovered > img {
	transform: scale(1.1);
}
div .wp-block-image figcaption {
    margin-top: 15px;
    text-align: center;
    font-style: italic;
    font-size: 15px;
}
body:not(.home) #wrapperInner div#text .wp-block-group__inner-container > div:last-child {
	margin-bottom: 0;
}
.wp-block-columns.gap10,
.gap10 {
	gap: 10px;
}
.wp-block-columns.gap20,
.gap20 {
	gap: 20px;
}
.wp-block-columns.gap30,
.gap30 {
	gap: 30px;
}
.wp-block-columns.gap40,
.gap40 {
	gap: 40px;
}
.wp-block-columns.gap50,
.gap50 {
	gap: 50px;
}






/* -------------------------- ACTUALITÉS --------------------------- */

section.newsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #EFEFEF;
}
section.newsContainer .gauche {
    width: 33%;
}
section.newsContainer .gauche img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 16px;
}
section.newsContainer .gauche img[src*="logo"] {
    width: auto;
    height: auto;
    max-height: 270px;
    object-fit: contain;
	border-radius: 0px;
}
section.newsContainer .droite {
    width: 62%;
}
section.newsContainer .droite time {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: italic;
}
section.newsContainer .droite > a {
    margin-top: 25px;
}
section.newsContainer .droite .description {
    line-height: 1.5em;
}
section.newsContainer .droite h2 {
    margin: 0 0 15px 0;
}
section.newsContainer .droite h2 a:not(:hover) {
	text-decoration: none;
}
section.newsContainer .gauche .chapoPicture.empty {
    height: 270px;
    background: url(/wp-content/themes/sato/images/logo.svg) no-repeat center center, #F9F9F9;
    background-size: 60% 60%;
}
div#newsList > section:last-child {
    border: none;
    padding: 0 0 15px 0;
}
.pager {
    text-align: center;
}
.pager > a, 
.pager > span {
    margin: 0 2px;
    background: #EDEDED;
    padding: 3px 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 25px;
}
.pager > a.next,
.pager > a.prev {
    width: auto;
}
.pager.detail_actu > a {
    width: 112px;
    padding: 7px 10px;
    height: auto;
    margin: 0 6px;
}
.pager.detail_actu {
    margin-top: 90px;
}



/* ----------------------- PAGE CONTACT / FORMULAIRES ----------------------- */

body.contact #container {
    margin: 0px;
}
.wpforms-container ul li:before {
	display: none;
}
div form.wpforms-form {
	position: relative;
}
div div.wpforms-container-full button[type=submit]:focus:after {
	display: none;
}
@media (min-width: 1200px) {
	div .wpforms-container .wpforms-submit-container {
		position: absolute;
		right: 0;
		bottom: -30px;
		margin: 0;
		padding: 0;
	}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
    border-color: #303030;
    box-shadow: 0 0 0 1px #303030, 0px 1px 2px rgba(0,0,0,0.15);
}
#wrapper div div.wpforms-container-full ::placeholder {
	color: #969696;
	opacity: 1;
}
body:not(.home) #wrapperInner .wpforms-confirmation-container-full p {
    margin: 0;
}
#wrapper div .wpforms-field-container div.wpforms-field {
	padding: 12px 0;
}


/* ------------------------- PAGE 404 ------------------------- */

body.error404 #chapterPicture > .title_and_bc:first-child {
    position: relative;
    top: 0;
    border: none;
    padding: 60px;
}
body.error404 #chapterPicture .widget_breadcrumb {
	display: none;
}
body.error404 #chapterPicture {
	height: auto !important;
}
body.error404 article {
	text-align: center;
}
body:not(.home).error404 #chapterPicture .title_and_bc h1 {
	margin: 0;
}




/* ------------------------------- SLICK ------------------------------- */

.slick-slider {
	display: block;
	box-sizing: border-box;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}




body:not(.home) #wrapperInner p {
	margin: 0 0 15px 0;
}
body:not(.home) #wrapperInner figure + *,
body:not(.home) #wrapperInner .wp-block-image + p {
    margin-top: 20px;
}
footer .wp-block-image,
footer .wp-block-columns {
	margin-bottom: 0;
}
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
    width: 90%;
    max-width: 1140px;
}
body:not(.home) div .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}
div :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
}



.no-margin {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-column {
    box-sizing: border-box;
}
@media (min-width: 980px) {
	.is_hidden_on_desktop {
		display: none !important;
	}
}
body:not(.home) .wp-block-separator {
    margin: 20px 0px;
    max-width: 100px;
}
body:not(.home) .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
    width: 100px;
    margin-top: 5px;
}
body:not(.home) .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background {
    align-self: initial;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


/* masonry */
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display {
    display: block;
    columns: 2;
	gap: 2em;
	margin: 0px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
    width: initial !important;
	break-inside: avoid;
    margin: 0 0 2em 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure img {
    width: auto !important;
    max-height: none !important;
    height: auto !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
	columns: 3;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4 {
	columns: 4;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5 {
	columns: 5;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-6 {
	columns: 6;
}


.wp-block-columns {
	margin-bottom: 2.25em;
}





/* ------------------------------------------------------------------------------------- */
/* --------- Media Queries à déplacer en bas du fichier une fois le dev terminé -------- */
/* ------------------------------------------------------------------------------------- */


/* ------- Passage à menu burger ------- */
@media (min-width: 1150px) {
	header #nested ul.firstLevel > li:first-child > a {
		padding-left: 0;
	}
	header #nested ul.firstLevel > li:last-child > a {
		padding-right: 0;
	}
	header #nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1150px) {
	header div #nested {
		width: 40px;
		height: 40px;
		right: -7px;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	header #nested .firstLevel {
		text-align: left;
		background: #303030;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open header #nested .firstLevel:after, 
	body.menu_open header #nested .firstLevel:before {
		content: '';
		height: 50px;
		background: linear-gradient(0deg, #303030, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai header #nested .firstLevel:after, 
	body.menu_open.animation_delai header #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open header #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #303030, transparent);
		height: 55px;
	}
	body.menu_open header #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	header #nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #303030;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	header #nested ul.firstLevel li a {
		font-size: 18px;
		height: auto;
		line-height: 1;
	}
	header #nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	header #nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	header #nested .firstLevel li {
		height: auto;
	}
	header #nested ul.firstLevel > li {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	header #nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	header #nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	header #nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
        right: -2px;
        top: 11px;
	}
	header #nested .firstLevel li a {
		color: #FFFFFF;
	}
	header #nested .firstLevel li ul,
	header #nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0px 10px;
		padding: 0;
		left: 0;
		width: auto;
	}
	header #nested ul.firstLevel > li > ul > li, 
	header #nested ul.firstLevel > li > ul > li > ul > li {
		padding: 0;
		margin: 0;
	}
	header #nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	header #nested .firstLevel li ul {
		display: none;
	}
	header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	header #nested ul.firstLevel li ul li:hover {
		background: none;
	}
}
@media (max-width: 930px) {
	.wp-block-spacer {
		max-height: 70px;
	}
	#container {
		margin: 0px 0px 70px 0px;
	}
	.is_hidden_on_mobile {
		display: none !important;
	}
	.invert-columns-order {
		flex-direction: column-reverse;
	}
	div :where(.wp-block-columns.is-layout-flex) {
		gap: 2em;
	}
}
@media (max-width: 880px) {
	section.newsContainer {
		flex-direction: column-reverse;
		margin-bottom: 45px;
	}
	section.newsContainer .gauche {
		width: 100%;
		margin-top: 40px;
	}
	section.newsContainer .droite {
		width: 100%;
	}
	section.newsContainer .gauche img {
		width: auto;
		height: auto;
	}
	section.newsContainer .gauche .fond_blanc {
		padding: 30px 0;
	}
}
@media (max-width: 980px) {
	body #baguetteBox-overlay .full-image img {
		max-height: 85%;
		max-width: 85%;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
		margin: 0 0 1.2em 0 !important;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display {
		gap: 1.2em;
	}
	html body {
		--wp--preset--spacing--20: 2.5vw;
		--wp--preset--spacing--30: 2.5vw;
		--wp--preset--spacing--40: 2.5vw;
		--wp--preset--spacing--50: 5vw;
		--wp--preset--spacing--60: 5vw;
		--wp--preset--spacing--70: 5vw;
	}
}
@media (max-width: 850px) {
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
		width: 48% !important;
		margin: 0 4% 4% 0 !important;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(even) {
		margin-right: 0 !important;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
		max-height: initial !important;
		height: 26vw !important;
	}
}









/* -------------------- BLOC REQUETE - Pour faire comme une page actu en requetant un CPT par ex. ---------------------- */

body:not(.home) #wrapper .wp-block-query > ul {
    margin: 0;
}
body:not(.home) #wrapper .wp-block-query > ul > li:before {
	display: none;
}
body:not(.home) #wrapper .wp-block-query:not(.remontee_actu) > ul > li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
body:not(.home) #wrapper .wp-block-query:not(.remontee_actu) > ul > li:not(:last-child) {
    margin-bottom: 70px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 70px;
}
body:not(.home) #wrapper .wp-block-query:not(.remontee_actu) > ul > li .wp-block-columns > div:nth-child(1):empty {
    min-height: 250px;
    background: url(/wp-content/themes/sato/images/logo.svg) no-repeat center center, #F9F9F9;
    background-size: 60% 60%;
}
























































/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- SATO ---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */





/* boutons */
body.error404 article a,
body:not(.home) #wrapperInner a.wp-block-button__link,
section.newsContainer .droite > a,
div div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div div.wpforms-container-full button[type=submit]:active,
div div.wpforms-container-full button[type=submit],
header a.wp-block-button__link,
footer a.wp-block-button__link,
#bandeau .btns a,
#edito .droite > :last-child a,
#contact > :last-child a,
#recrute .texte > p:last-of-type a,
body:not(.home) #wrapperInner .wp-block-query a.wp-block-post-excerpt__more-link,
.categories_articles a,
body:not(.home) #wrapperInner .wp-block-cover .has-gris-clair-background-color + div a.wp-block-button__link {
	border-radius: 3px;
	display: inline-block;
	background: none;
	color: #009BD9;
	border: 2px solid #009BD9;
	padding: 19px 39px 18px 39px;
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	font-size: 14px;
	letter-spacing: 0.075em;
	text-indent: 0.075em;
	text-transform: uppercase;
	text-align: center;
	height: auto;
	box-shadow: none;
	font-weight: 800;
}
body.error404 article a:hover,
body:not(.home) #wrapperInner a.wp-block-button__link:hover,
section.newsContainer .droite > a:hover,
div div.wpforms-container-full button[type=submit]:hover,
header a.wp-block-button__link:hover,
footer a.wp-block-button__link:hover,
#bandeau .btns a:hover,
#edito .droite > :last-child a:hover,
#contact > :last-child a:hover,
#recrute .texte > p:last-of-type a:hover,
body:not(.home) #wrapperInner .wp-block-query a.wp-block-post-excerpt__more-link:hover,
.categories_articles a:hover,
body:not(.home) #wrapperInner .wp-block-cover .has-gris-clair-background-color + div a.wp-block-button__link:hover {
	background: #009BD9;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-decoration: none;
}


/* sans fond - bordure blanche */
#bandeau .btns > div:nth-child(1) a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
#bandeau .btns > div:nth-child(1) a:hover {
	background: #FFFFFF;
	color: #303030;
}


/* fond bleu */
#bandeau .btns > div:nth-child(2) a,
footer a.wp-block-button__link,
div div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div div.wpforms-container-full button[type=submit]:active,
div div.wpforms-container-full button[type=submit] {
	color: #FFFFFF;
	background: #009BD9;
}
#bandeau .btns > div:nth-child(2) a:hover,
footer a.wp-block-button__link:hover,
div div.wpforms-container-full button[type=submit]:hover {
	background: #0887ba;
	border-color: #0887ba;
}


/* fond blanc */
#contact > :last-child a,
body:not(.home) #wrapperInner .wp-block-cover a.wp-block-button__link {
	color: #009BD9;
	background: #FFFFFF;
	border-color: #FFFFFF;
}
#contact > :last-child a:hover,
body:not(.home) #wrapperInner .wp-block-cover a.wp-block-button__link:hover {
	background: none;
	color: #FFFFFF;
}



#besoins .bloc > p:last-child a,
#recrute .offre > p:last-child a,
#actu > a {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 20px 2px 0px;
    letter-spacing: 0.075em;
    color: #797979;
    background: url(/wp-content/themes/sato/images/demi-arrow.svg) no-repeat right 0px top 0px;
    display: inline-block;
    line-height: 1;
	transition: 0.3s;
}
#besoins .bloc > p:last-child a:hover,
#recrute .offre > p:last-child a:hover,
#actu > a:hover {
	padding-right: 28px;
}




#demarche .bloc > p:last-child,
#edito .droite > p:first-of-type,
#valeurs .gauche > :last-child:not(:first-of-type) {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25em;
}






.has-noir-color { color: #303030 !important; }
.has-noir-background-color { background-color: #303030 !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-gris-clair-color { color: #F9F9F9 !important; }
.has-gris-clair-background-color { background-color: #F9F9F9 !important; }

.has-gris-fonce-color { color: #797979 !important; }
.has-gris-fonce-background-color { background-color: #797979 !important; }

.has-bleu-color { color: #009BD9 !important; }
.has-bleu-background-color { background-color: #009BD9 !important; }

.has-bleu-fonce-color { color: #1E243E !important; }
.has-bleu-fonce-background-color { background-color: #1E243E !important; }













#headerBoxes .wp-block-buttons {
	flex-wrap: nowrap;
	gap: 0px;
}
#headerBoxes .wp-block-buttons > *:not(:last-child) {
	padding-right: 10px;
}
#headerBoxes a.wp-block-button__link,
.categories_articles a {
    border: none;
    background: #303030;
    padding: 15px 49px 14px 49px;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 11px;
}
#headerBoxes a.wp-block-button__link:hover {
	background: #009BD9;
	box-shadow: none;
}
header .widget > a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.075em;
    position: relative;
    top: 1px;
}
header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	top: 0;
	height: 60px;
}
header.scrolled #logo img {
    height: 42px;
}












#bandeau {
    margin-top: 168px;
    height: calc(100vh - 168px);
    max-height: 600px;
    position: relative;
	margin-bottom: 100px;
}
#bandeau > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}
#bandeau .texte {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
	z-index: 2;
}
#bandeau .nom_site {
    font-size: 100px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
#bandeau .btns {
    display: flex;
}
#bandeau .btns > *:first-child {
	margin-right: 40px;
}
#bandeau h1 {
    margin: 40px 0 65px 0;
}















#besoins {
    width: 90%;
    max-width: 942px;
	text-align: center;
    margin: 0 auto 105px;
}
body.home h2 {
	margin-top: 0;
}
#besoins h2 {
    max-width: 640px;
    margin: 0 auto 60px;
}
#besoins .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 65px;
}
#besoins .bloc {
    width: 47.8%;
    position: relative;
}
#besoins .bloc > img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
	transition: 0.3s;
}
#besoins .bloc > img.is_hovered {
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	filter: brightness(0.8);
}
#besoins .icone {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 135px;
    border-radius: 50%;
    box-shadow: 0 3px 20px rgba(0, 155, 217, 0.16);
}
#besoins p {
    line-height: 1.3em;
    color: #797979;
    margin: 0;
}
#besoins .bloc > p:first-of-type {
    color: #009BD9;
    font-weight: 700;
    font-size: 19px;
    margin-top: 65px;
    margin-bottom: 8px;
}
#besoins .bloc > p:last-child a {
	margin-top: 15px;
}











#demarche {
    background: #F9F9F9;
    text-align: center;
    padding: 90px 0;
	margin-bottom: 110px;
}
#demarche .flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1140px;
    margin: 40px auto 0;
}
#demarche .bloc {
    background: #FFFFFF;
    width: 17.6%;
    border-radius: 200px;
    box-shadow: 0 20px 20px rgba(0, 155, 217, 0.04);
}
#demarche .icone {
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#demarche .bloc > p:first-of-type {
    margin: 0;
    font-size: 80px;
    line-height: 1;
    font-weight: 200;
    color: #009BD9;
}
#demarche .bloc > p:first-of-type {
    font-size: 80px;
    line-height: 1;
    font-weight: 200;
    color: #009BD9;
    border-bottom: 2px solid #009BD9;
    max-width: 120px;
    margin: 15px auto 0;
    padding-bottom: 12px;
}
#demarche .bloc > p:last-child {
	margin: 12px 0 45px 0;
}










#edito {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#edito .gauche {
    width: 43.5%;
}
#edito .droite {
    width: 47.4%;
}
#edito .droite > :last-child {
	margin: 55px 0 0 0;
}
#edito .droite > p:not(:first-of-type) {
	color: #797979;
	line-height: 1.3em;
}
#edito h2 {
    margin-bottom: 25px;
}
#edito .gauche img {
    width: 100%;
    height: auto;
    max-height: 425px;
    object-fit: cover;
    border-radius: 16px;
}










#valeurs {
    position: relative;
    padding: 105px 0;
    background: #1E243E;
    color: #FFFFFF;
}
#valeurs > img {
    position: absolute;
    right: 0;
    width: 58%;
    top: 0;
    height: 100%;
    object-fit: cover;
}
#valeurs .container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 2;
}
#valeurs:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    background: linear-gradient(90deg, #1E243E, transparent);
    z-index: 1;
	pointer-events: none;
}
#valeurs .droite {
    width: 69.5%;
	display: flex;
    justify-content: space-between;
}
#valeurs .gauche {
    width: 22.3%;
}
#valeurs .gauche > :last-child {
	margin-bottom: 0;
}
#valeurs .gauche p {
	line-height: 1.3em;
}
#valeurs .gauche > :last-child:not(:first-of-type) {
	margin-top: 25px;
}
#valeurs h2 {
	margin-bottom: 25px;
}
#valeurs .bloc {
    width: 29.5%;
    background: linear-gradient(180deg, #009BD9, rgba(0, 155, 217, 0.35));
    box-shadow: 0 10px 20px rgba(0, 155, 217, 0.6);
    border-radius: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 30px 60px 30px;
}
#valeurs .icone {
    max-width: 170px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto 45px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 25px rgba(30, 36, 62, 0.4);
}
#valeurs .bloc p {
    line-height: 1.3em;
    margin: 0;
}
#valeurs .bloc > p:first-of-type {
    font-size: 19px;
    margin-bottom: 10px;
}










#contact {
    background: #009BD9;
    text-align: center;
    color: #FFFFFF;
    padding: 60px 5%;
    margin-bottom: 105px;
}
#contact > :last-child {
	margin: 40px 0 0 0;
}
#contact h2 {
    color: #FFFFFF;
    margin: 0 auto 25px;
    max-width: 500px;
}
#contact > p:not(:last-child) {
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.3em;
}











#conf {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 105px;
    padding: 0 40px;
}
#conf h2 {
    width: 100%;
    padding: 0 6vw;
    text-align: center;
    margin-bottom: 15px;
}
#conf img {
    width: auto;
    height: auto;
    max-width: 165px;
    max-height: 60px;
}








#recrute {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto 105px;
    display: flex;
    justify-content: flex-end;
    background: #1E243E;
    color: #FFFFFF;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    padding: 40px;
    position: relative;
	box-sizing: border-box;
}
#recrute > div {
    width: 46.7%;
}
#recrute .gauche {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
}
#recrute .gauche img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#recrute .droite h2 + p a {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}
#recrute .droite h2 + p {
    color: #009BD9;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
    max-width: 365px;
}
#recrute .texte > p:last-of-type {
    margin: 40px 0 0 0;
}
#recrute .droite {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#recrute .offres {
    background: rgba(255,255,255,0.2);
    width: 100%;
    padding: 45px;
    box-sizing: border-box;
	position: relative;
    border-radius: 10px;
	margin-top: 65px;
}
#recrute .offres:not(.slick-initialized) > div:not(:first-child) {
    display: none;
}
#recrute .offre .nom {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    display: block;
    line-height: 1.2em;
    margin: 0 auto 15px;
    max-width: 400px;
}
#recrute .offre > p:last-child a {
	color: #FFFFFF;
	margin-top: 25px;
}
span.arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #009BD9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
span.arrow path {
	transition: 0.3s;
}
span.arrow.prev {
    transform: rotate(180deg);
    right: auto;
    left: 25px;
}
@media (min-width: 1050px) {
	span.arrow:hover {
		background: #009BD9;
	}
	span.arrow:hover path {
		stroke: #FFFFFF;
	}
}








#actu {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #F9F9F9;
    padding: 85px 5%;
	margin-bottom: 85px;
}
#actu h2 {
	margin: 0;
}
#actu .flex,
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul {
    display: flex;
	justify-content: space-between;
    width: 100%;
    max-width: 1140px;
}
#actu .news,
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li {
    width: 31%;
	box-shadow: 0 20px 20px rgba(0, 155, 217, 0.04);
}
#actu .txt,
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li .wp-block-group {
    background: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    height: calc(100% - 250px);
    box-sizing: border-box;
    padding: 30px 30px 45px 30px;
    text-align: left;
}
#actu .image,
.remontee_actu .wp-block-post-featured-image {
	height: 250px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: #FFFFFF;
	overflow: hidden;
}
#actu .image img,
.remontee_actu .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#actu .image.fond_blanc img {
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 75%;
}
#actu .cate a,
.newsContainer .cate a,
.remontee_actu .wp-block-post-terms a {
    color: #797979;
    font-size: 13px;
    text-decoration: none;
	transition: 0.2s color;
}
#actu .cate a:hover,
.newsContainer .cate a:hover,
.remontee_actu .wp-block-post-terms a:hover {
	text-decoration: underline;
	color: #303030 !important;
}
#actu .txt > a,
.remontee_actu .wp-block-post-title a {
    font-size: 26px;
    text-decoration: none;
    text-transform: initial;
    line-height: 1.2em;
    margin-top: 10px;
    display: block;
	font-weight: 700;
}
#actu .txt > a:hover,
.remontee_actu .wp-block-post-title a:hover {
	text-decoration: underline;
}
#actu .image > a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}



body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li,
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li .wp-block-group {
	box-shadow: none;
	background: #F9F9F9;
	margin: 0;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
body:not(.home) #wrapperInner li .wp-block-post-title a:hover {
    color: #303030;
}
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li .wp-block-group {
    padding-top: 25px;
    padding-bottom: 35px;
}












#convergence {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#convergence .gauche {
    width: 39.5%;
}
#convergence .droite {
    width: 50.7%;
}
#convergence .droite img {
    height: auto;
}
#convergence .gauche p img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 105px;
}
#convergence .gauche > p > img:not(:last-child) {
	margin-right: 25px;
}
#convergence h2 {
    margin: 45px 0 25px 0;
}
#convergence ul li,
#convergence .gauche p {
	color: #797979;
	line-height: 1.3em;
	margin-bottom: 15px;
}
#convergence .gauche > p:last-of-type {
    font-size: 19px;
    margin-top: 35px;
	color: #303030;
}


body.contact #wrapperInner {
	padding-top: 20px;
}
footer .wp-block-group__inner-container > p:first-child {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 35px 0;
}
.footer_liens p {
    margin: 2px 0;
}
.footer_liens .wp-block-group {
    margin-top: 70px;
}
.footer_liens img {
	transition: 0.3s;
}
.footer_liens img:hover {
	opacity: 0.7;
}
footer p {
	line-height: 1.3em;
}
.footer_liens {
    min-width: 390px;
	position: relative;
}
.footer_coord a.wp-block-button__link {
    margin-top: 95px;
}
footer .footer_news .wp-block-group__inner-container > p:first-child {
    margin: 0 0 -40px 35px;
}
.categories_articles {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 70px 0;
}
.categories_articles a {
    background: #ebebeb;
    color: #303030;
	border-radius: 3px;
    padding: 15px 15px 14px 15px;
	white-space: nowrap;
}
.categories_articles a:hover {
    background: #dddddd;
    color: #303030;
}
.categories_articles a.active {
	background: #009BD9;
	color: #FFFFFF;
}

section.newsContainer .gauche .fond_blanc {
    border: 1px solid #f0f0f0;
}
section.newsContainer .gauche .fond_blanc a {
    width: 100%;
    height: 100%;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.newsContainer .gauche .fond_blanc img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 75%;
	border-radius: 0px;
}
div .wp-block-image .is-style-rounded img,
div .wp-block-image.is-style-circle-mask img,
div .wp-block-image.is-style-rounded img,
.border-radius {
	border-radius: 16px;
	overflow: hidden;
}
#actu .image > a:empty,
.remontee_actu > ul > li > span:nth-last-child(2) {
    background: url(/wp-content/themes/sato/images/logo.svg) no-repeat center center;
    background-size: auto 140px;
    border-bottom: 1px solid #eeeeee;
    height: calc(100% - 1px);
}






@media (max-width: 1600px) {
	header {
		height: 100px;
	}
	body:not(.home) #chapterPicture {
		padding-top: 140px;
	}
	#bandeau {
		margin-top: 140px;
		height: calc(100vh - 140px);
	}
	body:not(.home) #chapterPicture img {
		top: 140px;
		height: calc(100% - 140px);
	}
	header #logo img {
		height: 77px;
	}
	#bandeau .nom_site {
		font-size: 80px;
	}
	body.error404 article a,
	body:not(.home) #wrapperInner a.wp-block-button__link,
	section.newsContainer .droite > a,
	div div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
	div div.wpforms-container-full button[type=submit]:active,
	div div.wpforms-container-full button[type=submit],
	header a.wp-block-button__link, footer a.wp-block-button__link,
	#bandeau .btns a,
	#edito .droite > :last-child a,
	#contact > :last-child a,
	#recrute .texte > p:last-of-type a,
	body:not(.home) #wrapperInner .wp-block-query a.wp-block-post-excerpt__more-link,
	.categories_articles a {
		padding: 17px 35px 16px 35px;
	}
	#bandeau h1 {
		margin: 30px 0 55px 0;
	}
	#bandeau,
	#besoins,
	#recrute {
		margin-bottom: 90px;
	}
	#besoins h2 {
		margin-bottom: 50px;
	}
	#demarche {
		padding: 80px 0 85px 0;
		margin-bottom: 95px;
	}
	#edito .droite > :last-child {
		margin: 40px 0 0 0;
	}
	#edito {
		margin-bottom: 95px;
	}
	#valeurs {
		padding: 85px 0 90px 0;
	}
	#conf h2 {
		margin-bottom: 0;
	}
	#recrute .texte > p:last-of-type {
		margin: 25px 0 0 0;
	}
	#recrute .droite h2 + p {
		margin-top: 0;
	}
	#recrute .offre > p:last-child a {
		margin-top: 15px;
	}
	#recrute .offres {
		margin-top: 50px;
	}
	#actu {
		gap: 50px;
		padding: 80px 5%;
		margin-bottom: 65px;
	}
	#actu h2 {
		margin: 0 0 -5px 0;
	}
	#actu .txt > a, .remontee_actu .wp-block-post-title a {
		font-size: 23px;
	}
	#convergence .gauche > p:last-of-type {
		margin-top: 25px;
	}
	#convergence ul li, #convergence .gauche p {
		margin-bottom: 12px;
	}
	#container {
		margin: 0px 0px 85px 0px;
	}
	#convergence h2 {
		margin: 35px 0 18px 0;
	}
}

#bandeau .btns > div,
#besoins .bloc {
	visibility: hidden;
}
.newsContainer .cate {
    margin: -8px 0 18px 0;
}

#particles-js {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}




body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li > .wp-block-group:only-child {
    margin-top: 250px;
    position: relative;
}
body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li > .wp-block-group:only-child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 250px;
    top: -250px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-sizing: border-box;
    background: url(/wp-content/themes/sato/images/logo.svg) no-repeat center center, #FFFFFF;
    background-size: auto 140px;
    border: 1px solid #eeeeee;
}
/* le span.oui s'affiche si on a coché la case "l'image est-elle sur fond blanc" dans l'article côté BO */
.remontee_actu .wp-block-post-featured-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remontee_actu span.oui + .wp-block-post-featured-image img {
	width: auto;
    height: auto;
    max-width: 85%;
    max-height: 75%;
}
.remontee_actu span.oui + .wp-block-post-featured-image {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}

.wp-block-query:empty + .wp-block-spacer {
    max-height: 0;
}

body:not(.home) #wrapper .has-bleu-background-color:not(.wp-block-column) + div ul li:before,
body:not(.home) #wrapper .has-bleu-background-color ul li:before {
    background: #FFFFFF;
}
header #nested .firstLevel li a[href="#"],
header #nested ul.firstLevel > li > a:not(:only-child) {
    cursor: default;
}
@media (min-width: 1201px) {
	header #nested .firstLevel li a[href="#"],
	header #nested ul.firstLevel > li > a:not(:only-child) {
		pointer-events: none;
	}
}






@media (max-width: 1150px) {
	header #headerInner {
		width: auto;
		max-width: initial;
		margin: 0 40px;
	}
	header #headerBoxes {
		padding: 0 40px;
	}
}
@media (max-width: 890px) {
	#headerBoxes a.wp-block-button__link {
		padding: 15px 20px 14px 20px;
	}
}
@media (max-width: 680px) {
	header #headerBoxes > div:nth-child(1) a {
		background: url(/wp-content/themes/sato/images/tel.svg) no-repeat center center, #009BD9;
		top: 75px;
		width: 28px;
		height: 28px;
		display: block;
		overflow: hidden;
		position: absolute;
		right: 90px;
		text-indent: -9999px;
		border-radius: 50%;
		background-size: 13px;
		transition: 0.3s;
	}
	header.scrolled #headerBoxes > div:nth-child(1) a {
		top: 55px;
	}
	header #headerBoxes > div:nth-child(2),
	header #headerBoxes > div:nth-child(2) .wp-block-group,
	#headerBoxes .wp-block-buttons,
	header .wp-block-button,
	header .wp-block-button a {
		width: 100%;
	}
}
@media (max-width: 1020px) {
	#bandeau .nom_site {
		font-size: 60px;
	}
	#bandeau h1 {
		max-width: 530px;
	}
	h2 {
		font-size: 20px;
	}
}
@media (max-width: 590px) {
	#bandeau {
		height: auto;
	}
	#bandeau > img {
		position: absolute;
		top: 0;
		left: 0px;
	}
	#bandeau .texte {
		position: relative;
		padding: 50px 6.5vw;
	}
	h1 {
		font-size: 24px;
	}
	#bandeau .nom_site {
		font-size: 50px;
	}
	#bandeau .btns > *:first-child {
		margin-right: 22px;
	}
	body.error404 article a, body:not(.home) #wrapperInner a.wp-block-button__link,
	section.newsContainer .droite > a, div div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
	div div.wpforms-container-full button[type=submit]:active, div div.wpforms-container-full button[type=submit],
	header a.wp-block-button__link, footer a.wp-block-button__link, #bandeau .btns a, #edito .droite > :last-child a,
	#contact > :last-child a, #recrute .texte > p:last-of-type a,
	body:not(.home) #wrapperInner .wp-block-query a.wp-block-post-excerpt__more-link, .categories_articles a,
	body:not(.home) #wrapperInner .wp-block-cover .has-gris-clair-background-color + div a.wp-block-button__link {
		font-size: 12px;
		padding: 14px 20px;
		transition: 0.1s;
	}
}
@media (max-width: 830px) {
	#besoins .bloc {
		width: 100%;
	}
	#besoins .bloc > img {
		height: 35vw;
	}
	#besoins .icone img {
		height: auto;
		max-height: 40px;
		max-width: 45px;
	}
	#besoins .icone {
		top: 35vw;
		width: 80px;
		height: 80px;
		margin-top: -40px;
	}
	#besoins .bloc > p:first-of-type {
		font-size: 18px;
		margin-top: 60px;
	}
}
@media (max-width: 1230px) {
	#demarche .bloc > p:last-child {
		font-size: 16px;
		margin-top: 18px;
	}
	#demarche .icone img {
		height: 50px;
	}
	#demarche .icone {
		height: auto;
	}
	#demarche .bloc > p:first-of-type {
		font-size: 60px;
		max-width: 100px;
		padding-bottom: 20px;
	}
}
@media (max-width: 960px) {
	#demarche .flex {
		gap: 20px;
    	max-width: 560px;
		flex-wrap: wrap;
        justify-content: center;
	}
	#demarche .bloc {
		width: 165px;
	}
}
@media (max-width: 1210px) {
	#edito .gauche,
	#edito .droite {
		width: 47.5%;
	}
}
@media (max-width: 870px) {
	#edito {
		flex-direction: column-reverse;
		gap: 5vw;
	}
	#edito .gauche, #edito .droite {
		width: 100%;
	}
	#edito .droite > :last-child {
		margin: 20px 0 0 0;
	}
}
@media (max-width: 1250px) {
	#valeurs .icone {
		height: 12.5vw;
	}
}
@media (max-width: 1090px) {
	#valeurs .container {
		flex-direction: column;
		gap: 70px;
	}
	#valeurs .gauche {
		width: 100%;
	}
	#valeurs .droite {
		width: 100%;
	}
	#valeurs .icone {
		height: 140px;
		max-width: 140px;
	}
}
@media (max-width: 790px) {
	#valeurs .bloc {
		width: 100%;
		padding: 25px 25px 50px 25px;
	}
	#valeurs .droite {
		gap: 25px;
	}
	#valeurs .icone {
		height: 100px;
		width: 100px;
	}
	#valeurs .icone img {
		height: auto;
		max-width: 55px;
		max-height: 40px;
	}
}
@media (max-width: 650px) {
	#valeurs .droite {
		flex-wrap: wrap;
		gap: 5vw;
	}
	#valeurs .bloc {
		border-radius: 16px;
		box-shadow: none;
		background: linear-gradient(180deg, #009BD9, rgba(0, 155, 217, 0.55));
		padding: 35px;
	}
	#valeurs .icone {
		height: 90px;
		width: 90px;
		margin-bottom: 25px;
	}
	#valeurs .container {
		gap: 40px;
	}
}
@media (max-width: 1380px) {
	#contact {
		margin-bottom: 70px;
	}
	#conf {
		padding: 0;
		max-width: 700px;
		margin: 0 auto 75px;
	}
}
@media (max-width: 770px) {
	#conf {
		width: 87%;
		gap: 35px;
		column-gap: 40px;
		max-width: 530px;
	}
	#conf img {
		max-width: 130px;
		max-height: 45px;
	}
}




.footer_liens p + ul {
    position: absolute;
    top: 41px;
    left: 180px;
    transition: 0.3s;
    opacity: 0;
	pointer-events: none;
	margin-left: 0;
    padding-left: 15px;
    border-left: 1px solid #FFFFFF;
}
.footer_liens p.open + ul {
    top: 51px;
    opacity: 1;
	pointer-events: initial;
}
@media (max-width: 1090px) {
	#recrute .gauche {
		display: none;
	}
	#recrute > div {
		width: 100%;
	}
}
@media (max-width: 1250px) {
	#recrute .offres {
		padding: 45px 60px;
	}
	span.arrow.prev {
		left: 17px;
	}
	span.arrow {
		right: 17px;
	}
	#recrute .offre .nom {
		font-size: 20px;
	}
	#actu .image,
	.remontee_actu .wp-block-post-featured-image {
		height: 20vw;
	}
	#actu .txt > a, .remontee_actu .wp-block-post-title a {
		font-size: 20px;
	}
	#actu .txt,
	body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li .wp-block-group {
		height: calc(100% - 20vw);
	}

}
@media (max-width: 810px) {
	#actu .flex, body:not(.home) #wrapper .wp-block-query.remontee_actu > ul {
		flex-direction: column;
		gap: 5vw;
	}
	#actu .news, body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li {
		width: 100%;
	}
	#actu .image, .remontee_actu .wp-block-post-featured-image {
		height: 64vw;
	}
	#actu .txt, body:not(.home) #wrapper .wp-block-query.remontee_actu > ul > li .wp-block-group {
		height: auto;
	}
}
@media (max-width: 900px) {
	#convergence .gauche p img {
		max-width: 75px;
		max-height: 80px;
	}
	#convergence {
		flex-direction: column;
		gap: 30px;
	}
	#convergence .gauche, #convergence .droite {
		width: 100%;
	}
	#convergence .droite img {
		height: 90vw;
		object-fit: contain;
	}
}
@media (max-width: 1070px) {
	footer #footerInner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 60px;
	}
	.footer_liens .wp-block-group {
		margin-top: 30px;
		justify-content: center;
	}
	.footer_coord a.wp-block-button__link {
		margin-top: 20px;
	}
	footer .wp-block-group__inner-container > p:first-child {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.footer_liens {
		min-width: 0px;
	}
	.footer_liens p.open + ul, .footer_liens p + ul {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		border-left: none;
		opacity: 1;
		pointer-events: initial;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	footer a[href="#"] {
		font-weight: 600;
		pointer-events: none;
	}
}
@media (max-width: 860px) {
	.categories_articles {
		justify-content: flex-start;
		overflow-x: auto;
	}
}




@media (max-width: 500px) {
	body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group), 
	body:not(.home) #wrapperInner div#text > figure, 
	body:not(.home) #wrapperInner div#text > ul, 
	body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container, 
	body:not(.home) #wrapperInner div#text > p, 
	body.single-post #wrapperInner .pager,
	#besoins, #demarche .flex, #edito, #valeurs .container,
	#recrute, #convergence, footer #footerInner,
	body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
		width: 87%;
	}
	#contact,
	#actu {
		padding: 60px 6.5%;
	}
	.baguetteBox-button#previous-button,
	.baguetteBox-button#next-button {
		display: block !important;
		transform: scale(0.7);
	}
	header div #nested .contentSmart span {
		width: 22px;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 5px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		top: -6px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		top: 8px;
	}
	header #nested ul.firstLevel > li {
		max-width: 90vw;
	}
	header #nested ul.firstLevel li a {
		font-size: 16px;
	}
	header #nested ul.firstLevel > li.menu-item-has-children > a:after {
		top: 8px;
	}
	header #nested ul.firstLevel li ul li a {
		font-size: 14px;
	}
	body:not(.home) #chapterPicture .title_and_bc h1 {
		font-size: 24px;
	}
	body:not(.home) #chapterPicture .widget_breadcrumb {
		font-size: 13px;
	}
	body:not(.home):not(.error404) #chapterPicture .title_and_bc {
		padding: 35px 6.5%;
	}
	body:not(.home) #wrapperInner {
		padding-top: 45px;
	}
	.wp-block-spacer {
		max-height: 50px;
	}
	body:not(.home) #wrapperInner p + .wp-block-spacer {
		margin-top: -5px;
	}
	#container {
		margin: 0px 0px 60px 0px;
	}
	body:not(.home) h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
		width: 48% !important;
		margin: 0 4% 4% 0 !important;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(2),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(6),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(10),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(14),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(18),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(22),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(26),
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
		margin-right: 0 !important;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
		height: 30vw !important;
	}
	.pager > a, .pager > span {
		font-size: 13px;
	}
	td {
		font-size: 14px;
	}
	html body {
		--wp--preset--spacing--20: 5vw;
		--wp--preset--spacing--30: 5vw;
		--wp--preset--spacing--40: 5vw;
		--wp--preset--spacing--50: 6.5vw;
		--wp--preset--spacing--60: 6.5vw;
		--wp--preset--spacing--70: 6.5vw;
		--wp--preset--font-size--small: 13px;
		--wp--preset--font-size--medium: 18px;
		--wp--preset--font-size--large: 24px;
		--wp--preset--font-size--x-large: 30px;
	}
	header #nested ul.firstLevel > li {
		padding-left: 15px;
		margin-bottom: 25px;
	}
	div .wp-block-cover, 
	div .wp-block-cover-image {
		min-height: 350px;
	}
	body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5,
	body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4,
	body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
		columns: 2;
	}
	.wp-block-columns {
		margin-bottom: 1.75em;
	}
	div .wpforms-container .wpforms-submit-container {
		text-align: center;
		margin-bottom: 15px;
	}
	#wrapper div .wpforms-field-container div.wpforms-field {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 8px;
	}



	header #headerBoxes {
		padding: 0 10px;
		white-space: nowrap;
		top: -30px;
	}
	header #headerBoxes {
		height: 30px;
	}
	header {
		top: 30px;
	}
	#headerBoxes a.wp-block-button__link {
		padding: 10px 0 9px 0;
		font-size: 9px;
	}
	header {
		height: 70px;
	}
	#bandeau {
		margin-top: 100px;
		margin-bottom: 60px;
	}
	header #headerInner {
		margin: 0 6.5vw;
	}
	header #logo img {
		height: 50px;
		width: 46px;
		object-fit: cover;
		object-position: top;
	}
	header #headerBoxes > div:nth-child(1) a {
		width: 26px;
		height: 26px;
		top: 52px;
		right: 70px;
		background-size: 12px;
	}
	header.scrolled #headerBoxes > div:nth-child(1) a {
		top: 47px;
	}
	header.scrolled #logo img {
		height: 42px;
		width: 44px;
	}
	#bandeau .nom_site {
		font-size: 40px;
	}
	h1 {
		font-size: 22px;
	}
	#bandeau .btns a {
		padding: 14px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#bandeau .btns > div {
		width: 50%;
	}
	#bandeau .btns {
		width: 100%;
	}
	#bandeau .btns > *:first-child {
		margin-right: 15px;
	}
	#bandeau h1 {
		margin: 20px 0 35px 0;
		max-width: 260px;
	}
	h2 {
		font-size: 18px;
	}
	#besoins h2 {
		margin-bottom: 25px;
	}
	#besoins .bloc > p:last-child a, #recrute .offre > p:last-child a, #actu > a {
		font-size: 14px;
	}
	#besoins .flex {
		row-gap: 13vw;
	}
	#besoins {
		margin-bottom: 60px;
	}
	#demarche {
		padding: 58px 0 65px 0;
		margin-bottom: 60px;
	}
	#demarche .bloc > p:last-child, #edito .droite > p:first-of-type,
	#valeurs .gauche > :last-child:not(:first-of-type),
	#convergence .gauche > p:last-of-type {
		font-size: 17px;
	}
	#edito {
		margin-bottom: 60px;
		gap: 40px;
	}
	#demarche .icone img {
		height: 40px;
	}
	#demarche .bloc {
		width: 100%;
		border-radius: 16px;
	}
	#demarche .bloc > p:last-child {
		margin: 0;
		padding: 18px 30px 30px 30px;
	}
	#demarche .bloc > p:first-of-type {
		font-size: 50px;
	}
	#demarche .flex {
		margin-top: 30px;
		gap: 6.5vw;
	}
	#edito h2 {
		margin-bottom: 20px;
	}
	#valeurs {
		padding: 60px 0 65px 0;
	}
	#valeurs .icone img {
		max-width: 545px;
		max-height: 35px;
	}
	#valeurs .icone {
		height: 80px;
		width: 80px;
		margin-bottom: 20px;
	}
	#contact > :last-child {
		margin: 25px 0 0 0;
	}
	#contact h2 {
		margin-bottom: 20px;
	}
	#conf {
		margin-bottom: 70px;
	}
	#recrute {
		background: none;
		width: 100%;
		border-radius: 0px;
		padding: 0 6.5%;
		margin-bottom: 65px;
	}
	#recrute .offres {
		background: #4b5065;
	}
	#recrute .droite .texte {
		background: #1E243E;
		border-radius: 16px;
		padding: 35px;
	}
	#recrute .offres {
		padding: 35px 35px 90px 35px;
		margin-top: 6.5vw;
	}
	#recrute .offre .nom {
		font-size: 18px;
	}
	span.arrow {
		right: 50%;
		margin-right: -40px;
		top: auto;
		bottom: 35px;
	}
	span.arrow.prev {
		left: 50%;
		margin-left: -40px;
	}
	#recrute .offres.une_seule_offre {
		padding-bottom: 35px;
	}
	#actu {
		gap: 35px;
		margin-bottom: 55px;
	}
	#convergence ul > li:last-child {
		margin-bottom: -5px;
	}
	footer .footer_news .wp-block-group__inner-container > p:first-child {
		margin: 0 0 -45px 0;
	}
	#convergence .droite img {
		height: 88vw;
	}
	#actu .txt > a, .remontee_actu .wp-block-post-title a {
		font-size: 18px;
	}
	#valeurs .droite {
		gap: 6.5vw;
	}
	body:not(.home) #chapterPicture {
		padding-top: 100px;
	}
	.wp-block-columns + .wp-block-spacer {
		max-height: 35px;
	}
	body:not(.home) #wrapperInner div#text div#form_contact_iframe {
		width: 100%;
	}
	#wrapper iframe[src*="sibforms"] {
		height: 600px !important;
	}
	body.contact div#wrapperInner {
		padding-top: 0;
	}

	/* logo tideli page QSN */
	img.wp-image-472 {
		width: 180px !important;
		margin: 0 auto;
		display: block;
	}

	p[style*="font-size:20px"] {
		font-size: 18px !important;
	}
	p[style*="font-size:25px"] {
		font-size: 22px !important;
	}
	p[style*="font-size:34px"] {
		font-size: 28px !important;
	}
	body:not(.home) #wrapper .wp-block-query:not(.remontee_actu) > ul > li img {
		height: 60vw;
	}
	div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
		margin-top: 25px;
	}
	h4 {
		font-size: 16px;
	}
	h2 br, h3 br {
		display: none;
	}
	.offres.no_offre {
		display: none;
	}

	#wrapper .deux_lignes {
		gap: 30px;
	}
	#wrapper .deux_lignes > div {
		flex-basis: calc(50% - 15px) !important;
	}

}


body.pdbtm0 #container {
	margin-bottom: 0;
}
.wp-block-cover .wp-block-columns[style*="max-width"] {
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 370px) {
	body.error404 article a, body:not(.home) #wrapperInner a.wp-block-button__link, section.newsContainer .droite > a,
	div div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div div.wpforms-container-full button[type=submit]:active,
	div div.wpforms-container-full button[type=submit], header a.wp-block-button__link, footer a.wp-block-button__link, #bandeau .btns a,
	#edito .droite > :last-child a, #contact > :last-child a, #recrute .texte > p:last-of-type a,
	body:not(.home) #wrapperInner .wp-block-query a.wp-block-post-excerpt__more-link, .categories_articles a,
	body:not(.home) #wrapperInner .wp-block-cover .has-gris-clair-background-color + div a.wp-block-button__link {
		font-size: 11px;
	}
}
@media (max-width: 345px) {
	#bandeau .btns {
		flex-direction: column;
		align-items: center;
	}
	#bandeau .btns > *:first-child {
		margin: 0 0 20px 0;
	}
}




@media (min-width: 1601px) {
	header #logo img {
		width: 96px;
		object-fit: cover;
		object-position: top center;
	}
}
@media (min-width: 1100px) and (max-width: 1600px) {
	header #logo img {
		width: 71px;
		object-fit: cover;
		object-position: top center;
	}
}
@media (min-width: 1100px) {
	body:not(.home) #chapterPicture .title_and_bc h1 {
		text-transform: initial;
		font-size: 40px;
	}
	header.scrolled #logo img {
		height: 43px;
		width: 46px;
	}
}

body:not(.home) #wrapper ul li sub {
    font-size: 12px;
}


span.asterisque {
    font-size: 24px;
    line-height: 1px;
    position: relative;
    top: 5px;
}
body:not(.home) #wrapper ul li sub span.asterisque {
    top: 5px;
    font-size: 22px;
    left: -3px;
}



/* 20240722 - Dorian - Modif taille logo car le ratio hauteur/largeur n'est pas parfait et donc un object-fit: cover; ne doit pas être utilisé */

header #logo img,
header.scrolled #logo img {
	width: auto;
}