/*!
Theme Name: acacia
Theme URI: http://underscores.me/
Author: popcorn communication
Author URI: https://www.popcorn-communication.com/
Description: Thème de base Popcorn Communication
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acacia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base content
	 ========================================================================== */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 28px;
	line-height: 1.35;
	margin: 0.67em 0;
}
h1,
h2 {
	font-family: var(--font-bold);
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: 0.5em;
	vertical-align: top;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template,
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
	font-family: var(--font-regular);
}
html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--main-color);
	font-family: var(--font-regular), sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h3 {
	text-transform: uppercase;
	font-weight: 500;
}
h3,
h4,
h5,
h6 {
	font-family: var(--font-bold);
}
p {
	margin-bottom: 6px;
	margin-top: 0;
	font-size: 16px;
	font-family: var(--font-regular);
}
strong {
	font-family: var(--font-bold);
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ul li {
	margin-bottom: 4px;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: var(--main-color);
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* début style Popcorn ------------------------------------------------------------------------------------------ */
/* ------------------------------------------- polices */
@font-face {
	font-family: "lato_thin";
	src: url("fonts/Lato-Thin.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "lato_bold";
	src: url("fonts/Lato-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "lato_light";
	src: url("fonts/Lato-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "lato";
	src: url("fonts/Lato-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* ------------------------------------------ variables */
:root {
	--main-color: #45484a;
	--sec-color: #a5010d;
	--third-color: #c18b34;
	--bg-color: #1f2326;
	--font-thin: "lato_thin", sans-serif;
	--font-regular: "lato", sans-serif;
	--font-bold: "lato_bold", sans-serif;
	--font-light: "lato_light", sans-serif;
}

/* -------------------------------- animation appearence */
/* ajouter classe reveal-2 par ex */
[class*="reveal-"] {
	opacity: 0;
	transform: translateY(-30px);
}
.reveal-visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition: 1s;
}
.reveal-2 {
	transition-delay: 0.2s;
}
.reveal-3 {
	transition-delay: 0.4s;
}
.reveal-4 {
	transition-delay: 0.6s;
}
.reveal-5 {
	transition-delay: 0.8s;
}
.reveal-6 {
	transition-delay: 1s;
}
.reveal-7 {
	transition-delay: 1.2s;
}
.reveal-8 {
	transition-delay: 1.4s;
}

/* --------------------------------------------------- header */
body.logged-in header.site-header {
	top: 32px;
}
body header.site-header {
	top: 0;
}
.container {
	width: 85%;
	max-width: 1152px;
	margin: auto;
}
header.site-header.scroll-menu .top_bar {
	opacity: 0;
	transition: 0.3s;
	height: 0;
}
header.site-header.scroll-menu figure img {
	height: 60px;
	margin-top: 2px;
	transition: 0.3s;
}
header.site-header.scroll-menu .content_header_menu .head_widget {
	display: none;
}
header.site-header.scroll-menu .main-navigation ul#primary-menu li:nth-last-of-type(1) {
	margin-right: 0;
}
header.site-header {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
	background-color: white;
	top: 0;
	transition: 0.3s;
	position: fixed;
	left: 0;
	z-index: 11;
	width: 100%;
	display: flex;
	flex-direction: column;
}
header.site-header .top_bar {
	display: flex;
	height: 55px;
	z-index: 9;
}
header.site-header .top_bar p {
	font-size: 14px;
	margin: 0;
}
header.site-header .top_bar h1,
header.site-header .top_bar h2,
header.site-header .top_bar h4,
header.site-header .bottom-header h1,
header.site-header .bottom-header h2 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 11vw;
	color: var(--sec-color);
	font-family: var(--font-regular);
	font-weight: normal;
}
header.site-header .top_bar h1 strong,
header.site-header .top_bar h2 strong,
header.site-header .bottom-header h1 strong,
header.site-header .bottom-header h2 strong {
	font-family: var(--font-bold);
	color: var(--main-color);
}
header.site-header .top_bar .left {
	background-color: white;
	width: calc(100% - calc(147px + 10.17vw));
}
header.site-header .top_bar .left > div {
	display: flex;
	background-color: rgba(193, 139, 52, 0.1);
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p {
	display: flex;
	align-items: center;
	padding-right: 27px;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a {
	line-height: 0;
	margin-left: 8px;
	position: relative;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:nth-of-type(1) {
	margin-left: 13px;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:hover img {
	opacity: 0;
	transition: 0.3s;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a::after {
	opacity: 0;
	transition: 0.3s;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(img/facebook_b.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:hover::after {
	opacity: 1;
	transition: 0.3s;
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:nth-of-type(2)::after {
	background-image: url(img/instagram_b.svg);
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:nth-of-type(3)::after {
	background-image: url(img/linkedin_b.svg);
}
header.site-header .top_bar .left .head_widget:nth-of-type(2) p a:nth-of-type(4)::after {
	background-image: url(img/youtube_b.svg);
}
header.site-header .top_bar .right .head_widget,
header.site-header .top_bar .right .head_widget p {
	height: 100%;
}
header.site-header .top_bar .right .en_savoir_plus a {
	padding-left: 70px;
	color: white;
	font-size: 14px;
	position: relative;
	width: calc(147px + 10.17vw);
	background-color: var(--sec-color);
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0.3s;
}
header.site-header .top_bar .right .en_savoir_plus a::before,
header.site-header .top_bar .right .en_savoir_plus a::after {
	content: "";
	width: 17.8px;
	height: 14.2px;
	background-image: url(img/arrow_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	transition: 0.3s;
	background-color: transparent;
}
header.site-header .top_bar .right {
	display: flex;
}
header.site-header .top_bar .right .en_savoir_plus a::after {
	background-image: url(img/arrow_red.svg);
	opacity: 0;
}
header.site-header .top_bar .right .en_savoir_plus a:hover {
	background-color: var(--third-color);
	transition: 0.3s;
}
header.site-header .top_bar .right .en_savoir_plus a:hover::after {
	opacity: 1;
	transition: 0.3s;
}
header.site-header .top_bar .right .en_savoir_plus a:hover::before {
	opacity: 0;
	transition: 0.3s;
}
.en_savoir_plus span {
	font-size: 17px;
	margin-right: 5px;
}
header.site-header figure img {
	width: 163px;
	transition: 0.3s;
	margin-top: -56px;
}
header.site-header .container {
	display: flex;
	justify-content: space-between;
	height: 93px;
	max-width: 2200px;
}
header.site-header .container .head_widget_title {
	display: none;
}
header.site-header .main-navigation {
	display: flex;
	width: auto;
}
header.site-header .main-navigation .menu-menu-principal-container {
	display: flex;
	align-items: flex-end;
}
header.site-header .main-navigation li {
	margin-bottom: 0;
}
header.site-header .main-navigation ul#primary-menu > li {
	padding: 0 22px 20px;
	margin: 0 5px 0;
}
header.site-header .main-navigation ul#primary-menu > li.menu-item-has-children > a {
	pointer-events: none;
	cursor: pointer;
}
header.site-header .main-navigation ul#primary-menu > li:hover {
	cursor: pointer;
}
header.site-header .main-navigation ul#primary-menu > li:hover > a {
	color: var(--third-color);
}
header.site-header .main-navigation ul {
	margin-bottom: 0;
}
header.site-header .main-navigation li a {
	line-height: 1.4;
	text-transform: uppercase;
	transition: 0.3s;
	font-size: 15px;
	font-family: var(--font-bold);
}
header.site-header .main-navigation li a:hover {
	transition: 0.3s;
}
header.site-header .main-navigation ul#primary-menu li:nth-last-of-type(1) {
	margin-right: 0;
	padding-right: 0;
}
header.site-header .main-navigation ul#primary-menu > li.current_page_item > a {
	color: var(--third-color);
}
header.site-header .main-navigation ul#primary-menu > li:nth-of-type(1) {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
header .widget-logo {
	display: flex;
	align-items: center;
	margin-left: -65px;
}
header .widget-logo figure {
	margin: 0;
}
header .content_header_menu {
	display: flex;
}
header.site-header .main-navigation ul.sub-menu {
	background-color: var(--third-color);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 0 0 0px;
	transition: 0.3s;
	opacity: 0;
	height: 80px;
	max-height: 80px;
	width: 100vw;
	left: 0;
	z-index: -1;
	transform: translateY(-80px);
	padding: 0 40px 0 26.7vw;
}
.head_widget_actus {
	width: 139px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1f2326;
	transition: 0.3s;
}
.head_widget_actus:hover {
	background-color: #c18b34;
	transition: 0.3s;
}
.head_widget_actus a {
	padding: 15px;
	color: white;
}
header.site-header .main-navigation ul.sub-menu li {
	margin-bottom: 18px;
	opacity: 0;
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	height: 196px;
	max-height: 196px;
	transition: 0.3s;
	transform: translateY(0);
	cursor: auto;
	padding: 40px 40px 20px 26.7vw;
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu li {
	opacity: 1;
	transition: 0.5s;
	transition-delay: 0.3s;
}
header.site-header .main-navigation ul.sub-menu::after {
	content: "";
	background-image: url(img/Les-Acaciens-1.jpg);
	width: 143px;
	height: 0;
	position: absolute;
	left: 8.12vw;
	top: 27px;
	transition: 0.3s;
	background-size: cover;
}
header.site-header .main-navigation li:nth-of-type(3) ul.sub-menu::after {
	background-image: url(img/Panneaux-fibre-de-bois-768x1024.jpg);
}
header.site-header .main-navigation li:nth-of-type(4) ul.sub-menu::after {
	background-image: url(img/charpente.jpg);
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu::after {
	opacity: 1;
	height: 143px;
	transition: 0.3s;
}
header.site-header .bottom-header {
	z-index: 9;
	position: relative;
}
header.site-header .bottom-header > div {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	background-color: white;
}
header.site-header .main-navigation ul.sub-menu li a {
	width: auto;
	white-space: nowrap;
	padding: 0 14px;
	display: inline-block;
	line-height: 26px;
	margin: 0 4.65vw 0 0;
	position: relative;
	color: white;
	letter-spacing: 0.01em;
	font-size: 14px;
	font-family: var(--font-bold);
}
header.site-header .main-navigation ul.sub-menu li a::before {
	content: "";
	width: 1px;
	height: 19.5px;
	background-color: var(--bg-color);
	left: 0;
	top: 3px;
	position: absolute;
	z-index: 9;
}
header.site-header .main-navigation ul.sub-menu li a::after {
	content: "";
	width: 18.75px;
	height: 15px;
	background-image: url(img/arrow_red.svg);
	background-size: contain;
	background-repeat: no-repeat;
	left: -34px;
	top: 5px;
	position: absolute;
	z-index: 9;
	opacity: 0;
	transition: 0.3s;
}
header.site-header .main-navigation ul.sub-menu li a:hover::after {
	opacity: 1;
	transition: 0.3s;
}
header.site-header .main-navigation ul.sub-menu li:nth-of-type(1) a {
	margin-top: 0;
}
/* header.site-header .container h2 {
	font-size: 28px;
	line-height: 1;
	color: var(--main-color);
	margin: 0 0 21px 0;
} */
/* -------------------------- menu responsive */
#menuToggle {
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9;
	top: 21px;
	right: 50px;
}
#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}
#menuToggle > span {
	display: block;
	background: var(--sec-color);
	width: 20px;
	height: 3px;
	margin-bottom: 6px;
	position: relative;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 6px 0px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, 2.5px);
}
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(3.5px, 2px);
	width: 29.5px;
}
#menuToggle > span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child(2) {
	transform-origin: 0% 100%;
	margin-bottom: 0;
}
#menuToggle #menu {
	position: absolute;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	right: calc((100vw - 50px) - 330px);
	height: 100vh;
	margin: 0;
	top: 41px;
	z-index: 9;
	padding-right: 50px;
	padding-left: 0;
	background: transparent;
}
#menuToggle #menu .menu-container-2 {
	overflow-x: visible;
	padding-bottom: 100px;
	width: 280px;
	background: white;
	overflow-y: scroll;
	height: 100vh;
	background-color: var(--third-color);
}
#menuToggle #close_btn {
	background-image: url(img/exit.svg);
	width: 41px;
	height: 41px;
	position: absolute;
	right: 51px;
	top: 50vh;
	transform: translate(calc(100% + 9px), -50%);
	cursor: pointer;
}
header.site-header .bloc-1 {
	margin: 5.65vh auto;
	text-align: center;
}
#menuToggle #menu > a {
	margin-bottom: 23.43vh;
	display: inline-block;
	z-index: 9;
	position: relative;
}
#menuToggle #menu #primary-menu {
	margin: 0;
	padding: 0;
	z-index: 9;
	position: relative;
	margin-top: 30px;
}
#menuToggle #menu #primary-menu li {
	list-style-type: none;
	margin: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-top: 1px solid var(--third-color);
	width: 100%;
	padding: 8px 0 8px 40px;
	position: relative;
	border-bottom: 1px solid white;
}
#menuToggle #menu .menu-container-2 .head_widget_rs_mobile {
	padding-left: 40px;
}
#menuToggle #menu .menu-container-2 .head_widget_rs_mobile:nth-of-type(2) {
	margin-top: 25px;
}
#menuToggle #menu .menu-container-2 .head_widget_rs_mobile:nth-of-type(2) p {
	font-size: 0;
}
#menuToggle #menu .menu-container-2 .head_widget_rs_mobile:nth-of-type(2) p a {
	margin-right: 15px;
}
#menuToggle #menu .menu-container-2 .head_widget_rs_mobile:nth-of-type(3) {
	font-size: 15px;
	font-family: var(--font-regular);
	font-weight: 500;
	color: black;
	margin-bottom: 75px;
}
#menuToggle #menu #primary-menu li a {
	color: white;
	font-size: 15px;
	font-family: var(--font-bold);
	text-transform: uppercase;
	line-height: 21px;
	padding: 10px 0;
}
#menuToggle #menu #primary-menu li.menu-item-has-children > a::before {
	content: "";
	height: 13px;
	width: 13px;
	background-image: url(img/burger.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 32px;
	top: 15px;
}
#menuToggle #menu #primary-menu li.menu-item-has-children > a::after {
	content: "";
	height: 11px;
	width: 11px;
	background-image: url(img/exit.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 32px;
	top: 15px;
	display: none;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open > a::after {
	display: block;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open > a::before {
	display: none;
}
#menuToggle #menu #primary-menu li.menu-item-has-children.open > .sub-menu {
	max-height: none;
	margin: 10px 0;
	padding: 0;
}
#menuToggle #menu #primary-menu > li:nth-of-type(1) {
	border-top: none;
}
#menuToggle #menu #primary-menu > li > a {
	color: black;
}
#menuToggle #menu #primary-menu li.active a {
	color: var(--color-text);
}
#menuToggle #menu #primary-menu li .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
	margin: 0;
}
#menuToggle #menu #primary-menu li .sub-menu a {
	font-weight: 500;
	text-transform: none;
}
#menuToggle #menu #primary-menu li.visible .sub-menu {
	max-height: 500px;
	transition: 0.3s;
}
#menuToggle #menu #primary-menu li li {
	border: none;
	padding: 6px 0;
}
#menuToggle #menu #primary-menu ul {
	margin: 0;
	padding-left: 20px;
}
#menuToggle .head_widget p {
	margin: 44px 0 0 40px;
}
#menuToggle .head_widget p a {
	color: white;
	font-size: 15px;
	font-family: var(--font-bold);
}
#menuToggle .head_widget p a img {
	width: 20.85px;
	margin-bottom: -4px;
	margin-right: 6px;
}
#menuToggle .mentions {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 28px;
}
#menuToggle .mentions p,
#menuToggle .mentions a {
	color: white;
	font-size: 14px;
	margin: 4px 0;
}
#menuToggle .mentions a {
	font-weight: bold;
}
body.menu_open {
	overflow: hidden;
}
@media only screen and (min-width: 1300px) {
	#menuToggle {
		display: none;
	}
}
@media only screen and (max-width: 1300px) {
	header.site-header .content_header_menu {
		display: none;
	}
}

