/*!
Theme Name: Brocardi Celse & Associés
Theme URI: http://underscores.me/
Author: Le Parigraph Jérôme Saidani & Antoine Rabreau
Author URI: https://www.leparigraph.com/
Description: Description
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: brocardicelse
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.

brocardicelse 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
--------------------------------------------------------------*/
@font-face {
 font-display:swap;
 font-family:'KohinoorBangla';
 font-style:normal;
 font-weight:400;
 src:url("fonts/KohinoorBangla.ttf") format("truetype"),
 url("fonts/KohinoorBangla.woff2") format("woff2")
}

/* 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;*/
	margin: 0 0 25px 0;
}

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
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}
@-ms-viewport {
 width:device-width
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
font-family:'KohinoorBangla', Arial, "sans-serif";
font-size:clamp(14px, 1.6vw, 16px);
font-style:normal;
font-weight:400;
line-height:160%;
color:#0a0202;
background-color:#fff;
overflow-x:hidden;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 25px 0;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #0a0202;
}

a:visited {
	color: #0a0202;
}

a:hover,
a:focus,
a:active {
	color: #0a0202;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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;
	justify-content: flex-end;
}

.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;
	flex-wrap: wrap;
	transform: translateY(-10px);
}

.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: 400px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	transform: translateX(0px);transition:transform 0.35s ease 0s;
}

.main-navigation li {
	position: relative;
	padding:0;
}
.main-navigation li:before{
	display: none;
}
.main-navigation ul ul li {
	display: inline-block;
}

.main-navigation a {
	position:relative;
	display: block;
	text-decoration: none;
	padding:10px 20px 10px 20px;
	font-size: clamp(16px, 2.1vw, 21px);
	letter-spacing:0.3rem;
	color:#07131c;
	text-transform:uppercase;
	transition:all 0.15s linear;
}

.main-navigation ul ul a {padding:0px 17px 12px 17px;}

