/*
Theme Name: go4iot 22
Theme URI: https://orvalis.fr/
Description: Home made theme for go4iot.
Author: orvalis
Author url: https://orvalis.fr
Version: 1.5
License: GNU General Public License
License URI: ©go4iot
Tags: one-column, right-sidebar, left-sidebar, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, translation-ready, rtl-language-support, custom-background
*/



/*
@import url("https://use.typekit.net/ikf1ymo.css");
*/

@font-face {
	font-family: "obvia";
	src: url("fonts/Obvia-Book.otf");
}
@font-face {
	font-family: "obviaBold";
	src: url("fonts/Obvia-Bold.otf");
}

:root {
	--wrap: 1260px;
	--color-page-bg: #FFF;
	--color-dark: #5E6366;
	--color-medium: #87B2C7;
	--color-clear-bg: #E6F0FA;
	--color-clear-font: #E6F0FA;
	--color-surligne: #FCFF1F;
	/*--color-surligne: #2bfafa;;
	--color-surligne: cyan;*/
	--angle-3d: 3deg;
	--perspective: 600px;
	--width-3d: 98%;
	--translateX-3d: 5%;
	--margin: 10px;
	--wp--preset--font-size--large: 24px;
}

@media only screen and (min-width: 600px) {
	:root {
		--margin: 20px;
		--wp--preset--font-size--large: 36px;
	}
}
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#page,
.navbar,
.after-footer {
	max-width: none;
}

body {
	font-family: obvia, sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 100vw;
	color: #000;
	background-color: #FFF;
	line-height: 1.42857143;
	font-size: 18px;
}

#page,
#content,
body {
	width: 100vw;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: obviaBold, sans-serif;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	margin: 40px auto;
	padding: 40px 0;
	position: relative;
	display: block;
	width: auto;
	font-size: 1.8em
}

@media only screen and (min-width: 600px) {
	h2 {
		font-size: 2.4em;
	}
}

p {
	padding: calc(var(--margin) / 2) 0;
	margin: 0 0 11px;
}

strong {
	position: relative;
	z-index: 10;
	display: inline-block;
}

strong::before {
	position: absolute;
	content: '';
	width: 0;
	height: 60%;
	background-color: var(--color-surligne);
	display: inline-block;
	z-index: -1;
	bottom: -2px;
	left: -4px;
	transition: width 1s ease;
}

.appeared strong::before {
	width: 100% !important;
}

.wrap {
	max-width: var(--wrap);
	margin: 0 auto;
	padding-left: calc(2 * var(--margin));
	padding-right: calc(2 * var(--margin));
}

#page>header {
	height: 120px;
	display: flex;
	align-items: center;
	margin-top: 3px;
	margin-left: 20px;
}

#page>header .nav {
	display: none;
}

.custom-header-image {
	width: 200px;
}
.custom-header-image img {
	width: 100%;
    height: auto;
}
@media only screen and (min-width: 768px) {
	.custom-header-image {
		width: 250px;
		margin-left: calc(4 * var(--margin));
	}
}

section {
	padding-bottom: 10vh;
}

#content,
footer {
	background-color: var(--color-page-bg);
}

.fullwidth {
	width: 100vw;
}

.fullheight {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

section {
	position: relative;
	padding-top: calc(4 * var(--margin));
	padding-bottom: calc(4 * var(--margin));
}

section#pourquoi::before,
section#equipe::before,
section#partenaires::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23FCFF1F' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 0,0 4,50 46,50 50,98 54,50 96,50 100,0 100,100'  /%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 40px;
	width: 100%;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
	filter: drop-shadow(0px -5px 3px rgba(0, 0, 0, 0.1));
}

section#equipe::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23FFFFFF' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 0,0 4,50 46,50 50,98 54,50 96,50 100,0 100,100'  /%3E%3C/svg%3E");
}

/* #################
 * ##### INTRO #####
 * #################
*/

.appeared strong:nth-child(2)::before {
	transition-delay: 1s;
}

.appeared strong:nth-child(3)::before {
	transition-delay: 2s;
}

.intro h2 {
	padding: var(--margin);
}

#four {
	stroke-dasharray: 1257px;
	stroke-dashoffset: 1257px;
	animation-name: trace;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes trace {
	to {
		stroke-dashoffset: 0;

	}
}

.intro.fullwidth {
	min-height: calc(100vh - 130px) !important;
}

.intro figure,
.intro figure img {
	height: 100%;
	text-align: center;
	width: auto;
	padding-right: 30px;
}

.intro h2 {
	text-align: left;
	margin-top: -30px;
}