/* --------------------------------------------------- Accueil */
h1,
.home h2,
.home h1 span {
	text-transform: uppercase;
	font-size: 44px;
	font-family: var(--font-light);
	letter-spacing: 0.01em;
	line-height: 1;
	color: var(--sec-color);
	font-weight: normal;
}
section.top {
	height: 100vh;
	position: relative;
}
body.logged-in section.top {
	height: calc(100vh - 32px);
}
section.top h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 45px;
	line-height: 1.22;
	text-transform: uppercase;
	text-align: center;
	z-index: 9;
	width: 80%;
	text-shadow: 0 4px 13px rgba(0, 0, 0, 0.6);
}
.home h1 span {
	color: white;
	font-size: 45px;
	line-height: 1.22;
	text-transform: uppercase;
}
section.top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.top::after {
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0.8));
	mix-blend-mode: multiply; /* Mode produit */
}
a#pop {
	position: absolute;
	left: 50%;
	bottom: 46px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 9;
}
a#pop p {
	text-transform: uppercase;
	transform: rotate(270deg);
	position: absolute;
	top: -65px;
	transition: 0.3s;
	font-size: 15px;
	color: white;
}
a#pop:hover p {
	top: -58px;
	transition: 0.3s;
}
a#pop img {
	width: 37px;
	height: 37px;
}
section.about {
	overflow: hidden;
}
section.about .container {
	width: 86.5%;
}
section.about .container h2 {
	text-align: center;
	margin: 113px auto 69px;
}
section.about .container .content {
	display: flex;
}
section.about .container .content .left {
	width: 50%;
	padding-right: 39px;
	border-right: 1px solid black;
}
section.about .container .content .left h3 {
	font-size: 30px;
	letter-spacing: 0.01em;
	line-height: 1.33;
	margin: 7px 0 31px;
	color: var(--sec-color);
}
section.about .container .content .right {
	width: 50%;
	margin-left: 35px;
}
section.about .container .content .right p {
	max-width: 434px;
	margin-top: 7px;
}
section.about .container > p {
	text-align: center;
}
a.en_savoir_plus,
p.en_savoir_plus a {
	letter-spacing: 0.01em;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 8px 14px 8px 57px;
	transition: 0.3s;
}
a.en_savoir_plus:hover,
p.en_savoir_plus a:hover {
	background-color: rgba(193, 139, 52, 0.1);
	transition: 0.3s;
}
a.en_savoir_plus::before,
p.en_savoir_plus a::before {
	content: "";
	width: 18.75px;
	height: 15px;
	background-image: url(img/arrow_red.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 12px;
}
a.en_savoir_plus::after,
p.en_savoir_plus a::after {
	content: "";
	width: 1px;
	height: 19.5px;
	position: absolute;
	left: 47px;
	top: 10px;
	background-color: var(--main-color);
}
section.about .container .en_savoir_plus {
	margin-top: 70px;
}

/* --------------------------------------------------- Actus */

section.actus {
	position: relative;
	margin-top: 164px;
	background-color: rgba(193, 139, 52, 0.37);
	padding: 35px 0 83px;
}
section.actus .container {
	position: relative;
}
section.actus .actualites {
	display: flex;
	justify-content: flex-end;
}
section.actus h2 {
	position: absolute;
	top: -70px;
	left: 52.6%;
	margin: 0;
	transform: translateY(-100%);
}
section.actus .actualites .actu {
	line-height: 0;
}
section.actus .actualites .actu:nth-of-type(1) {
	width: 49.26%;
	top: -134px;
	left: 0;
	position: absolute;
}
section.actus .actualites .actu:nth-of-type(1)::after {
	content: "";
	width: 100%;
	height: 62%;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(69, 72, 74, 1));
	mix-blend-mode: multiply;
}
section.actus .actualites .actu img {
	border: 1px solid #707070;
	object-fit: cover;
}
section.actus .actualites .actu:nth-of-type(1) img {
	height: 357px;
}
section.actus .actualites .actu:nth-of-type(1) .text {
	position: absolute;
	width: 244px;
	bottom: 22px;
	left: 27px;
	z-index: 9;
}
section.actus .actualites .actu:nth-of-type(1) p {
	color: white;
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 25px;
}
section.actus .actualites .actu:nth-of-type(1) p::after,
section.actus .actualites .actu:nth-of-type(2) .text::after {
	content: "";
	width: 18.75px;
	height: 15px;
	background-image: url(img/arrow_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	transition: 0.3s;
}
section.actus .actualites .actu:nth-of-type(1) p::after {
	right: -35px;
	bottom: 7px;
}
section.actus .actualites .actu:nth-of-type(1):hover p::after {
	transform: translateX(10px);
	transition: 0.3s;
}
section.actus .actualites .actu:nth-of-type(2) {
	width: 46.78%;
	display: flex;
}
section.actus .actualites .actu:nth-of-type(2) img {
	height: 223px;
	width: 65.3%;
}
section.actus .actualites .actu:nth-of-type(2) .text {
	background-color: white;
	border: 1px solid #707070;
	padding: 28px 40px 22px 20px;
	width: 34.7%;
	position: relative;
}
section.actus .actualites .actu:nth-of-type(2) .text::after {
	background-image: url(img/arrow_black.svg);
	left: 21px;
	bottom: 26px;
}
section.actus .actualites .actu:nth-of-type(2):hover .text::after {
	transform: translateX(10px);
	transition: 0.3s;
}
section.actus .actualites .actu:nth-of-type(2) .text p {
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

/* ------------------------------------------- section Réalisations */

section.rea {
	padding-top: 366px;
	position: relative;
	overflow-x: hidden;
}
section.rea .container_rea {
	background-color: #f0f0f4;
	position: relative;
}
section.rea .container {
	width: 93%;
	max-width: 1270px;
}
section.rea h2 {
	text-align: center;
	position: absolute;
	top: -170px;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}
section.rea .container .content-actualites {
	width: 100vw;
}
section.rea .realisation,
.template.realisations a.realisation-item {
	width: 366px;
	display: flex;
	flex-direction: column;
	position: relative;
}
section.rea .realisation img,
.template.realisations a.realisation-item img {
	height: 234px;
	width: 100%;
	object-fit: cover;
}
section.rea .realisation .text p,
.template.realisations a.realisation-item .text p {
	padding: 29px 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: var(--sec-color);
	font-family: var(--font-bold);
}
section.rea .realisation .category,
.template.realisations a.realisation-item .category {
	position: absolute;
	margin: 0;
	background: white;
	padding: 5px 14px;
	font-size: 14px;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	top: 220px;
	z-index: 9;
}
section.rea .owl-stage-outer {
	overflow: visible;
}
section.rea .owl-item {
	margin-top: -42px;
}
section.rea .container > p {
	padding: 107px 0 82px;
	text-align: center;
}
section.rea .en_savoir_plus:hover {
	background-color: white;
}

/* ------------------------------------------- section presentation */
.home section.presentation .container {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
}
section.presentation .pres {
	display: flex;
	flex-direction: column;
}
section.presentation .pres img {
	height: 150.7px;
	width: 100%;
	object-fit: contain;
}
section.presentation .pres img {
	height: 150.7px;
	width: 100%;
	object-fit: contain;
}
section.presentation .pres h3 {
	margin: 22px 0 38px;
	text-align: center;
	font-size: 25px;
	color: var(--sec-color);
	font-family: var(--font-bold);
	letter-spacing: 0.01em;
}
section.presentation {
	padding: 160px 0 193px;
}
section.presentation .container {
	display: flex;
}
section.presentation .wp-block-columns {
	width: 100%;
	gap: unset;
	justify-content: space-around;
}
section.presentation .wp-block-column {
	display: flex;
	flex-direction: column;
	flex-basis: unset !important;
	flex-grow: unset !important;
}
section.presentation .wp-block-column img {
	height: 150.7px;
	width: 100%;
	object-fit: contain;
}
section.presentation .wp-block-column h3 {
	margin: 22px 0 38px;
	font-size: 25px;
	color: var(--sec-color);
	font-family: var(--font-bold);
	letter-spacing: 0.01em;
}
section.presentation .en_savoir_plus::after,
section.presentation .en_savoir_plus a::after {
	height: calc(100% - 20px);
}

/* ------------------------------------------- section avis */

section.avis .container {
	max-width: 1295px;
	width: 95%;
}
section.avis .container h2 {
	text-align: center;
	margin-bottom: 120px;
}
section.avis .content_avis {
	display: flex;
	justify-content: space-between;
}
section.avis .content_avis .single_avis {
	display: flex;
	flex-direction: column;
	width: 29.3%;
	padding-left: 21px;
	border-left: 1px solid black;
	transition: 0.3s;
}
section.avis .content_avis .single_avis:hover {
	transition: 0.3s;
	transform: scale(0.96) !important;
}
section.avis .content_avis .single_avis > p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
}
section.avis p.title {
	font-family: var(--font-bold);
	margin-bottom: 12px;
}
section.avis .lieu {
	display: flex;
	margin-top: 21px;
	align-items: center;
}
section.avis .lieu img {
	width: 40px;
	margin-right: 16px;
}
section.avis .lieu p {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
}
section.avis .container > p {
	text-align: center;
	margin: 80px 0 170px;
}

/* --------------------------------------------------- footer */
footer .site-info .container {
	display: flex;
	width: 88.4%;
	max-width: 1208px;
}
footer .site-info .top {
	padding: 33px 0;
	background-color: var(--bg-color);
}
footer .site-info .top .container {
	max-width: 735px;
	justify-content: space-between;
	align-items: flex-end;
}
footer .site-info .footer_col p,
footer .site-info .footer_col a {
	color: white;
}
footer .site-info .footer_col a.en_savoir_plus::before {
	background-image: url(img/arrow_white.svg);
}
footer .site-info .footer_col a.en_savoir_plus::after {
	background-color: white;
}
footer .site-info .footer_col.two,
footer .site-info .footer_col.three {
	margin-bottom: 20px;
}
footer .site-info .footer_col.two p strong {
	font-size: 18px;
	line-height: 32px;
}
footer .site-info .footer_col.two .head_widget:nth-of-type(1) {
	margin-bottom: 30px;
}
footer .site-info .footer_col .en_savoir_plus {
	text-transform: none;
}
footer .site-info .footer_col.four {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	padding: 62px 0 85px;
}
.site-footer .foot_bar {
	background-color: white;
	width: 100%;
	height: 87px;
	display: flex;
	align-items: center;
	border-top: 1px solid #707070;
}
.site-footer .foot_bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1071px;
}
.site-footer .foot_bar .container > div > a:nth-of-type(1),
.site-footer .foot_bar .container > p {
	margin: 0 36px;
}
.site-footer .foot_bar .container > div > a:nth-of-type(1) {
	margin-left: 0;
}
.site-footer .foot_bar .container > p {
	margin-right: 0;
	font-family: var(--font-regular);
}
.site-footer .foot_bar a,
.site-footer .foot_bar p {
	color: var(--bg-color);
	font-size: 14px;
	line-height: 28px;
	font-family: var(--font-bold);
}
.site-footer .foot_bar .container > p a {
	margin-left: 6px;
}
.site-footer .foot_bar > p > a {
	margin-left: 5px;
	font-weight: 700;
}
.site-footer .foot_bar a {
	transition: 0.3s;
	display: inline-block;
}
.site-footer .foot_bar a:hover {
	transition: 0.3s;
	transform: scale(1.04);
}
/* Template acacia   ---------------------------------------- */
.template {
	margin-top: 230px;
}
.template h1 {
	text-align: center;
	margin: 0 0 12px;
}
.template .container a {
	color: var(--sec-color);
	transition: 0.3s;
	display: inline-block;
}
.template .container a:hover {
	transition: 0.3s;
	transform: scale(1.03);
}
.template > .container > p {
	max-width: 628px;
	margin: auto;
	font-size: 18px;
	font-family: var(--font-bold);
}
.template h2 {
	font-size: 30px;
	line-height: 1.33;
	color: var(--sec-color);
}
.template.acacia section.one {
	margin-top: 160px;
	margin-bottom: 157px;
}
.template.acacia section.one .container {
	position: relative;
	font-size: 0;
}
.template.acacia section.one h2 {
	padding: 63px 61px 63px 0;
	text-align: right;
	width: fit-content;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: -31px;
	left: 0;
	background-color: white;
	font-size: 24px;
}
.template.acacia section.one img {
	margin-left: 15.44%;
	width: 84.56%;
}
.template.acacia section.one .text {
	background-color: rgba(193, 139, 52, 0.77);
	padding: 122px 26px 60px 61px;
	width: 47.88%;
	position: absolute;
	top: -53px;
	right: 7%;
	height: 117.3%;
}
.template.acacia section.one h3 {
	text-transform: uppercase;
	font-size: 44px;
	font-family: var(--font-thin);
	letter-spacing: 0.01em;
	line-height: 1;
	color: white;
	margin: 0 0 70px 0;
}
.template.acacia section.one p {
	margin: 0 0 10px 0;
	color: white;
}
.template.acacia section.two .container {
	display: flex;
}
.template.acacia section.two .left {
	width: 50%;
	padding-right: 7%;
}
.template.acacia section.two .left img:nth-last-of-type(1) {
	max-width: 307px;
	margin: 90px 0 0 13%;
}
.template.acacia section.two .right {
	width: 50%;
	max-width: 434px;
}
.template.acacia section.two .right h2 {
	margin: 78px 0 25px;
}
.template.acacia section.presentation {
	margin-top: 80px;
	padding-bottom: 160px;
}
.template.acacia section.presentation .container {
	justify-content: space-evenly;
}

