/*!
Theme Name: Plutôt Studio Boilerplate
Author: Plutôt Studio, Loueye GHANDRICHE
Author URI: https://plutotstudio.fr
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: plutot-studio
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

/* Elements
--------------------------------------------- */
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;
}

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

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

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

figure {
	margin: 1em 0;
}

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

/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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);
	float: left;
	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 li {
	position: relative;
}

.main-navigation li {
	display: flex;
	align-items: center;
}

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

/* Posts and pages
--------------------------------------------- */
.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;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* PLUTOT STUDIO LAYER */
html {
	--margin: .5rem;
	--dark_1: #191e39;
	--light_1: #e8edf4;
	--light_2: #afdaef;
	--gray_light: #f4f4f4;
	--gray: #a8abb5;
	--space: 1.25rem;
	--font_1: "CenturyGothic";
	overflow-x: hidden
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
blockquote,
span,
div,
p,
strong,
b,
u {
	font-family: var(--font_1);
}

p {
	font-size: 1.25rem;
}

* {
	transition-duration: .2s
}

/* ICONS */
i.plutot-arrows-right {
	display: inline-block;
	width: 31px;
	height: 16px;
	background: url("/wp-content/themes/per/inc/img/arrow.svg");
}

/* BUTTONS */
body .btn {
	all: unset;
	cursor: pointer;
	padding: 1.25rem 2.5rem;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.1rem;
	border-radius: 10px;
	transition-duration: .2s;
}

body .btn:hover {
	transition-duration: .2s;
}

body .btn.btn-light {
	background: white;
	color: var(--primary_2);
}

body .btn.btn-light:hover {
	background: var(--primary_2);
	color: white
}

body .btn.btn-secondary {
	color: white;
	background: var(--primary_2);
}

body .btn.btn-secondary:hover {
	color: var(--primary_2);
	background: var(--primary_1);
}

body .btn.btn-secondary:hover i {
	filter: invert(1);
}

body .btn.btn-primary {
	color: white;
	background: var(--primary_1);
}

body .btn.btn-primary:hover {
	color: var(--primary_1);
	background: white
}

body .btn.btn-primary:hover i {
	filter: invert(1);
}

/* HEADER */
header#masthead {
	background: var(--white);
	border-bottom: 1px solid var(--primary_1);
	position: sticky;
	top: 0;
	z-index: 999;
	background: white;
}

header#masthead .site-branding {
	display: flex;
	align-items: center;
}

header#masthead .main-header {
	display: flex;
	justify-content: space-between;
	padding-block: var(--space);
}

header#masthead a.custom-logo-link {
	max-width: 310px;
}

header#masthead nav#site-navigation {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header#masthead nav#site-navigation #primary-menu {
	gap: calc(var(--space)*1.5);
}

header#masthead nav#site-navigation ul li a {
	color: var(--primary_2);
	text-transform: uppercase;
}

header .btn {
	padding-block: calc(var(--space)/1.5);
}

header#masthead nav#site-navigation ul li.btn a i {
	margin-left: calc(var(--space)/2);
}

header#masthead nav#site-navigation ul li.btn a {
	color: white;
}

header#masthead nav#site-navigation ul li.btn:hover a {
	color: var(--primary_2)
}

/* footer */
footer#colophon {
	background: url("/wp-content/themes/per/inc/img/cta.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: calc(var(--space)*3);
	margin-top: calc(var(--space)*3);
}

footer#colophon .row {
	justify-content: space-between;
}

footer#colophon .custom-logo {
	filter: saturate(0) brightness(100);
	max-width: 400px;
}

footer#colophon * {
	color: white
}

footer#colophon a {
	color: white;
	text-decoration: none;
}

footer#colophon i {
	margin-right: calc(var(--space)/2);
}

footer#colophon h2 {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: bold;
}

footer#colophon div.phone {
	margin-bottom: 1rem;
}

footer#colophon a,
footer#colophon p,
footer#colophon div,
footer#colophon span {
	font-size: .9rem;
	text-transform: uppercase;
}

