/*
Theme Name: Perméable
Theme URI: https://www.permeable.org
Author: PUShAUNE
Author URI: https://www.pushaune.com
Description: The 2021 Perméable's theme.
Version: 1.1
License: http://creativecommons.org/licenses/by-nc-nd/3.0/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #fff;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
}

figure {
	margin: 0;
}

/* = Here it goes!
----------------------------------------------- */
@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'PlexSans';
	src: url('fonts/IBMPlexSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Freigeist';
	src: url('fonts/NeueFreigeist-Bold.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}


/*  Variables */
:root {
	/* layout */
	--main_column: 1500px;
	--gutter: 28px;
	--outer_gutter: 40px;
	/* color */
	--red: #f00031;
	--green: #0bc69c;
	--yellow: #ffbd15;
	--blue: #91b4ff;
	--light_blue: #aec8ff;
	--black: #000000;
	--white_pink: #fffcfa;
	--white: #ffffff;
	--anthracite: #2d2d2d;
	--grey: #d8d8d8;
	--greyish-brown: #595959;
	--light_grey: #f2f2f2;
	/* font size */
	--14px: 0.875rem;
	--16px: 1rem;
	--18px: 1.125rem;
	--20px: 1.25rem;
	--24px: 1.5rem;
	--30px: 1.875rem;
	--34px: 2.125rem;
	--40px: 2.5rem;
	--60px: 3.75rem;
	--80px: 5rem;
}

html,
body {
	height: 100%;
	width: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

::selection {
	background: var(--black);
	color: #fff;
}

::-moz-selection {
	background: var(--black);
	color: #fff;
}

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

.show_menu_mobile {
	display: none;
}

a {
	color: inherit;
}

svg {
	color: inherit;
	display: block;
}

em,
i {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

hr.clear {
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border: none;
	background: none;
}

/* Infobulles GMaps */
.gm-style-iw h2 {
	font-weight: bold;
	margin-bottom: 15px;
}

.gm-style-iw>div {
	width: auto !important;
}

.gm-style-iw p {
	margin-bottom: 5px;
}

.gm-style img {
	max-width: inherit;
}

/* Vidéo responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear: both;
	padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#trigger_load_js {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Video html5 */
.single.blog .wp-video .mejs-controls {
	display: none;
	opacity: 1 !important;
}

.single.blog .wp-video.played_video .mejs-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1 !important;
}

a.evitement {
	display: inline-block;
	color: #555;
	background: #fff;
	padding: .5em;
	position: absolute;
	left: -99999rem;
	z-index: 100;
}

a.evitement:focus {
	left: 0;
}

.wp-video .mejs-overlay-button {
	background-image: url(images/player_custom.svg);
	background-size: 80px 160px;
	background-repeat: no-repeat;
	background-position: center top;
	transition: none;
}

.wp-video .mejs-overlay-play:hover .mejs-overlay-button {
	background-position: center bottom;
}

/* Back to top */
#back-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 30;
	height: 30px;
	width: 30px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

#back-to-top img {
	width: 20px;
	height: 20px;
	display: block;
}

.disable-scroll {
	overflow-y: hidden;
}


/* = Grille
----------------------------------------------- */
#content {
	padding-top: 230px;
}

.center {
	width: var(--main_column);
	margin: auto;
	display: block;
}

.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.container.reverse {
	flex-direction: row-reverse;
}

.container.missing::after {
	content: "";
	flex: auto;
}

.container.missing>*:last-child {
	margin-left: var(--gutter);
}

.container>.all_width {
	margin-left: 0;
}

.container.align_bottom {
	align-items: flex-end;
}

.container.align_top {
	align-items: flex-start;
}

.container.align_center {
	align-items: center;
}

.container.justify_center {
	justify-content: center;
}

.container.reverse {
	flex-direction: row-reverse;
}

.all_width {
	width: 100%;
}

.demi {
	width: calc(50% - calc(var(--gutter)/2));
}

.tiers {
	width: calc(calc(100%/3) - calc(var(--gutter)*2/3));
}

.quart {
	width: calc(25% - calc(var(--gutter)*3/4));
}

.cinquieme {
	width: calc(calc(100%/5) - calc(var(--gutter)*3/4));
}

.sixieme {
	width: calc(calc(100%/6) - calc(var(--gutter)*3/4));
}

.trois-quart {
	width: calc(75% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.deux-tiers {
	width: calc(calc(100%*calc(2/3)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.cinq_douzieme {
	width: calc(calc(100%*calc(5/12)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.sept_douzieme {
	width: calc(calc(100%*calc(7/12)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

/* Valeures absolues */
.all_width.abs {
	width: var(--main_column);
}

.demi.abs {
	width: calc(calc(var(--main_column)/2) - calc(var(--gutter)/2));
}

.tiers.abs {
	width: calc(calc(var(--main_column)/3) - calc(var(--gutter)*2/3));
}

.quart.abs {
	width: calc(calc(var(--main_column)/4) - calc(var(--gutter)*3/4));
}

.cinquieme.abs {
	width: calc(calc(var(--main_column)/5) - calc(var(--gutter)*3/4));
}

.sixieme.abs {
	width: calc(calc(var(--main_column)/6) - calc(var(--gutter)*3/4));
}

.trois-quart.abs {
	width: calc(var(--main_column)*calc(3/4) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.deux-tiers.abs {
	width: calc(calc(var(--main_column)*calc(2/3)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.cinq_douzieme.abs {
	width: calc(calc(var(--main_column)*calc(5/12)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

.sept_douzieme.abs {
	width: calc(calc(var(--main_column)*calc(7/12)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

/* Sans marges */
.all_width.sans {
	width: 100%;
}

.demi.sans {
	width: 50%;
}

.tiers.sans {
	width: calc(100%/3);
}

.quart.sans {
	width: 25%;
}

.cinquieme.sans {
	width: calc(100%/5);
}

.sixieme.sans {
	width: calc(100%/6);
}

.trois-quart.sans {
	width: 75%;
}

.deux-tiers.sans {
	width: calc(100%*calc(2/3));
}

.cinq_douzieme.sans {
	width: calc(100%*calc(5/12))
}

.sept_douzieme.sans {
	width: calc(100%*calc(7/12));
}

/* float */
.container.float {
	display: block;
}

.container.float .all_width,
.container.float .demi,
.container.float .tiers,
.container.float .quart,
.container.float .sixieme,
.container.float .trois-quart,
.container.float .deux-tiers,
.container.float .cinq_douzieme,
.container.float .sept_douzieme {
	float: left;
	margin-right: var(--gutter);
}

.container.float .demi:nth-child(2n),
.container.float .tiers:nth-child(3n),
.container.float .quart:nth-child(4n),
.container.float .quart+.trois-quart,
.container.float .trois-quart+.quart,
.container.float .tiers+.deux-tiers,
.container.float .deux-tiers+.tiers {
	margin-right: 0px !important;
}

.container.float .demi:nth-child(2n+1),
.container.float .tiers:nth-child(3n+1),
.container.float .quart:nth-child(4n+1) {
	clear: both;
}

hr.clear {
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border: none;
	background: none;
}

/* Padding and margin */
.padding_right {
	padding-right: calc(var(--main_column)/12);
}

.padding_left {
	padding-left: calc(var(--main_column)/12);
}

.margin_right {
	margin-right: calc(var(--main_column)/12);
}

.margin_left {
	margin-left: calc(var(--main_column)/12);
}

.padding_right_double {
	padding-right: calc(var(--main_column)/6);
}

.padding_left_double {
	padding-left: calc(var(--main_column)/6);
}

.margin_right_double {
	margin-right: calc(var(--main_column)/6);
}

.margin_left_double {
	margin-left: calc(var(--main_column)/6);
}

/* = Typo
----------------------------------------------- */
body {
	color: var(--black);
	font-family: 'PlexSans', Arial, sans-serif;
	font-size: var(--16px);
	overflow-x: hidden;
	background-color: var(--white_pink);
}

p.sous_titre,
h2.sous_titre {
	font-weight: 300;
	font-size: var(--24px);
	margin-bottom: 100px;
	line-height: 1.375em;
}

p {
	line-height: 1.375em;
	margin-bottom: 1.25em;
}

h1 {
	font-size: var(--80px);
	font-family: 'Freigeist';
	margin-bottom: 20px;
}

.text h2 {
	font-weight: 700;
	font-size: var(--24px);
	float: left;
	max-width: calc(33.333% - calc(var(--gutter)*2/3));
	line-height: 1.375em;
}

.text h3 {
	font-weight: 700;
	font-size: var(--18px);
	float: left;
	/*max-width: calc(33.333% - calc(var(--gutter)*2/3));*/
	color: var(--red);
	line-height: 1.375em;
}

.text h2+h3 {
	clear: both;
	float: none;
	margin-top: 40px;
}

.text h2+h3+p {
	margin-top: -30px;
}

#content.contact .text h2+h3+p,
#content.single-page .text h2+h3+p {
	margin-top: 0px;
}

#content.contact .text h2+h3,
#content.single-page .text h2+h3 {
	margin-top: 0;
}

.text h4 {
	font-weight: 700;
	font-size: var(--24px);
	margin-left: calc(33.333% + calc(var(--gutter)*1/3));
	margin-right: calc(var(--main_column)/12);
	margin-bottom: 30px;
}

.text p {
	margin-left: calc(33.333% + calc(var(--gutter)*1/3));
	margin-right: calc(var(--main_column)/12);
	font-size: var(--18px);
	color: var(--anthracite);
}

.text li {
	line-height: 1.4em;
	font-size: var(--18px);
	color: var(--anthracite);
	margin-bottom: 5px;
	padding-left: 35px;
	position: relative;
}

.text ul,
.text ol {
	margin-bottom: 1.2em;
	margin-left: calc(33.333% + calc(var(--gutter)*1/3));
}

.text ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
}

.text ol {
	counter-reset: repas;
}

.text ol li {
	counter-increment: repas;
}

.text ol li:before {
	content: counter(repas)".";
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}

.text p.wp-caption-text {
	margin-top: 5px;
	font-style: italic;
	line-height: 1.2em;
	font-size: var(--14px);
	color: #646464;
	margin-bottom: 60px;
	text-align: left;
}

/* Liens */
.text p a {
	text-decoration: underline;
	font-weight: 600;
}

.hasHover .text p a:hover,
.hasHover .text p a:focus {
	opacity: 0.8;
}

.text p a:active {
	opacity: 1;
	color: var(--black);
}

.text p a[target="_blank"],
.visit_site a[target="_blank"] {
	text-decoration: none;
	font-weight: 600;
	font-size: var(--18px);
	color: var(--anthracite);
}

.text p a[target="_blank"]:after,
.visit_site a[target="_blank"]:after {
	display: inline-block;
	vertical-align: middle;
	content: url(images/link.svg);
	margin-left: 5px;
}

.hasHover .text p a[target="_blank"]:hover,
.hasHover .text p a[target="_blank"]:focus,
.visit_site a[target="_blank"]:hover,
.visit_site a[target="_blank"]:focus {
	opacity: 0.8;
	text-decoration: underline;
}

.hasHover .text p a[target="_blank"]:hover:after,
.hasHover .text p a[target="_blank"]:focus:after,
.visit_site a[target="_blank"]:hover:after,
.visit_site a[target="_blank"]:focus:after {
	margin-left: 15px;
	margin-right: -5px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.text p a[target="_blank"]:active,
.visit_site a[target="_blank"]:active {
	opacity: 1;
}

/* Boutons */
a.lien_interne {
	font-weight: 600;
	font-size: var(--18px);
}

.hasHover a.lien_interne:hover,
.hasHover a.lien_interne:focus {
	text-decoration: underline;
	opacity: 0.8;
}

a.lien_interne:active {
	text-decoration: underline;
	opacity: 1;
}

a.lien_interne:after {
	display: inline-block;
	content: url(images/go.svg);
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-left: 5px;
}

.hasHover a.lien_interne:hover:after,
.hasHover a.lien_interne:focus:after {
	margin-left: 8px;
}

/* = Header
----------------------------------------------- */
header#header {
	position: fixed;
	width: 100vw;
	background: #fff;
	padding: 0;
	top: 0;
	z-index: 50;
	background-color: var(--white_pink);
}

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

header#header .center {
	display: flex;
	vertical-align: middle;
	justify-content: space-between;
	align-items: center;
}

nav#menu_mobile ul {
	text-align: right;
}

nav#menu_mobile ul li {
	display: inline-block;
	font-size: var(--18px);
	margin-left: var(--gutter);
	font-weight: 500;
	padding: 50px 0;
}

nav#menu_mobile ul li a {
	position: relative;
}

nav#menu_mobile ul li a:after {
	position: absolute;
	width: 100%;
	content: "";
	height: 2px;
	background-color: var(--black);
	bottom: 0;
	left: 0;
	margin-bottom: -8px;
	opacity: 0;
	display: block;
}

.hasHover nav#menu_mobile ul li>a,
.hasHover nav#menu_mobile ul li a {
	transition: 0.1s;
	display: inline-block;
}

.hasHover nav#menu_mobile ul li:hover>a,
.hasHover nav#menu_mobile ul li a:focus {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

nav#menu_mobile ul li.current-menu-item>a,
nav#menu_mobile ul li.current-post-ancestor>a,
nav#menu_mobile ul li.current-menu-parent>a,
nav#menu_mobile ul li.current-category-ancestor>a,
nav#menu_mobile ul li.current-menu-ancestor>a,
nav#menu_mobile ul li.current-page-ancestor>a,
.blog-template-default nav#menu_mobile ul li.menu-item-type-custom a {
	transform: skewX(-20deg) translateX(0.16em);
	cursor: default;
}

nav#menu_mobile ul li.current-menu-item>a:after,
nav#menu_mobile ul li.current-post-ancestor>a:after,
nav#menu_mobile ul li.current-menu-parent>a:after,
nav#menu_mobile ul li.current-category-ancestor>a:after,
nav#menu_mobile ul li.current-menu-ancestor>a:after,
nav#menu_mobile ul li.current-page-ancestor>a:after,
.blog-template-default nav#menu_mobile ul li.menu-item-type-custom a:after {
	opacity: 1;
}

header#header nav#menu_mobile ul li.mobile {
	display: none;
}

#menu-menu-principal>li:nth-child(2) {
	margin-left: 0;
}

/* Sous menu */
header#header nav#menu_mobile ul.sub-menu {
	display: none;
	position: absolute;
	width: 100%;
	background-color: var(--black);
	color: var(--white);
	text-align: center;
	left: 0;
	padding: 26px 0;
	margin-top: 50px;
}

header#header nav#menu_mobile ul.sub-menu li {
	padding: 0;
}

.hasHover header#header nav#menu_mobile li:hover ul.sub-menu,
header#header nav#menu_mobile li.current-menu-item ul.sub-menu,
header#header nav#menu_mobile li.current-page-ancestor ul.sub-menu {
	display: block;
}

nav#menu_mobile ul.sub-menu li a:after {
	background-color: var(--white);
}

nav#menu_mobile ul.sub-menu li.current-post-ancestor>a:after,
nav#menu_mobile ul.sub-menu li.current-menu-parent>a:after,
nav#menu_mobile ul.sub-menu li.current-category-ancestor>a:after,
nav#menu_mobile ul.sub-menu li.current-menu-ancestor>a:after,
nav#menu_mobile ul.sub-menu li.current-page-ancestor>a:after {
	opacity: 0;
}

nav#menu_mobile ul.sub-menu li.current-post-ancestor>a,
nav#menu_mobile ul.sub-menu li.current-menu-parent>a,
nav#menu_mobile ul.sub-menu li.current-category-ancestor>a,
nav#menu_mobile ul.sub-menu li.current-menu-ancestor>a,
nav#menu_mobile ul.sub-menu li.current-page-ancestor>a {
	cursor: pointer;
}

.menu-item-has-children::after {
	display: none;
	position: absolute;
	content: "";
	width: 388px;
	height: 50px;
	left: 52%;
	bottom: 0px;
	transform: translateX(-50%);
}

.menu-item-has-children:hover::after {
	display: block;
}

/* Contact CTA */
.btn_contact {
	display: inline-block;
	font-size: var(--18px);
	font-weight: 500;
	background: transparent;
	border: 1px solid var(--black);
	padding: 14px 20px 15px 20px;
	border-radius: 30px;
}

.btn_contact:hover,
.btn_contact:focus,
.page-template-page-contact .btn_contact {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}

.page-template-page-contact .btn_contact {
	cursor: default;
}


/* = Sur footer / Bandeau contact
----------------------------------------------- */
#bandeau_contact {
	background-color: var(--anthracite);
	color: #fff;
	padding: 150px 0;
}

#bandeau_contact h3 {
	font-size: var(--80px);
	font-family: 'Freigeist';
}

#bandeau_contact h3 .icon {
	width: 64px;
	height: 64px;
	display: inline-block;
}

p.contact_footer {
	font-size: var(--18px);
	margin-bottom: 32px;
}

p.contact_footer:last-child {
	margin-bottom: 0;
}

p.contact_footer a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.hasHover p.contact_footer a:hover,
.hasHover p.contact_footer a:focus {
	text-decoration: none;
}

p.contact_footer a:after {
	display: inline-block;
	content: url(images/go-bl.svg);
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-left: 5px;
}

.hasHover p.contact_footer a:hover:after,
.hasHover p.contact_footer a:focus:after {
	margin-left: 8px;
}



/* = Footer
----------------------------------------------- */
footer#footer {
	background-color: var(--black);
	padding: 20px 0 20px 0;
	color: var(--white);
}