/* Template equipe     ---------------------------------------- */
.page-template .template .contenu {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.page-template .template .contenu > div {
	width: 43.3%;
}
.page-template .template .contenu > div > p {
	font-size: 16px;
	letter-spacing: 0.01em;
	margin-bottom: 22px;
}
.page-template .contenu.equipe figure {
	margin: 30px 0;
	height: auto;
	width: 100% !important;
	position: relative;
	display: inline-block;
}
.page-template .contenu.equipe figure figcaption {
	position: absolute;
	padding: 0 0 13px 20px;
	bottom: 0;
	left: 0;
	color: white;
	font-size: 15px;
	font-family: var(--font-bold);
	margin: 0;
	z-index: 9;
}
.page-template .contenu.equipe figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-template .contenu.equipe figure::after {
	content: "";
	width: 100%;
	height: 133px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(69, 72, 74, 1));
	mix-blend-mode: multiply;
}
/* template nos clients --------------------------------------------- */
.page-template-nos-clients .template h1 {
	margin-bottom: 130px;
}
.page-template-nos-clients .template .contenu {
	width: 100%;
	margin-bottom: 76px;
	margin-top: 0;
}
.page-template-nos-clients .template .contenu .left {
	width: 50%;
}
.page-template-nos-clients .template .contenu .left p {
	font-size: 16px;
}
.page-template-nos-clients .template .contenu .left h3 {
	font-size: 18px;
	color: var(--sec-color);
	text-transform: none;
}
.page-template-nos-clients .template .contenu p.caption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
.page-template-nos-clients .template .contenu .right {
	max-width: 443px;
	text-align: center;
}
.page-template-nos-clients .template .contenu .right img {
	max-width: 443px;
	max-height: 443px;
	width: 100%;
	object-fit: cover;
}
/* Template realisations     ---------------------------------------- */