@media screen and (min-width: 767px) {
	.intro svg {
		width: 40vw;
	}

	#four {
		animation-delay: 2.5s;
	}

	.intro figure,
	.intro figure img {
		text-align: right;
	}

	.intro h2 {
		text-align: left;
		font-size: 3.5vw;
		line-height: 1.2;
		margin-top: -30px;
		padding: 0;
		padding-right: calc(4 * var(--margin));
	}
}

/* ###################
 * ### PARTENAIRES ###
 * #################*/
section#partenaires::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23FFFFFF' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 0,0 4,50 46,50 50,98 54,50 96,50 100,0 100,100'  /%3E%3C/svg%3E");
	width: 100vw;
	left: calc(-1 * (100vw - 100%) / 2);
}

#partenaires>div>div {
	margin: calc(6 * var(--margin)) 0;
}

#partenaires h2 {
	margin: 0;
	margin-bottom: 40px;
	text-align: left;
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center {
	text-align: center;
}

.owl-carousel p {
	font-size: 0.7em;
}

.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center img {
	max-width: 100px;
}

@media only screen and (min-width: 768px) {
	#partenaires h2 {
		padding: var(--margin);
	}

	.sa_owl_theme .owl-item .sa_vert_center_wrap .sa_vert_center img {
		max-width: 200px;
	}

}

/* #################
 * ### EXPERTISE ###
 * ###############*/

.expertises {
	background-color: #EEE;
	background-image: url(../../files/2021/12/4_Plan-de-travail-1.svg);
	background-position: center;
	background-size: 12px;
}

#expertises h2 {
	text-align: center;
}

#expertises>div {
	margin: calc(6 * var(--margin)) auto;
}

.strategie {
	margin-top: 80px;
	max-width: 600px;
}

.strategie h3 {
	text-align: center;
}

.expertises .wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100px;

}

/* #################
 * ### POURQUOI ####
 * ###############*/

section#pourquoi {
	background-color: var(--color-surligne);
	position: relative;

}

section#pourquoi h2,
section#pourquoi p {
	max-width: 400px;
	margin: 0 auto;
	text-align: justify
}

section#pourquoi h2 {
	text-align: right;
}

section#pourquoi p {}

.uag-masonry,
.mgl-gallery {
	background-color: var(--color-surligne);
}

.mgl-tiles .mgl-row {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 599px) {
	.mgl-tiles .mgl-row {
		display: flex;
		flex-direction: column;
		height: auto !important;
	}

	.mgl-tiles .mgl-row .mgl-box {
		height: 190px;
		padding: 5px
	}

}

@media only screen and (min-width: 600px) {

	.uag-masonry,
	.mgl-gallery {
		padding: var(--margin);
	}

	.mgl-tiles .mgl-row {
		display: -ms-grid;
		display: grid;
	}
}

.blocks-gallery-grid .blocks-gallery-item figcaption,
#pourquoi .captions-none .mgl-item figcaption {
	height: 100%;
	color: transparent;
	background-color: transparent;
	transition: all 1s ease;
	font-height: bold;
	max-weight: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blocks-gallery-grid .blocks-gallery-item figcaption strong,
.captions-none .mgl-item figcaption strong {
	font-size: 2em;
}

@media only screen and (min-width: 1024px) {

	.blocks-gallery-grid .blocks-gallery-item figcaption strong,
	.captions-none .mgl-item figcaption strong {
		font-size: 3em;
	}
}

#pourquoi .blocks-gallery-grid .blocks-gallery-item figcaption strong::before,
#pourquoi .captions-none .mgl-item figcaption strong::before {
	background-color: transparent;
}

.uag-masonry figure,
.mgl-item {}

.uag-masonry figure figcaption,
#pourquoi .captions-none .mgl-item figcaption {
	height: 100%;
	opacity: 1 !important;
	color: var(--color-surligne) !important;
	background-color: rgba(0, 0, 0, 0.7);
}

.captions-none .mgl-item figcaption p {
	color: inherit !important;
}

.uag-masonry img,
.mgl-gallery img {
	filter: grayscale(1);
	opacity: 1;
	transition: all 1s ease;
}

.uag-masonry figure:hover img,
.mgl-gallery figure:hover img {
	filter: grayscale(1) brightness(1.2);
	opacity: 0.5;
}

#pourquoi strong::before {
	background-color: greenyellow;
}

#pourquoi-2 strong::before {
	background-color: green;
}

section#pourquoi-2 .stat p {
	position: relative;
	padding: 0;
	margin: 0 0 0 50px
}