footer#colophon .copyright {
	padding-block: var(--space);
	border-top: 1px solid #ffffff38;
	text-align: center;
}

footer#colophon .copyright * {
	margin-bottom: 0;
	font-size: .8rem;
}

#contact .form .col-12:not(.col-lg-6) p input {
	width: 23%;
	text-align: center;
}

/* REALISATIONS */
section#realisations .holder {
	display: inline-flex;
	gap: 1rem;
}

section#realisations .projets {
	overflow-x: auto;
	overflow-y: hidden;
}

section#realisations .projets a.projet {
	width: 606px;
	height: 456px;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: var(--space);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-decoration: none;
	background-position: center;
}

section#realisations .projets a.projet article {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

section#realisations .projets a.projet article span:not(.number) {
	background: white;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: lighter;
	color: var(--primary_1);
	margin: var(--space) calc(var(--space)*1.5);
}

section#realisations .projets a.projet:hover article span:not(.number) {
	background: var(--primary_2);
}

section#realisations .projets a.projet article span.number {
	font-size: 12rem;
	font-weight: bold;
	color: white;
	transform: translateY(40px);
	margin-bottom: -20px;
	line-height: 1;
	margin-left: var(--space);
}

section#realisations .projets::-webkit-scrollbar {
	height: 8px;
	background-color: #F5F5F5;
	width: 50px;
}

section#realisations .projets::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--primary_2);
}

section#realisations .projets::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #b9e0ff;
}

section#realisations {
	padding-bottom: calc(var(--space)*4);
}

section#realisations h2 {
	font-size: 2.5rem;
	color: var(--primary_2);
}

section#realisations h2+div p {
	font-size: 1.25rem;
	max-width: 25%;
	color: var(--primary_2);
}

/* CTA */
section#cta .container {
	background: url("/wp-content/themes/per/inc/img/cta.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
	padding-block: calc(var(--space)*7);
	text-align: center;
	color: white;
}

section#cta h2 {
	font-size: 2.5rem;
	margin-bottom: var(--space);
}

section#cta p {
	max-width: 30%;
	margin: auto;
	margin-bottom: calc(var(--space)*2);
}

/* CLIENTS */
section#avis-clients {
	background: url("/wp-content/themes/per/inc/img/cta.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: calc(var(--space)*3);
	margin-top: calc(var(--space)*3);
}

.heading {
	display: flex;
	align-items: flex-end;
	gap: var(--space);
}

.heading * {
	color: var(--secondary_2);
	filter: brightness(5) saturate(0.5);
	margin: 0;
	padding-bottom: calc(var(--space)*1.5);
}

section#avis-clients .ti-widget.ti-goog .ti-controls .ti-next,
section#avis-clients .ti-widget.ti-goog .ti-controls .ti-prev {
	display: block !important;
}

/* FORM */
section#contact {
	padding-block: calc(var(--space)*3);
}

section#contact .container {
	border: 2px solid #efebe2;
	border-radius: 30px;
	padding: calc(var(--space)*2);
}

section#contact .container h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	color: var(--primary_2);
}

section#contact .container h2 a {
	text-decoration: underline;
	color: var(--primary_2);
}

section#contact .container h2+p {
	text-align: center;
	margin-bottom: calc(var(--space)*2);
	color: var(--primary_2);
}

#contact .form input:not([type="submit"]),
#contact .form textarea,
#contact .form label {
	width: 100%;
	color: var(--primary_2);
}

#contact .form input:not([type="submit"])::placeholder,
#contact .form textarea::placeholder {
	width: 100%;
	color: var(--primary_2);
	text-transform: uppercase;
}


#contact .form input:not([type="submit"]),
#contact .form textarea {
	padding: calc(var(--space)/1.10);
	background-color: #e4edf1;
	border-radius: 5px;
	height: 100%;
	border-color: #e4edf1;
}

#contact .form .col-lg-6 p {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin: 0;
}

#contact .form .col-12:not(.col-lg-6) p {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
	margin-top: var(--space);
	margin-bottom: 0;
}