.main-navigation a:hover{color:#ad8968;}
.current-menu-item a,
.current-page-ancestor > a,
.single-post .menu-item-86 > a{color:#ad8968;font-weight:600;}

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

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

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



/* GENERAL */
.Flex{display:flex;}
/*
.col100{flex-basis:100%;padding: 0 0 30px 0;}
.col60{flex-basis:60%;}
.col55{flex-basis:55%;}
.col50{flex-basis:50%;}
.col40{flex-basis:40%;}
.col33{position: relative;flex-basis:29.5%;max-width:480px;min-height:370px;}
.col20{position: relative;flex-basis:20%;max-width:320px;min-height:520px;}
.col25{position: relative;flex-basis:25%;width:285px;max-width:285px;min-width:285px;}
*/
.col {
  padding: 0 15px;
}
.col-1 {
 width:100%;
 max-width:calc( 100% / 12 *1 )
}
.col-2 {
 width:100%;
 max-width:calc( 100% / 12 *2 )
}
.col-3 {
 width:100%;
 max-width:calc( 100% / 12 *3 )
}
.col-4 {
 width:100%;
 max-width:calc( 100% / 12 *4 )
}
.col-5 {
 width:100%;
 max-width:calc( 100% / 12 *5 )
}
.col-6 {
 width:100%;
 max-width:calc( 100% / 12 *6 )
}
.col-7 {
 width:100%;
 max-width:calc( 100% / 12 *7 )
}
.col-8 {
 width:100%;
 max-width:calc( 100% / 12 *8 )
}
.col-9 {
 width:100%;
 max-width:calc( 100% / 12 *9 )
}
.col-10 {
 width:100%;
 max-width:calc( 100% / 12 *10 )
}
.col-11 {
 width:100%;
 max-width:calc( 100% / 12 *11 )
}
.col-12 {
 width:100%;
 max-width:calc( 100% / 12 *12 )
}

p.btn {text-align:center;}
p.btn a {display:inline-block;margin:50px 0 0 0;padding:20px;text-align: center;font-size: clamp(14px, 2vw, 20px);color:#ad8968;line-height: 1;letter-spacing:4px;text-transform:uppercase;text-decoration:none;border:1px solid #ad8968;border-radius:30px;transition:all 0.15s linear;}
p.btn a:hover {color:#691308;border:1px solid #691308;padding: 20px 40px 20px 40px;}


/* HEADER */
.site-header{position: fixed;width:100%;z-index: 100;background: #e1e3e6;}
.header-top{position: relative;max-width: 1920px;display: flex;margin: 0 auto;padding:15px 20px 22px 20px;align-items: center;}

/* Header fixed */
.f-head{position: fixed;z-index: 100;background-color:rgba(225, 227, 230, 0.72);}
.f-head:hover{background-color:rgba(225, 227, 230, 1);}
.f-head .header-top{padding: 0 20px 0 20px;}
.f-head h1.site-title, .f-head  p.site-title {margin:7px 0 5px 0;max-width: 80px;}
.f-head .site-description {margin: 10px 0 0 25px;}

.site-branding{margin: 0 0 0 0;flex-basis: 12%;display: flex;align-items: center;}
h1.site-title,
p.site-title{max-width:140px;margin: 20px 0 0 45px;font-size:inherit;line-height: inherit;}

  
.main-navigation {display: flex;width: 70%;justify-content: space-between;}
.menu-toggle, .main-navigation.toggled ul {display: none;}
.menu-toggle:after, .menu-toggle:before {content: "";position: absolute;left: 0;right: 0;display: block;height: 1px;background: #ad8968;transition: .25s;transition-property: all;transition-property: transform,top;will-change: transform,top;}
.menu-toggle:before {top:0;}
.menu-toggle:after {bottom:0;}
.menu-toggle {position: absolute;top: 20px;padding: 0;height: 1.5rem;width: 2rem;font-size: 2em;box-sizing: content-box;border:0;border-radius: 50%;background-image: linear-gradient(to right,#ad8968,#ad8968);background-position: center;background-repeat: no-repeat;background-size: 100% 1px;background-color: transparent;outline: 0;color: #000;cursor: pointer;-webkit-tap-highlight-color: transparent;transition: .25s cubic-bezier(.17,.67,.89,1.4);	transition-property: all;transition-property: transform;will-change: transform;overflow: visible;}
.toggled .menu-toggle{background-image: none;}
.toggled .menu-toggle:after,
.toggled .menu-toggle:before {top:50%;}
.toggled .menu-toggle:before {transform:translate3d(0,-50%,0) rotate3d(0,0,1,45deg);}
.toggled .menu-toggle:after {transform:translate3d(0,-50%,0) rotate3d(0,0,1,-45deg);}
.menu-menu-principal-fr-container,
.menu-menu-principal-en-container{width: 100%;margin: 0;/*border-top: 1px solid #d8cca6;*/}
.menu-item a.mPS2id-highlight {color: #21284f;}

.searcH{flex-basis: 9%;}
.searcH:before {position: absolute;top: 0;left: 0;right: 0;z-index: 1;margin: auto;width: 60px;height: 60px;color: #fff;text-align: center;cursor: pointer;content: "";position: relative;display: block;background: url(images/picto-loupe.svg)center center no-repeat;filter: invert(54%) sepia(51%) saturate(270%) hue-rotate(347deg) brightness(95%) contrast(88%);transition:all 0.15s linear;}
.searcH:hover:before {filter:none;}

.languages {flex-basis: 9%;padding: 5px 0 0 0;}
.languages .widget {margin: 0 0 0 0;}
.languages ul{margin:0;padding:0;list-style:none;}
.languages li{position: relative;display:inline-block;}
.languages li.lang-item-en:before{position: absolute;left:-5px;top:0;display: block;content: "|";color: #ad8968;font-size: 15px;font-size:1.5rem;font-weight:300;}

.languages li.lang-item-en, .languages li.lang-item-en:before{display:none;}


.languages a {padding:12px 5px 10px 5px;font-size: clamp(16px, 1.6vw, 21px);color:#ad8968;text-transform: uppercase;text-decoration:none;transition:all 0.15s linear;}
.languages a:hover,
.languages li.current-lang a{font-weight: 600;}


@keyframes fadeinleft {
   0% {
      opacity: 0;
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes fadeinleftbig {
   0% {
      opacity: 0;
      transform: translateX(-600px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes fadeinright {
   0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes fadeintop {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes fadeintopbig {
   0% {
      opacity: 0;
      transform: translateY(200px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
@keyframes fadeinbottombig {
   0% {
      opacity: 0;
      transform: translateY(0);
   }
   100% {
      opacity: 1;
      transform: translateY(200px);
   }
}
@keyframes fadeinbottomsmall {
   0% {
      opacity: 0;
      transform: translateY(0);
   }
   100% {
      opacity: 1;
      transform: translateY(20px);
   }
}



.container{position:relative;}



.path_svg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;margin: auto;/*overflow: hidden;*/pointer-events: none;}
.path_svg > div {position: absolute;}
.path_svg > div svg {display: block;}

.path_svg.home .cab1 {top: 0;left: 15%;opacity: 0.6;}
.path_svg.home .cab2 {top: -10%;right: 0;opacity: 0.6;}
.path_svg.home .sf1 {top: -10%;left: 0;opacity: 0.6;}
.path_svg.home .sf2 {top:0;right: 0;opacity: 0.5;}
.path_svg.home .eq1 {bottom:0;left: 14%;}
.path_svg.home .eq2 {top: -25%;right: 0;opacity: 0.6;}
.path_svg.home .ac1 {top: 0;right: 0;transform: translate(-50%);opacity: 0.6;}

.path_svg.cab .cab1 {top: 0;left: 15%;opacity: 0.6;}
.path_svg.cab .cab2 {top: -3%;right: 0;opacity: 0.6;}
.path_svg.cab .cab3 {top: 35%;left: 0;transform: translate(-40%);opacity: 0.6;}

.path_svg.sf .sf1 {top: 0;left: 0;opacity: 0.6;}
.path_svg.sf .sf2 {top:0;right: 0;opacity: 0.6;}

.path_svg.sfs .sf1 {top: 21%;left: 0;opacity: 0.6;}
.path_svg.sfs .sf2 {bottom:7%;right: 0;opacity: 0.6;}

.path_svg.eq .eq1 {top: 21%;left: 0;opacity: 0.6;}
.path_svg.eq .eq2 {bottom:7%;right: 0;opacity: 0.6;}

.path_svg.ac .ac1 {top: 45%;right: 0;opacity: 0.5;}
.path_svg.ac .ac2 {top:21%;left: 0;opacity: 0.8;}

.path_svg.acs .ac1 {top: 40%;left: 0;opacity: 0.6;}
.path_svg.acs .ac2 {bottom:7%;right: 0;opacity: 0.6;}

.path_svg.ct .ct1 {top: 0;left: 0;opacity: 0.6;}
.path_svg.ct .ct2 {top:0;right: 0;opacity: 0.6;}

@media screen and (max-width: 800px) {
	.path_svg{display: none;}
	/*
	.path_svg.home .cab1 {display: none;}
	.path_svg.home .cab2 {opacity: 0.1;}
	.path_svg.home .sf2 {display: none;}
	.path_svg.home .eq1 {display: none;}
	.path_svg.home .ac1 {display: none;}
	.path_svg.home .sf1 {opacity: 0.1;}
	.path_svg.home .eq2 {top: -10%;opacity: 0.1;}
	.path_svg.cab .cab1 {display: none;}
	.path_svg.cab .cab2 {opacity: 0.1;}
	.path_svg.cab .cab3 {opacity: 0.1;}
	.path_svg.sf .sf1 {display: none;}
	.path_svg.sf .sf2 {opacity: 0.1;}
	.path_svg.sfs .sf1 {display: none;}
	.path_svg.sfs .sf2 {opacity: 0.1;}
	.path_svg.eq .eq1 {display: none;}
	.path_svg.eq .eq2 {opacity: 0.1;}
	.path_svg.eq .eq1 {display: none;}
	.path_svg.eq .eq2 {opacity: 0.1;}
	.path_svg.ac .ac2 {display: none;}
	.path_svg.ac .ac1 {opacity: 0.1;}
	.path_svg.acs .ac1 {display: none;}
	.path_svg.acs .ac2 {top: 25%;opacity: 0.1;}
	.path_svg.ct .ct1 {display: none;}
	.path_svg.ct .ct2 {opacity: 0.1;}
	*/
}





















/* PAGES */
.content-area{width: 100%;padding:212px 0 0 0;transition: all 0.15s linear;}
.f-cnt.content-area{padding:160px 0 0 0;}

body.page .site-main,
body.single .site-main,
body.error404 .site-main{display: flex;flex-wrap:wrap;}

.entry-header{min-height:clamp(86px, 11.8vw, 160px);;background-position:center center;background-size: cover;background-repeat:no-repeat;border-bottom:40px solid #ad8968;}
.entry-header h1{max-height: 280px;margin:0;padding:5% 20px 4% 20px;font-size: clamp(26px, 3.2vw, 62px);line-height: 100%;color:#e8e2dd;text-align:center;text-transform:uppercase;letter-spacing: 10px;font-weight:300;animation: fadeintop;animation-duration: 0.7s;animation-delay: 0s;}
.entry-header h1:after { content: ""; display: block; margin: 0 auto; margin-top: 30px; width: 40px; height: 1px; background: #e8e2dd; transition: all 0.15s linear;animation: fadeintop;animation-duration: 0.9s;animation-delay: 0.1s;} 

/* Owl carousel */
.owl-carousel .owl-stage-outer {z-index: 2;}
.owl-nav{position: absolute;top: 0;left: 0;width:100%;height: 100%;}
.owl-carousel .owl-nav button.owl-prev{position: absolute;left: -60px;width: 60px;top: 40%;transform: translate(-50%);border-radius: 0;background: none;outline:none;}
.owl-carousel .owl-nav button.owl-next{position: absolute;right:-60px;width: 60px;top: 40%;transform: translate(50%);border-radius: 0;background: none;outline:none;}
.owl-carousel .owl-nav button.owl-prev:before{display:inline-block;margin-top:0px;content:"‹";font-size: clamp(28px, 6.2vw, 62px);color:#ded0c3;font-weight:300;vertical-align: middle;}
.owl-carousel .owl-nav button.owl-next:before{display:inline-block;margin-top:0px;content:"›";font-size: clamp(28px, 6.2vw, 62px);color:#ded0c3;font-weight:300;vertical-align: middle;}
.owl-carousel .owl-nav button.owl-prev:before:hover,
.owl-carousel .owl-nav button.owl-next:before:hover{color:#192639;}


/* Accueil */
.slideshow{position: relative;max-width: 1920px;margin: 0 auto;padding:60px 20px 50px 20px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.slideshowCnt{color:#e8e2dd;}
.slideshowCnt img{animation: fadeintop;animation-duration: 0.5s;}
.home .slideshowCnt h2{padding:0 20px 20px 20px;font-size: clamp(18px, 2vw, 40px);color: #e8e2dd;line-height:120%;animation: fadeintop;animation-duration: 0.7s;animation-delay: 0.15s;}
.home .slideshowCnt h2:after{display:none;}
.slideshowCnt p{margin:0 0 20px 0;font-size: clamp(16px, 1.6, 26px);font-weight:600;animation: fadeintop;}
.slideshowCnt p:last-of-type{animation: fadeintop;animation-duration: 0.8s;animation-delay: 0.20s;}

.home h2{margin:0;padding:7% 0 4% 0;text-align: center;font-size: clamp(18px, 2.8vw, 40px);line-height:100%;font-weight: 300;text-transform: uppercase;letter-spacing: 4px;color: #691308;/*animation: fadeintop;animation-duration: 0.5s;*/}
.home h2:after { content: ""; display: block; margin: 0 auto; margin-top: 30px; width: 40px; height: 1px; background: #691308; transition: all 0.15s linear; } 

#le-cabinet{background:#691308;/*overflow: hidden;*/}
.le-cabinet{position: relative;z-index:2;max-width:980px;margin:0 auto;padding: 0 0 40px 0;color:#e8e2dd;}
.le-cabinet h2{color:#ad8968;}
.le-cabinet h2:after{background:#ad8968;}
.le-cabinet p{font-size: clamp(16px, 1.6vw, 26px);line-height: 140%;}
.le-cabinet p.btn a:hover {color:#fff;border:1px solid #fff;}

#savoir-faire{/*overflow: hidden;*/}
#savoir-faire .path_svg{overflow: visible;}
.savoir-faire{position: relative;z-index:2;max-width:980px;margin:0 auto;padding: 0 0 40px 0;}
.savoir-faire .Flex{flex-wrap: wrap;justify-content: center;}
.savoir-faire p{font-size: clamp(16px, 1.6, 26px);line-height: 140%;}
.savoir-faire .col-4,.savoir-faire .owl-item{position:relative;text-align:center;}
.savoir-faire .col-4,.savoir-faire .owl-item:after {content: "";display: block;position: absolute;right: 0;top: 15%;transform: translate(-50%);height: 40px;border-right: 2px solid #c7b19c;}
.savoir-faire figure{max-width: 80px;margin: 0 auto;transition: all 0.15s linear;}
.savoir-faire h3{margin: 20px 0 0 0;font-size: clamp(18px, 1.6, 26px);line-height:100%;color: #ad8968;font-weight: 300;transition: all 0.25s ease-out;}
.savoir-faire .Flex a,.savoir-faire .owl-item a{position: relative;display: block;color: #ad8968;text-decoration:none;}
.savoir-faire .Flex a:hover figure,.savoir-faire .owl-item a:hover figure{filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);-webkit-filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);-moz-filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);}
.savoir-faire .Flex a:hover h3,.savoir-faire .owl-item a:hover h3{color: #691308;text-decoration:none;transform:translateX(0) translateY(-5px);}



#equipe{background:#e8e2dd;/*overflow: hidden;*/}
.equipe{position: relative;z-index:2;max-width: 1030px;margin: 0 auto;}
.equipe .Flex{flex-wrap: wrap;gap: 80px 0px;justify-content: center;}
.equipe .col-4{position: relative;min-width: 325px;text-align:center;}
.equipe .col-4:after {content: "";display: block;position: absolute;right: -3px;top: 31%;transform: translate(-50%);height: 40px;border-right: 2px solid #c7b19c;}
.equipe .col-4:nth-of-type(3):after, .equipe .col-4:last-of-type:after {display:none;}
.equipe p{font-size: clamp(16px, 1.6, 26px);line-height: 140%;max-width: 980px;margin: 0 auto;padding: 0 0 40px 0;}
.equipe figure{display: inline-block;width:280px;height:280px;max-width: 280px;background-size: contain !important;border-radius: 50%;}
.equipe figure img{width:280px;height:280px;border-radius: 50%;}
.equipe h3{margin: 20px 0 0 0;font-size: clamp(18px, 1.6, 26px);line-height:100%;color: #691308;transition: all 0.25s ease-out;}
.equipe h3 span{display:block;margin: 10px 0 0 0;font-size: clamp(15px, 2vw, 22px);font-weight: 300;transition: all 0.45s ease-out;}
.equipe .Flex a{position: relative;display: block;padding: 0 25px 0 25px;color: #691308;text-decoration:none;}
.equipe .Flex a:hover h3{color: #0a0202;text-decoration:none;transform:translateX(0) translateY(-5px);}
.equipe .Flex a:hover h3 span{transform:translateX(0) translateY(-5px);}
.equipe .infos{position: absolute;top: 0;left: 50%;transform: translate(-50%);width: 280px;height: 280px;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;border-radius: 50%;margin: 0;padding:0 20px 0 20px;background-color:rgba(123, 59, 50, 0.72);opacity:0;transition: all 0.15s linear;}
.equipe .infos span{display:block;padding: 40px 0 10px 0;font-size: clamp(14px, 1.5vw, 15px);font-weight: 600;}
.equipe .infos span.telephone{background:url(images/picto-telephone.svg) center top no-repeat;background-size:38px;filter: invert(100%) sepia(76%) saturate(100%) hue-rotate(294deg) brightness(105%) contrast(82%);}
.equipe .infos span.email{background:url(images/picto-email.svg) center top no-repeat;background-size:38px;filter: invert(100%) sepia(76%) saturate(100%) hue-rotate(294deg) brightness(105%) contrast(82%);}
.equipe .Flex a:hover .infos{top: 0;opacity:1;}

#actualites{background:#ad8968;overflow: hidden;}
.actualites{position: relative;z-index:2;max-width:1760px;margin:0 auto;padding: 0 0 40px 0;}
.actualites h2{color:#e8e2dd;}
.actualites h2:after{background:#e8e2dd;}
.actualites p{font-size: clamp(16px, 1.6, 26px);line-height: 140%;max-width: 980px;margin: 0 auto;padding: 0 0 40px 0;}
.actualites .Flex{flex-wrap: wrap;justify-content: center;}
.actualites .col-4{position:relative;padding: 0 45px;text-align:center;}
.actualites .col-4:after {content: "";display: block;position: absolute;right: -2px;top: 22%;transform: translate(-50%);height: 40px;border-right: 2px solid #cdbaa8;}
.actualites .col-4:nth-of-type(3n):after,.actualites .col-4:last-of-type:after {display:none;}
.actualites figure{max-width: 280px;margin: 0 auto;margin-bottom:30px;transition: all 0.15s linear;}
.actualites p.cat,.infos span.cat{font-size: clamp(12px, 1.4vw, 18px);line-height: 120%;display: inline-block;padding: 10px 40px 10px 40px;margin: 0;background-color: #e8e2dd;color: #691308;border-radius: 40px;text-transform: uppercase;transition: all 0.15s ease-out;}
.actualites h3{margin: 20px 0 20px 0;font-size: clamp(20px, 2.5vw, 40px);line-height:100%;color: #e8e2dd;font-weight:300;transition: all 0.25s ease-out;}
.actualites .date{display:block;font-size: clamp(16px, 1.6, 26px);color:#0a0202;transition: all 0.45s ease-out;}
.actualites p.btn a {color:#fff;border:1px solid #fff;}
.actualites p.btn a:hover {color:#691308;border:1px solid #691308;}
.actualites .Flex a{position: relative;display: block;color: #e8e2dd;text-decoration:none;}
.actualites .Flex a:hover figure{filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);-webkit-filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);-moz-filter: sepia(100%) brightness(25%) hue-rotate(311deg) saturate(456%) contrast(102%);}
.actualites .Flex a:hover h3{color: #0a0202;text-decoration:none;transform:translateX(0) translateY(-5px);}
.actualites .Flex a:hover .date{transform:translateX(0) translateY(-5px);}
.actualites .Flex a:hover p.cat{color: #e8e2dd;background-color: #691308;text-decoration:none;transform:translateX(0) translateY(-5px);}

#contact{overflow: hidden;}
.contact h2{color:#ad8968;}
.contact h2:after{background:#ad8968;}
.contact{max-width:980px;margin:0 auto;padding: 0 0 60px 0;}
.contact .Flex{flex-wrap: wrap;flex-direction: column;justify-content: center;}
.contact p{font-size: clamp(16px, 1.6, 26px);line-height: 140%;}
.contact address{margin: 0 auto;padding:0;text-align: center;font-style:normal;color:#691308;}
.contact address img{padding:20px 0 40px 0;}
.contact address span{display:block;padding: 50px 0 20px 0;font-size: clamp(14px, 1.6, 26px);font-weight: 600;}
.contact address span.adresse{background:url(images/picto-adresse.svg) center top no-repeat;background-size:42px;}
.contact address span.telephone{padding: 45px 0 0 0;background:url(images/picto-telephone.svg) center top no-repeat;background-size: 32px;}
.contact address span.telephone a{text-decoration:none;color:#691308;}


.Cnt{max-width:980px;margin:0 auto;padding: 0 0 40px 0;overflow: hidden;}
.page-template-default .Cnt{padding: 80px 20px 0 20px;}
.page-parent .Cnt{padding: 80px 0 80px 0;}
.Cnt p{font-size: clamp(16px, 1.6, 26px);line-height: 140%;}
.Cnt h1{margin: 0;padding:0 0 20px 0;font-size: clamp(20px, 3.4vw, 62px);line-height:100%;color: #691308;font-weight:600;animation: fadeintop;animation-duration: 0.7s;animation-delay: 0s;transition: all 0.25s ease-out;}
.Cnt h1 span{display:block;padding: 5px 0 0 0;font-size: clamp(14px, 2.8vw, 40px);font-weight: 300;color:#0a0202;animation: fadeintop;animation-duration: 0.7s;animation-delay: 0s;}
.Cnt .CntText{margin: 10% 0 0 0;line-height:100%:}
.Cnt .CntText h2{font-size: clamp(18px, 2.8vw, 40px);font-weight:600;line-height:125%;transition: all 0.25s ease-out;}
.Cnt .CntText h3{font-size: clamp(18px, 2.5vw, 40px);font-weight:600;line-height:125%;transition: all 0.25s ease-out;}
.Cnt .CntText h4{font-size: clamp(18px, 2vw, 40px);font-weight:600;line-height:125%;transition: all 0.25s ease-out;}
.Cnt .CntText p{font-size: clamp(16px, 1.6vw, 26px);line-height: 140%;}
.Cnt .CntText ul,.Fcab ul{font-size: clamp(16px, 1.6vw, 26px);line-height: 140%;}
.Cnt .CntText ul li,.Fcab ul li{}

.esp{display: block;position:relative;z-index:2;margin:60px 0 0 25px;text-align: right;font-size: clamp(16px, 1.3vw, 20px);line-height: 200%;color:#ad8968;background:#fff;}
.esp a{position: relative;z-index: 2;display: block;color:#ad8968;text-decoration:none;text-transform:uppercase;transition: all 0.25s ease-out;}
.esp:before{content:"";display:block;position:absolute;left:0;top:0;z-index:1;content: "";display: block;width: 20px;height: 20px;top: 50%;left: 0;border-style: solid;border-color: #ad8968;border-width: 1px 1px 0 0;position: absolute;transform-origin: 50% 50%;transform: rotate(-135deg);margin: -10px 0 0 -12px;}
.esp:after{content:"";display:block;position:absolute;left:0;top:0;z-index:1;top: 50%;left: 0;border-style: solid;border-color: #ad8968;position: absolute;transform-origin: 50% 50%;width: 65%;height: 0;border-width: 1px 0 0 0;transform: translate(-14px, 0);transition: all 0.35s ease-out;}
.esp:hover a{padding: 0 75px 0 0;}
.esp:hover:after {width: 45%;}

.btn2{display:block;font-size: clamp(16px, 2vw, 20px);line-height: 200%;font-weight:600;color:#ad8968;letter-spacing:2px;text-transform:uppercase;}
.btn2 a{display:block;position: relative;overflow: hidden;min-height: 60px;color:#ad8968;text-decoration:none;line-height: 300%;transition: none;}
.btn2 a span{opacity: 0;transition: all 0.25s ease-out;}
.btn2 a:hover span{opacity: 1;padding:0 10px 0 0;}
.btn2 a:after{content:"";border-top:1px solid #ad8968;display: inline-block;width: 100%;position: absolute;top: 50%;left:0;z-index:1;}
.btn2 a:hover:after{left:auto;border-width:3px;}
.btn2 a:before{content:"";position: absolute;top: 0;right:0;z-index:2;width:80px;height:80px;background-image: url(images/picto-plus.svg);background-size: 60px;background-position: center top;background-repeat: no-repeat;background-color: #fff;}
.btn2 a:hover:before{background-image: url(images/picto-plus-bold.svg);}


/* Cabinet */
.page-template-page-cabinet .entry-header{border-bottom:0;}
.page-template-page-cabinet .Cnt{max-width: 100%;padding: 0 0 10px 0;color:#ad8968;background-color:#691308;}
.page-template-page-cabinet .Cnt h2{font-size: clamp(18px, 1.8vw, 40px);font-weight:600;line-height:100%;transition: all 0.25s ease-out;}
.page-template-page-cabinet .Flex{flex-wrap: wrap;position:relative;}
.page-template-page-cabinet .Flex .col-6{display: flex;justify-content: center;position:relative;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(1):after,.page-template-page-cabinet .Flex .col-6:nth-of-type(3):after{content:"";display:block;position:absolute;right:0;top:25%;transform: translate(-50%);height:calc( 100% / 2 );border-right:2px solid #ad8968;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3):after{border-color:#782d1d;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3),.Fcab .col-6:nth-of-type(4){background-color:#ad8968;}
.page-template-page-cabinet .Flex .item{max-width:660px;padding: 4.5% 0 12% 0;}
.page-template-page-cabinet .Flex .item figure{max-width: 280px;margin:0 auto;}
.page-template-page-cabinet .Flex .item h3{font-size: clamp(18px, 2vw, 40px);font-weight:300;line-height:125%;transition: all 0.25s ease-out;}
.page-template-page-cabinet .Flex .item h3 a{color:#0a0202;text-decoration:none;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .item h3,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .item h3{text-align:center;color:#fff;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .item h3 a,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .item h3 a{color:#fff;text-decoration:none;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .btn2,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .btn2{color: #782d1d;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .btn2 a,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .btn2 a  {color: #782d1d;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .btn2 a:after,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .btn2 a:after {border-color: #782d1d;}
.page-template-page-cabinet .Flex .col-6:nth-of-type(3) .btn2 a:before,.page-template-page-cabinet .Flex .col-6:nth-of-type(4) .btn2 a:before {background-color: #ad8968;}
.page-template-page-cabinet .Flex .item p,.page-template-page-cabinet .Flex .item li{font-size: clamp(16px, 1.6, 26px);line-height: 140%;}



/* Savoir-faire */
.page-parent .savoir-faire .Flex{flex-direction: column;justify-content: left;}
.page-parent .savoir-faire figure {margin:0;position: absolute;left: 0;top: 20px;z-index:1;opacity: 0;}
.page-parent .savoir-faire h3{margin: 0;padding:40px 0 40px 0;font-size: clamp(18px, 2.4vw, 40px);line-height:100%;color: #0a0202;font-weight:300;transition: all 0.15s linear;}
.page-parent .savoir-faire .Flex a{margin: 0 0 2px 0;border-bottom:1px solid #691308;}
.page-parent .savoir-faire .Flex a:hover{margin: 0 0 0 0;border-bottom:3px solid #691308;}
.page-parent .savoir-faire .Flex a:hover h3{transform:translateX(120px) translateY(0);color:#691308;font-weight:600;}
.page-parent .savoir-faire .Flex a:hover figure{opacity:1;filter:none;}
.page-template-page-savoir-faire .entry-content:after{content: '';display: block;width: 100vw;height: 100%;position: absolute;top: 0;right: calc( 100% / 12 *9 );z-index: 0;background-color: #e9e1de;}
.page-template-page-savoir-faire .CntMain{flex-wrap: wrap;max-width: 1650px;position:relative;z-index:2;margin: 0 auto;padding: 4% 20px 10% 20px;}
.page-template-page-savoir-faire .post-thumbnail{width:100%;max-width:calc( 100% / 10 *3 );}
.page-template-page-savoir-faire figure {max-width: 480px;background-size: contain !important;}
.page-template-page-savoir-faire figure img {border-radius: 50%;}
.page-template-page-savoir-faire .Cnt{width:100%;max-width:calc( 100% / 10 *7 );margin:0;padding:9% 0 0 5%;}
.page-template-page-savoir-faire .Cnt h1{max-width: 680px;}
.page-template-page-savoir-faire .CntText{max-width:650px;margin: 3% 0 0 0;}
.page-template-page-savoir-faire .CntText .esp:after{width:55%;}
.page-template-page-savoir-faire .CntText .esp:hover:after{width:45%;}

/* Equipe */
.page-parent #equipe{background: none;}
.page-lequipe .entry-header,
.page-template-page-equipe .entry-header{border-bottom-color:#691308;}
.page-template-page-equipe .entry-content:after{content: '';display: block;width: 100vw;height: 100%;position: absolute;top: 0;right: calc( 100% / 12 *9 );z-index: 0;background-color: #e9e1de;}
.page-template-page-equipe .CntMain{flex-wrap: wrap;max-width: 1650px;position:relative;z-index:2;margin: 0 auto;padding: 4% 20px 10% 20px;}
.page-template-page-equipe .post-thumbnail{width:100%;max-width:calc( 100% / 10 *3 );}
.page-template-page-equipe figure {max-width: 480px;background-size: contain !important;}
.page-template-page-equipe figure img {border-radius: 50%;}
.page-template-page-equipe .Cnt{width:100%;max-width:calc( 100% / 10 *7 );margin:0;padding:9% 0 0 5%;}
.page-template-page-equipe .Cnt h1{white-space: pre-wrap;max-height: 210px;}
.page-template-page-equipe .CntText{max-width:650px;}
.page-template-page-equipe .infos{display:flex;flex-wrap:wrap;gap: 20px 40px;justify-content:start;width:100%;margin:5px 0 20px 0;color:#ad8968;}
.page-template-page-equipe .infos span{display:block;position: relative;font-size: clamp(16px, 1.4vw, 26px);line-height: 170%;font-weight: 300;color:#ad8968;}
.page-template-page-equipe .infos span:before{position: absolute;left: 0;top: 0;z-index:1;width: 45px;height: 45px;content:"";display:inline-block;background-size:45px;filter: invert(54%) sepia(51%) saturate(270%) hue-rotate(347deg) brightness(95%) contrast(88%);}
.page-template-page-equipe .infos span.telephone:before{background:url(images/picto-telephone.svg) left center no-repeat;}
.page-template-page-equipe .infos span.email:before{background:url(images/picto-email.svg) left center no-repeat;}
.page-template-page-equipe .infos span.linkedin:before{background:url(images/picto-linkedin.svg) left center no-repeat;}
.page-template-page-equipe .infos a{padding: 0 0 0 55px;position:relative;z-index:2;color:#ad8968;text-decoration:none;}


/* Actualites */
.page-template-page-actualite .Cnt{padding: 40px 0 0 0;}
.page-template-page-actualite .actualites{padding: 0 0 80px 0;}
.page-template-page-actualite .actualites .Flex {gap: 35px 0px;}
.page-template-page-actualite .actualites h3 {color:#ad8968;}
.single-post .entry-header{border-bottom-color:#e9e1de;}
.single-post .entry-content:after{content: '';display: block;width: 100vw;height: 100%;position: absolute;top: 0;right: calc( 100% / 12 *9 );z-index: 0;background-color: #ad8968;}
.single-post .CntMain{flex-wrap: wrap;max-width: 1650px;position:relative;z-index:2;margin: 0 auto;padding: 4% 20px 10% 20px;}
.single-post .post-thumbnail{width:100%;max-width:calc( 100% / 10 *3 );}
.single-post figure {max-width: 480px;background-size: contain !important;}
.single-post figure img {border-radius: 50%;}
.single-post .Cnt{width:100%;max-width:calc( 100% / 10 *7 );margin:0;padding:9% 0 0 5%;}
.single-post .Cnt h1{max-width: 680px;margin-bottom:5px;color:#0a0202;}
.infos span.cat{color: #e8e2dd;background-color: #691308;transition: all 0.25s ease-out;}
.infos span.cat a{color: #e8e2dd;text-decoration:none;}
.infos span.cat:hover{background-color: #ad8968;}
.infos span.date{padding: 0 0 0 30px;font-size: clamp(16px, 1.6, 26px);color:#0a0202;transition: all 0.45s ease-out;}
.single-post .CntText{max-width:650px;margin: 6% 0 0 0;}

/* Archives */
.archive .actualites{padding:80px 0 80px 0;}
.archive .actualites h2 {color:#ad8968;}

/* Contact */
.page-template-page-contact .Cnt {padding: 80px 0 0 0;}
.contactAdd {min-height: 160px;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.contactAdd h2{max-height: 280px;margin: 0;padding: 5% 20px 4% 20px;font-size: clamp(28px, 4.2vw, 62px);line-height: 100%;color: #e8e2dd;text-align: center;text-transform: uppercase;letter-spacing: 10px;font-weight: 300;}
.contactAdd h2:after {content: "";display: block;margin: 0 auto;margin-top: 0;margin-top: 30px;width: 40px;height: 1px;background: #e8e2dd;transition: all 0.15s linear;}

/* Formulaire */
.wpcf7-form{display: flex;flex-wrap: wrap;}
.wpcf7-form .col-6,.wpcf7-form .col-12{padding: 0 3px 0 3px;}
input[type="text"], input[type="email"], input[type="tel"],textarea{border: 1px solid #ad8968 !important;border-radius: 8px !important;padding: 6px 10px 10px 10px !important;}
input[type="checkbox"]{margin: 3px 0 0 0;border: 1px solid #ad8968 !important;border-radius: 8px !important;padding: 6px 10px 10px 10px !important;}
.wpcf7-form label{font-size: clamp(16px, 1vw, 17px);text-transform:uppercase;letter-spacing:2px;font-weight:300;cursor: pointer;}
.wpcf7-acceptance label{display:flex;align-items: flex-start;gap: 20px;}
.wpcf7-acceptance label .wpcf7-list-item-label{padding: 0 20px 0 0;font-size: clamp(14px, 1.4vw, 14px);line-height:120%;text-transform:none;letter-spacing:0;color: #858181;}
.wpcf7-acceptance .wpcf7-list-item {margin:0;padding: 0 3px;}
.wpcf7-form .col-3{text-align: center;}
input[type="submit"] {display:inline-block;margin:0;padding: 20px 35px 20px 35px;text-align: center;font-size: clamp(14px, 2vw, 20px);color:#ad8968;line-height: 1;letter-spacing:4px;text-transform:uppercase;text-decoration:none;border:1px solid #ad8968;border-radius:30px;background: #fff;cursor: pointer;transition:all 0.15s linear;}
input[type="submit"]:hover {color:#691308;border:1px solid #691308;padding: 20px 45px 20px 45px;}
.wpcf7-spinner{display: block !important;margin: 0 auto;margin-top: 15px;}
.mandatory{font-size: clamp(16px, 1.7vw, 17px);}
.wpcf7 .wpcf7-response-output {width: 100%;text-align: center;padding: 30px !important;}

/* Search */
.search-results .actualites {padding:40px 0 80px 0;}
.search-results .actualites .Flex a {color: #0a0202;}
.search-results .actualites figure {display: inline-block;width: 280px;height: 280px;max-width: 280px;background-size: contain !important;border-radius: 50%;}
.search-results .actualites figure img {width: 280px;height: 280px;border-radius: 50%;}
.search-results .actualites h2 {color:#0a0202;}
.search-results .entry-summary p{font-size: clamp(16px, 1.6vw, 16px);color:#0a0202;}
.search-no-results .Cnt{padding:40px 0 80px 0;}
.search-no-results .Cnt .search-form{margin:0 auto;}
.search-no-results .Cnt .search-field {width:100%;padding:10px;}
.search-no-results .Cnt .search-submit {margin-top: 20px;}

/* 404 */
.error404 .Cnt{padding: 40px 0 40px 0;}

/* Footer */
.site-footer{margin:0 auto;background: #e1e3e6;}
.site-info{width: 100%;max-width: 1920px;margin: 0 auto;padding: 2% 20px 2% 20px;}
.site-info .Flex{flex-wrap: wrap;justify-content: center;align-items: center;}
#media_image-2{width:100%;max-width:calc( 100% / 12 *1 );}
#media_image-2 a{display: block;max-width:120px;margin: 0 auto;}
#nav_menu-2{width:100%;max-width:calc( 100% / 12 *7 );}
#nav_menu-2 ul {display: flex;justify-content: space-around;margin: 0 auto;padding: 0 20px 0 20px;max-width: 920px;}
#nav_menu-2 li {position: relative;padding: 0;list-style:none;}
#nav_menu-2 a {position: relative;display: block;text-decoration: none;padding:0 5px 0 5px;font-size: clamp(14px, 1.3vw, 18px);letter-spacing: 0.3rem;color: #07131c;text-transform: uppercase; }
#nav_menu-2 .current-menu-item a,#media_image-2 .current-page-ancestor > a,#media_image-2 .single-post .menu-item-73 > a {color: #ad8968;font-weight: 600;}
#nav_menu-2 a:hover {color: #ad8968;}

#footer-social{width:100%;max-width:calc( 100% / 12 *1 );}
#footer-social ul {margin:0;padding:0;}
#footer-social li {padding: 0;list-style:none;}
#footer-social a {content:"";position: relative;display: block;background: url(images/picto-linkedin.svg)center center no-repeat;text-decoration: none;padding: 40px;font-size: clamp(14px, 1.8vw, 18px);letter-spacing: 0.3rem;color: #ad8968;text-transform: uppercase; }
#footer-social a:hover {color:#0a0202;}

#footer-navigation{width:100%;max-width:calc( 100% / 12 *3 );}
#footer-navigation ul {margin:0;padding:0;}
#footer-navigation li {padding: 0;list-style:none;}
#footer-navigation a {position: relative;display: block;text-decoration: none;padding: 0;font-size: clamp(12px, 1.2vw, 18px);letter-spacing: 0.3rem;color: #ad8968;text-transform: uppercase; }
#footer-navigation .current-menu-item a {color: #ad8968;font-weight: 600;}

.to-top {position: fixed;right: calc(5vmin - 5px);bottom: 100px;border: 0;background: none;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-align: center;align-items: center;width: 60px;padding: 0;gap: 5px;z-index: 9;opacity: 0;pointer-events: none;transition: opacity .2s;cursor: pointer;}
.to-top--show {opacity: 1;pointer-events: all;}
.to-top__circle {display: -ms-flexbox;display: flex;width: 42px;height: 42px;background-color: #a18160;border-radius: 50%;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;color:#fff;font-size: clamp(12px, 2vw, 24px);}
.to-top__txt {font-size: 13px;font-weight: 600;}

/* Search Overlay*/

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {color: #917957;}
:-moz-placeholder {color: #917957;}
::-moz-placeholder {color: #917957;opacity: 1;/* Since FF19 lowers the opacity of the placeholder by default */}
:-ms-input-placeholder {color: #917957;}

input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;-webkit-text-fill-color: #777 !important;}
.search-form input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px #323232 inset !important;-webkit-text-fill-color: #fff !important;}
.dialog, .dialog__overlay {width: 100%;height: 100%;top: 0;left: 0;z-index: 200;}
.dialog{position: relative;display: none;}
.dialog.show{position: fixed;display: -webkit-flex;display: flex;}
.dialog__overlay{position: absolute;z-index: 1;background: rgba(0, 0, 0, 0.80);opacity: 0;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;-webkit-backface-visibility: hidden;}
.show .dialog__overlay {opacity: 1;pointer-events: auto;}
div.action {cursor: pointer;display: inline-block;position: absolute;right:100px;top: 20px;z-index:10;}
div.action:before {display: inline-block;font-family: Arial, Helvetica, sans-serif;content: "X";font-size: 42px;font-size:2.625rem;font-weight: 300;color: #fff;position: absolute;left: 0px;top: 0px;z-index:10;}
div.action:hover:before{transform: scale(1.1);}
.dialog__content {width: 100%;padding: 10em;text-align: center;position: relative;z-index: 5;opacity: 0;}
.show .dialog__content {pointer-events: auto;}
.dialog__overlay {-webkit-transition-duration: 0.4s;transition-duration: 0.4s;}
.dialog__content {overflow: hidden;}
#search-container form.search-form{border-bottom: 1px solid #e7e7e7;}
.dialog.show .dialog__content,
.dialog.dialog--close .dialog__content {-webkit-animation-duration: 0.4s;animation-duration: 0.4s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}
.dialog.show .dialog__content {-webkit-animation-name: anim-open;animation-name: anim-open;-webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);animation-timing-function: cubic-bezier(0.7,0,0.3,1);-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);-moz-box-shadow:2px 2px 5px 0px rgba(50, 50, 50, 0.3);box-shadow:2px 2px 5px 0px rgba(50, 50, 50, 0.3);}
.dialog.dialog--close .dialog__content {-webkit-animation-name: anim-close;animation-name: anim-close;}
.dialog.show h2,
.dialog.show button {-webkit-animation: anim-elem 0.4s both;animation: anim-elem 0.4s both;}
.dialog.show h2 {-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}
.dialog.show button {-webkit-animation-delay: 0.15s;animation-delay: 0.15s;}
@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: translate3d(0, -400px, 0); transform: translate3d(0, -400px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes anim-close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); }
}
@keyframes anim-close {
	0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	100% { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); }
}
@keyframes anim-elem {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); }
	100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.search-wrap #searchform .screen-reader-text, .search-wrap #searchform #searchsubmit {display: none;}
.search-wrap {}
.search-wrap .center {	position: relative;display: none;}
.search-inside {height: auto;margin: 0 auto;}
.search-under .center {position: relative;}
.search-icon {position: absolute;background: #000;color: #fff;font-size: 42px;padding: 0px 15px 5px;right: 0;cursor: pointer;z-index: 1;font-weight: normal;}
.search-wrap .search-form .screen-reader-text,
.search-wrap .search-form input[type="submit"] {display: none;}
.search-wrap .search-form .search-field {background: none;border: none;padding: 12px 0 8px;color: #777;font-size: 32px;font-size:2rem;vertical-align: middle;line-height: 30px;width: 100%;font-family: 'Lato',sans-serif;outline: none;letter-spacing: -1px;font-weight: 300;}
input#s::-webkit-input-placeholder {color: #777;font-family: 'Lato',sans-serif;font-weight: 300;}
input#s:-moz-placeholder {color: #777;font-family: 'Lato',sans-serif;font-weight: 300;}


#cookie-notice {min-width: auto;width: 440px;bottom: 40px;left: 40px;border-radius: 6px;}
.cookie-notice-container {background-color: #ffffff;border: 1px solid #f4f4f4;padding: 20px 26px;box-shadow: 0 -1px 10px 0 #acabab4d;border-radius: 6px;text-align: left;}
.cn-text-container strong{display:block;margin:0 0 10px 0;font-size: 18px;}
.cn-buttons-container{margin: 10px 0 0 0;}
#cookie-notice .cn-button:not(.cn-button-custom){margin: 0 10px 0 0;color: #fff;border:1px solid #2b4876;}
#cookie-notice #cn-refuse-cookie.cn-button, #cookie-notice #cn-more-info.cn-button{background-color: #fff !important;color:#2b4876;border:1px solid #2b4876;}
.cn-close-icon {top: 15%;}
.cn-revoke-cookie{letter-spacing: .25px;margin: 0 0 0 10px;text-transform: none;display: inline-block;cursor: pointer;touch-action: manipulation;white-space: nowrap;outline: 0;box-shadow: none;text-shadow: none;border: none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-decoration: none;padding: 8.5px 10px;line-height: 1;color: inherit;margin: 0 10px 0 0;color: #fff;border: 1px solid #2b4876;background-color: #2b4876;}
.cn-revoke-cookie:hover{color:#fff;}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	.menu-toggle {display: none;}
	.main-navigation ul {display: flex;}
}
@media screen and (min-width: 1921px) {
	.slideshow{max-width: 100%;}
}
@media screen and (max-width: 1380px) {
	h1.site-title, p.site-title {margin: 20px 0 0 0;}
	.main-navigation ul {justify-content: space-around;}
	.main-navigation a {padding: 10px 10px 10px 10px;}
	/*.page-template-page-equipe .Cnt h1 {max-height: 180px;}*/
}
@media screen and (max-width: 1280px) {
	.header-top {padding: 15px 20px 10px 20px;}
	.site-branding {flex-basis: 9%;}
	h1.site-title, p.site-title {margin: 0;}
	.main-navigation {width: 76%;}
	.main-navigation ul {align-items: center;}
	.main-navigation ul {justify-content: end;}
	.main-navigation a {padding: 10px 15px 10px 15px;font-size: clamp(16px, 1.5vw, 21px);letter-spacing: 0.2rem;}
	.searcH {flex-basis: 6%;}
	.searcH:before {width: 40px;height: 40px;}
	.languages {flex-basis: 8%;}
	
	.path_svg svg{width: 80%;}
	.path_svg.home .cab1 {top: -3%;opacity: 0.4;}
	.path_svg.home .cab2 {right: -6%;opacity: 0.4;}
	.path_svg.home .sf1 {top: -20%;opacity: 0.4;}
	.path_svg.home .sf2 {top: -4%;right: -10%;opacity: 0.2;}
	.path_svg.home .eq1 {bottom: -4%;opacity: 0.4;}
	.path_svg.home .eq2 {right: -4%;opacity: 0.4;}
	.path_svg.home .ac1 {top: -5%;transform: none;opacity: 0.4;}
	.path_svg.cab .cab1 {top: -5%;}
	.path_svg.cab .cab2 {top: -6%;right: -4%;opacity: 0.4;}
	.path_svg.cab .cab3 {left: 5%;opacity: 0.3;}
	.path_svg.sf .sf1 {top: -5%;opacity: 0.4;}
	.path_svg.sf .sf2 {top: -12%;right: -5%;opacity: 0.4;}
	.path_svg.sfs .sf1 {left: -5%;top: 35%;opacity: 0.4;}
	.path_svg.sfs .sf2 {right: -5%;opacity: 0.4;}
	.path_svg.eq .eq1 {left: -5%;opacity: 0.4;}
	.path_svg.eq .eq2 {right: -5%;opacity: 0.4;}
	.path_svg.ac .ac1 {right: -5%;opacity: 0.3;}
	.path_svg.ac .ac2 {opacity: 0.8;}
	.path_svg.acs .ac1 {opacity: 0.4;}
	.path_svg.acs .ac2 {right: -5%;opacity: 0.4;}
	.path_svg.ct .ct1 {top: -2%;opacity: 0.4;}
	.path_svg.ct .ct2 {top: -4%;right: -5%;opacity: 0.4;}
	
	p.btn a {font-size: clamp(14px, 1.2vw, 20px);}
	
	.actualites figure {max-width: 200px;}
	.actualites h3,.actualites h2 {font-size: clamp(18px, 1.8vw, 40px);}
	.actualites p.cat, .infos span.cat {font-size: clamp(12px, 1vw, 18px);}
	
	.contact address img {max-width: 700px;}
	
	.page-template-page-cabinet .Flex .item {max-width: 450px;}
	
	.Cnt .CntText {margin: 6% 0 0 0;}
	.page-template-page-savoir-faire .CntText {margin: 2% 0 0 0;}
	
	.page-template-page-equipe .Cnt h1 {max-height: 150px;}
	.page-template-page-equipe .infos {width: 90%;}
	.page-template-page-equipe .infos span:before {width: 35px;height: 35px;}
	.page-template-page-equipe .infos a {padding: 0 0 0 45px;}
		
	.content-area {padding-top: clamp(86px, 11.2vw, 212px);}
	.f-cnt.content-area{padding-top: clamp(65px, 11.2vw, 104px);}
	
	#footer-social a {padding: 30px;}
	#footer-navigation a {letter-spacing: 0.1rem;}
	#nav_menu-2 a {letter-spacing: 0.2rem;}
	
}
@media screen and (max-width: 1023px) {
	.header-top {padding: 10px 0 10px 15px;}
	
	.site-branding {flex-basis: 67%;}
	.f-head .header-top {padding: 5px 0 5px 15px;}
	h1.site-title, p.site-title {max-width: 60px;margin: 0 0 0 60px;line-height: 100%;}
	.f-head h1.site-title, .f-head p.site-title {margin: 0 0 0 50px;max-width: 50px;}

	.main-navigation {display: block;width: auto;height:auto;position: absolute;left: 0;top: 0px;z-index: 999;}	
	.main-navigation.toggled {width: 100%;background: #fff;}	
	.menu-toggle, .main-navigation.toggled ul {display: block;}
	.menu-toggle, .menu.toggled ul {display: block;}
	.main-navigation.toggled .menu-toggle::after, .main-navigation.toggled .menu-toggle::before {background: #9c6f22;}
	.menu-toggle{position:absolute;top:30px;left:20px;z-index:999;transition:transform 0.35s ease 0s;}
	.f-head .menu-toggle{top:15px;}
	.main-navigation a {display: inline-block;padding: 4px 12px 4px 12px;/*font-size: 20px;font-size: 2.0rem;*/}
	.menu-menu-principal-fr-container, .menu-menu-principal-en-container {position:relative;width:100%;z-index:900;margin-top: 40px;margin-bottom: 40px;border-top: 0;}
	.main-navigation ul {margin: 0 auto;text-align: center;}
	.main-navigation ul ul {float: none;position: relative;top: auto;left: auto;transform: none;margin-bottom:10px;}
	.main-navigation ul ul a {width: 100%;padding: 0px 17px 0px 17px;font-size: 18px;font-size: 1.8rem;}
	.menu-menu-social-fr-container, .menu-menu-social-en-container {position:relative;display: inline-block;width:33%;z-index:900;margin: 0px 0px 0 0;}
	.main-navigation #social-menu li {display: inline-block;}
	.main-navigation #social-menu li.twitter a {margin: 0 auto;}
	
	.searcH {flex-basis: 12%;}
	.searcH:before {width: 30px;height: 40px;}
	
	.languages {flex-basis: 21%;text-align: center;}
	.languages a {font-size: 16px;}
	.languages li.lang-item-en:before {left: -4px;font-size: 1rem;}

	.le-cabinet {padding: 0 20px 40px 20px;}
	.savoir-faire {padding: 0 20px 40px 20px;}
	.Cnt .savoir-faire {padding: 0 0 40px 0;}
	.page-template-page-equipe .Cnt h1 {max-height: 110px;}
	
	.equipe {padding: 0 20px 0 20px;}
	.equipe .col-4:nth-of-type(even):after {display:none;}
	.contact{padding: 0 20px 40px 20px;}
	
	.page-template-page-contact .Cnt {padding: 20px 20px 0 20px;}
	
	#nav_menu-2 ul {flex-wrap: wrap;}
	
	.page-parent .Cnt {padding: 40px 20px 40px 20px;}
}
@media screen and (max-width: 768px) {
	#footer-social a {padding: 20px;}
	#footer-navigation li {padding: 0 0 5px 0;}
	#footer-navigation a {letter-spacing: 0;line-height: 120%;}
}
@media screen and (max-width: 767px) {
	
	.equipe .col-4:after {display:none;}
	
	.col-4 {max-width: 100%;}
	.actualites .col-4 {padding: 0 25px 40px;}
	.actualites .col-4:after {display:none;}
	.actualites figure {max-width: 100px;margin-bottom: 10px;}
	.actualites h3 {margin: 20px 0 10px 0;}
	
	.wpcf7-form .col-6, .wpcf7-form .col-12, .wpcf7-form .col-9, .wpcf7-form .col-3 {max-width: calc( 100% / 12 *12 );}
	.contact address img {max-width: 100%;}

}
@media screen and (max-width: 480px) {
	.entry-header h1{padding-top: 9%;letter-spacing: 8px;}
	.entry-header h1:after {margin-top: 20px;}

	.savoir-faire .col-4, .savoir-faire .owl-item:after {display:none;}
		
	.page-template-page-cabinet .Flex .item figure {max-width: 140px;}
	.page-template-page-cabinet .Flex .col-6:nth-of-type(1):after, .page-template-page-cabinet .Flex .col-6:nth-of-type(3):after {display:none;}
  
	.page-parent .savoir-faire figure {opacity:1;max-width: 60px;}
	.page-parent .savoir-faire h3 {padding: 40px 0 40px 80px;}
	.page-parent .savoir-faire .Flex a:hover{}
	.page-parent .savoir-faire .Flex a:hover h3{transform:none;color:#691308;font-weight:600;}
	.page-parent .savoir-faire .Flex a:hover figure{filter:none;}
		
	.esp {margin: 40px 0 0 0px;}
	.esp:after {width: 15%;}
	.esp:hover a{padding: 0;}
	.esp:hover:after {width: 15%;}
	.page-template-page-equipe .esp:after {width: 45%;}
	
	.page-template-page-savoir-faire .entry-content:after {right: calc( 100% / 12 *10 );}
	.page-template-page-savoir-faire .post-thumbnail {max-width: calc( 100% / 12 *3 );}
	.page-template-page-savoir-faire .Cnt {max-width: calc( 100% / 12 *9 );overflow:visible;}
	.page-template-page-savoir-faire .CntText {margin: 3% 0 0 -15%;}
	.page-template-page-savoir-faire .CntText .esp:after{width:25%;}
	.page-template-page-savoir-faire .CntText .esp:hover:after{width:15%;}
	.page-template-page-cabinet .Flex .col-6 {max-width: calc( 100% / 12 *12 );}
	
	.page-template-page-equipe .entry-content:after {right: calc( 100% / 12 *10 );background-color: transparent;}
	.page-template-page-equipe .post-thumbnail {max-width: calc( 100% / 12 *8 );margin: 0 auto;}
	.page-template-page-equipe .Cnt {max-width: calc( 100% / 12 *12 );overflow:visible;padding: 9% 0 0 0;}
	.page-template-page-equipe .Cnt h1 {white-space: inherit;height: auto;}
	.page-template-page-equipe .infos {margin: 0px 0 20px 0;}
	.page-template-page-equipe .infos span{line-height: 100%;}
	.page-template-page-equipe .infos span:before{top: -5px;width: 25px;height: 25px;}
	.page-template-page-equipe .infos a {padding: 0 0 0 35px;}
	.page-template-page-equipe .CntText {margin: 3% 0 0 0;}
	
	.actualites .col-4 {padding: 0 25px 0px;}
	
	.single-post .entry-content:after {right: calc( 100% / 12 *10 );}
	.single-post .post-thumbnail {max-width: calc( 100% / 12 *3 );}
	.single-post .Cnt {max-width: calc( 100% / 12 *9 );overflow:visible;}
	.single-post .infos {margin: 0 0 0 -15%;}
	.infos span.date {display: block;padding: 10px 0 5px 0;}
	.single-post .CntText {margin: 3% 0 0 -15%;}
	
	.actualites p.cat, .infos span.cat {padding: 5px 20px 5px 25px;}
	
	.archive .actualites {padding:40px 0 40px 0;}
	.archive .actualites .Flex { gap: 35px 0px;}
	
	input[type="text"], input[type="email"], input[type="tel"], textarea {max-width: 100%;}
	
	.page-template-default .Cnt{padding-top: 20px;}
	
	#media_image-2 {max-width: calc( 100% / 12 *2 );}
	#nav_menu-2 {max-width: calc( 100% / 12 *10 );}
	#footer-navigation {max-width: calc( 100% / 12 *11 );padding: 0 0 0 20px;}
	
	.to-top--show {opacity: 0;}
	#cookie-notice {width: 100%;left: 0;}
	.cookie-notice-container #cn-notice-buttons{text-align: center;}
	#cookie-notice .cn-button:not(.cn-button-custom){margin: 0 10px 10px 0;}
}