section#pourquoi-2 {
	background-color: #000;
	color: var(--color-surligne);
}

section#pourquoi-2 .stat p::before {
	content: '';
	display: block;
	background-color: var(--color-surligne);
	;
	width: 200px;
	height: 100%;
	position: absolute;
	transform: translate(calc(-1 * (100% + 10px)));
	border: thin solid #000;
}

section#pourquoi-2 .stat p:first-of-type::before {
	width: 4px;
}

section#pourquoi-2 .stat p:nth-child(2)::before {
	width: 10px;
}

section#pourquoi-2 .stat p:nth-child(3)::before {
	width: 22px;
}

section#pourquoi-2 .stat p:nth-child(4)::before {
	width: 26px;
}

section#pourquoi-2 .stat p:nth-child(5)::before {
	width: 42px;
}

section#pourquoi-2 .stat p:nth-child(6)::before {
	width: 46px;
}

section#pourquoi-2 .stat p:nth-child(7)::before {
	width: 48px;
}

section#pourquoi-2 .stat p:last-of-type {
	font-size: 0.7em;
}

section#pourquoi-2 .stat p:last-of-type::before {
	width: 0;
}

section#pourquoi-2 .stat .align-right {
	float: right;
	width: 200px
}

/* #################
#####  EXEMPLE #####
##################*/

section#exemple {
	background-size: cover;
	background-position: center;
	border: var(--margin) solid #000;
	background-color: #FFF;
}

@media only screen and (max-width: 599px) {
	.khiko-table {
		flex-direction: column-reverse;
	}
}

.khiko-table {}

.khiko-table>div:first-of-type {
	/* padding: 0 !important; */
}

@media screen and (min-width: 600px) {
	section#exemple {
		border: 10vw solid #000;
	}

	section#exemple h2 {
		text-align: left;
	}

	section#exemple .wp-block-group.wrap {
		padding: 0 !important;
	}

	section#exemple .khiko-table>.wp-block-column {
		padding: 0;
		padding-right: calc(2 * var(--margin));
	}
}

.khiko-detail {
	text-align: center;
	margin: calc(2 * var(--margin)) 0;
}

.khiko-detail .wp-block-column {
	border: 4px solid;
	border-radius: 10px;
	background-color: #FFF;
}

.khiko-detail strong {
	display: block;
	font-size: 1.8em;
}

.khiko-adresse {
	width: fit-content;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--margin);
}

.khiko-adresse>* {
	flex: 1;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.khiko-adresse p {
	padding: 0;
	margin: 0;
}

.khiko-adresse p a {
	font-size: 1.3em;
	color: var(--color-surligne);
	background-color: #000;
	padding: 10px;
}

.khiko-adresse .wp-block-columns {
	margin: 0;
}

.khiko-adresse .wp-block-column,
.khiko-adresse .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: auto !important;
	margin: 0;
}

.khiko-adresse .wp-block-image {
	margin: 0;
}

.khiko-adresse img {
	filter: grayscale(1);
	width: 50px;
}

/* #################
####  DISCUTONS ####
##################*/

#projets {
	background-image: url(../../files/2021/12/mosaique-noir.png);
	background-color: var(--color-surligne);
	background-blend-mode: luminosity;
}



#projets .wp-block-columns {
	display: block;
}

#projets .wp-block-column {
	background-color: var(--color-surligne);
	position: relative;
	width: 90vw;
	padding: calc(2 * var(--margin));
	margin-bottom: var(--margin);
	color: #000;
	border: none;
	transition: all 1s ease;
	z-index: 1;
	display: block;
}

#projets .wp-block-column::before {
	content: '';
	position: absolute;
	background: #FFF;
	width: 100%;
	height: 100%;
	display: inline-block;
	transition: all 2s ease;
	z-index: -1;
	right: var(--margin);
	bottom: var(--margin);
}

#projets .wp-block-column:first-of-type::before {
	background-color: #000;
	color: var(--color-surligne);
}

#projets .wp-block-column h2 {
	color: var(--color-surligne);
}

#projets .wp-block-column:nth-child(even)::before {
	left: var(--margin);
	right: auto;
	top: var(--margin);
}

@media screen and (min-width: 600px) {
	#projets .wp-block-column {
		background-color: var(--color-surligne);
		width: 80vw;
		max-width: 600px;
		margin-left: 25%;
	}

	#projets .wp-block-column.appeared {
		transform: translate(-15%, 0);
	}

	#projets .wp-block-column:nth-child(even).appeared {
		transform: translate(-25%, 0);
	}
}