.hasHover footer#footer a:hover,
.hasHover footer#footer a:focus {
	opacity: 0.8;
}

footer#footer a:active {
	color: var(--black);
	opacity: 1;
}

footer#footer ul.social {
	text-align: right;
	min-width: 200px;
}

footer#footer ul.social li {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-left: 20px;
}

footer#footer ul.social li a {
	display: block;
	width: 25px;
	height: 25px;
}

footer#footer ul.social li a svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: var(--white);
}

footer#footer ul.social li a:active svg {
	fill: var(--grey);
}

.liens_mentions {
	max-width: calc(100% - 200px);
}

.liens_mentions a {
	white-space: nowrap;
	font-size: var(--14px);
	margin-right: 50px;
}

.hasHover .liens_mentions a:hover,
.hasHover .liens_mentions a:focus,
.hasHover .breadcrumbs a:hover,
.hasHover .breadcrumbs a:focus {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.breadcrumbs {
	border-bottom: 1px solid var(--greyish-brown);
	padding-bottom: 20px;
	font-size: var(--14px);
	margin-bottom: 10px;
}

.breadcrumbs a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-image: url(images/breadcrumb-separator.svg);
}


/* = HP
----------------------------------------------- */
#content.accueil {
	padding-top: 140px;
}

.home #introduction {
	text-align: center;
}