#contact .form input[type="submit"] {
	width: 20%;
	text-align: center;
}

/* ARCHIVE REALISATIONS */
.page-id-46 section#realisations .projets a.projet {
	width: 50%;
}

section#realisations .projets a.projet:hover .number {
	transform: translateY(10px);
}

.page-id-46 section#realisations .projets a.projet article {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	height: 100%;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
}

.page-id-46 #intro {
	padding-block: calc(var(--space)* 3) var(--space);
}

.page-id-46 #intro h1 {
	color: var(--primary_2);
	max-width: 35%;
}

.page-id-46 #intro p {
	max-width: 35%;
}

/* PAGE A PROPOS */
.page:not(.page-id-46) .heading {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.page:not(.page-id-46) .heading .ref {
	background: var(--primary_1);
	border-radius: 0 0 10px 10px;
	margin-bottom: calc(var(--space)*3);
	width: 100%;
	filter: unset;
	padding-block: var(--space);
	display: flex;
	align-self: flex-end;
	position: relative;
	height: 130px;
	overflow: hidden;
}

.page:not(.page-id-46) .heading .ref h1 {
	color: white;
	font-size: 6rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	line-height: 0;
	left: 25px;
}

.page-id-67 #about {
	margin-bottom: calc(var(--space)*3);
}

.page:not(.page-id-46) #main-head.heading {
	filter: unset;
}

.page:not(.page-id-46) #main-head.heading .text {
	column-count: 2;
}

.page:not(.page-id-46) #main-head.heading .text,
.page:not(.page-id-46) #main-head.heading .text * {
	color: var(--primary_2);
	filter: unset;
}

.page:not(.page-id-46) #main-head h2 {
	font-size: 2rem;
	padding: initial;
	margin-bottom: var(--space);
	filter: unset;
	color: var(--primary_2);
}

.page:not(.page-id-46) #about .image {
	text-align: right;
}

.page:not(.page-id-46) #about {
	color: var(--primary_2)
}

.page:not(.page-id-46) #main-head h2,
.page:not(.page-id-46) #about h2 {
	font-weight: bold;
}

.page:not(.page-id-46) #about a {
	margin-top: var(--space);
}

/* SINGLE REALISATION */
.single-realisation .heading {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.single-realisation .heading .ref {
	background: var(--primary_1);
	border-radius: 0 0 10px 10px;
	margin-bottom: calc(var(--space)*3);
	width: 100%;
	filter: unset;
	padding-block: var(--space);
	display: flex;
	align-self: flex-end;
	position: relative;
	height: 130px;
	overflow: hidden;
}

.single-realisation .heading .ref span {
	color: white;
	font-size: 12rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	line-height: 0;
	left: 25px;
}

.single-realisation .heading * {
	color: var(--primary_2);
	filter: unset;
	margin: 0;
	padding-bottom: calc(var(--space)*1.5);
}

.single-realisation .heading .text {
	padding-bottom: 0 !important;
	max-width: 45%;
}

.single-realisation .heading h1 {
	max-width: 45%;
	padding-bottom: var(--space);
}

.single-realisation #intro .row {
	justify-content: center;
}

.single-realisation #intro .image {
	padding: var(--space)
}

.single-realisation .content img,
.single-realisation #intro .image img {
	border-radius: 20px;
	max-height: 540px;
	margin: auto;
	display: block;
	object-fit: cover;
	width: 100%;
}

.single-realisation #intro .image:last-of-type {
	text-align: center;
}

.single-realisation .content {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, var(--primary_1) 100%);
	padding-block: calc(var(--space)*4);
}

.single-realisation .content .heading {
	padding-bottom: calc(var(--space)*4);
}

.single-realisation .content .heading h2 {
	max-width: 65%;
	color: white;
	font-size: 2.35rem;
}

.single-realisation .content .heading h2+.text {
	margin-top: var(--space);
}

.single-realisation .content .heading h2+.text p {
	color: white;
	font-size: 1rem;
	padding-bottom: unset;
}

section#avis-clients .heading {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	gap: var(--space)
}