@media screen and (min-width: 992px) {
	#projets .wp-block-column.appeared {
		transform: translate(5%, 0);
	}
}

/* #################
#####  EQUIPE ######
##################*/

.equipe {
	background-color: #FFF;
}

.equipe .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(2 * var(--margin));
	grid-row-gap: 30px;
	grid-auto-rows: minmax(100px, auto);
}

@media screen and (min-width: 600px) {
	.equipe .grid-2>* {
		padding-left: calc(2 * var(--margin));
		grid-gap: calc(4 * var(--margin));
	}
}

.grid-2 figure {
	margin-bottom: 40px;
}

.equipe .grid-2 figure.wp-block-image {
	position: relative;
	z-index: 1;
}

.equipe .grid-2 figure.wp-block-image img {
	width: 100%;
	position: relative;
	z-index: auto;
}

.equipe figure.wp-block-image::before {
	content: '';
	position: absolute;
	background: var(--color-surligne);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	transition: all 2s ease;
}

.equipe figure.appeared.wp-block-image::before {
	left: var(--margin);
	top: var(--margin);
}

.equipe .grid-2 p {
	text-align: right;
	padding: 0;
	line-height: 0.9;
}

#section4 .wp-block-columns {
	margin: 0;
}

#section4 .grid-2>.wp-block-group__inner-container>.wp-block-group__inner-container {
	margin-top: 40px;
}

#section4 .grid-2 figcaption {
	font-size: 1em;
	text-align: center;
}

#section4 .grid-2 figcaption strong {
	font-size: 2em;
}

section#contact {
	background-color: var(--color-clear-bg);
	padding: var(--margin);
	padding-top: calc(4 * var(--margin));
}

.reseaux {
	max-width: 300px;
	margin: auto;

}

footer::before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23FFFFFF' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 4,50 46,50 50,100 54,50 96,50 100,0'  /%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 2;
}

/* ################
 * #### FOOTER ####
 * ################
 */
.after-footer {
	text-align: center;	
}
@media only screen and (min-width: 768px) {
	.after-footer > .container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
.after-footer > .container > * {
	display: flex;

	align-items: center;
}

.after-footer nav ul {
	display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
}
.after-footer nav ul li {
	margin-right: var(--margin);
}
#site-credits {
	color: var(--color-clear-font)
}
#site-credits a, footer nav a {
	color: var(--color-surligne);
	text-decoration: none;
}

#site-credits img {
	width: 80px;
	margin-top: -2px
}

.reseaux .wp-block-column {
	flex-basis: 33% !important
}

.reseaux figure {
	margin-bottom: 0;
	text-align: center;
}

.reseaux img {
	filter: grayscale(1);
	transition: filter 0.6s ease;
	width: 40px;
	height: auto;
}

@media screen and (min-width: 600px) {
	.reseaux img {
		width: 100%;
	}
}

.reseaux img:hover {
	filter: grayscale(0);
}

header,
header * {
	position: relative;
}

header .reseaux {
	display: none;
}

@media screen and (min-width: 600px) {
	header .oppenned .reseaux {
		display: flex;
		width: 150px;
		position: absolute;
		right: 50px;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 101;
	}
}

/* Menu hamburger */

.open {
	position: fixed;
	top: 35px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s linear;
	z-index: 100;
	background-color: #FFF;
	border-radius: 15%;
}

@media (min-width: 600px) {
	.open {
		top: 40px;
		right: 40px;
	}
}

.open span,
.open>div.trait {
	display: block;
	float: left;
	clear: both;
	height: 3px;
	width: 30px;
	border-radius: 40px;
	background-color: #000;
	position: absolute;
	right: 9px;
	top: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.open span:nth-child(1) {
	margin-top: 10px;
	z-index: 9;
}

.open span:nth-child(2),
.open>div.trait {
	margin-top: 20px;
}

.open span:nth-child(3) {
	margin-top: 30px;
}

#menu-menu-header.nav>li>a:hover,
.nav>li>a:focus {
	background-color: var(--color-surligne);
	color: #000 !important;
}

#page>header #menu-menu-header.nav {
	display: flex;
	flex-direction: column;
	transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: #FFF;
	border-radius: 0 40px 0 80px;
	z-index: 18;
	overflow: hidden;
	border: thin solid;
	opacity: 1;
	margin-top: 80px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 40px;
	justify-content: space-around;
	padding: 0;
}

#menu-menu-header li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#menu-menu-header li:first-child {
	margin-top: 100px;
}

#menu-menu-header li:nth-child(1) {
	-webkit-transition-delay: 0.05s;
}