#animation_dintroduction {
	height: 260px;
	width: auto;
	margin-bottom: 40px;
}

.home #introduction h1,
.home #realisations h2,
.home #blog h2 {
	font-size: var(--80px);
	font-family: 'Freigeist';
	margin-bottom: 20px;
}

.home #introduction h2{
	font-size: var(--30px);
	font-weight: 300;
	margin-bottom: 32px;
}

.home #realisations p.chapeau_realisations,
.home #blog p.chapeau_realisations {
	font-size: var(--30px);
	font-weight: 300;
	margin-bottom: 140px;
}

#ancre-accueil{
	display: block;
	height: 28px;
	width : 100%;
	background-image: url(images/icon_fleche-down.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position-x: center;
}

.introduction_accordeon {
	font-size: var(--30px);
	margin-bottom: 60px;
}

#wrap_accordeon {
	background-color: var(--blue);
	padding-top: 150px;
}

#accordion>* {
	transition: none;
}

.home #accordion h3 {
	font-size: var(--60px);
	font-family: 'Freigeist';
	margin: 0 0 40px 0;
	padding: 0;
}

.home #accordion h3 .center:before {
	content: "";
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background-image: url(images/icon_plus.svg);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	margin-right: 6px;
	top: 31px;
}

.home #accordion h3 .center span {
	padding-left: 40px;
	display: block;
}

.home #accordion h3.ui-state-active .center:before,
.home #accordion h3:hover .center:before {
	transform: rotate(45deg);
}

.home #accordion .ui-icon {
	display: none;
}

.home #accordion .ui-accordion-content {
	padding: 100px 0;
	margin: 0;
	background-color: var(--light_blue);
}

.home #accordion .ui-accordion-content-active {
	margin-bottom: 40px;
}

.home #accordion .ui-accordion-content:last-child {
	margin-bottom: 0;
	padding-bottom: 150px;
}

.home #accordion h3:last-of-type {
	padding-bottom: 150px;
	margin-bottom: 0;
}

.home #accordion h3.ui-state-active:last-of-type {
	padding-bottom: 0;
	margin-bottom: 40px;
}

.home #accordion .ui-accordion-content p,
.home #accordion .ui-accordion-content li {
	font-size: var(--24px);
	font-weight: 300;
}

.home #accordion .ui-accordion-content p strong {
	font-weight: 600;
}

.home #accordion .ui-accordion-content ul li {
	position: relative;
	padding-left: 30px;
}

.home #accordion .ui-accordion-content ul li:before {
	content: "•";
	position: absolute;
	left: 5px;
	top: 0;
}

.home #accordion .vignette img {
	margin-bottom: 60px;
}

#cta_savoir_faire {
	background-color: var(--yellow);
	padding: 120px 0;
	display: block;
	font-size: var(--60px);
	font-family: 'Freigeist';
}

#cta_savoir_faire .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}

span.fleche {
	width: 48px;
	height: 48px;
	background-color: var(--white);
	border-radius: 50%;
}

span.fleche svg {
	display: block;
	width: 48px;
	height: 48px;
}

.hasHover a:hover span.fleche,
.hasHover a:focus span.fleche {
	background-color: var(--black);
}

.hasHover a:hover span.fleche svg,
.hasHover a:focus span.fleche svg {
	fill: var(--white);
}

#cta_realisations {
	background-color: var(--red);
	padding: 120px 0;
	display: block;
	font-size: var(--60px);
	font-family: 'Freigeist';
	color: var(--white);
}

#cta_realisations .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}

.home #realisations {
	padding-top: 0px;
}

.home #realisations article.realisation {
	padding-top: 120px; 
	margin-bottom: 120px;
}

.home #realisations article.realisation h3 {
	font-size: var(--30px);
	font-weight: 600;
	margin-bottom: 13px;
}

.home #realisations article.realisation h4 {
	font-size: var(--18px);
	font-weight: 500;
	margin-bottom: 13px;
}

.home #realisations article.realisation a h3 {
	transition: 0.1s;
	display: inline-block;
}

.home #realisations article.realisation a:hover h3 {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

.home #realisations article.realisation p {
	font-size: var(--24px);
	font-weight: 300;
}

.home #realisations article.realisation img,
.home #realisations article.realisation .animation_vignette {
	width: 100%;
	height: auto;
}

#realisations .container.deux_droite article:nth-child(1),
#realisations .container.deux_gauche article:nth-child(2) {
	width: calc(calc(100%/3) - calc(var(--gutter)*2/3));
}

#realisations .container.deux_droite article:nth-child(2),
#realisations .container.deux_gauche article:nth-child(1) {
	width: calc(calc(var(--main_column)*calc(7/12)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

#realisations .container.deux_droite article img,
#realisations .container.deux_gauche article img {
	margin-bottom: 30px;
}

#realisations h2,
#realisations .chapeau_realisations,
#blog h2,
#blog .chapeau_realisations {
	text-align: center;
}

.home #blog {
	padding-top: 150px;
	padding-bottom: 150px;
}

#cta_blog {
	background-color: var(--blue);
	padding: 120px 0;
	display: block;
	font-size: var(--60px);
	font-family: 'Freigeist';
}

#cta_blog .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}

article.blog_hp {
	padding: 30px 0;
	border-top: 2px solid var(--grey);
}

article.blog_hp a {
	position: relative;
}

article.blog_hp h3,
body #related article.blog_hp h3 {
	font-weight: 500;
	font-size: var(--34px);
	margin-bottom: 12px;
}

.hasHover article.blog_hp a h3 {
	transition: 0.1s;
	display: inline-block;
}

.hasHover article.blog_hp a:hover h3 {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

article.blog_hp p,
body #related article.blog_hp p {
	font-weight: 500;
	font-size: var(--18px);
}

article.blog_hp:last-child {
	border-bottom: 2px solid var(--grey);
}

article.blog_hp span.fleche {
	border: 2px solid var(--red);
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent;
}

article.blog_hp span.fleche svg {
	fill: var(--red);
	margin: -2px 0 0 -2px;
}

.hasHover article.blog_hp a:hover span.fleche,
.hasHover article.blog_hp a:focus span.fleche {
	background: var(--red);
}

.hasHover article.blog_hp a:hover span.fleche svg,
.hasHover article.blog_hp a:focus span.fleche svg {
	fill: var(--white);
}



/* = Blog
----------------------------------------------- */
#content.blog,
#content.category {
	padding-bottom: 50px;
}

#content.blog h2.sous_titre {
	margin-bottom: 60px;
	max-width: calc(75% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

article.type-blog {
	margin-bottom: 100px;
}

article.type-blog>a {
	display: block;
}

article.type-blog img {
	margin-bottom: 40px;
}

article.type-blog h2,
article.type-blog h3 {
	font-size: var(--30px);
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.13;
}

article.type-blog p {
	font-size: var(--18px);
	font-weight: 500;
}

.hasHover article.type-blog a:hover h2,
.hasHover article.type-blog a:hover h3,
.hasHover article.type-blog a:focus h2,
.hasHover article.type-blog a:focus h3 {
	transform: skewX(-20deg) translateX(0.16em);
}



/* = Article blog
----------------------------------------------- */
body.single-blog,
body.single-blog header#header {
	background-color: #fff;
}

#content.single.blog p.meta {
	color: var(--greyish-brown);
	font-size: var(--16px);
}

#content.single.blog h1 {
	font-weight: 600;
	font-size: var(--30px);
}

#content.single.blog p.meta,
#content.single.blog h1,
#content.single-projet .tiers.meta,
#content.single-projet .deux-tiers.titre {
	float: right;
}

#content.single.blog img.attachment-bandeau_blog {
	clear: both;
	display: block;
	margin-top: 60px;
}

#content.single.blog article .text {
	margin: 30px auto 0 auto;
	max-width: calc(66.667% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

#content.single.blog article .text p,
#content.single.blog article .text ol,
#content.single.blog article .text ul,
#content.single.blog article .text h2,
#content.single.blog article .text h3,
#content.single.blog article .text h4,
#content.single-page .text p,
#content.single-page .text ol,
#content.single-page .text ul,
#content.single-page .text h2,
#content.single-page .text h3,
#content.single-page .text h4 {
	float: none;
	margin-left: 0;
}

#content.blog article .text h2:first-child {
	margin-top: 0px !important;
}

#content.single.blog article .text h2 {
	font-size: var(--34px);
	margin-top: 60px;
	font-weight: 600;
}

#content.single.blog article .text h2 {
	font-weight: 500;
}

#content.single.blog article .text figure,
#content.single-page .text figure {
	margin-bottom: 30px;
	margin-top: 60px;
}

#content.single.blog .text p,
#content.single.blog .text li {
	font-size: var(--20px);
}

#content.single.blog article .text figure+figure,
#content.single.blog article .text h2+figure,
#content.single.blog article .text p+figure {
	margin-top: 0px;
}

#partage_blog {
	padding-top: 20px;
	border-top: 2px solid var(--grey);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 40px auto 0 auto;
	max-width: calc(66.667% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
}