.page-template .template.realisations .contenu {
	flex-direction: column;
	margin: 61px 0;
	background-color: #f0f0f4;
	padding-top: 45px;
}
.page-template .template.realisations .contenu > div {
	width: 100%;
}
.page-template .template.realisations .contenu .container {
	width: 90%;
}
.page-template .template.realisations .contenu .content_rea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.page-template .template.realisations .contenu .content_rea .ajax-load-more-wrap {
	width: 100%;
}
.template.realisations a.realisation-item {
	margin: 0 8px 96px 8px;
	width: calc(33% - 13px);
	overflow: hidden;
}
.template.realisations a.realisation-item .text p {
	background-color: #f0f0f4;
	position: relative;
}
.page-template .template.realisations .contenu .filters {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 62px;
}
.page-template .template.realisations .contenu .filters button {
	cursor: pointer;
	margin: 0 23px;
	background: transparent;
	border: 1px solid var(--third-color);
	text-transform: uppercase;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 0.01em;
	padding: 9px 16px 7px 16px;
	margin-bottom: 23px;
	transition: 0.3s;
}
.page-template .template.realisations .contenu .filters button:hover {
	background-color: white;
}
.page-template .template.realisations .contenu .filters button.active {
	background: var(--third-color);
	color: white;
	transition: 0.3s;
}
.template.realisations a.realisation-item img {
	transition: 0.3s;
}
.template.realisations a.realisation-item img:hover {
	transform: scale(1.1);
	transition: 0.6s;
}
.alm-btn-wrap {
	text-align: center;
	margin-bottom: 103px;
}
.alm-btn-wrap button {
	border: none;
	background: transparent;
	position: relative;
}
.alm-btn-wrap button:hover {
	cursor: pointer;
}
.alm-btn-wrap button::after {
	content: "";
	width: 104%;
	height: 1px;
	background-color: black;
	top: 0;
	left: -2%;
	position: absolute;
}