#menu-menu-header li:nth-child(2) {
	-webkit-transition-delay: 0.10s;
}

#menu-menu-header li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
}

#menu-menu-header li:nth-child(4) {
	-webkit-transition-delay: 0.20s;
}

#menu-menu-header li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
}

#menu-menu-header li:nth-child(6) {
	-webkit-transition-delay: 0.30s;
}

#menu-menu-header>li>a {
	width: 100%;
	display: block;
	float: left;
	line-height: 20px;
	color: #000 !important;
	padding-left: 56px;
}

#page header .oppenned #menu-menu-header.nav {
	opacity: 1;
	height: fit-content;
	width: 400px;
	margin-top: 0px;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
	text-decoration: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
}
}
.oppenned span:nth-child(2) {
	overflow: visible;
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
	z-index: 100;
	transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
	transform: rotate(45deg) translateY(4px) translateX(4px);
}

.oppenned span:nth-child(2),
.oppenned>div.trait {
	height: 400px;
	width: 400px;
	right: -20px;
	top: -40px;
	border-radius: 0 40px 0 80px;
	background-color: rgba(255, 255, 255, 0.84);

}

.oppenned span:nth-child(3) {
	transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
	margin-right: 168px;
}

@keyframes updown {

	0%,
	50%,
	100% {
		transform: translatey(0);
	}

	20% {
		transform: translatey(5px);
	}

	25% {
		transform: translatey(-20px);
	}

	30% {
		transform: translatey(20px);
	}

	35% {
		transform: translatey(-5px);
	}
}

/* Fin menu hamburger */
footer {
	position: relative;
	background-color: #222;
	color: var(--color-clear-font);
}

section#contact {
	padding-bottom: 120px !important;
	background-color: var(--color-page-bg);
	color: var(--color-clear-font);

}

#contact::after {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23222' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 4,50 46,50 50,98 54,50 96,50 100,0'  /%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: auto;
	transform: rotate(180deg);
	left: 0;
	z-index: 2;
}


/* CALEDRA FORM */
.caldera-grid .row {
	margin: 0 !important;
}

.intl-tel-input {
	width: 100%;
}

aside>.container>p {
	display: none;
}

input,
textarea {
	background-color: #000 !important;
	color: var(--color-surligne) !important;
	border-color: transparent !important;
	transition: all 0.3s ease;
	width: 100%;
	padding: calc(var(--margin)/ 4)
}

input::placeholder,
textarea::placeholder,
div[pseudo="placeholder"] {
	color: var(--color-bg-body) !important;
}
input:focus,
textarea:focus,
input[type="submit"] {
	background-color: var(--color-surligne) !important;
	color: #000 !important;
	transition: all 0.3s ease;
	border-color: var(--color-highlite) !important;
}

/* ##############
#### FOOTER #####
###############*/
#sidebar-pagebottom aside table {
	width: 100%;
}

#sidebar-pagebottom aside table tr {
	display: flex;
}

#sidebar-pagebottom aside table td {
	flex: 1;
	padding: 0 var(--margin);
	border: none;
}

#sidebar-pagebottom aside * {
	max-width: 100%;
}

#sidebar-pagebottom aside {
	color: #FFF;
	padding: var(--margin);
}

#sidebar-pagebottom aside:last-of-type {
	background-color: var(--color-surligne);
	color: #000;
}
aside .wp-block-group {
    padding-right: var(--margin);
    padding-left: var(--margin);
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 600px) {
	#sidebar-pagebottom {
		display: flex;
	}

	#sidebar-pagebottom aside {
		flex: 1;
		width: 50%;
		padding-left: calc((100% - var(--wrap)) / 2);
		padding-right: var(--margin);
	}

	#sidebar-pagebottom aside:last-of-type {
		padding-right: calc((100% - var(--wrap)) / 2);
		padding-left: var(--margin);
	}
}

aside li {
	list-style: inside;
	margin-top: 0 !important;
}
hr.wp-block-separator {
    margin-bottom: var(--margin);
}
/* #############
##### RGPD #####
################
*/
div#cmplz-document {
	column-count: 2;
	margin: calc(4 * var(--margin)) auto;
	width: 100%;
	max-width: 1024px;
}

header.content-header {
	background-color: var(--color-surligne);
	color: #000;
	min-height: 0;
}

.content-header h1 {
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}

form > p {
  	display: grid;
	grid-gap: calc( var(--margin)/4 );
  	grid-template-columns: auto;
}
form > p span.your-message,
form > p input {
 	grid-column-start: 1;	
	grid-column-end: end
}