#partage_blog span {
	font-size: var(--18px);
	font-weight: 600;
}

#partage_blog a.partage {
	display: inline-block;
	margin-left: 30px;
	height: 20px;
}

#partage_blog a.partage svg {
	height: 20px;
}

#partage_blog a.facebook svg {
	fill: #000000;
}

#partage_blog a.twitter svg {
	fill: #000000;
}

#partage_blog a.linkedin svg {
	fill: #000000;
}

.hasHover #partage_blog a.partage:hover,
.hasHover #partage_blog a.partage:focus {
	opacity: 0.8;
}

#related {
	border-top: 1px solid var(--grey);
	padding-top: 60px;
	margin-top: 100px;
}

article.type-blog a h3.externe:after,
article.type-blog a h4.externe:after,
article.type-blog a h2.externe:after {
	content: url(images/link.svg);
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

#content.single-page .text p,
#content.single-page .text li {
	color: var(--anthracite);
	line-height: 1.44;
}

#content.single.blog h1 {
	font-size: var(--60px);
}

#content.single.blog p.meta,
#content.single.blog h1 {
	margin-bottom: 60px;
}

#content.single.blog p.meta,
#content.single.blog h2 {
	margin-bottom: 20px;
}

#content.single.blog .text h2 {
	max-width: 100%;
}


/* = Projets
----------------------------------------------- */
nav.menu-projet-container {
	padding: 15px 0 14px 0;
	margin-bottom: 40px;
	margin-top: 50px;
}

nav.menu-projet-container ul {
	display: block;
	max-width: var(--main_column);
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	align-items: center;
	scrollbar-width: none;
	gap: 8px;
}

nav.menu-projet-container ul li {
	display: inline-block;
	margin: 0 40px 0 0;
	font-size: var(--18px);
	font-weight: 600;
	flex-shrink: 0;
}

nav.menu-projet-container ul li a {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}

nav.menu-projet-container ul li a:after {
	position: absolute;
	width: 100%;
	content: "";
	height: 2px;
	background-color: var(--black);
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	opacity: 0;
	display: block;
}

.hasHover nav.menu-projet-container ul li a,
.hasHover nav.menu-projet-container ul li a,
nav.menu-projet-container ul li a,
nav.menu-projet-container ul li.current-menu-item>a {
	transition: 0.1s;
	display: inline-block;
}

.hasHover nav.menu-projet-container ul li:hover a,
.hasHover nav.menu-projet-container ul li a:focus,
nav.menu-projet-container ul li:active a,
nav.menu-projet-container ul li.current-menu-item>a {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

nav.menu-projet-container ul li.current-menu-item>a {
	cursor: default;
}

nav.menu-projet-container ul li.current-menu-item>a:after {
	opacity: 1;
}

article.post_format-post-format-quote span.etude {
	position: absolute;
	z-index: 5;
	margin: 10px 0 0 10px;
	background-color: var(--black);
	color: #fff;
	display: block;
	padding: 6px 6px 4px 6px;
	font-size: var(--14px);
	font-weight: 600;
}

article.post_format-post-format-quote {
	position: relative;
}

article.type-post {
	margin-bottom: 100px;
}

article.type-post>a {
	display: block;
}

article.type-post img,
article.type-post .animation_vignette {
	margin-bottom: 40px;
	max-width: 100%;
	height: auto;
}

article.type-post h2 {
	font-size: var(--30px);
	font-weight: 600;
	margin-bottom: 10px;
}

.hasHover article.type-post a:hover h2,
.hasHover article.type-post a:focus h2 {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

article.type-post h3 {
	font-size: var(--18px);
	font-weight: 500;
	margin-bottom: 10px;
}

article.type-post h3 span,
article.realisation h4 span {
	text-transform: lowercase;
}

/*
article.type-post h3 span:first-child,
article.realisation h4 span:first-child{
	text-transform: capitalize;
}
*/

article.type-post h3 span:after,
article.realisation h4 span:after {
	content: ", ";
}

article.type-post h3 span:last-child:after,
article.realisation h4 span:last-child:after {
	content: "";
}

article.type-post p {
	font-size: var(--24px);
	font-weight: 300;
	margin-bottom: 0;
}




/* = Fiche projet
----------------------------------------------- */
body.single-post,
body.single-post header#header {
	background-color: var(--white);
}

#content.single-projet p.sous_titre {
	margin-bottom: 60px;
}

.single-projet p.meta {
	font-size: var(--18px);
	font-weight: 500;
}

.single-projet p.meta span {
	display: block;
}

#content.single-projet .list_projet {
	margin-bottom: 100px;
}

#content.single-projet .list_projet img {
	display: block;
}

#content.single-projet .list_projet .text {
	padding: 0 0 0 0;
	width: 100%;
}

#content.single-projet .list_projet .video {
	padding: 0 0 0 0;
	width: 100%;
}

#content.single-projet .list_projet video {
	display: block;
	margin: auto;
	max-width: 100%;
}

#next_projet {
	padding: 150px 0 150px;
	background-color: var(--yellow);
	position: relative;
	display: block;
}

#next_projet h2 {
	font-weight: 600;
	font-size: var(--18px);
	margin-bottom: 4px;
}

#next_projet h3 {
	font-weight: 600;
	font-size: var(--60px);
	margin-bottom: 15px;
	font-family: 'Freigeist';
}

#next_projet p {
	font-weight: 400;
	font-size: var(--18px);
	margin-bottom: 0;
}

#next_projet img.attachment-vignette_projet {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.hasHover #next_projet:hover h3,
.hasHover #next_projet:focus h3 {
	text-decoration: underline;
}

#content.single-projet #temoignage {
	background-color: var(--green);
	padding: 150px 0;
}

#content.single-projet #temoignage blockquote p {
	font-size: var(--34px);
	font-weight: 500;
	margin-bottom: 40px;
}

#content.single-projet #temoignage blockquote p.auteur_temoignage {
	font-size: var(--18px);
	margin-bottom: 0;
	font-weight: 400;
}

#content.single-projet #temoignage blockquote p.auteur_temoignage strong {
	font-weight: 500;
}

.visit_site {
	text-align: center;
	width: 100%;
	margin-bottom: 150px;
}


/* = Étude de cas
----------------------------------------------- */
#content.etude_de_cas span.etude {
	display: block;
	font-size: var(--18px);
	margin-bottom: 13px;
	color: var(--black);
}

#content.etude_de_cas article>img.attachment-full {
	width: 100%;
	margin-bottom: 150px;
	display: block;
}

#content.etude_de_cas .center.projet {
	padding-bottom: 60px;
}

#content.etude_de_cas #intervention {
	background: var(--light_grey);
	padding: 80px 0 1px 0;
}

#content.single-projet.etude_de_cas #intervention .list_projet {
	margin-bottom: 80px;
}

#content.single-projet.etude_de_cas .list_projet {
	margin-bottom: 150px;
}

#content.single-projet .text h2,
.expertise.text h2 {
	float: left;
	max-width: calc(33.333% - calc(var(--gutter)*2/3));
	margin-left: 0;
	font-size: var(--34px);
	font-weight: 600;
	line-height: 1.2em;
	/*margin-bottom: -30px;*/
}

.expertise.text h2 {
	width: calc(33.333% - calc(var(--gutter)*2/3));
}

.safari .desk_icon {
	transform: translateX(15px);
}

#content.single-projet .text h4~ul,
#content.single-projet .text h4~ol,
#content.single-projet .text h4~p,
.expertise.text h4~ul,
.expertise.text h4~ol,
.expertise.text h4~p {
	/*margin-top: -5px;*/
	clear: both;
}

#content.single-projet .text h3~h4,
.expertise.text h3~h4 {
	clear: both;
}


/* = Contact
----------------------------------------------- */
#content.contact {
	padding-bottom: 150px;
}

#content.contact img.attachment-full {
	display: block;
	margin: 100px auto 0 auto;
}

#content.contact h3 {
	font-weight: 600;
	font-size: var(--34px);
}

#content.contact p.contact {
	font-size: var(--18px);
	margin-bottom: 30px;
}

#content.contact p.contact:last-child {
	margin-bottom: 0;
}

#content.contact p.contact .titre {
	font-weight: 600;
	color: var(--red);
}

#content.contact p.contact .donnee {
	position: relative;
}

#content.contact p.contact .donnee a {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.hasHover #content.contact p.contact .donnee a:hover,
.hasHover #content.contact p.contact .donnee a:focus {
	text-decoration: none;
}

#content.contact p.contact .donnee a.lien[target="_blank"]:after {
	display: inline-block;
	vertical-align: middle;
	content: url(images/link.svg);
	margin-left: 10px;
}

.hasHover #content.contact p.contact .donnee a.lien[target="_blank"]:hover:after,
.hasHover #content.contact p.contact .donnee a.lien[target="_blank"]:focus:after {
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: 5px;
}

a.gmap {
	position: absolute;
	right: 0;
	top: 0;
}

.hasHover a.gmap:hover svg,
.hasHover a.gmap:focus svg {
	fill: var(--red);
}


/* = À propos
----------------------------------------------- */
#content.about {
	padding-top: 300px;
}

#content.about h1 {
	margin-bottom: 60px;
}

/* intro */
#intro_about {
	padding: 150px 0;
}

#intro_about.qui_sommes_nous {
	background-color: var(--blue);
}