/* Template single realisations     ---------------------------------------- */
.single .single-realisations {
	margin-top: 229px;
}
.single .single-realisations .container {
	max-width: 902px;
}
.single .single-realisations .container > p {
	text-align: center;
}
.single .single-realisations h1 {
	margin: 0 auto 88px;
	text-align: center;
	max-width: 645px;
}
.single .single-realisations h3 {
	color: var(--sec-color);
	margin: 0 0 27px 0;
}
.single .single-realisations .text {
	display: flex;
	width: 110%;
	margin-bottom: 88px;
}
.single .single-realisations .text ul {
	margin-left: 0;
	padding-left: 20px;
}
.single .single-realisations .text .left {
	width: 65.5%;
}
.single .single-realisations .text .right {
	margin-left: 6.85%;
	width: 33.7%;
}
.single .single-realisations .gallerie img {
	width: 100%;
	margin-bottom: 69px;
}
.single .single-realisations a.en_savoir_plus {
	margin: 90px 0 20px;
}

/* Template legal     ---------------------------------------- */
.page-template-legal .site > .container {
	margin-top: 120px;
	margin-bottom: 80px;
}

/* Template contact     ---------------------------------------- */
.template.contact {
	margin: 0;
	padding-top: 230px;
	background-color: var(--third-color);
	height: 1025px;
	margin-bottom: 337px;
}
.template.contact h1,
.template.contact p,
.template.contact li {
	color: white;
}
.template.contact h3 {
	color: var(--sec-color);
}
.template.contact .content {
	display: flex;
	margin-top: 60px;
	position: relative;
}
.template.contact .content .left {
	background-color: var(--bg-color);
	width: 57.3%;
	padding: 50px 6.7% 59px 10.17%;
}
.template.contact label {
	color: var(--third-color);
	margin-top: 24px;
	display: inline-block;
	width: 100%;
}
.template.contact .wpcf7-text {
	width: 461px;
	max-width: 100%;
	border: 1px solid var(--third-color);
	border-radius: 0;
	height: 60px;
	margin-top: 10px;
}
.template.contact textarea {
	border: 1px solid var(--third-color);
	border-radius: 0;
	margin-top: 10px;
	height: 152px;
	resize: none;
}
.template.contact label .wpcf7-list-item-label {
	margin: 0;
	color: white;
}
.template.contact .wpcf7-list-item {
	margin: 0;
}
.template.contact .custom-checkbox {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: white;
}
.template.contact .custom-checkbox .checkbox-heading {
	font-size: 14px;
}
.template.contact .custom-checkbox input[type="checkbox"] {
	display: none;
}
.template.contact .custom-checkbox .wpcf7-list-item label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-top: 5px;
}
.template.contact .custom-checkbox .wpcf7-list-item-label::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid white;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-right: 10px;
}
.template.contact .custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: white;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 8px;
}
.template.contact input[type="submit"] {
	background-color: var(--main-color);
	color: white;
	font-size: 14px;
	font-family: var(--font-bold);
	border-radius: 0;
	border: none;
	width: 260px;
	height: 60px;
	margin-top: 80px;
}
.template.contact form > p:nth-last-of-type(1) {
	text-align: center;
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 50%);
	margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: var(--third-color);
	color: white;
}
.template.contact .content .right {
	padding: 0 10.17% 0 5.55%;
	width: 42.7%;
}
.template.contact .content .right h3 {
	margin: 45px 0 5px;
}
.template.contact .content .right p {
	margin: 0;
}
.template.contact .content .right a {
	color: white;
}
.template.contact .content .right .hours {
	display: flex;
}
.template.contact .content .right .hours ul {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}
.template.contact .content .right iframe {
	position: absolute;
	bottom: -100px;
	right: 10.17%;
	width: 26.9%;
}
/* Template de base     ---------------------------------------- */
.template.de_base {
	margin: 0;
}
.template.de_base .content_title {
	background-color: var(--third-color);
	padding-top: 230px;
	padding-bottom: 43px;
}
.template.de_base .content_title h1 {
	color: white;
}
.template.de_base .content_sur_fond {
	background-color: rgba(69, 72, 74, 0.1);
	padding-top: 56px;
	padding-bottom: 56px;
}
.template.de_base .content_sur_fond .container,
.template.de_base .content .container {
	max-width: 800px;
}
.template.de_base .content_sur_fond p {
	font-family: var(--font-bold);
	font-size: 18px;
}
.template.de_base .content_sur_fond figure {
	margin: 50px auto 35px;
	text-align: center;
}
.template.de_base .content {
	padding-top: 50px;
}
.template.de_base .content .container > p > img {
	margin: 16px 0;
}
.template.de_base .content h2 {
	color: var(--main-color);
	font-family: var(--font-regular);
	font-weight: normal;
}
.template.de_base .content h3 {
	color: var(--sec-color);
	font-family: var(--font-bold);
	text-transform: none;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.template.de_base .content ul {
	margin: 0;
	padding-left: 18px;
}

/* page actus ------------------------------------------------- */
div.actus {
	background-color: var(--third-color);
}

.actus .fiche_actu {
	filter: brightness(1);
	background-color: white;
	display: flex;
	flex-direction: column;
}
.actus .fiche_actu:hover {
	filter: brightness(1);
}
.actus .text p {
	color: var(--color-main);
	margin: 0;
	line-height: 20px;
}
.actus .text p:nth-of-type(1),
.page-template-actualites .nos_actus .fiche_actu .text p:nth-of-type(1) {
	font-size: 14px;
	color: var(--color-sec);
	line-height: 24px;
}
.actus .text p:nth-of-type(2),
.page-template-actualites .nos_actus .fiche_actu .text p:nth-of-type(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 80px;
}
.actus .fiche_actu .text,
.page-template-actualites .nos_actus .fiche_actu .text {
	padding: 25px 21px 21px 21px;
	height: 154px;
}
.actus .owl-carousel .owl-item img,
.page-template-actualites .nos_actus .fiche_actu img {
	height: 190px;
	object-fit: cover;
}
.site > div.actus {
	margin-bottom: 343px;
}
.page-template-actualites .actus .container {
	padding-top: 205px;
	max-width: 90%;
	position: relative;
}
.page-template-actualites .top_header_visible .actus .container {
	padding-top: calc(205px + 50px);
}
.page-template-actualites .nos_actus .content_rea {
	display: flex;
	flex-wrap: wrap;
	margin-right: -9.5px;
	margin-left: -9.5px;
}
.page-template-actualites .nos_actus .fiche_actu {
	width: calc(33% - 19px);
	margin: 0 9.5px 114px;
}
.page-template-actualites .nos_actus .fiche_actu img {
	height: 190px;
	object-fit: cover;
}
.page-template-actualites .actus .title {
	width: calc(33% - 19px);
	margin: 0 9.5px 114px 0;
	position: absolute;
	height: 344px;
}
.page-template-actualites .actus .title h1,
.page-template-actualites .actus .title p {
	color: white;
}
.page-template-actualites .actus .title h1 {
	font-size: 40px;
}
.page-template-actualites .actus .title .dessin {
	max-width: 385.4px;
	width: 28.2vw;
	min-width: 300px;
	transform: translate(-28%, 10%);
}
.page-template-actualites .nos_actus .fiche_actu:nth-of-type(1) {
	margin-left: calc(33% + 9.5px);
}
.page-template-actualites .alm-btn-wrap {
	text-align: center;
	padding: 45px 0 94px;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	position: relative;
	padding-top: 15px;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn:hover::before {
	transform: translate(-50%, 5px);
	transition: 0.3s;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn::before {
	content: "";
	background-image: url(img/arrow_bottom.svg);
	width: 33px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: -45px;
	transform: translateX(-50%);
	transition: 0.3s;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn.done {
	opacity: 0.2;
	cursor: auto;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn.done::after {
	opacity: 0.2;
}
.page-template-actualites .alm-btn-wrap .alm-load-more-btn.done:hover::before {
	transform: translateX(-50%);
}
.wp-block-columns.atelier h2 {
	white-space: nowrap;
}

/* template single actus -------------------------------------- */
.temp_single {
	margin-top: 200px;
}
.temp_single .container {
	max-width: 800px;
}
.temp_single .breadcrumbs {
	display: flex;
}
.temp_single .breadcrumbs span {
	margin: 0 10px;
}
.temp_single .container-content {
	margin-bottom: 50px;
}
a.see_all {
	transition: 0.3s;
	display: inline-block;
}
a.see_all:hover {
	transform: scale(1.04);
	text-decoration: underline;
	transition: 0.3s;
}

/* SECTION FAQ ---------------------------------------- */
section#faq {
	background-color: var(--color-sec);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
section#faq h2 {
	margin: 0 0 38px;
	color: var(--main-color);
	font-family: var(--font-regular);
	font-weight: 400;
}
section#faq .container {
	width: 81%;
	max-width: 800px;
	padding-top: 70px;
}
section#faq .top {
	display: flex;
	margin-bottom: 35px;
}
section#faq ul {
	list-style-type: none;
	padding: 0;
}
section#faq ul ul {
	list-style-type: disc;
	padding-left: 18px;
	padding-right: 18px;
}
section#faq ul#accordeon {
	margin: auto;
	padding-bottom: 94px;
}
section#faq #accordeon li {
	margin-bottom: 0;
	background-color: white;
	color: black;
}
section#faq #accordeon li strong {
	font-weight: normal;
}
section#faq #accordeon > li:nth-last-of-type(1) .hidden.active {
	border-bottom: 1px solid #707070;
}
section#faq .head {
	margin-top: -1px;
	position: relative;
	cursor: pointer;
	padding: 17px 39px 16px 45px;
	background: white;
	z-index: 9;
	border: 1px solid #707070;
}
section#faq .head.open {
	background-color: rgba(193, 139, 52, 0.2);
}
section#faq .head.open p {
	color: var(--color-sec);
}
section#faq .sous-titre {
	margin-bottom: 28px;
}
section#faq .head h3 {
	position: relative;
	font-family: var(--font-bold);
	color: var(--sec-color);
	word-wrap: break-word;
	padding-right: 50px;
	text-transform: none;
	font-size: 20px;
	margin: 0;
}
section#faq .head h3::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(img/arrow.svg);
	background-size: 100% 100%;
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
	transition: 0.3s;
	transform: rotate(180deg);
}
section#faq .head.open h3::after {
	transition: 0.3s;
	transform: rotate(0deg);
}
section#faq .hidden {
	width: 100%;
	padding: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	background: white;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
}
section#faq .hidden p {
	padding: 0 21px 21px 45px;
	margin: 0;
}
section#faq .active {
	visibility: visible;
	height: auto;
	overflow: none;
	opacity: 1;
	padding-top: 21px;
}
.template.de_base .owl-item a {
	height: 545px;
	position: relative;
	width: 100%;
}
.template.de_base .owl-item a img {
	height: 100%;
	object-fit: cover;
}
.template.de_base .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 95%;
	left: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	pointer-events: none;
}
.template.de_base .owl-nav button {
	pointer-events: all;
}
.owl-theme .owl-nav [class*="owl-"] {
	transition: 0.3s;
}
section.gallery-carousel-wrapper {
	margin-top: 50px;
}