.single-realisation section#avis-clients .heading * {
	color: var(--secondary_2);
	filter: brightness(5) saturate(0.5);
	margin: 0;
	padding-bottom: calc(var(--space)*1.5);
}

.single-realisation video {
	width: 100%;
}

@media screen and (max-width:1023px) {
	#offcanvasPer .address {
		max-width: 65%;
		margin: auto;
		text-align: center;
		color: var(--primary_2);
	}

	#offcanvasPer .offcanvas-body .contacts a {
		color: var(--primary_2);
		text-decoration: none;
	}

	#offcanvasPer .copyright p {
		font-size: .9rem;
		color: var(--primary_2);
	}

	#offcanvasPer .copyright p a {
		color: var(--primary_2);
	}

	#offcanvasPer .copyright {
		margin-top: calc(var(--space)*2);
		padding-top: calc(var(--space)*2);
		border-top: 1px solid var(--secondary_2);
	}

	#offcanvasPer .offcanvas-body h2 {
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: bold;
		margin-top: calc(var(--space)*2);
		color: var(--primary_2);
	}

	#offcanvasPer .mail,
	#offcanvasPer .phone {
		font-size: .85rem;
		text-transform: uppercase;
		text-align: center;
	}

	#offcanvasPer .mail i,
	#offcanvasPer .phone i {
		margin-right: calc(var(--space)/2);
	}

	#offcanvasPer .offcanvas-body {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
	}

	#offcanvasPer li.menu-item.btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: var(--space);
		color: white;
		text-decoration: none;
	}

	#offcanvasPer li.menu-item:not(.btn) a:after {
		width: 31px;
		height: 16px;
		background: url("/wp-content/themes/per/inc/img/arrow.svg");
		display: block;
		filter: invert(1);
		content: "";
	}

	#offcanvasPer li.menu-item:not(.btn) a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		padding-block: var(--space);
		border-bottom: 1px solid #51b9e93b;
		color: var(--primary_2);
		text-transform: uppercase;
	}

	#offcanvasPer a.custom-logo-link {
		text-align: center;
	}

	#offcanvasPer a.custom-logo-link img {
		max-width: 55%;
	}

	#offcanvasPer li:last-of-type {
		margin-top: var(--space);
	}

	#offcanvasPer ul#primary-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	#offcanvasPer .menu-header-container {
		margin-bottom: calc(var(--space)*3);
	}

	footer#colophon .custom-logo-link {
		text-align: center;
	}

	footer#colophon .custom-logo {
		filter: saturate(0) brightness(100);
		max-width: 60%;
	}

	footer#colophon {
		padding-top: calc(var(--space)*1.5);
		margin-top: 0;
	}

	footer ul#menu-footer {
		flex-direction: column;
	}

	footer#colophon .contacts h2 {
		margin-bottom: 1rem;
	}

	footer#colophon div.phone,
	footer#colophon .contacts h2+p,
	footer#colophon .infos p {
		margin-bottom: 0;
	}

	footer#colophon .infos h2,
	footer#colophon .infos h2+p {
		display: none
	}

	footer#colophon .infos .address {
		max-width: 65%;
		margin: auto;
	}

	footer#colophon .contacts,
	footer#colophon .infos {
		text-align: center;
		margin-block: calc(var(--space)*2);
	}

	footer#colophon .infos {
		margin-bottom: 0;
	}

	footer#colophon .copyright {
		margin-top: calc(var(--space)*2);
	}

	header#masthead .main-header {
		display: flex;
		justify-content: space-between;
		padding-block: calc(var(--space)/2);
		align-items: center;
	}

	body .btn {
		padding: 1rem 2rem;
	}

	p {
		font-size: 1rem;
	}

	section#realisations .projets a.projet {
		width: 300px;
	}

	section#realisations .projets a.projet article span.number {
		font-size: 6rem;
		margin-bottom: 20px;
	}

	section#realisations .projets a.projet article span:not(.number) {
		width: 60px;
		height: 60px;
		font-size: 3rem;
		margin: var(--space);
	}

	section#cta {
		padding: var(--space);
	}

	section#cta .container {
		padding-block: calc(var(--space)*5);
	}

	section#cta p {
		max-width: 100%;
	}

	section#avis-clients .heading {
		align-items: unset;
		flex-direction: column;
		gap: unset;
	}

	section#avis-clients .heading * {
		padding-bottom: calc(var(--space)*0.5);
		padding-inline: var(--space);
	}

	section#avis-clients .heading h2 {
		font-size: 2.5rem;
	}

	section#avis-clients .heading p {
		max-width: 75%;
		margin-bottom: calc(var(--space)*1);
	}

	section#avis-clients {
		background: url("/wp-content/themes/per/inc/img/cta.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-block: calc(var(--space)*2);
		margin-top: calc(var(--space)*3);
	}

	section#contact {
		padding: calc(var(--space)*2) var(--space);
	}

	section#contact .container {
		border: 2px solid #efebe2;
		border-radius: 30px;
		padding: calc(var(--space)*1);
	}

	section#contact .container h2 {
		text-align: left;
		font-weight: bold;
		font-size: 1.5rem;
		color: var(--primary_2);
	}

	section#contact .container h2 a {
		font-size: 2.5rem;
		display: block;
	}

	section#contact .container h2+p {
		text-align: left;
		margin-top: var(--space);
	}

	#contact textarea {
		margin-top: 1.5rem;
	}

	#contact .form .col-12:not(.col-lg-6) p input {
		text-align: center;
		width: 80%;
		margin-top: 2rem;
	}

	/* PAGES REALISATIONS */
	.single-realisation .content .heading h2,
	.single-realisation .heading h1,
	.page-id-46 #intro h1,
	.single-realisation .heading .text,
	.page-id-46 #intro p {
		max-width: 85%;
	}

	.page-id-46 section#realisations .projets a.projet {
		width: 100%;
	}

	.single-realisation #intro .image:not(:last-of-type) {
		padding-bottom: 0;
	}

	.single-realisation .content {
		padding-block: var(--space);
	}

	.single-realisation .content .heading h2 {
		font-size: 1.35rem;
		padding-bottom: 0;
	}

	.single-realisation .content .heading {
		padding-bottom: var(--space);
	}

	.page:not(.page-id-46) .heading .ref h1 {
		font-size: 2rem;
		line-height: .8;
	}

	.page:not(.page-id-46) #main-head.heading .text {
		column-count: 1;
	}

	.page:not(.page-id-46) #about .image,
	.single-realisation .content .image {
		margin-top: var(--space);
	}

	section#slider:after {
		background-size: contain;
	}
}