#intro_about.savoir_faire {
	background-color: var(--yellow);
}

#intro_about.temoignages {
	background-color: var(--green);
}

#intro_about p {
	font-weight: 300;
	font-size: var(--34px);
}

#intro_about p strong {
	font-weight: 600;
}

#intro_about p.signature .icon {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/* Sommaire */
#sommaire li {
	font-size: var(--18px);
	font-weight: 600;
	margin-bottom: 20px;
}

.hasHover #sommaire li a {
	transition: 0.1s;
	display: inline-block;
}

.hasHover #sommaire li a:hover,
.hasHover #sommaire li a:focus {
	transform: skewX(-20deg) translateX(0.16em);
	transition: 0.2s;
}

#sommaire li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-image: url(images/icon_fleche-down.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	margin-right: 5px;
}

/* Sections */
.section_about {
	padding-top: 150px;
	padding-bottom: 50px;
}

.section_about h2 {
	font-size: var(--60px);
	font-family: 'Freigeist';
	margin-bottom: 100px;
}

.section_about {
	border-bottom: 2px solid var(--grey);
}

.section_about:last-of-type {
	border-bottom: none;
}

/* team */
.team_single {
	margin-bottom: 100px;
}

.team_single>img {
	display: block;
	margin-bottom: 40px;
}

.team_single h3 {
	font-size: var(--24px);
	font-weight: 600;
	margin-bottom: 5px;
	position: relative;
}

.team_single p {
	font-size: var(--18px);
	font-weight: 500;
	margin-bottom: 0;
}

.team_single .linkedin {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
}

.team_single .linkedin svg {
	fill: var(--black);
	width: 26px;
	height: 26px;
}

.hasHover .team_single .linkedin:hover svg,
.hasHover .team_single .linkedin:focus svg {
	fill: var(--red);
}

/* Chiffres */
#chiffres .chiffre {
	margin-bottom: 100px;
}

.chiffre .donnee {
	font-size: var(--80px);
	font-family: 'Freigeist';
	color: var(--red);
	margin-bottom: 0px;
}

.chiffre .unite {
	font-size: var(--24px);
	font-weight: 500;
	margin-bottom: 0;
}

/* Labellisations */

#labellisations {
	display : none;
}

.labellisation {
	margin-bottom: 100px;
}

.labellisation .illustration {
	max-width: 50%;
	margin-bottom: 20px;
}

.labellisation h3 {
	font-size: var(--24px);
	font-weight: 600;
	margin-bottom: 10px;
}

.labellisation p {
	font-size: var(--20px);
	margin-bottom: 0px;
}

/* Rebond */
#rebond {
	padding: 120px 0;
	display: block;
	font-size: var(--60px);
	font-family: 'Freigeist';
}

#rebond .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}

#rebond.qui_sommes_nous {
	background-color: var(--yellow);
}

#rebond.savoir_faire {
	background-color: var(--green);
}

#rebond.temoignages {
	background-color: var(--blue);
}


/* = Savoir-faire
----------------------------------------------- */
.savoir_faire_single {
	padding-bottom: 150px;
}

.savoir_faire_single h3 {
	font-size: var(--60px);
	font-family: 'Freigeist';
	margin-bottom: 40px;
}

.savoir_faire_single p {
	font-size: var(--20px);
	margin-bottom: 40px;
}

.savoir_faire_single ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	padding-right: calc(var(--main_column)/12);
}

.savoir_faire_single ul li {
	width: calc(50% - calc(var(--gutter)/2));
	padding-left: 12px;
	position: relative;
	font-size: var(--20px);
	margin-bottom: 14px;
}

.savoir_faire_single ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: var(--red);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.savoir_faire_single p.lien,
.temoignage_single p.lien {
	margin-top: 40px;
	margin-bottom: 0;
}

.savoir_faire_single p.lien a,
.temoignage_single p.lien {
	display: inline-block;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.savoir_faire_single p.lien a:after,
.temoignage_single p.lien a:after {
	display: inline-block;
	content: url(images/go.svg);
	height: 24px;
	width: 24px;
	vertical-align: middle;
	margin-left: 5px;
}

.hasHover .savoir_faire_single p.lien a:hover,
.hasHover .savoir_faire_single p.lien a:focus,
.hasHover .temoignage_single p.lien a:hover,
.hasHover .temoignage_single p.lien a:focus {
	text-decoration: none;
}

.hasHover .savoir_faire_single p.lien a:hover:after,
.hasHover .savoir_faire_single p.lien a:focus:after,
.hasHover .temoignage_single p.lien a:hover:after,
.hasHover .temoignage_single p.lien a:focus:after {
	margin-left: 8px;
}


/* = Témoignages
----------------------------------------------- */
.swiper_hp {
	width: calc(100% - calc(100vw - calc(var(--main_column)))/2);
	margin-left: calc(100% - calc(100% - calc(100vw - calc(var(--main_column)))/2));
	padding-top: 100px;
}

.temoignage_single {
	border-right: 2px solid var(--grey);
	padding-right: 30px;
}

.temoignage_single h3 {
	font-weight: 600;
	font-size: var(--34px);
	color: var(--red);
	margin-bottom: 14px;
}

.temoignage_single p.nom {
	font-size: var(--18px);
	font-weight: 600;
	margin-bottom: 40px;
}

.temoignage_single p.nom .fonction {
	font-weight: 400;
}

.temoignage_single p.temoignage {
	font-size: var(--20px);
	margin-bottom: 0px;
}

.section_temoignage {
	padding-bottom: 0;
	border-bottom: none;
}

.section_temoignage:last-of-type {
	padding-bottom: 150px;
}

.section_temoignage h2 {
	margin-bottom: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(images/icon_chevron_droite.svg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(images/icon_chevron_gauche.svg);
	right: 90px;
	left: inherit;
}

.swiper-button-next,
.swiper-button-prev {
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	top: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.swiper-button-next {
	right: 40px;
}


/* = Plan du site
----------------------------------------------- */
#content.sitemap h2 {
	font-weight: 700;
	font-size: var(--24px);
	margin-bottom: 20px;
}

#content.sitemap p {
	font-size: var(--24px);
	margin-bottom: 0.8em;
}

#content.sitemap {
	padding-bottom: 80px;
}

#content.sitemap p.sous_titre {
	margin-bottom: 80px;
}

#content.sitemap h2 {
	font-size: var(--34px);
}

#content.sitemap h2 a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-right-s-line.svg);
	margin-left: 0px;
}

#content.sitemap h2 a:hover:after,
#content.sitemap h2 a:focus:after {
	transform: translateX(5px);
}

#content.sitemap p a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-right-s-line.svg);
	margin-left: 0px;
}

#content.sitemap p a:hover:after,
#content.sitemap p a:focus:after {
	transform: translateX(5px);
}


/* = Single page
----------------------------------------------- */
#content.single-page {
	padding-bottom: 150px;
}

#content.single-page .text {
	max-width: var(--main_column);
}

#content.single-page .text h2 {
	font-size: var(--34px);
	font-weight: 600;
	margin-bottom: 20px;
}

#content.single-page .text h3 {
	font-size: var(--24px);
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--black);
}

#content.single-page .text p+h3,
#content.single-page .text ol+h3,
#content.single-page .text ul+h3 {
	margin-top: 80px;
}

#content.single-page p.sous_titre {
	margin-bottom: 150px;
	font-size: var(--24px);
	font-weight: 300;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1780px) {

	#next_projet img.attachment-vignette_projet,
	#lien_next_projet {
		left: calc(calc(100%*calc(2/3)) - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
		right: inherit;
	}

	.hasHover #next_projet:hover img.attachment-vignette_projet,
	.hasHover #next_projet:focus img.attachment-vignette_projet {
		margin-left: -30px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1580px) {
	:root {
		--main_column: 100%;
	}

	.center,
	nav.menu-projet-container ul {
		width: 100%;
		padding-right: var(--outer_gutter);
		padding-left: var(--outer_gutter);
	}

	.swiper_hp {
		width: calc(var(--main_column) - var(--outer_gutter));
		margin-left: var(--outer_gutter);
		margin-right: 0;
		padding-top: 100px;
	}
}