/* media queries ----------------------------------------------*/
@media only screen and (max-width: 1300px) {
	header.site-header .container .head_widget_title {
		display: block;
	}
	header.site-header .top_bar,
	header .widget-logo {
		display: none;
	}
	header.site-header .container {
		align-items: center;
		height: 62px;
	}
	header.site-header .bottom-header h2 {
		padding: 0 80px 0 0;
	}
	.template,
	.single .single-realisations {
		margin-top: 144px;
	}
	.template.de_base .content_title {
		padding-top: 144px;
	}
	.temp_single {
		margin-top: 115px;
	}
}
@media only screen and (max-width: 1200px) {
	h1,
	.home h2 {
		font-size: 38px;
	}
	section.about .container .content .left h3 {
		font-size: 28px;
	}
	.single .single-realisations .text {
		width: 100%;
	}
}
@media only screen and (max-width: 1100px) {
	.template.acacia section.one h2 {
		padding: 55px 45px 46px 0;
	}
}
@media only screen and (max-width: 1024px) {
	section.rea .realisation,
	.template.realisations a.realisation-item {
		width: 315px;
	}
	section.rea .realisation img,
	.template.realisations a.realisation-item img {
		height: 200px;
	}
	section.rea .realisation .category,
	.template.realisations a.realisation-item .category {
		top: 185px;
	}
	section.actus h2 {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		transform: translateY(0);
		left: unset;
		top: unset;
	}
	section.actus .actualites {
		flex-direction: column;
		align-items: center;
	}
	section.actus .actualites .actu {
		width: 500px !important;
		max-width: 100%;
	}
	section.actus .actualites .actu:nth-of-type(1) {
		position: relative;
		top: unset;
		margin-bottom: 40px;
	}
	.template.acacia section.one .text {
		padding: 80px 26px 60px 61px;
		width: 70%;
		top: 30px;
		right: 50%;
		height: auto;
		transform: translateX(50%) !important;
	}
	.template.acacia section.one img {
		margin-left: 0;
		width: 100%;
	}
	.template.acacia section.one h2 {
		position: absolute;
		width: 100%;
		text-align: center;
		padding: 0;
		top: -150px;
	}
	.template.acacia section.one {
		margin-top: 215px;
	}
	.template.realisations a.realisation-item {
		width: calc(50% - 16px);
	}
	.page-template .template .contenu > div {
		width: 45.3%;
	}
}
@media only screen and (max-width: 991px) {
	footer .site-info .footer_col.four {
		justify-content: space-between;
	}
	footer .site-info .footer_col.four .head_widget {
		width: 20%;
	}
	.template.acacia section.two .container {
		flex-direction: column;
	}
	.template.acacia section.two .left {
		width: 100%;
		padding-right: 0;
	}
	.template.acacia section.two .right {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 899px) {
	.template.acacia section.one .text {
		width: 100%;
		top: 0;
		height: 100%;
		padding: 60px 26px 40px 40px;
		position: relative;
	}
	.single .single-realisations .text {
		flex-direction: column;
	}
	.single .single-realisations .text > div {
		width: 100% !important;
	}
	.single .single-realisations .text .right {
		margin-left: 0;
		margin-top: 35px;
	}
	.single .single-realisations a.en_savoir_plus {
		margin: 20px 0 20px;
	}
	.template.acacia section.one img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		object-fit: cover;
	}
	section.presentation .wp-block-columns {
		flex-direction: column;
		align-items: center !important;
	}
	section.presentation .wp-block-column {
		margin-bottom: 35px;
	}
	section.presentation .wp-block-column h3 {
		margin: 22px 0 12px;
	}
	section.presentation {
		padding: 125px 0 95px;
	}
	.page-template .template .contenu > div {
		width: 100%;
	}
	.page-template .template .contenu {
		flex-direction: column;
	}
	.page-template-nos-clients .template .contenu .left {
		width: 100%;
	}
	.page-template-nos-clients .template .contenu .right {
		max-width: 100%;
		width: 100%;
		margin-top: 35px;
	}
	section#faq .head h3::after {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}
	section#faq .head {
		padding: 16px 39px 15.5px 17px;
	}
	section#faq ul ul {
		padding-left: 0px;
		margin-left: 35px;
	}
	.page-template-actualites .nos_actus .fiche_actu,
	.page-template-actualites .actus .title {
		width: calc(50% - 19px);
	}
	.page-template-actualites .nos_actus .fiche_actu:nth-of-type(1) {
		margin-left: calc(50% + 9.5px);
	}
}
@media only screen and (max-width: 767px) {
	body.logged-in header.site-header {
		top: 46px;
	}
	body.logged-in section.top {
		height: calc(100vh - 46px);
	}
	footer .site-info .footer_col.four {
		padding: 50px 0 55px;
	}
	footer .site-info .top .container {
		flex-wrap: wrap;
		width: 530px;
		max-width: 88.4%;
	}
	section#faq .head h3::after {
		right: -20px;
	}
	section#faq .head h3 {
		padding-right: 20px;
	}
	footer .site-info .top .container .footer_col.one {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	section.avis .container h2 {
		margin-bottom: 80px;
	}
	section.avis .content_avis {
		flex-wrap: wrap;
	}
	section.avis .content_avis .single_avis {
		margin-bottom: 35px;
		width: 100%;
	}
	section.avis .container > p {
		margin: 30px 0 170px;
	}
	section.presentation {
		padding: 135px 0 145px;
	}
	section.presentation .container {
		flex-direction: column;
	}
	section.presentation .pres {
		margin-bottom: 50px;
	}
	section.presentation .pres p {
		text-align: center;
	}
	section.presentation .pres h3 {
		margin: 15px 0 15px;
	}
	h1,
	.home h2 {
		font-size: 34px;
	}
	section.rea .realisation .text p,
	.template.realisations a.realisation-item .text p {
		font-size: 16px;
	}
	section.rea {
		padding-top: 290px;
	}
	section.rea h2 {
		top: -135px;
	}
	section.top h1,
	.home h1 span {
		font-size: 38px;
	}
	section.about .container .content {
		flex-direction: column;
	}
	section.about .container .content .left {
		width: 100%;
		padding-right: 0;
		border-right: unset;
	}
	section.about .container .content .left h3 {
		text-align: center !important;
		font-size: 26px;
	}
	section.about .container .content .right {
		width: 100%;
		margin: 0;
	}
	section.about .container .content .right p {
		max-width: 100%;
	}
	section.about .container .en_savoir_plus {
		margin-top: 40px;
	}
	section.actus {
		margin-top: 120px;
	}
	.site-footer .foot_bar .container {
		flex-direction: column;
	}
	.site-footer .foot_bar .container > p {
		margin-left: 0;
	}
	.page-template .template .contenu {
		flex-direction: column;
	}
	.page-template .template .contenu > div,
	.page-template .contenu.equipe figure {
		width: 100% !important;
	}
	.template.acacia section.presentation {
		margin-top: 0;
	}
	.page-template .template.realisations .contenu .container {
		width: 90% !important;
	}
	.template.acacia section.one h3 {
		font-size: 32px;
		margin: 0 0 45px 0;
	}
}
@media only screen and (max-width: 599px) {
	section.about .container .content .left h3 {
		font-size: 24px;
	}
	section.presentation .pres h3 {
		font-size: 20px;
		margin: 14px 0 8px;
	}
	section.rea .realisation,
	.template.realisations a.realisation-item {
		width: 250px;
	}
	section.rea .realisation img,
	.template.realisations a.realisation-item img {
		height: 165px;
	}
	section.rea .realisation .category,
	.template.realisations a.realisation-item .category {
		top: 150px;
	}
	section.rea h2 {
		top: -160px;
	}
	section.rea .container > p {
		padding: 90px 0 68px;
	}
	.template > .container > p {
		font-size: 16px;
	}
	.template.realisations a.realisation-item {
		width: 100%;
		max-width: 400px;
	}
	.page-template .template.realisations .contenu .content_rea {
		justify-content: center;
	}
	.template.realisations a.realisation-item {
		margin-bottom: 50px;
	}
	.page-template-actualites .actus .title .dessin {
		display: none;
	}
	.page-template-actualites .actus .title {
		position: relative;
		height: auto;
	}
	.page-template-actualites .nos_actus .fiche_actu,
	.page-template-actualites .actus .title {
		width: calc(100% - 19px);
		margin-bottom: 50px;
	}
	.page-template-actualites .nos_actus .fiche_actu:nth-of-type(1) {
		margin-left: 9.5px;
	}
	.page-template-actualites .top_header_visible .actus .container {
		padding-top: calc(165px + 50px);
	}
}
@media only screen and (max-width: 499px) {
	footer .site-info .footer_col.four {
		flex-wrap: wrap;
		align-items: center;
	}
	section.actus .actualites .actu:nth-of-type(1) img {
		height: 225px;
	}
	footer .site-info .footer_col.four .head_widget {
		width: 40%;
	}
	footer .site-info .footer_col.four .head_widget figure {
		text-align: center;
	}
	footer .site-info .footer_col.four .head_widget figure a {
		width: 100%;
		display: block;
	}
	footer .site-info .footer_col.four .head_widget figure a img {
		width: 100%;
		height: 138px;
		object-fit: contain;
	}
	footer .site-info .top .container {
		justify-content: center;
	}
	section.top h1,
	.home h1 span {
		font-size: 32px;
	}
	section.actus .actualites .actu:nth-of-type(2) {
		flex-direction: column;
	}
	section.actus .actualites .actu:nth-of-type(2) img,
	section.actus .actualites .actu:nth-of-type(2) .text {
		width: 100%;
	}
	section.actus .actualites .actu:nth-of-type(2) .text::after {
		left: unset;
		right: 37px;
	}
	footer .site-info .footer_col.three {
		width: 265px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 399px) {
	.page-template .template.realisations .contenu .filters {
		display: flex;
		flex-direction: column;
	}
	.site-footer .foot_bar .container .mentions {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.site-footer .foot_bar {
		height: 105px;
	}
	.site-footer .foot_bar .container > div > a:nth-of-type(1) {
		margin: 0;
	}
	.template.acacia section.two .left img:nth-last-of-type(1) {
		margin: 90px 0 0 0%;
		max-width: 100%;
	}
	section.actus .actualites .actu:nth-of-type(1) p:after {
		display: none;
	}
}
.template.de_base.acacia .owl-theme .owl-nav [class*="owl-"] {
	font-size: 13px;
}