footer ul#menu-footer {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: var(--space);
	list-style: none;
	width: 100%;
	justify-content: center;
	margin-top: calc(var(--space)*5);
	opacity: .5;
}

#actu {
	margin-bottom:calc(var(--space)*5)
}
#actu p {
	text-align:center;
}
#actu h2 {
	text-align:center;
	padding-bottom:var(--space);
	font-size: 2.5rem;
  color: var(--primary_2);
}
#actu iframe {
	width:100%;
	min-height:750px
}

@media screen and (max-width:1023px) {
	#actu {
	margin-bottom:calc(var(--space)*2)
}
}

/* 09/08/24 */
header + .info {
	background:var(--secondary_2)!important;
	position:fixed;
	bottom:0%;
	z-index:99999;
	width:100%;
	text-align:center;
	border-top:2px solid var(--primary_2);
	margin:0;
	border-radius:0;
		padding:0
}
header + .info p:before {
	content:"INFORMATION IMPORTANTE :";
	font-weight:bold;
	display:block;
}
header + .info p {
	margin:0;
	color:white;
	font-size:.95rem
}

header + .info .btn-close {
	filter:invert(1);
	opacity:1
}
/* 05/09/24 */
.ti-widget.ti-goog .ti-rating-text strong.ti-rating, .ti-widget.ti-goog .ti-rating-text .nowrap, .ti-widget.ti-goog .ti-rating-text .nowrap strong {
	color:white!important
}