@media only screen and (max-width: 1023px) {
	:root {
		--80px: 3.75rem;
	}

	#bandeau_contact h3 .icon {
		width: 47px;
		height: 47px;
	}

	#next_projet img.attachment-vignette_projet,
	#lien_next_projet {
		left: calc(100% - 175px);
	}

	#content {
		padding-top: 150px;
	}

	#content.single.blog article .text h2,
	#content.single-page .text h2 {
		margin-top: 30px;
	}

	#content.contact p.sous_titre,
	#content.about p.sous_titre {
		max-width: calc(83% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
	}

	#related article.type-blog {
		width: 100%;
	}

	footer .align_center {
		align-items: first baseline;
	}

	.home #introduction h1,
	.home #introduction h2 {
		padding: 0;
	}

	#accordion .tiers.padding_right {
		padding-right: 0;
	}

	#cta_realisations,
	#cta_savoir_faire,
	#cta_blog,
	#rebond {
		padding: 60px 0;
		font-size: var(--40px);
	}

	#rebond .icon,
	#cta_realisations .icon,
	#cta_savoir_faire .icon,
	#cta_blog .icon {
		width: 38px;
		height: 38px;
	}

	.home #introduction h1,
	.home #realisations h2,
	.home #blog h2,
	.home #accordion h3,
	.section_about h2,
	.savoir_faire_single h3 {
		font-size: var(--40px);
	}

	.home #realisations,
	.home #blog,
	#wrap_accordeon,
	#intro_about,
	.section_about {
		padding-top: 100px;
	}

	.home #blog,
	.home #accordion .ui-accordion-content:last-child,
	#intro_about {
		padding-bottom: 100px;
	}

	.section_about {
		padding-bottom: 40px;
	}

	.home #introduction h2,
	.home #realisations p.chapeau_realisations,
	.home #blog p.chapeau_realisations {
		margin-bottom: 60px;
	}

	.home #introduction h2,
	.home #realisations p.chapeau_realisations,
	.home #blog p.chapeau_realisations,
	article.blog_hp h3,
	.home #realisations article.realisation h3,
	#intro_about p,
	body #related article.blog_hp h3 {
		font-size: var(--24px);
	}

	article.blog_hp p,
	.home #realisations article.realisation p,
	.home #accordion .ui-accordion-content p,
	.home #accordion .ui-accordion-content li,
	body #related article.blog_hp p {
		font-size: var(--16px);
	}

	article.blog_hp span.fleche {
		display: none;
	}

	.team_single,
	#chiffres .chiffre,
	.section_about h2 {
		margin-bottom: 60px;
	}

	.labellisation.padding_right_double {
		padding-right: 0;
	}

	.savoir_faire_single ul li {
		width: 100%;
	}

	.savoir_faire_single ul {
		display: block;
	}

	.savoir_faire_single {
		padding-bottom: 100px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	:root {
		--gutter: 20px;
		--outer_gutter: 36px;
		--80px: 2.5rem;
	}

	body {
		overflow-x: hidden;
	}

	/* Icon burger menu */
	#logo {
		position: relative;
		z-index: 2000;
	}

	#logo svg {
		height: 21px !important;
		width: 134px !important;
	}

	#logo.withe {
		display: none;
	}

	#logo.withe svg path,
	#logo.withe svg rect,
	#logo.withe svg polygon {
		fill: #ffffff !important;
	}

	.admin-bar .show_menu_mobile {
		top: 48px;
	}

	.show_menu_mobile {
		border: none;
		margin: 0;
		padding: 0;
		width: auto;
		overflow: visible;
		background: transparent;
		color: inherit;
		font: inherit;
		line-height: normal;
		-webkit-font-smoothing: inherit;
		-moz-osx-font-smoothing: inherit;
		-webkit-appearance: none;
		align-items: center;
		position: fixed;
		right: 0px;
		top: 12px;
		height: 40px;
		width: 40px;
		border: none;
		display: flex;
		z-index: 100;
	}

	.show_menu_mobile .icon {
		margin: auto;
		display: block;
		fill: #fff;
		width: 35px;
	}

	.show_menu_mobile .icon .lines {
		height: 2px;
		background: var(--black);
		width: 22px;
		position: relative;
		display: block;
	}

	.show_menu_mobile .icon .lines:after,
	.show_menu_mobile .icon .lines:before {
		position: absolute;
		height: 2px;
		background: var(--black);
		width: 100%;
		content: "";
		display: block;
		transform-origin: center center;
	}

	.show_menu_mobile .icon .lines:after {
		bottom: 0;
		margin-bottom: -8px;
	}

	.show_menu_mobile .icon .lines:before {
		top: 0;
		margin-top: -8px;
	}

	.show_menu_mobile .icon.close .lines {
		background: #2d2d2d;
	}

	.show_menu_mobile .icon.close .lines:after {
		transform: rotate(-45deg);
		margin-bottom: 0px;
		margin-top: 30px;
		background: #ffffff
	}

	.show_menu_mobile .icon.close .lines:before {
		transform: rotate(45deg);
		margin-top: 0px;
		margin-bottom: 30px;
		background: #ffffff
	}

	/* RCC-Permeable Edit */
	#menu-item-18>a {
		opacity: 0.6;
		font-size: 22px !important;
		pointer-events: none;
	}

	nav#menu_mobile ul li a {
		transform: none !important;
	}

	nav#menu_mobile ul li a::after {
		display: none;
	}

	#content.blog .text p,
	#content.single-projet .text p,
	#content.blog .text ul,
	#content.single-projet .text ul {
		margin-right: 0;
	}

	#content.blog .text li,
	#content.single-projet .text li {
		font-size: var(--16px);
	}


	/* Menu */
	header#header {
		padding: 25px 0 !important;
	}

	header#header nav#menu_mobile {
		display: flex;
		align-items: center;
		width: 100%;
		float: none;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background: #2d2d2d;
		padding: 0;
		font-size: var(--16px);
		margin-left: -100%;
		z-index: 80;
	}

	header#header nav#menu_mobile.show {
		margin-left: -0;
	}

	header#header nav#menu_mobile ul {
		width: 100%;
		margin-top: 50px;
	}

	header#header nav#menu_mobile ul li.mobile {
		display: block;
	}

	header#header nav#menu_mobile ul li {
		display: block;
		text-align: left;
		padding: 0 0 0 20px;
		margin: 38px 0;
		float: none;
	}

	header#header nav#menu_mobile ul li a {
		color: #ffffff;
		font-size: 2.063rem;
		font-weight: 500;
	}

	nav#menu_mobile ul li a:after {
		background-color: var(--white);
	}

	header#header nav#menu_mobile ul.sub-menu {
		display: none;
	}

	/* Sous menu */
	header#header nav#menu_mobile ul.sub-menu {
		display: block;
		position: relative;
		background-color: transparent;
		text-align: left;
		left: inherit;
		padding: 0;
		margin-top: 0px;
	}

	header#header nav#menu_mobile ul.sub-menu li a {
		font-size: 2.063rem !important;
	}

	header#header nav#menu_mobile ul.sub-menu li {
		margin: 10px 0;
	}

	/* Header */
	header#header {
		z-index: 50;
	}

	.btn_contact {
		display: none;
	}

	/* Grille */
	.container.reverse {
		flex-direction: row;
	}

	#content,
	#content.about {
		padding-top: 140px !important;
	}

	#content.accueil {
		padding-top: 71px;
	}

	.center,
	nav.menu-projet-container ul,
	#blog_hp,
	.text.expertise,
	#content.about .presse,
	#content.about .prix,
	#content.single-projet #temoignage {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	#content.single-page .text {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.demi,
	.tiers,
	.trois-quart,
	.deux-tiers,
	article.type-blog,
	#realisations .container.deux_droite article:nth-child(2),
	#realisations .container.deux_gauche article:nth-child(1),
	#realisations .container.deux_droite article:nth-child(1),
	#realisations .container.deux_gauche article:nth-child(2),
	.sept_douzieme,
	.cinq_douzieme {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	.quart:nth-child(3n+1) {
		clear: none;
	}

	.quart:nth-child(2n+1) {
		clear: both;
	}

	.quart {
		width: calc(50% - calc(var(--gutter)*1/2));
	}

	.quart:nth-child(3n) {
		margin-right: 30px;
	}

	.quart:nth-child(2n) {
		margin-right: 0;
	}

	.quart,
	.type-blog.tiers,
	.category article.post_format-post-format-quote,
	.category article.post_format-post-format-aside {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.type-blog.tiers:nth-child(3n),
	.category article.post_format-post-format-quote:nth-child(3n),
	.category article.post_format-post-format-aside:nth-child(3n) {
		margin-right: 0;
	}

	.type-blog.tiers:nth-child(3n+1),
	.category article.post_format-post-format-quote:nth-child(3n+1),
	.category article.post_format-post-format-aside:nth-child(3n+1) {
		clear: both;
	}

	.type-blog.tiers:nth-child(2n),
	.category article.post_format-post-format-quote:nth-child(2n),
	.category article.post_format-post-format-aside:nth-child(2n) {
		margin-right: 0;
	}

	.type-blog.tiers:nth-child(2n+1),
	.category article.post_format-post-format-quote:nth-child(2n+1),
	.category article.post_format-post-format-aside:nth-child(2n+1) {
		clear: both;
	}

	.category article.post_format-post-format-quote,
	.category article.post_format-post-format-aside {
		margin-bottom: 40px;
	}

	.home #realisations article.realisation,
	#realisations .container.deux_droite article:nth-child(2),
	#realisations .container.deux_gauche article:nth-child(1),
	#realisations .container.deux_droite article:nth-child(1),
	#realisations .container.deux_gauche article:nth-child(2) {
		margin-bottom: 50px;
	}

	/* Footer */
	footer#footer {
		text-align: center;
	}

	footer#footer .liens,
	footer#footer .contacts {
		display: block;
		text-align: center;
	}

	footer#footer .liens p {
		margin-bottom: 20px;
		margin-right: 0;
		font-size: var(--18px);
		display: block;
	}

	footer#footer .liens a {
		margin-left: 0px;
		margin-right: 0px;
		display: block;
		text-align: center;
		margin-bottom: 0px;
		font-size: var(--16px);
	}

	footer#footer ul.social {
		width: 100%;
		text-align: center;
		display: block;
	}

	footer#footer ul.social li {
		margin: 0 10px 0 10px;
	}

	.home #realisations,
	.home #blog,
	#wrap_accordeon,
	#intro_about,
	.section_about {
		padding-top: 60px;
	}

	.home #blog,
	.home #accordion .ui-accordion-content:last-child,
	#intro_about,
	.home #accordion h3:last-of-type {
		padding-bottom: 60px;
	}

	.section_about {
		padding-bottom: 20px;
	}

	.home #introduction h2,
	.home #realisations p.chapeau_realisations,
	.home #blog p.chapeau_realisations {
		margin-bottom: 50px;
	}

	.team_single,
	#chiffres .chiffre,
	.section_about h2 {
		margin-bottom: 50px;
	}

	.savoir_faire_single {
		padding-bottom: 50px;
	}

	#cta_realisations,
	#cta_savoir_faire,
	#cta_blog,
	#rebond {
		padding: 44px 0;
	}

	#cta_realisations span,
	#cta_savoir_faire span,
	#cta_blog span,
	#rebond span {
		max-width: calc(100% - 100px);
	}

	/* Textes */
	p {
		line-height: 1.375em;
	}

	.introduction_accordeon {
		font-size: var(--18px);
	}

	h1 {
		font-size: var(--40px);
		margin-bottom: 15px;
	}

	#content.contact p.sous_titre,
	#content.about p.sous_titre,
	p.sous_titre,
	.home #introduction h2,
	.home #realisations p.chapeau_realisations,
	.home #blog p.chapeau_realisations,
	article.blog_hp h3,
	body #related article.blog_hp h3,
	#intro_about p {
		font-size: var(--18px);
		max-width: 100%;
	}

	#content.etude_de_cas .text h4,
	#content.contact .text h4 {
		font-size: var(--24px);
	}

	h1.entry-title,
	.text p,
	.text h2,
	.text ul,
	.text ol,
	.text h3,
	.text h4 {
		max-width: 100%;
		float: none;
		margin-left: 0px;
	}

	.text h3 {
		margin-bottom: 30px;
		font-size: var(--18px);
	}

	#content.single.blog h1 {
		font-weight: 600;
		font-size: var(--24px);
		margin-bottom: 20px;
		line-height: 1.13em;
	}

	#content.etude_de_cas .text h4,
	#content.contact .text h4,
	.expertise.text h4 {
		float: none;
		width: 100%;
		margin-left: 0;
		font-size: var(--24px);
		margin-bottom: 30px;
		font-weight: 500;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.safari .desk_icon {
		transform: translateX(0);
	}

	#content.single-projet #temoignage p {
		font-size: var(--20px);
		font-weight: 600;
	}

	#content.single-projet #temoignage p.auteur_temoignage {
		font-size: var(--18px);
		font-weight: 500;
	}

	/* About */
	.tulle_valeur::after {
		width: 20px;
		height: 20px;
	}

	.all_prix,
	.all_presse {
		padding-top: 10px;
	}

	/* Contact */
	#content.contact .lieux p {
		margin-bottom: 60px;
	}

	#content.contact p.sous_titre {
		margin-bottom: 50px;
	}

	/* Blog */
	#content.blog p.sous_titre {
		margin-bottom: 50px;
		max-width: 100%;
	}

	#content.single.blog article .text {
		max-width: 100%;
	}

	#content.single.blog p.meta,
	#content.single.blog h1 {
		float: none;
	}

	#content.single.blog p.meta {
		font-size: var(--16px);
		margin-bottom: 30px;
	}

	#content.single.blog img.attachment-full,
	#content.single.blog article .text {
		margin-top: 20px;
	}

	#partage_blog {
		max-width: 100%;
	}

	#content.single.blog article .text h2,
	#content.single-page .text h2 {
		margin-bottom: 15px;
		line-height: 1.13em;
		margin-top: 20px;
	}

	#related {
		margin-top: 90px;
	}

	#content.single.blog article .text figure {
		margin-top: 0;
	}

	/* Contact */
	#content.contact p.sous_titre,
	#content.about p.sous_titre {
		margin-bottom: 30px;
		font-weight: 500;
	}

	#content.contact .lieux p {
		width: 75%;
		margin-bottom: 30px
	}

	/* Projet */
	nav.menu-projet-container {
		padding: 20px 0 19px 0;
	}

	nav.menu-projet-container ul li {
		/* min-width: 77px; */
		margin: 0 10px 0 10px;
	}

	nav.menu-projet-container ul li:first-child {
		margin-left: 0;
	}

	nav.menu-projet-container ul,
	nav#tabulation ul {
		display: flex;
		flex-wrap: nowrap;
		max-width: var(--main_column);
		margin: auto;
		overflow: auto;
		align-items: center;
		scrollbar-width: none;
		gap: 8px;
	}

	nav#tabulation ul li {
		flex-shrink: 0;
	}

	nav.menu-projet-container ul #menu-item-107 {
		min-width: 65px;
	}

	#content.single-projet p.sous_titre {
		margin-bottom: 0px;
	}

	#content.etude_de_cas #intervention {
		padding: 30px 0;
	}

	#content.etude_de_cas .center.projet {
		padding-bottom: 0px;
	}

	#content.single-projet #temoignage {
		padding-bottom: 50px;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
	}

	#content.single-projet.etude_de_cas #temoignage {
		padding-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 40px;
	}

	#next_projet {
		padding: 40px 0 10px;
	}

	.list_projet .demi,
	.list_projet .tiers,
	#content.single-projet .list_projet {
		margin-bottom: 20px;
	}

	#content.single-projet h1,
	#next_projet h4 {
		font-size: var(--20px);
		margin-bottom: 4px;
	}

	#next_projet .deux-tiers p {
		font-size: var(--24px);
		line-height: 1.27em;
	}

	#content.contact p.sous_titre,
	#content.about p.sous_titre,
	p.sous_titre {
		font-size: var(--24px);
	}

	#content.contact .lieux a.gmap {
		float: right;
	}

	.text.expertise .desk_icon {
		display: none;
	}

	.text.expertise .mobile_icon {
		display: block;
	}

	#etudes_hp article p,
	article.type-blog p,
	article.post_format-post-format-quote p,
	article.post_format-post-format-aside p {
		font-size: var(--18px);
	}

	#next_projet img.attachment-vignette_projet {
		display: none;
	}

	#next_projet .deux-tiers {
		width: 100%;
	}

	#next_projet .deux-tiers .texte_next {
		width: 100%;
	}

	#next_projet .deux-tiers h4 {
		position: relative;
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	#next_projet .deux-tiers h4:after {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		content: url(images/go.svg);
		margin-right: 0px;
		margin-top: -49px;
	}

	#content.single-projet .text h4,
	#content.contact .text h4,
	.expertise.text h4 {
		max-width: 100%;
	}

	#content.single-projet h1,
	#next_projet h4 {
		font-size: var(--20px);
	}

	#content.contact p.sous_titre,
	#content.about p.sous_titre,
	p.sous_titre {
		font-size: var(--18px);
	}

	/* HP */
	.home #content.contact p.sous_titre {
		max-width: 75%;
	}

	#blog_hp a.lien_interne {
		display: block;
		text-align: center;
	}

	#blog_hp h3 {
		margin-bottom: 50px;
	}

	#blog_hp article,
	#related article {
		margin-bottom: 35px;
	}

	#content.accueil #titres_hp {
		padding-bottom: 35px;
	}

	.home #accordion .vignette img,
	.container.reverse .tiers img {
		width: 148px;
		height: auto;
		margin-bottom: 20px;
	}

	.margin_left {
		margin-left: 0px
	}

	/* Blog */
	type-blog.tiers {
		margin-bottom: 40px;
	}

	#related article {
		width: 100%;
		padding-right: 0;
	}

	#content.sitemap p.sous_titre {
		margin-bottom: 50px;
	}

	#content.sitemap .quart:nth-child(4) {
		margin-top: 0px;
	}

	#engagements {
		margin-bottom: 50px;
	}

	#equipe {
		margin-bottom: 10px;
	}

	#engagements .engagement p,
	.expertise p {
		font-size: var(--16px);
	}

	#content.single-projet .text h2,
	#content.contact .text h2,
	.expertise.text h2 {
		float: none;
		max-width: 100%;
		margin-bottom: 25px;
	}

	.text h2+h3+p {
		margin-top: 0px;
	}

	#realisations .container.deux_droite article img,
	#realisations .container.deux_gauche article img,
	#realisations article img {
		margin-bottom: 20px;
	}

	.padding_left {
		padding-left: 0;
	}

	.padding_right {
		padding-right: 0;
	}

	/* Footer */
	.liens_mentions {
		max-width: 100%;
	}

	.liens_mentions a {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	footer#footer,
	footer#footer ul.social {
		text-align: left;
	}

	footer#footer ul.social {
		margin-top: 20px;
	}

	footer#footer ul.social li {
		margin: 0 20px 0 00px;
	}

	#bandeau_contact {
		padding: 60px 0;
	}

	#bandeau_contact h3 {
		margin-bottom: 40px;
	}

	/* About */
	#content.about h1 {
		margin-bottom: 50px;
	}

	#intro_about .signature {
		margin-top: 34px;
		margin-bottom: 55px;
	}

	.about img.illustration {
		width: 148px;
		height: auto;
		margin-bottom: 20px;
	}

	.swiper-slide.cinq_douzieme.abs {
		width: calc(100% - 40px);
	}

	/* Fiche projet */
	#next_projet h3 {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}

	#next_projet .deux-tiers p {
		font-size: var(--18px);
	}

	#next_projet h2 {
		margin-bottom: 10px;
	}

	#next_projet {
		padding: 60px 0;
	}

	#rebond {
		padding: 44px 0;
		font-size: var(--30px);
	}

	/*#cta_realisations span, #cta_savoir_faire span, #cta_blog span,*/
	#rebond>span {
		max-width: 100%;
		align-items: center;
	}

	.home #accordion h3 .center:before {
		width: 16px;
		height: 16px;
		background-size: 16px 16px;
		top: 22px;
	}

	.home #accordion h3 .center span {
		padding-left: 30px;
	}

	.home #introduction h1,
	.home #realisations h2,
	.home #blog h2 {
		margin-bottom: 10px;
	}

	article.type-blog h2,
	article.type-blog h3,
	article.blog_hp h3,
	body #related article.blog_hp h3 {
		font-size: var(--24px);
		font-weight: 600;
	}

	article.type-blog p,
	article.blog_hp p,
	body #related article.blog_hp p {
		font-size: var(--18px);
	}

	nav.menu-projet-container {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#back-to-top {
		display: block;
		opacity: 0;
	}

	#back-to-top.middle {
		opacity: 1;
	}

	.team_single>img {
		margin-bottom: 20px;
	}

	#content.contact p.contact {
		margin-bottom: 50px;
	}

	#content.contact h3 {
		margin-bottom: 40px;
	}

	.contact h2.sous_titre {
		margin-bottom: 40px;
	}

	#content.contact p.contact .titre {
		display: block;
		margin-bottom: 10px;
	}

	#content.single-projet h1 {
		margin-bottom: 10px;
		font-size: var(--40px);
	}

	.single-projet p.meta {
		margin-bottom: 40px;
	}

	.single-projet h2.sous_titre {
		margin-bottom: 40px;
	}

	#content.etude_de_cas article>img.attachment-full {
		margin-bottom: 0;
	}

	#content.single-projet .list_projet {
		margin-bottom: 60px;
	}

	#content.single-projet .text h2 {
		margin-top: 60px;
		margin-bottom: 20px;
		font-size: var(--24px);
	}

	#content.etude_de_cas article>img.attachment-full+h2 {
		margin-top: 0;
	}

	.text p {
		font-size: var(--16px);
	}

	#content.single.blog h1 {
		font-size: var(--40px);
		margin-bottom: 40px;
		margin-top: 30px;
	}

	#content.single.blog article .text h2 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	.home #realisations article.realisation h4 {
		font-size: var(--16px);
	}

	article.type-post img {
		margin-bottom: 20px;
	}

	.category article.post_format-post-format-aside {
		margin-bottom: 50px;
	}

	.chiffre .donnee {
		font-size: 80px;
	}

	.labellisation h3 {
		margin-bottom: 14px;
	}

	.labellisation p {
		font-size: 16px;
	}

	.list_projet .demi {
		margin-bottom: 30px;
	}
}



