/*!
Theme Name: NJ Partners
Theme URI: http://www.leparigraph.com
Author: Le parigraph, base Underscores.me
Author URI: http://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: njpartners
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.

njpartners 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: #21284f;
	font-family: 'Bitter', serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Ubuntu', sans-serif;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}

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 {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	background: #fff;
	font-size: 1.6rem;
}

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

ul,
ol {
	margin: 0 0 1.5em 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: #9c6f22;
	text-decoration:none;
	transition: all 0.15s linear;
}

a:visited {
	color: #9c6f22;
}

a:hover,
a:focus,
a:active {
	color: #9c6f22;
}

a:focus {
	outline: none;
}

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: space-between;
}

.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 {
	display: block;
	text-decoration: none;
	padding:28px 0 28px 0;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:0.8rem;
	font-weight:600;
	color:#9c6f22;
	text-transform:uppercase;

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

.main-navigation a:hover{color:#21284f;}
/*.current-menu-item a,
.current-menu-ancestor.menu-item-home.current-menu-parent > a{color:#21284f;}
.home .main-navigation a:hover,
.single .menu-item-109 a{color:#cec1b6;}
.home .current-menu-item a{color:#9c6f22;}*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

.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;
    margin: 50px 0 0 0;
}

/* 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,.col1{flex-basis:100%;padding: 0 0 30px 0;}
.col60{flex-basis:60%;}
.col55{flex-basis:55%;}
.col50,.col2{flex-basis:50%;}
.col40{flex-basis:40%;}
.col3{flex-basis:33%;}
.col33{flex-basis:33%;}
.col20{position: relative;flex-basis:20%;width:220px;max-width:220px;min-width:220px;max-height:220px;min-height:220px;}
.col25{position: relative;flex-basis:25%;width:285px;max-width:285px;min-width:285px;}
.btn{display:inline-block;}
.btn a{display:block;padding:5px 20px 5px 20px;font-family: 'Ubuntu', sans-serif;font-size:18px;font-size:1.8rem;font-weight:700;color:#d8cca6;text-transform:uppercase;text-decoration:none;border:1px solid #21284f;background:#21284f;}
.btn a:hover{color:#21284f;background:transparent;}

.esp{margin-top: 0px;font-family: 'Ubuntu', sans-serif;font-size:18px;font-size:1.8rem;font-weight:700;line-height: 1.6;color:#21284f;text-transform: uppercase;}
.esp a{position: relative;display:inline-block;color:#21284f;outline:0;text-decoration:none;transition:all 0.15s linear;}
.esp a:after{display:block;content:"";margin:2px 0 0 0;border-bottom:1px solid #d8cca6;transition:all 0.15s linear;}
.esp a:hover:after{margin:-2px 0 4px 0;}

.btnSoc{display:inline-block;width:25px;height:25px;margin: 30px 15px 0 0;padding:0;}
.btnSoc span{display:none;}
.btnSoc.linkedin{width: 22px;background: url('images/linkedin.svg')0 0 no-repeat;}
.btnSoc.twitter{background: url('images/twitter.svg')0 0 no-repeat;}
.btnSoc.linkedin:hover,
.btnSoc.twitter:hover,
.btnSoc.linkedin:focus,
.btnSoc.twitter:focus{filter: invert(42%) sepia(98%) saturate(377%) hue-rotate(359deg) brightness(88%) contrast(85%);}

.pagination{position:relative;z-index:1;clear: both;margin:25px 0 0 0;padding:4px 0 4px 0;text-align:center;}
.pagination ul{padding:0;}
.pagination ul li{display:inline-table;margin:0;padding:0;font-weight: 700;color:#21284f;text-align:center;}
.pagination ul li:before{display:none;}
.pagination ul li a{display:block;padding:2px 4px 2px 4px;color:#21284f;text-decoration:none;}
.pagination ul li a:hover{text-decoration:underline;}
.pagination ul li span.current{display:block;padding:2px 4px 2px 4px;color:#9c6f22;}

/* HEADER */
.site-header{position: fixed;width:100%;z-index: 1000;background: #fff;}
.site-header:before{position:absolute;left:0;top:55px;z-index:1;content:"";display:block;width:100%;height:1px;margin:62px 0 0 0;background:#d8cca6;transition: all 0.15s linear;}
.header-top{position: relative;max-width: 1600px;margin: 0 auto;}

.site-branding{margin: 0 0 32px 0;}
h1.site-title,
p.site-title{max-width:560px;margin: 0 auto;text-align:center;font-size:inherit;line-height: inherit;}
.site-branding:before{position:absolute;left:0;top:60px;z-index:1;content:"";display:block;width:80px;height:20px;background:#d8cca6;transition: all 0.15s linear;}

.languages {position: absolute;top: 47px;right: -8px;}
.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:first-of-type:after{position: absolute;right:-5px;top:-1px;display: block;content: "|";color: #d8cca6;font-size: 28px;font-size:2.8rem;font-weight:300;}
.languages a {padding:12px 10px 12px 10px;font-family: 'Ubuntu', sans-serif;font-size:25px;font-size:2.5rem;font-weight:300;color:#21284f;text-transform: uppercase;text-decoration:none;}
.languages a:hover,
.languages li.current-lang a{color: #d8cca6;}

.main-navigation {display: flex;width: 100%;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: 3px;background: #000;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: 2.5rem;width: 3rem;font-size: 2em;box-sizing: content-box;border:0;border-radius: 50%;background-image: linear-gradient(to right,#000,#000);background-position: center;background-repeat: no-repeat;background-size: 100% 3px;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;}

/* Header fixed */
.f-head{position: fixed;z-index: 100;/*height: 105px;*/background: #fff;}
.f-head.site-header:before{margin:0 0 0 0;}
.f-head .site-branding{margin: 0 0 10px 0;}
.f-head .custom-logo-link {margin: 10px 0 0 0;}
.f-head .site-branding:before{top:20px;}
/*.f-head .site-branding img{width:100%;height: auto;max-width:50%;transition:transform 0.35s ease 0s;}*/
.f-head .languages{top: 5px;}
.f-head .main-navigation a{padding: 10px 0 10px 0;}

/* SITE 2026 */
.home .CntSUpp {max-width: 1400px;margin: 0 auto;gap: 40px 40px;padding: 20px 20px 60px 20px;}
@media screen and (max-width: 767px) {
	.home .CntSUpp {flex-wrap: wrap;}	
	.home .CntSUpp .col3{flex-basis:100%;}	
}

/* PAGES */
.content-area{padding:203px 0 0 0;transition: all 0.15s linear;}
.f-cnt.content-area{padding:203px 0 0 0;}

body.page .site-main,
body.single .site-main,
body.error404 .site-main{background-color:#fbfaf6;background-image: url(images/bg-pages.png);/*background-size: cover;*/background-position: center bottom;background-repeat:no-repeat;}
body.page .site-main:before,
body.single .site-main:before,
body.error404 .site-main:before{display:block;content:"";height:75px;background-color:#21284f;background-image: url(images/bg-home.png);/*background-size: cover;*/background-position: center top;background-repeat:no-repeat;}
body.page-template-page-avocat .site-main:before,
body.page-template-page-cabinet .site-main:before{background-color:#9c6f22;background-image: url(images/bg-equipe.png);/*background-size: cover;*/background-position: center top;background-repeat:no-repeat;}
body.page-template-page-actualites .site-main:before,
body.single .site-main:before{background-color:#9f173b;background-image: url(images/bg-pages.png);/*background-size: cover;*/background-position: center top;background-repeat:no-repeat;}

.page.type-page,
.post.type-post,
.error-404{position: relative;max-width: 1310px;margin: 0 auto;padding:65px 20px 240px 20px;}
.page-template-page-avocat .page.type-page,
.page-template-page-cabinet .page.type-page{padding:65px 20px 150px 20px;}
.post.type-post{padding:115px 20px 240px 20px;}
.page.type-page .entry-header,
.error-404 .page-header{padding: 0 0 0 21.3%;}
.entry-header h1,
.page-header h1{position: relative;margin:45px 0 40px 0;font-size:55px;font-size:2.7vw;color:#21284f;text-transform:uppercase;}
.post.type-post .entry-header h1{position: relative;margin:20px 0 40px 0;font-family: 'Bitter', serif;font-size:55px;font-size:2.7vw;line-height: 1.1;font-weight:300;color:#21284f;text-transform:none;text-align:right;}
.entry-header h1:before,
.page-header h1:before{position:absolute;left:-50px;top:0;z-index:1;content:"";display:block;width:20px;height:4.3vw;background:#9f173b;transition: all 0.15s linear;}
.page-template-page-actualites  .entry-header h1:before{background:#9c6f22;}
.post.type-post .entry-header h1:before{display:none;}
.page.type-page .entry-content,
.error-404 .page-content {padding: 0 0 0 21.7%;}
.page-template-page-avocat .page.type-page .entry-content,
.page-template-page-cabinet .page.type-page .entry-content{padding: 0 0 0 0;}

.page-template-page-avocat .menu-item-56 a{color:#21284f;}

.page-template-page-avocat h1 span {font-size: 26px;font-size: 2.6rem;vertical-align: middle;text-transform: none;}
.page-template-page-avocat h1 span:before {content:"-";margin: 0px 15px 0 5px;font-size: 26px;font-size: 2.6rem;vertical-align: middle;}
.page-template-page-avocat .Flex,
.page-template-page-cabinet .Flex{gap:70px 70px;}
.page-template-page-avocat .entry-content .col55,
.page-template-page-cabinet .entry-content .col55{text-align:right;font-style:italic;}
.page-template-page-avocat .entry-content .col55 figure,
.page-template-page-cabinet .entry-content .col55 figure{display: inline-block;max-width: 300px;padding: 0 0px 14px 0;background: #9c6f22;}
.page-template-page-avocat .entry-content .col55 img,
.page-template-page-cabinet .entry-content .col55 img{display: inline-block;margin: -20px 20px 0 -20px;}
.page-template-page-avocat .entry-content .col55 p{}
.page-template-page-avocat .entry-content .col55 p.domfor,
.page-template-page-cabinet .entry-content .col55 p.domfor{margin:20px 0 0 0;font-size: 25px;font-size: 2.5rem;font-weight:800;font-style:normal;color:#9c6f22;}
.page-template-page-avocat .entry-content .col40 p:nth-of-type(1),
.page-template-page-cabinet .entry-content .col40 p:nth-of-type(1),
.page-template-page-cabinet .entry-content .col40 p:nth-of-type(2){font-size: 18px;font-size: 1.8rem;font-weight:700;line-height: 1.6;}
.page-template-page-avocat .esp{display:block;}
.page-template-page-avocat .esp.vcard{position:relative;margin: 15px 0 0 0;}
.page-template-page-avocat .esp.vcard a{padding:0 0 0 58px;z-index:2;}
.page-template-page-avocat .esp.vcard:before{position:absolute;left:0;top:0;z-index:1;content:"";width:52px;height:40px;background: url(images/vcard.png)left center no-repeat;}

.page-template-page-expertise .menu-item-57 a{color:#21284f;}
.page-template-page-expertise .chapo{font-size: 18px;font-size: 1.8rem;font-weight:700;}
.page-template-page-expertise .chapo strong{color:#9c6f22;}
.page-template-page-expertise .Flex{gap: 40px 80px;}
.page-template-page-expertise .cntexp{}
.page-template-page-expertise .domfor{margin:40px 0 0 0;font-size: 25px;font-size: 2.5rem;font-weight:800;font-style:normal;color:#9c6f22;}
.page-template-page-expertise .esp{display: block;margin-bottom: 10px;font-weight: 500;text-transform:none;}

.page-template-page-expertise .colsplit{columns: 2;-webkit-columns: 2;-moz-columns: 2;}

.page-template-page-actualites .menu-item-58 a{color:#21284f;}
.page-template-page-actualites .page.type-page{max-width: 1600px;padding: 70px 20px 80px 158px;}
.page-template-page-actualites .page.type-page .entry-content{padding: 0 0 0 0;}
.page-template-page-actualites .Flex{gap:70px 70px;flex-wrap: wrap;}
.page-template-page-actualites a{text-decoration:none;}
.page-template-page-actualites .date{font-family: 'Bitter', serif;font-weight:700;color:#9c6f22;}
.page-template-page-actualites h3{font-family: 'Bitter', serif;font-size:23px;font-size:2.3rem;font-weight:300;font-style:italic;color:#21284f;}
.page-template-page-actualites .col25:hover .esp a:after{margin:-2px 0 4px 0;}

.page-template-page-recrutement .Flex{flex-direction: column;}
.page-template-page-recrutement .col100{padding: 20px 0 40px 0;border-bottom: 1px solid #9c6f22;}
.page-template-page-recrutement .col100:last-of-type{border-bottom: 0;}
.page-template-page-recrutement .col100 h2{margin-bottom:0;color: #9c6f22;}

.post.type-post{display:flex;gap: 40px 100px;}
.post.type-post .date{display: block;font-weight:700;color:#9f173b;text-align:right;}
.post.type-post .entry-header{flex-basis: 58%;}
.post.type-post .entry-header .esp{display: block;text-align:right;}
.post.type-post .entry-content{flex-basis: 42%;}
.post.type-post .entry-content:before{content:"";display:block;width:80px;height:20px;margin-bottom:40px;background:#9c6f22;transition: all 0.15s linear;}

.page-template-default .Flex .col2 h2 a{color:#21284f;}

/* SEARCH */
.search .post.type-post .entry-header{flex-basis: 100%;}
.search .post.type-post {display: block;}

/* 404 */ 
ul .children{columns: 2;}

/* HOME */
body.page.home .site-main{background-color:transparent;background-image: none;}
body.page.home .site-main:before{display:none;}
.title h2{position: relative;margin:45px 0 40px 0;font-size:55px;font-size:2.7vw;text-transform:uppercase;}
.title h2:before{position:absolute;left:-50px;top:0;z-index:1;content:"";display:block;width:20px;height:4.3vw;background:#9c6f22;transition: all 0.15s linear;}

#slideshow{background-color:#21284f;background-image: url(images/bg-home.png);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.slideshow{position: relative;max-width: 1600px;min-height: 40vh;margin: 0 auto;padding: 20px;}
.slideshow h2{max-width: 460px;margin: 0 auto;padding:68px 0 40px 0;text-align:center;font-family: 'Ubuntu', sans-serif;font-size:18px;font-size:1.8rem;font-weight:700;letter-spacing:0.8rem;text-transform: uppercase;color:#d8cca6;}
.slideshow h3{position:relative;max-width: 971px;margin: 0 auto;margin-bottom: 40px;padding:0 0 40px 0;text-align:center;font-family: 'Bitter', serif;font-size:110px;font-size: 5.5vw;line-height: 1.1;font-weight:200;color:#fff;}
.slideshow h3:before{content:"";display:block;width:80px;height:20px;margin:0 auto;margin-bottom:40px;background:#9f173b;transition: all 0.15s linear;}

#split{}
.split{position: relative;max-width: 1325px;margin: 0 auto;padding:25px 20px 150px 20px;}
.split .Flex{gap: 70px 70px;padding:0 0 0 0;}

#qui-sommes-nous{}
.qui-sommes-nous{position: relative;max-width: 1325px;margin: 0 auto;padding:25px 20px 50px 20px;}
.qui-sommes-nous .title{padding:0 0 0 11.5%;}
.qui-sommes-nous .chapo{padding:0 0 16px 20%;font-size:18px;font-size:1.8rem;font-weight:800;line-height:1.6;}
.qui-sommes-nous .Flex{gap: 70px 70px;padding:0 0 0 20%;}

#notre-equipe{background-image:url(images/bg-equipe.png), url(images/bg-equipe-col.png);background-position: top center, top center;background-repeat:no-repeat, repeat-x;/*background-size: auto, auto;*/}
.notre-equipe{position: relative;max-width: 1325px;margin: 0 auto;margin-bottom:100px;padding:60px 20px 0 20px;}
.notre-equipe .title{padding:0 0 40px 23.8%;}
.notre-equipe .title h2{color:#fff;}
.notre-equipe .title h2:before{background:#21284f;}
.notre-equipe .Flex{flex-wrap:wrap;gap:40px 40px;justify-content:start;}
.notre-equipe .col20 h4{position: absolute;top: 0;left: 15px;width: 220px;height: 220px;margin: 0;padding:110px 20px 0 20px;/*background:url(images/bg-equipe.png)0 0 repeat;*/background-color:rgba(132, 85, 19, 0.82);opacity:0;transition: all 0.15s linear;}
.notre-equipe .col20 h4 span{display:block;font-size: 16px;font-size: 1.6rem;font-weight: 500;font-style: italic;}
.notre-equipe .col20 a h4{font-family: 'Bitter', serif;font-size:29px;font-size:2.9rem;font-weight:700;line-height:1.2;color:#fff;}
.notre-equipe .col20 a:hover h4{top: 15px;opacity:1;}

#nos-expertises{background: url(images/bg-expertises.png) center center no-repeat;/*background-size: cover;*/background-position: center 105px;}
.nos-expertises{position: relative;max-width: 1325px;margin: 0 auto;padding:60px 20px 50px 20px;}
.nos-expertises .title{margin:0 0 50px 0;padding:0 0 0 18%;}
.nos-expertises .title h2{color:#21284f;}
.nos-expertises .title h2:before{background:#9f173b;}
.nos-expertises .Flex{flex-wrap:wrap;gap:40px 40px;justify-content:start;}
.nos-expertises .col20{background:#21284f;}
.nos-expertises h3{font-family: 'Bitter', serif;font-size:24px;font-size:2.4rem;}
.nos-expertises a{position:relative;display:block;width: 220px;height: 220px;padding:0 10px 0 22px;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;border:1px solid #9e9ea9;background:#21284f url(images/bg-expertise2.png) 0 0 no-repeat;background-size: 409px 306px;}
.nos-expertises a:hover{color:#21284f;background-color:#fff;}
.nos-expertises a:after{position:absolute;left:28px;bottom:-12px;z-index:1;content:"";display:block;width:80px;height:20px;margin:0 auto;margin-bottom:40px;background:#d8cca6;transition: all 0.15s linear;}
.nos-expertises a:hover:after{background:#9f173b;}
.nos-expertises .col20:nth-of-type(1) a{background-position: 0 0;}
.nos-expertises .col20:nth-of-type(2) a{background-position: -70px -20px;}
.nos-expertises .col20:nth-of-type(3) a{background-position: -100px -80px;}
.nos-expertises .col20:nth-of-type(4) a{background-position: -20px -10px;}
.nos-expertises .col20:nth-of-type(5) a{background-position: -100px -50px;}
.nos-expertises .col20:nth-of-type(6) a{background-position: -60px -90px;}
.nos-expertises .col20:nth-of-type(7) a{background-position: -60px -40px;}
.nos-expertises .col20:nth-of-type(8) a{background-position: -20px -70px;}
.nos-expertises .col20:nth-of-type(9) a{background-position: -80px -10px;}
.nos-expertises .col20:nth-of-type(10) a{background-position: -10px -10px;}

#actualites{background:#fbfaf6;}
.actualites{position: relative;max-width: 1600px;margin: 0 auto;padding:70px 20px 80px 158px;}
.actualites .title{margin:0 0 70px 0;padding:0 0 0 21.7%;}
.actualites .title h2{color:#21284f;}
.actualites .Flex{flex-wrap:wrap;gap:70px 70px;justify-content:start;}
.actualites .col25{}
.actualites a{text-decoration:none;}
.actualites .date{font-family: 'Bitter', serif;font-weight:700;color:#9c6f22;}
.actualites h3{font-family: 'Bitter', serif;font-size:23px;font-size:2.3rem;font-weight:300;font-style:italic;color:#21284f;}
.actualites .col25:hover .esp a:after{margin:-2px 0 4px 0;}
.actualites .col100{margin:30px 0 0 0;text-align:right;}
.actualites .btn{margin:0 140px 0 0;}

#contact{}
.contact{position: relative;max-width: 1400px;margin: 0 auto;padding:70px 20px 60px 20px;}
.contact .title{padding:0 0 0 0;}
.contact .title h2:before{background:#9f173b;}
.contact .Flex{padding:0 0 0 0;gap:40px 40px;flex-wrap: nowrap;flex-direction: unset;}
.contact .col50{max-width:620px;}
.contact .col2 h3{margin-top:0;}
.contact .col50:nth-of-type(1){font-size:18px;font-size:1.8rem;}
.contact .col50:nth-of-type(1) strong{font-weight:800;}
.contact .col50:nth-of-type(1) a{font-weight:800;color:#21284f;text-decoration:underline;}
.contact .col50:nth-of-type(1) h3 a{text-decoration:none !important;}
.contact .col50:nth-of-type(1) a:hover{text-decoration:none;}
.contact .col50:nth-of-type(1) .alignleft{margin-right: 50px;}
.contact .col50:nth-of-type(2){max-width:500px;}
.contact .col50:nth-of-type(2) h3 {margin: 0 0 0 0;font-family: 'Bitter', serif;font-size: 2.4rem;font-weight: 600;font-style: normal;}
.contact .col50:nth-of-type(2) strong{font-size:18px;font-size:1.8rem;font-weight:800;}


.site-footer{margin: 0;padding:35px 0 35px 0;background:#21284f;}
.site-info{position: relative;max-width: 1640px;display: flex;justify-content: end;align-items: baseline;margin: 0 auto;padding:0 20px 0 20px;}
.site-info:before{position:absolute;left:20px;top:50%;transform: translateY(-50%);z-index:1;content:"";display:block;width:80px;height:20px;background:#d8cca6;transition: all 0.15s linear;}
.site-info .widget:nth-of-type(1){flex-basis: 65%;text-align:right;}
.site-info .widget:nth-of-type(2){flex-basis: 35%;text-align:right;}
.site-info .widget ul{margin: 0;padding:0;}
.site-info .widget li{display:inline-block;margin: 0 0 0 10px;}
.site-info .widget li a{font-family: 'Ubuntu', sans-serif;font-size:18px;font-size:1.8rem;color:#d8cca6;text-decoration:none;}
.site-info .widget li a:hover{text-decoration:underline;}

.cookie-notice-container #cn-refuse-cookie, .cookie-notice-container #cn-more-info{background-color:transparent !important;}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1900px) {
	.slideshow{min-height: 48vh;}
	.slideshow h3{font-size:11rem;}
	.title h2{font-size:5.5rem;}
	.title h2:before{height:80px;}
}
@media screen and (min-width: 1025px) {
	.menu-toggle {display: none;}
	.main-navigation ul {display: flex;}
}
@media (max-width: 1620px ) {
	.languages {right: 12px;}
	.menu-menu-principal-fr-container, .menu-menu-principal-en-container {padding: 0 20px 0 20px;}
	.site-branding:before,.site-info:before{left:20px;}
	
}
@media (max-width: 1528px ) {
	.actualites{padding: 70px 20px 80px 20px;}
	.actualites .Flex{gap:40px 40px;justify-content:center;}
}
@media (max-width: 1300px ) {
	.main-navigation a {letter-spacing: 0.4rem;}
	.actualites .Flex{justify-content:start;}
	.page.type-page, .post.type-post, .error-404 {padding: 20px 20px 240px 20px;}
	.page-template-page-avocat .page.type-page {padding: 20px 20px 150px 20px;}
	.page-template-page-avocat h1 span,.page-template-page-avocat h1 span:before {font-size: 20px;font-size: 2rem;}
}
@media screen and (max-width: 1150px) {
	.slideshow{min-height: 20vh;}
	.col60,
	.col55,
	.col40 {flex-basis: 50%;}
	.contact .Flex {padding: 0 0 0 0;}
	.contact .col50:nth-of-type(1) .alignleft {margin-right: 20px;}
}
@media screen and (max-width: 1040px) {
	.notre-equipe .Flex,
	.nos-expertises .Flex{gap:30px 30px;}
}
@media (max-width: 1024px ) {
	/*.site-header {position: fixed;width: 100%;z-index: 100;background: #fff;}*/
	.site-header::before {display:none;}
	.site-branding:before{display:none;}
	.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:50px;left:20px;z-index:999;transition:transform 0.35s ease 0s;}
	.f-head .menu-toggle{top:12px;}
	.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 {display: none;width: 30%;margin: 0px 0 0 0;}
	.main-navigation.toggled .searcH {display: inline-block;}
	.main-navigation .searcH a {margin: 0 auto;}
	.languages {}
	.main-navigation.toggled .languages {display: inline-block;}
	.main-navigation .languages ul li{display:inline-block;}
	.main-navigation .languages ul li:first-of-type::after, .main-navigation .languages ul li.lang-item-en {display: none;}
	
	.content-area{padding:115px 0 0 0;}
	.f-cnt.content-area{padding:80px 0 0 0;}
	
	.notre-equipe .Flex  {justify-content: center;}
	.nos-expertises .Flex {justify-content: center;}
	.actualites .Flex {flex-wrap: nowrap;}
	.col25 {min-width: auto;}
	
	.page.type-page, .error-404 {padding: 0 20px 100px 20px;}
	.post.type-post {padding: 45px 20px 100px 20px;}
	.page-template-page-avocat .page.type-page {padding: 0 20px 100px 20px;}
	.page-template-page-actualites .page.type-page {padding: 0 20px 80px 20px;}
	
	.contact {padding: 20px 20px 60px 20px;}
	.page-template-page-actualites .Flex {gap: 50px 50px;}
	.page-template-page-actualites h3 {font-size: 20px;font-size: 2rem;}

}
@media screen and (max-width: 1023px) {
	
	
	.notre-equipe{padding: 30px 20px 0 20px;}
	.nos-expertises{padding: 30px 20px 50px 20px;}
	
	.actualites .Flex {flex-wrap: wrap;}
	.col25 {min-width:285px;}
	.actualites .col100 {text-align: center;}
	.actualites .btn {margin: 0 0 0 0;}
	.contact .Flex {flex-wrap: wrap;}
	.contact .col50,.contact .col50:nth-of-type(2){flex-basis:100%;max-width: none;}
	
	.page.type-page .entry-header, .error-404 .page-header {padding: 0 0 0 50px;}
	.page.type-page .entry-content, .error-404 .page-content {padding: 0 0 0 0;}
	
	.page-template-page-avocat .entry-content .col55 figure {margin:0 0 0 20px;}
	.page-template-page-avocat h1 span,.page-template-page-avocat h1 span:before {font-size: 16px;font-size: 1.6rem;vertical-align: inherit;}
	.page-template-page-avocat h1 span:before {margin: 0px 10px 0 5px;}
	
}	
@media screen and (max-width: 768px) {
	
	.site-branding {margin: 0 70px 32px 70px;}
	.custom-logo-link {margin: 45px 0 0 0;}
	.languages {right: 8px;}
	.languages a {padding: 12px 5px 12px 5px;font-size: 20px;font-size: 2rem;}
	.languages li:first-of-type::after {font-size: 24px;font-size: 2.4rem;}
	
	.qui-sommes-nous .title {padding: 0 0 0 50px;}
	.qui-sommes-nous .chapo {padding: 0 0 16px 50px;}
	.qui-sommes-nous .Flex {gap: 70px 50px;padding: 0 0 0 50px;}
	
	.notre-equipe .title {padding: 0 0 40px 50px;}
	
	
	
	.nos-expertises .title {padding: 0 0 0 50px;}
	
	.actualites .Flex {gap: 40px 100px;}
	.actualites .title {padding: 0 0 0 50px;}
	
	.page-template-page-avocat .entry-content .col55 {text-align: left;}
	
}
@media screen and (max-width: 767px) {
	.menu-toggle {left: 15px;top: 20px;width: 2.5rem;height: 2.1rem;}
	.site-branding{margin: 0 70px 20px 55px;}
	.f-head .site-branding {margin: 0 70px 10px 55px;}
	.custom-logo-link {margin: 20px 0 0 0;}
	.languages {top: 20px;}
	.f-head .languages {top: 11px;}
	.languages a {font-size: 14px;font-size: 1.4rem;}
	.languages li:first-of-type::after {font-size: 18px;font-size: 1.8rem;}
	.content-area {padding: 65px 0 0 0;}
	p {margin-bottom: 0.5em;}
	.col33,
	.col40,
	.col50,
	.col55,
	.col60 {flex-basis: 100%;}
	.esp {font-size: 14px;font-size: 1.4rem;}
	.slideshow h2{padding: 20px 0 40px 0;font-size: 14px;font-size: 1.4rem;}
	.slideshow h3{padding: 0 0 0px 0;font-size: 28px;font-size: 2.8rem;}
	.title h2{margin: 15px 0 30px 0;font-size: 20px;font-size: 2rem;}
	.split .Flex{flex-wrap: wrap;}
	.qui-sommes-nous .title {padding: 0 0 0 20px;}
	.title h2::before {left: -20px;width: 10px;height: 30px;}
	.qui-sommes-nous {padding: 25px 20px 80px 20px;}
	.qui-sommes-nous .chapo {padding: 0 0 16px 0;font-size: 16px;font-size: 1.6rem;font-weight: 700;}
	.qui-sommes-nous .Flex {gap: 0 0;padding: 0 0 0 0px;flex-wrap: wrap;}
	.qui-sommes-nous .esp {position: absolute;bottom: 40px;}
	.notre-equipe .title {padding: 0 0 0 20px;}
	.nos-expertises {padding: 20px 20px 50px 20px;}
	.nos-expertises .title {margin: 0 0 0 0;padding: 0 0 0 20px;}
	.actualites {padding: 20px 20px 80px 20px;}
	.actualites .title {margin: 0 0 0 0;padding: 0 0 0 20px;}
	.actualites h3 {font-size: 16px;font-size: 1.6rem;}
	.actualites .date {font-size: 14px;font-size: 1.4rem;}
	.contact {padding: 20px 20px 60px 20px;}
	.contact .title {padding: 0 0 0 20px;}
	.contact .Flex {gap: 0 0;}
	.contact .col50:nth-of-type(2){  padding: 30px 0 0 0;}
	.contact .col50:nth-of-type(1) strong,.contact .col50:nth-of-type(1) a,.contact .col50:nth-of-type(2) strong {font-size: 16px;font-size: 1.6rem;font-weight: 600;}
	
	.contact .alignleft {display: block;float:none;}
	.site-info .widget li a {display: block;font-size: 1.4rem;line-height: 1;}
	.site-info::before {top: 0;width: 60px;height: 10px;}
	body.page .site-main::before, body.single .site-main::before, body.error404 .site-main::before {height: 20px;}
	.page.type-page, .post.type-post, .error-404 {padding: 0 20px 100px 20px;}
	.page.type-page .entry-header, .error-404 .page-header {padding: 0 0 0 20px;}
	.entry-header h1, .page-header h1 {margin: 40px 0 40px 0;font-size: 20px;font-size: 2rem;}
	.entry-header h1::before, .page-header h1::before {left: -20px;width: 10px;height: 30px;}
	.page.type-page .entry-content, .error-404 .page-content {padding: 0 0 0 0;}
	.page-template-page-avocat .page.type-page {padding: 0px 20px 100px 20px;}
	.page-template-page-avocat .Flex {gap:20px 0;flex-wrap: wrap;}
	.page-template-page-avocat .entry-content .col50:nth-of-type(1) {text-align: left;}
	.page-template-page-avocat .entry-content .col50:nth-of-type(1) figure {padding: 0 0 0 0;}
	.page-template-page-avocat .entry-content .col50:nth-of-type(1) img {display: block;margin: 0 0 0 0;}
	.page-template-page-avocat .entry-content .col40 p:nth-of-type(1) {font-size: 16px;font-size: 1.6rem;}
	.page-template-page-avocat .col40 .esp:nth-of-type(1){margin:20px 0 0 0;}
	.page-template-page-expertise .chapo {font-size: 16px;font-size: 1.6rem}
	.page-template-page-expertise .Flex {gap: 0 0;flex-wrap: wrap;padding: 0 0 40px 0;}
	.page-template-page-expertise .cntexp{position: absolute;bottom: 20px;margin-top: 0;}
	.page-template-page-expertise .esp{display: inline-block;margin-right: 10px;}
	.page-template-page-actualites .Flex{gap: 40px 0;}
	.page-template-page-actualites .page.type-page {padding: 0px 20px 80px 20px;}
	.page-template-page-actualites h3 {font-size: 16px;font-size: 1.6rem;}
	.page-template-page-actualites .date {font-size: 14px;font-size: 1.4rem;}
	.post.type-post {gap: 0 0;flex-wrap: wrap;}
	.post.type-post .entry-header {flex-basis: 100%;margin: 20px 0 0 0;}
	.post.type-post .entry-header .esp {position: absolute;bottom: 40px;}
	.post.type-post .date {text-align: left;}
	.post.type-post .entry-header h1 {font-size: 20px;font-size: 2.0rem;text-align: left;}
	.post.type-post .entry-content {flex-basis: 100%;}
	.site-info:before {transform: translateY(-20px);}
	ul .children{columns: 1;margin-left: 0;}
}
@media screen and (max-width: 480px) {
	.slideshow{min-height: 15vh;}
	
}