/* RCC/Permeable */

.page-id-7113 h2,
.page-id-7113 h3 {
	max-width: 100%;
}

.page-id-5585 h2,
.page-id-5585 h3 {
	max-width: 100%;
}

.hasHover #next_projet:hover h3,
.hasHover #next_projet:focus h3 {
	text-decoration: underline;
}

#related h2 {
	font-weight: 700;
	font-size: var(--18px);
	color: var(--red);
}

#blog_hp article h3,
#related article h3 {
	font-weight: 700;
	font-size: var(--24px);
	margin-bottom: 5px;
	color: var(--black);
}

#next_projet:hover h3 {
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	#content.contact h3 {
		margin-left: 0;
	}
}



/* Fix 4 avril 2023 */
nav#menu_mobile ul.sub-menu li.current-page-ancestor>a {
	transform: none;
}

nav#menu_mobile ul.sub-menu li.current-page-ancestor>a:hover {
	transform: skewX(-20deg) translateX(0.16em);
}

.savoir_faire_single ul li {
	padding-left: 12px;
}

.visit_site {
	margin-bottom: 80px;
	margin-top: 80px;
}

#content.single-projet .list_projet .text p:last-child {
	margin-bottom: 0;
}

#content.etude_de_cas .center.projet {
	padding-bottom: 0;
}

#intervention .list_projet.container .text {
	padding-top: 70px;
}

.image_banner_top {
	margin-bottom: 154px;
}

#content.single.blog article .text h2 {
	margin-top: 100px;
}

.fix_img_blog {
	margin-bottom: 100px;
}

.fix_img_blog_smartphone {
	margin-bottom: 60px !important;
}

#content.single.blog article .text figure {
	margin-bottom: 80px;
}

#content.single.blog article .text p+figure {
	margin-top: 80px;
}

.list_projet .text ul,
.list_projet .text ol {
	margin-right: calc(var(--main_column)/12);
}

.home #introduction h2 {
	line-height: 1.33em;
}

#content.single-projet h1 {
	margin-bottom: 0;
}

#content.single-projet h1 span {
	display: block;
	font-weight: 300;
	font-size: var(--24px);
	line-height: 1.375em;
	margin-bottom: 60px;
	margin-top: 20px;
	font-family: 'PlexSans';
	font-weight: normal;
}

#related {
	border-top: 0;
	padding-top: 0;
	margin-top: 150px;
}

#content.blog {
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {

	#cta_realisations span.center,
	#cta_savoir_faire span.center,
	#cta_blog span.center,
	#rebond span.center {
		max-width: 100%;
	}

	#cta_realisations span,
	#cta_savoir_faire span,
	#cta_blog span #rebond span {
		max-width: calc(100% - 76px);
	}

	article.blog_hp img.attachment-vignette_projet,
	article.type-blog img.attachment-vignette_projet {
		width: calc(75% - calc(calc(var(--gutter)/2 - calc(var(--gutter)/6))));
		;
		margin-bottom: 20px;
	}

	#content.single-projet p.sous_titre {
		margin-bottom: 40px;
		line-height: 1.33 !important
	}

	#content.single-projet.etude_de_cas .list_projet .text p:last-child {
		margin-bottom: 0;
	}

	#content.single-projet.etude_de_cas .list_projet {
		margin-bottom: 60px;
	}

	#content.single.blog article .text p+figure,
	#content.single.blog article .text {
		margin-bottom: 60px;
		margin-top: 50px;
	}

	.contact h2.sous_titre {
		line-height: 1.375em;
		font-size: var(--18px);
	}

	#content.single-projet #temoignage {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	#content.single-projet #temoignage blockquote p {
		margin-bottom: 20px;
	}

	blockquote p.auteur_temoignage {
		font-size: var(--16px);
	}

	.section_about {
		width: calc(100% - 40px);
		padding-right: 0;
		padding-left: 0;
		margin-right: 20px;
		margin-left: 20px;
	}

	.fix-slider .section_about {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.fix-slider .section_about h2 {
		margin-bottom: 40px;
	}

	.home #accordion h3 {
		margin-bottom: 28px;
	}

	.home #accordion .ui-accordion-content {
		padding: 60px 0;
	}

	article.type-blog,
	article.blog_hp {
		border-top: 2px solid var(--grey);
		margin-bottom: 0;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	article.type-blog p,
	article.blog_hp p,
	body #related article.blog_hp p {
		margin-bottom: 0;
	}

	article.type-blog:last-child,
	article.blog_hp:last-child {
		border-bottom: 2px solid var(--grey);
	}

	article.blog_hp:last-child {
		margin-bottom: 40px;
	}

	#content.fix-projets h1 {
		margin-bottom: 0;
	}

	nav.menu-projet-container {
		margin-top: 30px;
	}

	.team_single h3 {
		margin-bottom: 7px;
	}

	.team_single p {
		font-size: var(--16px);
	}

	.sous_titre {
		line-height: 1.33em !important;
	}

	#content.single-projet .text h2 {
		margin-top: 0;
	}

	.image_banner_top {
		margin-bottom: 60px;
	}

	#intervention .list_projet.container .text {
		padding-top: 0;
	}

	#content.single-projet.etude_de_cas #intervention .list_projet {
		margin-bottom: 60px;
	}

	#content.etude_de_cas #intervention {
		padding-top: 60px;
	}

	.fix_img_blog {
		margin-bottom: 60px;
	}

	#content.single.blog article .text h2 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	#content.single.blog article .text {
		margin-top: 0;
	}

	#content.single.blog article .text figure {
		margin-bottom: 60px;
	}

	#related {
		border-top: none;
		padding-top: 0;
		margin-top: 100px;
	}

	#content.contact h3 {
		font-size: var(--24px);
	}

	#content.contact img.attachment-full {
		margin-top: 50px;
	}

	#content.single-projet #temoignage blockquote p {
		font-size: var(--24px);
	}

	.swiper_hp {
		width: calc(var(--main_column) - 20px);
		margin-left: 20px;
		padding-top: 0;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	#content.blog h2.sous_titre {
		max-width: 100%;
	}

	#content.single-projet h1 span {
		margin-bottom: 40px;
	}

	#related {
		margin-top: 100px;
	}

	#content.blog {
		padding-bottom: 65px;
	}
}

* {
	word-break: normal !important;
	hyphens: none;
}



/* Fix 09 Juillet 2024 */
@media only screen and (min-width: 768px) {
	header#header {
		.center {
			.container-contact {
				width: 156px;
				display: flex;
				justify-content: flex-end;
			}
		}
	}
}