@charset "UTF-8";
/*!
Theme Name: Jeu de paume
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: jeu-de-paume
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.

Jeu de paume 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
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;
  -webkit-text-decoration: underline dotted;
          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;
}

.container, article {
  position: relative;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 95%;
}
@media only screen and (min-width: 1210px) {
  .container, article {
    max-width: 1300px;
  }
}

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

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

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
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;
}

.btn-bronze {
  background-color: transparent;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #A88270 !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 55px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.btn-bronze .arrow {
  width: 55px;
  height: 100%;
  border-left: 1px solid #A88270;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  margin-left: 20px;
}
.btn-bronze:hover {
  background-color: #A88270;
  color: white !important;
  transition: 0.3s ease-in-out;
}
.btn-bronze:hover .arrow {
  border-left: 1px solid #FFF;
}
.btn-bronze:hover .arrow svg path {
  fill: #FFF;
}

.btn-bronze-f {
  background-color: #A88270;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #FFF !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 55px;
}
.btn-bronze-f .arrow {
  width: 55px;
  height: 100%;
  border-left: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  margin-left: 20px;
}

a:visited {
  color: unset;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accueil
--------------------------------------------------------------*/
html {
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.page-template-template-accueil {
  overflow: hidden;
}

.home .header-home {
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .home .header-home {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 44px;
    background-position: center;
  }
}
.home .header-home .slogan {
  position: absolute;
  bottom: 10%;
  left: 200px;
}
@media only screen and (max-width: 768px) {
  .home .header-home .slogan {
    position: unset;
  }
}
.home .header-home .slogan p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #FFF;
  font-size: 60px;
  width: 100px;
  line-height: 72px;
}
@media only screen and (max-width: 768px) {
  .home .header-home .slogan p {
    width: 100%;
    line-height: 36px;
    font-size: 30px;
    text-align: center;
    margin: 10px;
  }
}
.home .header-home .citation {
  position: absolute;
  bottom: -3%;
  right: 250px;
  width: 550px;
  padding: 100px;
  border: 2px solid #A88270;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .home .header-home .citation {
    position: unset;
    margin: 0 auto;
    width: 51%;
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .home .header-home .citation {
    width: 81%;
  }
}
.home .header-home .citation p {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home .header-home .citation p {
    font-size: 18px;
  }
}
.home .header-home .cadre {
  border-left: 2px solid #A88270;
  border-top: 2px solid #A88270;
  border-bottom: 2px solid #A88270;
  position: absolute;
  bottom: -11%;
  right: 0;
  width: 20rem;
  height: 350px;
}
@media only screen and (max-width: 768px) {
  .home .header-home .cadre {
    bottom: -52%;
    right: -32%;
  }
}
@media only screen and (max-width: 480px) {
  .home .header-home .cadre {
    right: -82%;
    height: 100px;
    bottom: -6%;
    width: 100px;
    right: 0;
    border-right: 0;
  }
}
.home .header-home .cadre img {
  position: absolute;
  left: calc(20rem - 45%);
  top: 45%;
}
@media only screen and (max-width: 480px) {
  .home .header-home .cadre img {
    inset: 0;
    margin: auto;
    width: 53px;
    height: 48px;
  }
}
.home .prez {
  display: flex;
  align-items: center;
  margin-right: 100px;
  margin-bottom: 250px;
}
@media only screen and (max-width: 768px) {
  .home .prez {
    flex-direction: column;
    margin: 60px 20px 140px;
  }
}
.home .prez img {
  position: relative;
  top: -60px;
  flex: 1;
  max-width: 560px;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 284.5px 0;
}
@media only screen and (max-width: 768px) {
  .home .prez img {
    top: 0;
    width: 200px;
    height: 260px;
    margin: 0 60px;
    border-radius: 0 0 50px 0;
    flex: auto;
  }
}
.home .prez h4 {
  flex: 1;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  color: #A88270;
  /* max-width: 250px; */
  padding: 0 50px 0 100px;
}
@media only screen and (max-width: 768px) {
  .home .prez h4 {
    font-size: 30px;
    padding: 0;
    text-align: center;
    line-height: 39px;
    margin: 20px 60px;
  }
}
.home .prez p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 29px;
  color: #252B29;
  margin: 0;
}
.home .prez .content {
  flex: 1;
}
.home .img-full {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -37%);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .home .img-full {
    transform: translate(-50%, -27%);
  }
}
@media only screen and (max-width: 480px) {
  .home .img-full {
    transform: translate(-50%, -37%);
  }
}
.home .img-full img {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .img-full img {
    top: -30px;
  }
}
.home .img-full h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 46px;
  width: 510px;
  text-align: center;
  line-height: 55px;
  color: #FFF;
  position: absolute;
  bottom: 17%;
  left: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .home .img-full h4 {
    font-size: 24px;
    width: 260px;
    line-height: 29px;
    bottom: 13%;
  }
}
.home .expertises {
  background-color: #252B29;
  padding: 470px 0 60px 0;
}
@media only screen and (max-width: 768px) {
  .home .expertises {
    padding: 260px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .home .expertises {
    padding: 110px 0 0px 0;
  }
}
.home .expertises h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  color: #FFF;
  position: relative;
}
.home .expertises h2:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: 10px;
  left: 110px;
}
@media only screen and (max-width: 768px) {
  .home .expertises h2:before {
    left: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .home .expertises h2 {
    font-size: 30px;
    width: 100%;
    line-height: 39px;
  }
}
@media only screen and (max-width: 480px) {
  .home .expertises h2 {
    width: 90%;
    margin: 24px auto 0;
  }
}
.home .expertises h6 {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  margin: 12px 0 0 0;
  color: #A88270;
}
@media only screen and (max-width: 768px) {
  .home .expertises h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.home .expertises .expertises-list {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .home .expertises .expertises-list {
    height: 100%;
    align-items: flex-end;
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.home .expertises .expertises-list .expertise-column {
  flex-basis: 45%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column {
    flex-basis: 100%;
  }
}
.home .expertises .expertises-list .expertise-column.left .expertise:nth-child(even) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column.left .expertise:nth-child(even) {
    margin-right: inherit;
    margin-left: 20px;
  }
}
.home .expertises .expertises-list .expertise-column.right .expertise:nth-child(even) {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column.right .expertise:nth-child(even) {
    margin-left: 20px;
  }
}
.home .expertises .expertises-list .expertise-column .expertise {
  width: 100%;
  border: 1px solid white;
  color: white;
  transition: 0.3s ease-in-out;
  position: relative;
  font-family: "Source Sans 3", serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  text-decoration: none;
}
.home .expertises .expertises-list .expertise-column .expertise p {
  margin: 14px;
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column .expertise p {
    font-size: 16px;
    flex: 8;
    margin: 0 10px;
    padding: 1em 0;
  }
}
.home .expertises .expertises-list .expertise-column .expertise .arrow {
  width: auto;
  height: 100%;
  border-left: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column .expertise .arrow {
    flex: initial;
  }
}
@media only screen and (max-width: 768px) {
  .home .expertises .expertises-list .expertise-column .expertise .arrow svg {
    height: 72px;
  }
}
@media only screen and (max-width: 480px) {
  .home .expertises .expertises-list .expertise-column .expertise {
    width: 100%;
  }
}
.home .expertises .expertises-list .expertise-column .expertise:hover {
  transition: 0.3s ease-in-out;
}
.home .expertises .expertises-list .expertise-column .expertise:hover {
  background-color: #A88270;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .home .expertises .expertises-list .expertise-column .expertise:nth-child(even) {
    width: 95%;
  }
}
.home .force {
  padding: 50px 2rem;
}
.home .force h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .home .force h2 {
    font-size: 30px;
    width: 100%;
    line-height: 39px;
  }
}
.home .force .content p {
  text-align: center;
}
.home .etudes {
  background-image: url("/wp-content/themes/jeu-de-paume/assets/images/bg-etudes.png");
  margin: 0;
  width: 100%;
  padding: 50px 2rem 100px;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .home .etudes {
    padding: 60px 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .home .etudes {
    padding: 60px 0rem 15%;
    background-image: url("/wp-content/themes/jeu-de-paume/assets/images/bg-mobile-etude.png");
    background-size: 100% 100%;
  }
}
.home .etudes h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .home .etudes h2 {
    font-size: 30px;
    width: 100%;
    line-height: 39px;
  }
}
.home .etudes h6 {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  margin: 12px 0 0 0;
  color: #A88270;
}
@media only screen and (max-width: 768px) {
  .home .etudes h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.home .etudes .etudes-list {
  max-width: 1200px;
  margin: 0 auto;
}
.home .etudes .etudes-list .etudesl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .home .etudes .etudes-list .etudesl {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 19px auto 0;
  }
}
.home .etudes .etudes-list .etudesl .etude {
  position: relative;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.home .etudes .etudes-list .etudesl .etude:hover {
  transition: 0.3s ease-in-out;
}
.home .etudes .etudes-list .etudesl .etude:hover .img img {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.home .etudes .etudes-list .etudesl .etude:hover .content-etude {
  transition: 0.3s ease-in-out;
  bottom: 76px;
}
.home .etudes .etudes-list .etudesl .etude:hover .content-etude .subtitle {
  transition: 0.3s ease-in-out;
  font-size: 28px;
}
.home .etudes .etudes-list .etudesl .etude:hover .content-etude h5 {
  transition: 0.3s ease-in-out;
  font-size: 49px;
}
.home .etudes .etudes-list .etudesl .etude:hover .btn-etude {
  transition: 0.3s ease-in-out;
  display: flex;
}
.home .etudes .etudes-list .etudesl .etude:nth-child(odd) {
  position: relative;
  right: -20px;
  top: 30px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .home .etudes .etudes-list .etudesl .etude:nth-child(odd) {
    right: 0;
    top: 0;
  }
}
.home .etudes .etudes-list .etudesl .etude:nth-child(even) {
  position: relative;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .home .etudes .etudes-list .etudesl .etude:nth-child(even) {
    left: 0;
    top: 0;
  }
}
.home .etudes .etudes-list .etudesl .etude .img {
  overflow: hidden;
}
.home .etudes .etudes-list .etudesl .etude .img img {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .home .etudes .etudes-list .etudesl .etude .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.home .etudes .etudes-list .etudesl .etude .content-etude {
  position: absolute;
  bottom: 46px;
  left: 70px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .home .etudes .etudes-list .etudesl .etude .content-etude {
    bottom: 26px;
    left: 20px;
  }
}
.home .etudes .etudes-list .etudesl .etude .content-etude .subtitle {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.home .etudes .etudes-list .etudesl .etude .content-etude h5 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 34px;
  line-height: 36px;
  margin: 0;
  color: #FFF;
  transition: 0.3s ease-in-out;
}
.home .etudes .etudes-list .etudesl .etude .btn-etude {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border: 1px solid #FFF;
  justify-content: space-between;
  height: 55px;
  align-items: center;
  display: none;
  padding-left: 80px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.home .etudes .etudes-list .etudesl .etude .btn-etude .arrow {
  width: 55px;
  height: 100%;
  border-left: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.home .container-offices {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .container-offices {
    padding: 50px 20px;
    flex-direction: column;
    background-position: right;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home .container-offices h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  color: #FFF;
  width: 80%;
  position: absolute;
  top: 22%;
  right: -2%;
}
@media only screen and (max-width: 768px) {
  .home .container-offices h2 {
    font-size: 30px;
    position: unset;
  }
}
@media only screen and (max-width: 768px) {
  .home .container-offices h2 br {
    display: none;
  }
}
.home .container-offices .offices {
  height: 80vh;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices {
    height: auto;
  }
}
.home .container-offices .offices .officesl {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 1441px) {
  .home .container-offices .offices .officesl {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl {
    flex-direction: column;
  }
}
.home .container-offices .offices .officesl .office {
  display: flex;
  flex: 1;
  position: relative;
}
.home .container-offices .offices .officesl .office .img-d {
  display: initial;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office .img-d {
    display: none;
  }
}
.home .container-offices .offices .officesl .office .img-m {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office .img-m {
    display: initial;
    width: 320px;
    margin: 0 auto;
  }
}
.home .container-offices .offices .officesl .office:first-child {
  top: -180px;
  left: 70px;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office:first-child {
    top: initial;
    left: initial;
  }
}
.home .container-offices .offices .officesl .office:first-child .content-office {
  right: 10%;
  top: 36%;
  text-align: left;
  left: initial;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office:first-child .content-office {
    right: initial;
    top: 58%;
    left: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .home .container-offices .offices .officesl .office:first-child .content-office {
    top: 57%;
    left: 17%;
  }
}
.home .container-offices .offices .officesl .office:last-child {
  right: 70px;
  top: 180px;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office:last-child {
    right: initial;
    top: -20px;
  }
}
@media only screen and (min-width: 1441px) {
  .home .container-offices .offices .officesl .office:last-child {
    top: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office:last-child .img-m {
    width: 360px;
  }
}
.home .container-offices .offices .officesl .office .content-office {
  position: absolute;
  left: 6%;
  text-align: right;
  width: 200px;
  top: 25%;
}
@media only screen and (max-width: 768px) {
  .home .container-offices .offices .officesl .office .content-office {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 33%;
    width: 280px;
    top: 8%;
  }
}
@media only screen and (max-width: 480px) {
  .home .container-offices .offices .officesl .office .content-office {
    left: 19%;
    top: 10%;
  }
}
@media only screen and (max-width: 376px) {
  .home .container-offices .offices .officesl .office .content-office {
    left: 14%;
  }
}
.home .container-offices .offices .officesl .office .content-office h5 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 43px;
  color: #A88270;
  margin: 0;
}
.home .container-offices .offices .officesl .office .content-office .subtitle {
  font-family: "Source Sans 3", serif;
  font-weight: 600;
  font-size: 22px;
  color: #FFF;
  margin: 0;
}
.home .container-offices .offices .officesl .office .content-office .adresse,
.home .container-offices .offices .officesl .office .content-office .postal {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #FFF;
  margin: 0;
  font-weight: 400;
}
.home .container-offices .offices .officesl .office .content-office .postal {
  margin-bottom: 24px;
}
.home .contacter {
  display: flex;
  align-items: center;
  margin-right: 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .home .contacter {
    flex-direction: column;
    margin: 60px 20px 140px;
  }
}
@media only screen and (max-width: 768px) {
  .home .contacter {
    margin: 60px 20px;
  }
}
.home .contacter img {
  position: relative;
  top: -60px;
  flex: 1;
  border-radius: 0 0 284.5px 0;
}
@media only screen and (max-width: 768px) {
  .home .contacter img {
    top: 0;
    width: 200px;
    margin: 0 60px;
    border-radius: 0 0 50px 0;
  }
}
@media only screen and (min-width: 1441px) {
  .home .contacter img {
    flex: 4;
  }
}
.home .contacter .content {
  flex: 2;
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 768px) {
  .home .contacter .content {
    position: unset;
  }
}
@media only screen and (min-width: 1441px) {
  .home .contacter .content {
    flex: 6;
  }
}
.home .contacter .content h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  color: #A88270;
  padding: 0 50px 0 100px;
  margin: 0;
  width: 50%;
  line-height: 72px;
}
@media only screen and (max-width: 768px) {
  .home .contacter .content h4 {
    font-size: 30px;
    padding: 0;
    text-align: center;
    line-height: 39px;
    margin: 20px 0;
    width: 100%;
  }
}
.home .contacter .content .text {
  width: 500px;
  margin: 24px 0 32px 100px;
  line-height: 29px;
}
@media only screen and (max-width: 768px) {
  .home .contacter .content .text {
    font-family: "Source Sans 3", serif;
    color: #252B29;
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 1441px) {
  .home .contacter .content .text {
    width: 650px;
  }
}
.home .contacter .content a {
  margin-left: 100px;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .home .contacter .content a {
    margin: 20px 0 0 0;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .home .contacter .content a {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .home .contacter .content a:after {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/arrow-right-bronze-2.svg");
    display: block;
    position: absolute;
    right: 54px;
    top: 17px;
    width: 22px;
    height: 22px;
    z-index: 1000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .home .contacter .content a:hover {
    transition: 0.3s ease-in-out;
  }
  .home .contacter .content a:hover:after {
    opacity: 1;
    right: 14px;
  }
}
.home .annonces {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .home .annonces {
    padding: 90px 0;
    background-position: top right;
  }
}
.home .annonces #content-contacter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .annonces #content-contacter h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .home .annonces #content-contacter h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
.home .annonces #content-contacter .subtitle {
  font-family: "Source Sans 3", serif;
  font-weight: 600;
  font-size: 22px;
  color: #A88270;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .home .annonces #content-contacter .subtitle {
    font-size: 20px;
  }
}
.home .annonces #content-contacter a {
  background-color: transparent;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 55px;
}
.home .annonces #content-contacter a .arrow {
  width: 55px;
  height: 100%;
  border-left: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  margin-left: 20px;
}

.suivez-nous {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin: 30px auto;
}
@media only screen and (max-width: 1024px) {
  .suivez-nous {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .suivez-nous {
    gap: 0;
  }
}
.suivez-nous h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  line-height: 60px;
  margin: 0;
  color: #252B29;
}
.suivez-nous-rs .suivez-nous-slides {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 13px 8px;
}
@media only screen and (max-width: 768px) {
  .suivez-nous-rs .suivez-nous-slides {
    justify-content: center;
  }
}
.suivez-nous-rs .suivez-nous-slides .social a p {
  margin: 0;
  color: #A88270;
  border: 1px solid #A88270;
  padding: 4px 10px;
  border-radius: 69px;
}
.suivez-nous-rs .suivez-nous-slides .social a p i {
  width: 14px;
  height: 16px;
  text-align: center;
}
.suivez-nous .insta-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.suivez-nous #eapps-instagram-feed-1 {
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .suivez-nous #eapps-instagram-feed-1 {
    width: 400px;
  }
}
@media only screen and (max-width: 376px) {
  .suivez-nous #eapps-instagram-feed-1 {
    width: 300px;
  }
}

/*--------------------------------------------------------------
# Carrière
--------------------------------------------------------------*/
.archive-carrieres .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.archive-carrieres .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.archive-carrieres .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.archive-carrieres .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.archive-carrieres .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
    width: 80% !important;
  }
}
.archive-carrieres .pageheader .desc {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  color: #252B29;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .pageheader .desc {
    width: 90%;
    margin-bottom: 0;
  }
}
.archive-carrieres .filter-list {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list {
    margin-bottom: 60px;
  }
}
.archive-carrieres .filter-list .ct-filter {
  border-bottom: 1px solid #252B29;
}
.archive-carrieres .filter-list .ct-filter .filter {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .ct-filter .filter {
    padding: 0;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 8px;
    align-items: flex-start;
  }
}
.archive-carrieres .filter-list .ct-filter .filter-title {
  font-size: 16px;
  font-family: "Source Sans 3", serif;
  color: #252B29;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .ct-filter .filter-title {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .ct-filter .filter form {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}
.archive-carrieres .filter-list .ct-filter .filter form select {
  width: 300px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .ct-filter .filter form select {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues {
    padding: 0;
    width: 90%;
  }
}
.archive-carrieres .filter-list .list_revues .revues {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  row-gap: 100px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues .revues {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.archive-carrieres .filter-list .list_revues .revues .item-revue {
  position: relative;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue img {
  width: 100%;
  height: 100%;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_categorie {
  position: absolute;
  top: 10px;
  right: 10px;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_categorie ul li {
  list-style: none;
  text-decoration: none;
  background-color: #A88270;
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  padding: 7px 16px;
  border-radius: 50px;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_categorie ul li a {
  color: #FFF;
  text-decoration: none;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta a {
  text-decoration: none;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta a h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 37px;
  margin: 8px 0;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta a h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta p {
  font-family: "Lora", serif;
  color: #252B29;
  margin: 10px 0 44px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta p {
    margin: 10px 0 24px;
  }
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta .btn-article {
  background-color: transparent;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  padding: 15px 24px;
  color: #A88270;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta .btn-article {
    display: block;
  }
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta .contrat,
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta .lieu {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  color: #252B29;
  line-height: 25px;
  margin: 0;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue .post_meta .lieu {
  margin-bottom: 44px;
}
.archive-carrieres .filter-list .list_revues .revues .item-revue:nth-child(even) {
  position: relative;
  top: 60px;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .filter-list .list_revues .revues .item-revue:nth-child(even) {
    top: 0;
  }
}
.archive-carrieres .cv {
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .cv {
    height: auto;
    padding: 80px 0;
    background-position: center;
  }
}
.archive-carrieres .cv h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 72px;
  color: #FFF;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .cv h2 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    width: 80%;
  }
}
.archive-carrieres .contact {
  margin: 60px auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.archive-carrieres .contact h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  line-height: 46px;
  color: #A88270;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .contact h3 {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }
}
.archive-carrieres .contact p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #252B29;
  line-height: 25px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .archive-carrieres .contact p {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .header-home {
  height: 470Px;
  background-size: 150%;
  background-position: center 21%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .contact .header-home {
    height: 350px;
    background-position: center 0%;
    background-size: 180%;
  }
}
.contact .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.contact .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.contact .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.contact .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.contact .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .contact .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
    width: 80%;
  }
}
.contact .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: #252B29;
}
.contact .contact-form {
  background-color: rgba(168, 130, 112, 0.1);
  padding: 60px 0;
  margin: 20px auto 60px;
}
.contact .contact-form:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-form:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact-form {
    margin: 16px 0 0 0;
    width: 100%;
    padding: 20px;
  }
}
.contact .contact-form .gform_required_legend {
  display: none;
}
.contact .contact-form form {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contact .contact-form form {
    width: 100%;
  }
}
.contact .contact-form form label,
.contact .contact-form form legend {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 20px;
}
.contact .contact-form form label[for=input_1_10_1] {
  font-size: 18px;
  font-weight: 400;
}
.contact .contact-form form input[type=file],
.contact .contact-form form input[type=tel],
.contact .contact-form form input[type=email],
.contact .contact-form form input[type=text],
.contact .contact-form form select {
  height: 48px;
  border-radius: 0;
  border: 1px solid rgb(196, 209, 221);
}
.contact .contact-form form input[type=file]::-moz-placeholder, .contact .contact-form form input[type=tel]::-moz-placeholder, .contact .contact-form form input[type=email]::-moz-placeholder, .contact .contact-form form input[type=text]::-moz-placeholder, .contact .contact-form form select::-moz-placeholder {
  color: #595D62;
}
.contact .contact-form form input[type=file]::placeholder,
.contact .contact-form form input[type=tel]::placeholder,
.contact .contact-form form input[type=email]::placeholder,
.contact .contact-form form input[type=text]::placeholder,
.contact .contact-form form select::placeholder {
  color: #595D62;
}
.contact .contact-form form textarea {
  border-radius: 0;
  border: 1px solid rgb(196, 209, 221);
}
.contact .contact-form form textarea::-moz-placeholder {
  color: #595D62;
}
.contact .contact-form form textarea::placeholder {
  color: #595D62;
}
.contact .contact-form form .gfield--type-html h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 27px;
}
.contact .contact-form form .gfield--type-html h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
}
.contact .contact-form form .gform-footer {
  display: flex;
  justify-content: center;
}
.contact .contact-form form .gform-footer .btn-send {
  background-color: #A88270 !important;
  font-family: "Source Sans 3", serif !important;
  font-size: 18px !important;
  padding: 11px 24px 10px;
  color: #FFF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid #A88270;
  border-radius: 0 !important;
}
@media only screen and (max-width: 768px) {
  .contact .contact-form form .gform-footer .btn-send {
    display: block;
    width: 100%;
  }
}
.contact .contact-form .infos-complementaires {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contact .contact-form .infos-complementaires {
    width: 100%;
  }
}
.contact .contact-form .infos-complementaires p {
  font-family: "Source Sans 3", serif;
  color: #252B29;
  font-size: 12px;
  text-align: center;
  margin-top: 32px;
}

/*
* Générique
*/
.gform_confirmation_message {
  color: #FFF;
}

/*--------------------------------------------------------------
# Équipe
--------------------------------------------------------------*/
#white header {
  top: 0;
}
#white .pageheader {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #white .pageheader {
    margin-top: 120px;
  }
}
#white .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
#white .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
#white .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
#white .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #white .pageheader h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
#white .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: #252B29;
  width: 47%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #white .pageheader .subtext {
    width: 60%;
    font-size: 20px;
    line-height: 32px;
  }
}

.equipes {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .equipes {
    margin: 40px auto 60px;
    padding: 0;
    width: 90%;
  }
}
.equipes .equipes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 100px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container {
    row-gap: 60px;
  }
}
.equipes .equipes-container .equipe {
  width: 100%;
}
.equipes .equipes-container .equipe .uptext {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe .uptext {
    font-size: 18px;
    line-height: 21px;
  }
}
.equipes .equipes-container .equipe h2 {
  font-family: "Lora", serif;
  font-style: italic;
  color: #A88270;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.equipes .equipes-container .equipe-members {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe-members {
    flex-wrap: wrap;
  }
}
.equipes .equipes-container .equipe-members .equipe-member {
  position: relative;
  opacity: 1;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe-members .equipe-member {
    width: 48%;
  }
}
.equipes .equipes-container .equipe-members .equipe-member:hover .member-thumbnail img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.equipes .equipes-container .equipe-members .equipe-member:hover h3 {
  bottom: 40px;
  transition: 0.3s ease-in-out;
}
.equipes .equipes-container .equipe-members .equipe-member:hover .btn-etude {
  display: flex;
}
.equipes .equipes-container .equipe-members .equipe-member .member-thumbnail {
  overflow: hidden;
  border: 1px solid #FFF;
}
.equipes .equipes-container .equipe-members .equipe-member .member-thumbnail img {
  transition: 0.3s ease-in-out;
  width: 370px;
}
.equipes .equipes-container .equipe-members .equipe-member h3 {
  position: absolute;
  bottom: 20px;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 26px;
  color: #FFF;
  width: 100%;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe-members .equipe-member h3 {
    font-size: 18px;
    bottom: 0px;
  }
}
.equipes .equipes-container .equipe-members .equipe-member .btn-etude {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: -1px;
  border: 1px solid #FFF;
  justify-content: space-between;
  height: 55px;
  align-items: center;
  display: none;
  padding-left: 80px;
  text-decoration: none;
}
.equipes .equipes-container .equipe-members .equipe-member .btn-etude .arrow {
  width: 55px;
  height: 100%;
  border-left: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.equipes .equipes-container .equipe-members .equipe-member:nth-child(1) {
  position: relative;
  top: -20px;
  right: -10px;
  z-index: 11;
}
.equipes .equipes-container .equipe-members .equipe-member:nth-child(3) {
  position: relative;
  top: -35px;
  left: -10px;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe-members .equipe-member:nth-child(3) {
    opacity: 1;
    top: -15px;
    left: 50px;
  }
}
.equipes .equipes-container .equipe.houzelot-vauquelin, .equipes .equipes-container .equipe.artaud-cetre, .equipes .equipes-container .equipe.desqueyroux-touton {
  position: relative;
}
.equipes .equipes-container .equipe.houzelot-vauquelin:before, .equipes .equipes-container .equipe.artaud-cetre:before, .equipes .equipes-container .equipe.desqueyroux-touton:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/cadre.svg");
  width: 515px;
  height: 324px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  right: 15%;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.houzelot-vauquelin:before, .equipes .equipes-container .equipe.artaud-cetre:before, .equipes .equipes-container .equipe.desqueyroux-touton:before {
    display: none;
  }
}
.equipes .equipes-container .equipe.houzelot-vauquelin .equipe-header, .equipes .equipes-container .equipe.artaud-cetre .equipe-header, .equipes .equipes-container .equipe.desqueyroux-touton .equipe-header {
  position: relative;
  background-color: #FFF;
  padding-left: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.houzelot-vauquelin .equipe-header, .equipes .equipes-container .equipe.artaud-cetre .equipe-header, .equipes .equipes-container .equipe.desqueyroux-touton .equipe-header {
    padding-left: 10px;
    margin-left: 20px;
    padding-top: 10px;
  }
}
.equipes .equipes-container .equipe.houzelot-vauquelin .equipe-header:before, .equipes .equipes-container .equipe.artaud-cetre .equipe-header:before, .equipes .equipes-container .equipe.desqueyroux-touton .equipe-header:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/carre-e-header.svg");
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -47%;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.houzelot-vauquelin .equipe-header:before, .equipes .equipes-container .equipe.artaud-cetre .equipe-header:before, .equipes .equipes-container .equipe.desqueyroux-touton .equipe-header:before {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/rect-mobile.svg");
    width: 88px;
    height: 88px;
    top: -36px;
    left: -30px;
  }
}
.equipes .equipes-container .equipe.lasserre, .equipes .equipes-container .equipe.mesa-sparbe, .equipes .equipes-container .equipe.magendie, .equipes .equipes-container .equipe.adenis-lamarre {
  position: relative;
}
.equipes .equipes-container .equipe.lasserre:before, .equipes .equipes-container .equipe.mesa-sparbe:before, .equipes .equipes-container .equipe.magendie:before, .equipes .equipes-container .equipe.adenis-lamarre:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/cadre-petit.svg");
  width: 297px;
  height: 187px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -1%;
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.lasserre:before, .equipes .equipes-container .equipe.mesa-sparbe:before, .equipes .equipes-container .equipe.magendie:before, .equipes .equipes-container .equipe.adenis-lamarre:before {
    display: none;
  }
}
.equipes .equipes-container .equipe.lasserre .equipe-header, .equipes .equipes-container .equipe.mesa-sparbe .equipe-header, .equipes .equipes-container .equipe.magendie .equipe-header, .equipes .equipes-container .equipe.adenis-lamarre .equipe-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
  position: relative;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.lasserre .equipe-header, .equipes .equipes-container .equipe.mesa-sparbe .equipe-header, .equipes .equipes-container .equipe.magendie .equipe-header, .equipes .equipes-container .equipe.adenis-lamarre .equipe-header {
    padding: 5px 0;
  }
}
.equipes .equipes-container .equipe.lasserre .equipe-header:before, .equipes .equipes-container .equipe.mesa-sparbe .equipe-header:before, .equipes .equipes-container .equipe.magendie .equipe-header:before, .equipes .equipes-container .equipe.adenis-lamarre .equipe-header:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/carre-e-header.svg");
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -13%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.lasserre .equipe-header:before, .equipes .equipes-container .equipe.mesa-sparbe .equipe-header:before, .equipes .equipes-container .equipe.magendie .equipe-header:before, .equipes .equipes-container .equipe.adenis-lamarre .equipe-header:before {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/rect-mobile.svg");
    width: 88px;
    height: 88px;
    top: -11px;
  }
}
.equipes .equipes-container .equipe.lasserre .equipe-member:nth-child(1), .equipes .equipes-container .equipe.mesa-sparbe .equipe-member:nth-child(1), .equipes .equipes-container .equipe.magendie .equipe-member:nth-child(1), .equipes .equipes-container .equipe.adenis-lamarre .equipe-member:nth-child(1) {
  position: relative;
  top: -20px;
  right: 0px;
  z-index: 11;
}
.equipes .equipes-container .equipe.gauthier-pegue, .equipes .equipes-container .equipe.bentejac-delhomme {
  position: relative;
}
.equipes .equipes-container .equipe.gauthier-pegue:before, .equipes .equipes-container .equipe.bentejac-delhomme:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/cadre.svg");
  width: 515px;
  height: 324px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.gauthier-pegue:before, .equipes .equipes-container .equipe.bentejac-delhomme:before {
    display: none;
  }
}
.equipes .equipes-container .equipe.gauthier-pegue .equipe-header, .equipes .equipes-container .equipe.bentejac-delhomme .equipe-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  background-color: #FFF;
  padding-right: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.gauthier-pegue .equipe-header, .equipes .equipes-container .equipe.bentejac-delhomme .equipe-header {
    padding-right: 10px;
    margin-right: 20px;
    padding-top: 10px;
  }
}
.equipes .equipes-container .equipe.gauthier-pegue .equipe-header:before, .equipes .equipes-container .equipe.bentejac-delhomme .equipe-header:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/carre-e-header.svg");
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -47%;
  right: -60px;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.gauthier-pegue .equipe-header:before, .equipes .equipes-container .equipe.bentejac-delhomme .equipe-header:before {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/rect-mobile.svg");
    width: 88px;
    height: 88px;
    top: -31px;
    right: -28px;
  }
}
.equipes .equipes-container .equipe.dambier {
  position: relative;
}
.equipes .equipes-container .equipe.dambier:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/cadre.svg");
  width: 515px;
  height: 324px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.dambier:before {
    display: none;
  }
}
.equipes .equipes-container .equipe.dambier .equipe-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #FFF;
  position: relative;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.dambier .equipe-header {
    padding: 5px 0;
  }
}
.equipes .equipes-container .equipe.dambier .equipe-header:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/carre-e-header.svg");
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -13%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.dambier .equipe-header:before {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/rect-mobile.svg");
    width: 88px;
    height: 88px;
    top: -11px;
  }
}
.equipes .equipes-container .equipe.mid {
  width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .equipes .equipes-container .equipe.mid {
    width: 100% !important;
  }
}

.associe {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .associe {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
}
.associe #img-associe {
  position: relative;
  opacity: 0;
}
.associe-img img {
  width: 460px;
}
.associe-content h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .associe-content h1 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
  }
}
.associe-content .poste {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 32px;
  line-height: 60px;
  color: #252B29;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .associe-content .poste {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
  }
}
.associe-content .localisation {
  font-family: "Source Sans 3", serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  margin: 10px 0 30px;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .associe-content .localisation {
    text-align: center;
    font-size: 16px;
    margin: 10px auto 30px;
  }
}
.associe-content .phone {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  line-height: 32px;
  color: #A88270;
  margin: 0;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .associe-content .phone {
    text-align: center;
    display: block;
  }
}
.associe-content .desc p {
  width: 500px;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #252B29;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .associe-content .desc p {
    width: 100%;
  }
}
.associe-content .contact {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.associe-content .contact .linkedin {
  width: 50px;
  height: 50px;
}
.associe-content .contact .btn-contact {
  background-color: transparent;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  padding: 11px 24px 10px;
  color: #A88270;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .associe-content .contact .btn-contact {
    display: block;
    width: 100%;
  }
}
.associe-content .office-liee {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee {
    margin-top: 150px;
  }
}
.associe-content .office-liee .office {
  width: 540px;
  border: 1px solid #252B29;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office {
    width: 100%;
  }
}
.associe-content .office-liee .office .img-office {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50%;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office .img-office {
    width: 90%;
    top: -35%;
  }
}
.associe-content .office-liee .office .img-office img {
  width: 280px;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office .img-office img {
    width: 100%;
  }
}
.associe-content .office-liee .office .content {
  padding: 60px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office .content {
    padding: 110px 30px 30px 30px;
  }
}
.associe-content .office-liee .office .content:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: -45px;
  left: -45px;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office .content:before {
    display: none;
  }
}
.associe-content .office-liee .office .content h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  margin: 18px 0 0 0;
  line-height: 32px;
  color: #252B29;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .associe-content .office-liee .office .content h4 {
    font-size: 22px;
    line-height: 27px;
  }
}
.associe-content .office-liee .office .content p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  margin: 8px 0 24px 0;
  color: #252B29;
  line-height: 29px;
}

.page-template-template-equipe main {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertises .header-home {
  height: 470Px;
  background-size: 150%;
  background-position: center 21%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .expertises .header-home {
    height: 350px;
    background-position: center 0%;
    background-size: 180%;
  }
}
.expertises .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.expertises .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.expertises .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.expertises .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.expertises .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .expertises .pageheader h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.expertises .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: #252B29;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .expertises .pageheader .subtext {
    font-size: 20px;
    text-align: center;
    width: 80%;
    line-height: 32px;
    margin: 10px 0 0 0;
  }
}
.expertises .list_expertise {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise {
    margin-top: 0px;
  }
}
.expertises .list_expertise ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 80px 60px;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 20px;
  }
}
.expertises .list_expertise ul .item-expertise {
  position: relative;
  opacity: 0;
}
.expertises .list_expertise ul .item-expertise .icon {
  width: 180px;
  height: 180px;
  border: 1px solid #1C5242;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise ul .item-expertise .icon {
    border: none;
    position: unset;
    margin: 0 auto;
  }
}
.expertises .list_expertise ul .item-expertise .icon img {
  width: 50%;
}
.expertises .list_expertise ul .item-expertise .post_meta {
  width: 360px;
  background: white;
  position: relative;
  top: 40px;
  left: 140px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise ul .item-expertise .post_meta {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
}
.expertises .list_expertise ul .item-expertise .post_meta a {
  text-decoration: none;
}
.expertises .list_expertise ul .item-expertise .post_meta a h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  line-height: 43px;
  margin: 0;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise ul .item-expertise .post_meta a h4 {
    text-align: center;
    font-size: 28px;
  }
}
.expertises .list_expertise ul .item-expertise .post_meta .excerpt {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .expertises .list_expertise ul .item-expertise .post_meta .btn-bronze {
    width: 100%;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
# Offices
--------------------------------------------------------------*/
.page-template-default .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.page-template-default .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.page-template-default .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.page-template-default .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.page-template-default .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-default .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.page-template-default .pageheader .desc {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Source Sans 3", serif;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .page-template-default .pageheader .desc {
    width: 90%;
  }
}
.page-template-default .content,
.page-template-default .desc {
  width: 60%;
  margin: 2em auto;
}
@media only screen and (max-width: 768px) {
  .page-template-default .content,
  .page-template-default .desc {
    width: 100%;
  }
}
.page-template-default .content h4,
.page-template-default .desc h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  text-align: center;
  line-height: 41px;
  font-style: italic;
  color: #252B29;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-template-default .content h4,
  .page-template-default .desc h4 {
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto;
  }
}
.page-template-default .content h2,
.page-template-default .desc h2 {
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 47px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-template-default .content h2,
  .page-template-default .desc h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}
.page-template-default .content h3,
.page-template-default .desc h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page-template-default .content h3,
  .page-template-default .desc h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-template-default .content p,
.page-template-default .desc p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
  margin: 8px 0;
}
.page-template-default .content blockquote,
.page-template-default .desc blockquote {
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .page-template-default .content blockquote,
  .page-template-default .desc blockquote {
    margin: 0;
  }
}
.page-template-default .content blockquote p,
.page-template-default .desc blockquote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  padding: 20px 40px;
}
.page-template-default .content blockquote p strong,
.page-template-default .desc blockquote p strong {
  color: #A88270;
}
.page-template-default .content table,
.page-template-default .desc table {
  border: 1px solid #EDEBE8;
  width: 100% !important;
}
.page-template-default .content table tbody tr,
.page-template-default .desc table tbody tr {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
}
.page-template-default .content table tbody tr:nth-child(even),
.page-template-default .desc table tbody tr:nth-child(even) {
  background-color: rgba(168, 130, 112, 0.1);
}
.page-template-default .content table tbody tr h3,
.page-template-default .desc table tbody tr h3 {
  font-size: 18px;
  line-height: 26px;
}
.page-template-default .content table tbody tr td,
.page-template-default .desc table tbody tr td {
  padding: 5px 0;
}
.page-template-default .content ul,
.page-template-default .desc ul {
  margin-right: 30px;
  padding: 0;
}
.page-template-default .content ul li,
.page-template-default .desc ul li {
  list-style: none;
  margin-bottom: 30px;
}
.page-template-default .content ul li:before,
.page-template-default .desc ul li:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/marker.svg");
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Labels
--------------------------------------------------------------*/
.page-template-template-labels .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.page-template-template-labels .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.page-template-template-labels .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.page-template-template-labels .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.page-template-template-labels .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .pageheader h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.page-template-template-labels .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: #252B29;
  width: 78% !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .pageheader .subtext {
    font-size: 20px;
    text-align: center;
    width: 80%;
    line-height: 32px;
    margin: 10px 0 0 0;
  }
}
.page-template-template-labels .list_labels {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels {
    margin-top: 0px;
  }
}
.page-template-template-labels .list_labels > h3 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  line-height: 43px;
  margin: 0;
  color: #A88270;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels > h3 {
    text-align: center;
    font-size: 28px;
  }
}
.page-template-template-labels .list_labels > ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  gap: 80px 60px;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels > ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 20px;
  }
}
.page-template-template-labels .list_labels > ul .item-label {
  position: relative;
  opacity: 0;
}
.page-template-template-labels .list_labels > ul .item-label .icon {
  width: 180px;
  height: 180px;
  border: 1px solid #1C5242;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels > ul .item-label .icon {
    border: none;
    position: unset;
    margin: 0 auto;
  }
}
.page-template-template-labels .list_labels > ul .item-label .icon img {
  width: 70%;
}
.page-template-template-labels .list_labels > ul .item-label .post_meta {
  width: 100%;
  background: white;
  position: relative;
  top: 40px;
  left: 160px;
  padding: 30px 30px 30px 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels > ul .item-label .post_meta {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
}
.page-template-template-labels .list_labels > ul .item-label .post_meta h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  line-height: 43px;
  margin: 0;
  color: #A88270;
}
@media only screen and (max-width: 768px) {
  .page-template-template-labels .list_labels > ul .item-label .post_meta h4 {
    text-align: center;
    font-size: 28px;
  }
}
.page-template-template-labels .list_labels > ul .item-label .post_meta .excerpt {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
}
.page-template-template-labels .list_labels > ul .item-label .post_meta .excerpt ul {
  margin-right: 30px;
  padding: 0;
}
.page-template-template-labels .list_labels > ul .item-label .post_meta .excerpt ul li {
  list-style: none;
  margin-bottom: 30px;
}
.page-template-template-labels .list_labels > ul .item-label .post_meta .excerpt ul li:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/marker.svg");
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Revue
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .archive-revues .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
    width: 80% !important;
  }
}
.archive-revues .pageheader .desc p {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .archive-revues .pageheader .desc p {
    width: 90%;
    margin-bottom: 0;
  }
}
.archive-revues .filter-list .ct-filter {
  border-bottom: 1px solid #252B29;
}
.archive-revues .filter-list .ct-filter .filter {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .ct-filter .filter {
    padding: 0;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 8px;
  }
}
.archive-revues .filter-list .ct-filter .filter-title {
  font-size: 16px;
  font-family: "Source Sans 3", serif;
  color: #252B29;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .ct-filter .filter form {
    width: 100%;
  }
}
.archive-revues .filter-list .ct-filter .filter form select {
  width: 300px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .ct-filter .filter form select {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues {
    padding: 0;
    width: 90%;
  }
}
.archive-revues .filter-list .list_revues .revues {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  row-gap: 100px;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues .revues {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.archive-revues .filter-list .list_revues .revues .item-revue {
  position: relative;
  opacity: 0;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post-thumbnail {
  overflow: hidden;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post-thumbnail img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post-thumbnail img:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.2);
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_categorie {
  position: absolute;
  top: 10px;
  right: 10px;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_categorie ul li {
  list-style: none;
  text-decoration: none;
  background-color: #A88270;
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  padding: 7px 16px;
  border-radius: 50px;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_categorie ul li a {
  color: #FFF;
  text-decoration: none;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_meta a {
  text-decoration: none;
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_meta a h4 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 37px;
  margin: 8px 0;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues .revues .item-revue .post_meta a h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_meta p {
  font-family: "Source Sans 3", serif;
  color: #252B29;
  margin: 10px 0 44px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues .revues .item-revue .post_meta p {
    margin: 10px 0 24px;
  }
}
.archive-revues .filter-list .list_revues .revues .item-revue .post_meta .btn-article {
  background-color: transparent;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  padding: 15px 24px;
  color: #A88270;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues .revues .item-revue .post_meta .btn-article {
    display: block;
  }
}
.archive-revues .filter-list .list_revues .revues .item-revue:nth-child(even) {
  position: relative;
  top: 60px;
}
@media only screen and (max-width: 768px) {
  .archive-revues .filter-list .list_revues .revues .item-revue:nth-child(even) {
    top: 0;
  }
}
.archive-revues .filter-list .pagination {
  border-top: 1px solid #252B29;
  margin-top: 120px;
  padding-top: 30px;
}
.archive-revues .filter-list .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
.archive-revues .filter-list .pagination .page-numbers .prev {
  padding: 11px 13px;
  border-radius: 50px;
  border: 1px solid #A88270;
  transition: 0.3s ease-in-out;
}
.archive-revues .filter-list .pagination .page-numbers .prev:hover {
  transition: 0.3s ease-in-out;
  background-color: #A88270;
}
.archive-revues .filter-list .pagination .page-numbers .prev:hover svg path {
  transition: 0.3s ease-in-out;
  stroke: #FFF;
}
.archive-revues .filter-list .pagination .page-numbers .next {
  padding: 11px 13px;
  border-radius: 50px;
  border: 1px solid #A88270;
  transition: 0.3s ease-in-out;
}
.archive-revues .filter-list .pagination .page-numbers .next:hover {
  transition: 0.3s ease-in-out;
  background-color: #A88270;
}
.archive-revues .filter-list .pagination .page-numbers .next:hover svg path {
  transition: 0.3s ease-in-out;
  stroke: #FFF;
}
.archive-revues .filter-list .pagination .page-numbers .current {
  padding: 4px 13px;
  background-color: #A88270;
  border-radius: 50px;
  color: #FFF;
}
.archive-revues .filter-list .pagination .page-numbers li {
  font-family: "Source Sans 3", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #A88270;
}
.archive-revues .filter-list .pagination .page-numbers li a {
  text-decoration: none;
  color: #A88270;
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
#breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs .picto-home {
    width: 14px;
  }
}
#breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
#breadcrumbs span a {
  color: #252B29 !important;
}

.expertises-single .header-home {
  height: 470Px;
  background-size: 150%;
  background-position: center 21%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .expertises-single .header-home {
    height: 350px;
    background-position: center 0%;
    background-size: 180%;
  }
}
.expertises-single .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .pageheader {
    padding: 0 1em;
  }
}
.expertises-single .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.expertises-single .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .pageheader h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.expertises-single .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  line-height: 35px;
  color: #252B29;
  width: 60%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .expertises-single .pageheader .subtext {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
  }
}
.expertises-single .content-single .header-listing {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing {
    flex-direction: column;
    gap: 0;
  }
}
.expertises-single .content-single .header-listing .header-services {
  opacity: 0;
  width: 310px;
  height: 310px;
  border: 1px solid #1C5242;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .header-services {
    border: none;
    width: 100%;
    height: 100%;
  }
}
.expertises-single .content-single .header-listing .header-services-content {
  position: absolute;
  right: -34%;
  background-color: #FFF;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .header-services-content {
    position: unset;
  }
}
.expertises-single .content-single .header-listing .header-services-content h2 {
  margin: 0 0 16px 0;
  color: #1C5242;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 36px;
  line-height: 46Px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .header-services-content h2 {
    font-size: 28px;
  }
}
.expertises-single .content-single .header-listing .services {
  max-width: 60%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .services {
    max-width: 100%;
    margin-top: 16px;
  }
}
.expertises-single .content-single .header-listing .services .slides {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .services .slides {
    margin: 0 20px;
    padding: 0;
  }
}
.expertises-single .content-single .header-listing .services .slides li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
.expertises-single .content-single .header-listing .services .slides li h6 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #1C5242;
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .header-listing .services .slides li h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.expertises-single .content-single .header-listing .services .slides li h6:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 17px;
  transform: translateY(-50%);
  width: 23px;
  /* Ajuste la taille de l'image */
  height: 16px;
  background-image: url("/wp-content/themes/jeu-de-paume/assets/images/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.expertises-single .content-single .header-listing .services .slides li p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #252B29;
  line-height: 28px;
  margin: 0;
}
.expertises-single .content-single .ct-questions {
  margin: 40px auto 80px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .ct-questions {
    width: 100%;
    padding: 0 20px;
  }
}
.expertises-single .content-single .ct-questions h2 {
  margin: 0 0 16px 0;
  color: #A88270;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 36px;
  line-height: 46Px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .ct-questions h2 {
    font-size: 28px;
    width: 90%;
  }
}
.expertises-single .content-single .ct-questions .questions .slides {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}
.expertises-single .content-single .ct-questions .questions .slides li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
.expertises-single .content-single .ct-questions .questions .slides li h6 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  color: #A88270;
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .ct-questions .questions .slides li h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.expertises-single .content-single .ct-questions .questions .slides li h6:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 17px;
  transform: translateY(-50%);
  width: 23px;
  /* Ajuste la taille de l'image */
  height: 16px;
  background-image: url("/wp-content/themes/jeu-de-paume/assets/images/check-icon-bronze.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.expertises-single .content-single .ct-questions .questions .slides li p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  color: #252B29;
  line-height: 28px;
  margin: 0;
}
.expertises-single .content-single .section-contact {
  background-color: #252B29;
  position: relative;
  width: 760px;
  display: flex;
  justify-content: flex-end;
  padding: 40px;
  margin-bottom: 60px;
  right: -120Px;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact {
    width: 95%;
    position: relative;
    flex-direction: column;
    right: unset;
    top: 0px;
    padding: 150px 20px 40px 20px;
  }
}
.expertises-single .content-single .section-contact-img {
  position: absolute;
  top: -25px;
  left: -40%;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-img {
    left: 20px;
    width: 90%;
    z-index: 15;
    top: -70px;
  }
}
.expertises-single .content-single .section-contact-img:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-img:before {
    top: 0px;
    left: -50px;
    z-index: 10;
  }
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-img img {
    position: relative;
    z-index: 100;
  }
}
.expertises-single .content-single .section-contact-content {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-content {
    width: 100%;
  }
}
.expertises-single .content-single .section-contact-content h4 {
  font-family: "Lora", serif;
  color: #FFF;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  margin: 0;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-content h4 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}
.expertises-single .content-single .section-contact-content p {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 44px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-content p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .section-contact-content .btn-bronze-f {
    width: 100%;
    justify-content: space-between;
  }
}
.expertises-single .content-single .articles-connexes {
  background-color: rgba(168, 130, 112, 0.1);
  padding: 20px 0 120px 0;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container {
    padding: 0;
    width: 90%;
  }
}
.expertises-single .content-single .articles-connexes .container h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  text-align: center;
  line-height: 46px;
  color: #A88270;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
.expertises-single .content-single .articles-connexes .container .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container .articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.expertises-single .content-single .articles-connexes .container .articles .article:nth-child(odd) {
  position: relative;
  top: 50px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container .articles .article:nth-child(odd) {
    top: 0;
  }
}
.expertises-single .content-single .articles-connexes .container .articles .article img {
  width: 100%;
}
.expertises-single .content-single .articles-connexes .container .articles .article h6 {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container .articles .article h6 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .expertises-single .content-single .articles-connexes .container .articles .article .btn-bronze {
    width: 100%;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) {
  .single-office .glide .glide__track .glide__slide {
    height: 60vh;
    left: 0;
  }
}
.single-office .glide .glide__track .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-office .glide .controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .single-office .glide .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    bottom: 20px;
  }
}
.single-office .glide .controls .arrow {
  padding: 15px;
  border: 1px solid #A88270;
  background-color: transparent;
  border-radius: 0;
}
.single-office .glide .controls .glide__bullets {
  position: initial;
  transform: initial;
}
.single-office .glide .controls .glide__bullets .glide__bullet {
  background-color: #FFF;
}
.single-office .glide .controls .glide__bullets .glide__bullet--active {
  background-color: #A88270 !important;
}
.single-office .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.single-office .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.single-office .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.single-office .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.single-office .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single-office .pageheader h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
.single-office .pageheader .subtext {
  margin: 1em 0 0 0;
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #252B29;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .single-office .pageheader .subtext {
    font-size: 20px;
    line-height: 24px;
  }
}
.single-office .pageheader .desc p {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Source Sans 3", serif;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .single-office .pageheader .desc p {
    width: 90%;
    margin: 20px auto;
  }
}
.single-office .map-content {
  margin-bottom: 80px;
}
.single-office .map-content .map {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .map {
    width: 100%;
    height: 200px;
  }
}
.single-office .map-content .map .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .map .acf-map {
    height: 200px;
  }
}
.single-office .map-content .map .acf-map img {
  max-width: inherit !important;
}
.single-office .map-content #content-office {
  opacity: 0;
}
.single-office .map-content .content {
  width: 400px;
  background-color: #1C5242;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 5%;
  top: 13%;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .content {
    width: 100%;
    position: unset;
    padding: 30px 20px;
  }
}
.single-office .map-content .content:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  bottom: -40px;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .content:before {
    display: none;
  }
}
.single-office .map-content .content h4 {
  font-family: "Lora", serif;
  color: #FFF;
  font-size: 26px;
  font-style: italic;
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .content h4 {
    font-size: 22px;
  }
}
.single-office .map-content .content .adresse {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin: 4px 0;
}
.single-office .map-content .content .phone {
  font-family: "Lora", serif;
  color: #FFF;
  font-size: 30px;
  font-style: italic;
  line-height: 32px;
  text-decoration: none;
  margin: 0 0 22px 0;
}
.single-office .map-content .content .btn-contact {
  background-color: #A88270;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  padding: 11px 24px 10px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .single-office .map-content .content .btn-contact {
    display: block;
    width: 100%;
  }
}

.single-revue .pageheader h1 {
  width: 60%;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .single-revue .pageheader h1 {
    width: 100%;
    font-size: 30px;
    line-height: 39px;
  }
}
.single-revue .content-revue {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .single-revue .content-revue {
    width: 100%;
  }
}
.single-revue .content-revue h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  text-align: center;
  line-height: 41px;
  font-style: italic;
  color: #252B29;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single-revue .content-revue h4 {
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto;
  }
}
.single-revue .content-revue h2 {
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 47px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single-revue .content-revue h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}
.single-revue .content-revue h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single-revue .content-revue h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-revue .content-revue p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
  margin: 8px 0;
}
.single-revue .content-revue blockquote {
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .single-revue .content-revue blockquote {
    margin: 0;
  }
}
.single-revue .content-revue blockquote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  padding: 20px 40px;
}
.single-revue .content-revue blockquote p strong {
  color: #A88270;
}
.single-revue .content-revue table {
  border: 1px solid #EDEBE8;
  width: 100% !important;
}
.single-revue .content-revue table tbody tr {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
}
.single-revue .content-revue table tbody tr:nth-child(even) {
  background-color: rgba(168, 130, 112, 0.1);
}
.single-revue .content-revue table tbody tr h3 {
  font-size: 18px;
  line-height: 26px;
}
.single-revue .content-revue table tbody tr td {
  padding: 5px 0;
}
.single-revue .content-revue ul {
  margin-right: 30px;
  padding: 0;
}
.single-revue .content-revue ul li {
  list-style: none;
  margin-bottom: 30px;
}
.single-revue .content-revue ul li:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/marker.svg");
  margin-right: 8px;
}
.single-revue .section-contact {
  background-color: #252B29;
  position: relative;
  width: 760px;
  display: flex;
  justify-content: flex-end;
  padding: 40px;
  margin-bottom: 60px;
  right: -120Px;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact {
    width: 95%;
    position: relative;
    flex-direction: column;
    right: unset;
    top: 0px;
    padding: 150px 20px 40px 20px;
  }
}
.single-revue .section-contact-img {
  position: absolute;
  top: -25px;
  left: -40%;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-img {
    left: 20px;
    width: 90%;
    z-index: 15;
    top: -70px;
  }
}
.single-revue .section-contact-img:before {
  content: url("http://localhost:8888/jdp/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-img:before {
    top: 0px;
    left: -50px;
    z-index: 10;
  }
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-img img {
    position: relative;
    z-index: 100;
  }
}
.single-revue .section-contact-content {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-content {
    width: 100%;
  }
}
.single-revue .section-contact-content h4 {
  font-family: "Lora", serif;
  color: #FFF;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  margin: 0;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-content h4 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}
.single-revue .section-contact-content p {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 44px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-content p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .single-revue .section-contact-content .btn-bronze-f {
    display: block;
  }
}
.single-revue .articles-connexes {
  background-color: rgba(168, 130, 112, 0.1);
  padding: 20px 0 120px 0;
}
.single-revue .articles-connexes .container {
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container {
    padding: 0;
    width: 90%;
  }
}
.single-revue .articles-connexes .container h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  text-align: center;
  line-height: 46px;
  color: #A88270;
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
.single-revue .articles-connexes .container .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container .articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.single-revue .articles-connexes .container .articles .article:nth-child(odd) {
  position: relative;
  top: 50px;
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container .articles .article:nth-child(odd) {
    top: 0;
  }
}
.single-revue .articles-connexes .container .articles .article img {
  width: 100%;
}
.single-revue .articles-connexes .container .articles .article h6 {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container .articles .article h6 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .single-revue .articles-connexes .container .articles .article .btn-bronze {
    display: block;
  }
}

.archive-infos-pratiques .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.archive-infos-pratiques .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.archive-infos-pratiques .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.archive-infos-pratiques .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.archive-infos-pratiques .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-infos-pratiques .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.archive-infos-pratiques .pageheader .desc {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .archive-infos-pratiques .pageheader .desc {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .archive-infos-pratiques .list {
    padding: 0;
  }
}
.archive-infos-pratiques .list .infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 40px 0 100Px;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .archive-infos-pratiques .list .infos {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 1024px) {
  .archive-infos-pratiques .list .infos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive-infos-pratiques .list .infos .info {
  opacity: 0;
}
.archive-infos-pratiques .list .infos .info-img img {
  width: 100%;
  border: 2px solid #EDEBE8;
}
.archive-infos-pratiques .list .infos .info-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.archive-infos-pratiques .list .infos .info-content h4 {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 36px;
  color: #252B29;
  text-align: center;
  width: 90%;
}
.archive-infos-pratiques .list .infos .info-content p {
  text-align: center;
  width: 90%;
  font-family: "Source Sans 3", serif;
  color: #252B29;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 20px 0;
}
.archive-infos-pratiques .list .infos .info-content .btn-bronze-f svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.single-carriere .pageheader h1 {
  width: 60%;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .single-carriere .pageheader h1 {
    width: 100% !important;
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.single-carriere .content-revue {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .single-carriere .content-revue {
    width: 100%;
  }
}
.single-carriere .content-revue h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  text-align: center;
  line-height: 41px;
  font-style: italic;
  color: #252B29;
  font-weight: 600;
}
.single-carriere .content-revue h2 {
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 47px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .single-carriere .content-revue h2 {
    font-size: 28px;
    text-align: left !important;
  }
}
.single-carriere .content-revue h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
.single-carriere .content-revue p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
}
.single-carriere .content-revue blockquote {
  border: 1px solid #A88270;
}
.single-carriere .content-revue blockquote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  padding: 20px 40px;
}
.single-carriere .content-revue blockquote p strong {
  color: #A88270;
}
.single-carriere .content-revue ul {
  margin-right: 30px;
  padding: 0;
}
.single-carriere .content-revue ul li {
  list-style: none;
  margin-bottom: 30px;
}
.single-carriere .content-revue ul li:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/marker.svg");
  margin-right: 8px;
}
.single-carriere .map-content {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.single-carriere .map-content .map {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .map {
    width: 100%;
    height: 200px;
  }
}
.single-carriere .map-content .map img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .map img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-carriere .map-content .map .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .map .acf-map {
    height: 200px;
  }
}
.single-carriere .map-content .map .acf-map img {
  max-width: inherit !important;
}
.single-carriere .map-content .content {
  width: 400px;
  background-color: #1C5242;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 5%;
  top: 17%;
}
.single-carriere .map-content .content:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .content:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .content {
    width: 100%;
    position: unset;
    padding: 40px;
  }
}
.single-carriere .map-content .content .etude {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin: 4px 0;
  font-weight: 700;
}
.single-carriere .map-content .content .contrat {
  margin: 4px 0 30px !important;
}
.single-carriere .map-content .content .adresse, .single-carriere .map-content .content .contrat {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  margin: 4px 0;
}
.single-carriere .map-content .content .phone {
  font-family: "Lora", serif;
  color: #FFF;
  font-size: 30px;
  font-style: italic;
  line-height: 32px;
  text-decoration: none;
  margin: 16px 0 22px 0;
}
.single-carriere .map-content .content .btn-contact {
  background-color: #A88270;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  padding: 11px 24px 10px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .single-carriere .map-content .content .btn-contact {
    display: block;
    width: 100%;
  }
}
.single-carriere .btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px;
}

@media only screen and (max-width: 768px) {
  .candidature .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.candidature .pageheader .meta-contrat .poste {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .candidature .pageheader .meta-contrat .poste {
    font-size: 22px;
    line-height: 36px;
  }
}
.candidature .pageheader .meta-contrat p {
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
.candidature .pageheader .meta-contrat p .posteW {
  text-transform: uppercase;
}
.candidature .pageheader .meta-contrat p .etudeW {
  text-transform: capitalize;
}
.candidature .form-candidature {
  background-color: rgba(168, 130, 112, 0.1);
  padding: 60px 0;
  margin: 20px auto 60px;
}
@media only screen and (max-width: 768px) {
  .candidature .form-candidature {
    margin: 16px 0 0 0;
    width: 100%;
    padding: 20px;
  }
}
.candidature .form-candidature .gform_required_legend {
  display: none;
}
.candidature .form-candidature form {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .candidature .form-candidature form {
    width: 100%;
  }
}
.candidature .form-candidature form label {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 20px;
}
.candidature .form-candidature form label[for=input_2_9_1] {
  font-size: 18px;
  font-weight: 400;
}
.candidature .form-candidature form input[type=file], .candidature .form-candidature form input[type=tel], .candidature .form-candidature form input[type=email], .candidature .form-candidature form input[type=text] {
  height: 48px;
  border-radius: 0;
  border: 1px solid rgb(196, 209, 221);
}
.candidature .form-candidature form input[type=file]::-moz-placeholder, .candidature .form-candidature form input[type=tel]::-moz-placeholder, .candidature .form-candidature form input[type=email]::-moz-placeholder, .candidature .form-candidature form input[type=text]::-moz-placeholder {
  color: #595D62;
}
.candidature .form-candidature form input[type=file]::placeholder, .candidature .form-candidature form input[type=tel]::placeholder, .candidature .form-candidature form input[type=email]::placeholder, .candidature .form-candidature form input[type=text]::placeholder {
  color: #595D62;
}
.candidature .form-candidature form textarea {
  border-radius: 0;
  border: 1px solid rgb(196, 209, 221);
}
.candidature .form-candidature form textarea::-moz-placeholder {
  color: #595D62;
}
.candidature .form-candidature form textarea::placeholder {
  color: #595D62;
}
.candidature .form-candidature form .gform-footer {
  display: flex;
  justify-content: center;
}
.candidature .form-candidature form .gform-footer .btn-send {
  background-color: #A88270 !important;
  font-family: "Source Sans 3", serif !important;
  font-size: 18px !important;
  padding: 11px 24px 10px;
  color: #FFF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid #A88270;
  border-radius: 0 !important;
}
@media only screen and (max-width: 768px) {
  .candidature .form-candidature form .gform-footer .btn-send {
    display: block;
    width: 100%;
  }
}
.candidature .form-candidature .infos-complementaires {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .candidature .form-candidature .infos-complementaires {
    width: 100%;
  }
}
.candidature .form-candidature .infos-complementaires p {
  font-family: "Source Sans 3", serif;
  color: #252B29;
  font-size: 12px;
  text-align: center;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .candidature-envoyee .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.candidature-envoyee .pageheader .meta-contrat .poste {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .candidature-envoyee .pageheader .meta-contrat .poste {
    font-size: 22px;
    line-height: 36px;
  }
}
.candidature-envoyee .pageheader .meta-contrat p {
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
.candidature-envoyee .pageheader .meta-contrat p .posteW {
  text-transform: uppercase;
}
.candidature-envoyee .pageheader .meta-contrat p .etudeW {
  text-transform: capitalize;
}
.candidature-envoyee .validation {
  width: 600px;
  margin: 32px auto 60px;
  background: #1C5242;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .candidature-envoyee .validation {
    width: 95%;
    padding: 20px;
  }
}
.candidature-envoyee .validation .v-content {
  width: 400px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .candidature-envoyee .validation .v-content {
    width: 100%;
  }
}
.candidature-envoyee .validation .v-content h4 {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin: 0;
}
.candidature-envoyee .validation .v-content p {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin: 0;
}
.candidature-envoyee .btn-retour {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 80px 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.message-envoye .pageheader h1 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .message-envoye .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
    width: 100%;
  }
}
.message-envoye .pageheader .meta-contrat .poste {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .message-envoye .pageheader .meta-contrat .poste {
    font-size: 22px;
    line-height: 36px;
  }
}
.message-envoye .pageheader .meta-contrat p {
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
.message-envoye .pageheader .meta-contrat p .posteW {
  text-transform: uppercase;
}
.message-envoye .pageheader .meta-contrat p .etudeW {
  text-transform: capitalize;
}
.message-envoye .validation-btn {
  background-color: rgba(168, 130, 112, 0.1);
  width: 90%;
  margin: 30px auto 60px;
  padding: 60px 0;
  position: relative;
}
.message-envoye .validation-btn:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-contact.svg");
  position: absolute;
  top: -30px;
  left: -30px;
}
@media only screen and (max-width: 768px) {
  .message-envoye .validation-btn:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .message-envoye .validation-btn {
    width: 100%;
    margin: 30px 0 60px;
  }
}
.message-envoye .validation-btn .validation {
  width: 600px;
  margin: 32px auto 30px;
  background: #1C5242;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .message-envoye .validation-btn .validation {
    width: 95%;
    padding: 20px;
  }
}
.message-envoye .validation-btn .validation .v-content {
  width: 400px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .message-envoye .validation-btn .validation .v-content {
    width: 100%;
  }
}
.message-envoye .validation-btn .validation .v-content h4 {
  font-family: "Source Sans 3", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin: 0;
}
.message-envoye .validation-btn .validation .v-content p {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  margin: 0;
}
.message-envoye .validation-btn .btn-retour {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.archive-annonces-immo .pageheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.archive-annonces-immo .pageheader .icon-arrow-bc {
  margin: 0 8px;
}
.archive-annonces-immo .pageheader #breadcrumbs .picto-home {
  position: relative;
  top: 3px;
}
.archive-annonces-immo .pageheader #breadcrumbs span {
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  line-height: 22px;
}
.archive-annonces-immo .pageheader h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #A88270;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .pageheader h1 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
}
.archive-annonces-immo .pageheader .desc {
  width: 50%;
  margin: 24px auto;
  text-align: center;
  font-family: "Source Sans 3", serif;
  color: #252B29;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .pageheader .desc {
    width: 90%;
  }
}
.archive-annonces-immo .content {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content {
    width: 100%;
  }
}
.archive-annonces-immo .content h4 {
  font-family: "Lora", serif;
  font-size: 26px;
  text-align: center;
  line-height: 41px;
  font-style: italic;
  color: #252B29;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content h4 {
    padding: 0;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto;
  }
}
.archive-annonces-immo .content h2 {
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 47px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}
.archive-annonces-immo .content h3 {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  color: #A88270;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.archive-annonces-immo .content p {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
  line-height: 28px;
  color: #252B29;
  margin: 8px 0;
}
.archive-annonces-immo .content blockquote {
  border: 1px solid #A88270;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content blockquote {
    margin: 0;
  }
}
.archive-annonces-immo .content blockquote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 600;
  padding: 20px 40px;
}
.archive-annonces-immo .content blockquote p strong {
  color: #A88270;
}
.archive-annonces-immo .content table {
  border: 1px solid #EDEBE8;
  width: 100% !important;
}
.archive-annonces-immo .content table tbody tr {
  font-family: "Source Sans 3", serif;
  font-size: 18px;
}
.archive-annonces-immo .content table tbody tr:nth-child(even) {
  background-color: rgba(168, 130, 112, 0.1);
}
.archive-annonces-immo .content table tbody tr h3 {
  font-size: 18px;
  line-height: 26px;
}
.archive-annonces-immo .content table tbody tr td {
  padding: 5px 0;
}
.archive-annonces-immo .content ul {
  margin-right: 30px;
  padding: 0;
}
.archive-annonces-immo .content ul li {
  list-style: none;
  margin-bottom: 30px;
}
.archive-annonces-immo .content ul li:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/marker.svg");
  margin-right: 8px;
}
.archive-annonces-immo .content .btn-annonces {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-annonces-immo .content .btn-annonces .btn-bronze-f svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.archive-annonces-immo .content .img-biens {
  margin: 80px 0;
  position: relative;
}
.archive-annonces-immo .content .img-biens:after {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/tag-bien-du-mois.svg");
  position: absolute;
  top: -50px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .archive-annonces-immo .content .img-biens:after {
    content: url("/wp-content/themes/jeu-de-paume/assets/images/tag-bien-du-mois-mobile.svg");
    right: -40px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.current-menu-item {
  background-color: #A88270;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  .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%;
}

header {
  position: absolute;
  width: 100%;
  display: flex;
  z-index: 1000;
}
header .rs {
  position: fixed;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1C5242;
}
header .rs .slides {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 13px 8px;
}
@media only screen and (max-width: 768px) {
  header .rs .slides {
    display: none;
  }
}
header .rs .slides .social a p {
  margin: 0;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 4px 10px;
  border-radius: 69px;
}
header .rs .slides .social a p i {
  width: 14px;
  height: 16px;
  text-align: center;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul {
  display: flex;
  align-items: center;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  flex: auto;
  transition: 0.3s ease-in-out;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li.current-menu-ancestor {
  background-color: #A88270;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:first-child {
  border-left: 1px solid #FFF;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:last-child {
  border-right: initial;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:hover {
  background-color: #A88270;
  transition: 0.3s ease-in-out;
}
header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li a {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 24px 0;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul {
  display: flex;
  align-items: center;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transition: 0.3s ease-in-out;
  flex: auto;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li.current-menu-ancestor {
  background-color: #A88270;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li:first-child {
  border-left: initial;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li:hover {
  background-color: #A88270;
  transition: 0.3s ease-in-out;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li a {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 24px 0;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul #menu-item-87 a {
  height: auto;
}
header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul #menu-item-87 a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 24px;
}
header .custom-logo-link {
  min-width: 275px;
}
@media only screen and (max-width: 768px) {
  header .custom-logo-link {
    min-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  header .custom-logo-link img {
    width: 150px;
  }
}

.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul {
  display: flex;
  align-items: center;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li {
  border-right: 1px solid #252B29;
  border-bottom: 1px solid #252B29;
  flex: auto;
  transition: 0.3s ease-in-out;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li.current-menu-ancestor {
  background-color: #A88270;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:first-child {
  border-left: 1px solid #252B29;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:last-child {
  border-right: initial;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li:hover {
  background-color: #A88270;
  transition: 0.3s ease-in-out;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-droite-container ul li a {
  color: #252B29;
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 24px 0;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul {
  display: flex;
  align-items: center;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li {
  border-right: 1px solid #252B29;
  border-bottom: 1px solid #252B29;
  flex: auto;
  transition: 0.3s ease-in-out;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li.current-menu-item, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li.current-menu-item {
  background-color: #A88270;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li.current-menu-ancestor a, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li.current-menu-ancestor a {
  color: #FFF;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li:first-child, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li:first-child {
  border-left: initial;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li:hover, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li:hover {
  background-color: #A88270;
  transition: 0.3s ease-in-out;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li a, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li a {
  color: #252B29;
  font-family: "Source Sans 3", serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 24px 0;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li .sub-menu li, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li .sub-menu li {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul li .sub-menu li a, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul li .sub-menu li a {
  color: #FFF;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul #menu-item-394 a, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul #menu-item-394 a {
  height: auto;
}
.white-header .main-navigation .menu-menu-jeu-de-paume-gauche-container ul #menu-item-394 a img, .white-header .main-navigation .menu-menu-de-gauche-header2-container ul #menu-item-394 a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 24px;
}

.nav-desktop {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
}

.nav-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.nav-mobile #nav-mobile {
  position: absolute;
  width: 70px;
  height: 70px;
  right: -1px;
  top: -1px;
}
.nav-mobile #nav-mobile button {
  width: 70px;
  height: 70px;
  border: 1px solid #FFF;
  background-color: transparent;
  border-radius: 0;
  font-family: "Source Sans 3", serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}
.nav-mobile #nav-mobile button img {
  margin-bottom: 4px;
}
.nav-mobile #nav-mobile .menu-container {
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.nav-mobile.toggled .menu-container {
  display: block !important;
  opacity: 1 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #252B29;
  transition: 0.3s ease-in-out;
}
.nav-mobile.toggled .menu-container .menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.nav-mobile.toggled .menu-container .menu-header #btn-close {
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #A88270;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container {
  width: 350px;
  margin: 24px auto;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile {
  display: block;
  position: relative;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-bronze.svg");
  display: block;
  position: absolute;
  left: -66px;
  top: -46px;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li {
  border: 1px solid #FFF;
  border-bottom: none;
  background-color: #252B29;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:nth-last-child(1) {
  border-bottom: 1px solid #FFF;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:after {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/arrow-right.svg");
  display: block;
  position: absolute;
  right: 54px;
  top: 17px;
  width: 22px;
  height: 22px;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:hover {
  transition: 0.3s ease-in-out;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:hover:after {
  opacity: 1;
  right: 14px;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li a {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 78px 14px 20px;
  background-color: #252B29;
}
.nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile .current-menu-item {
  background-color: unset;
}
.nav-mobile.toggled .menu-item-has-children.focus > .sub-menu {
  left: auto !important;
  display: block !important;
  position: relative;
  box-shadow: none;
  width: 100%;
  margin-bottom: 14px;
}
.nav-mobile.toggled .menu-item-has-children.focus > .sub-menu li a {
  padding: 0 78px 0 20px !important;
  font-size: 16px !important;
}

.white-header .nav-desktop {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .white-header .nav-desktop {
    display: none;
  }
}
.white-header .nav-mobile {
  display: none;
}
.white-header .nav-mobile .custom-logo-link {
  min-width: 200px;
}
.white-header .nav-mobile .custom-logo-link img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .white-header .nav-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.white-header .nav-mobile #nav-mobile {
  position: absolute;
  width: 70px;
  height: 70px;
  right: -1px;
  top: -1px;
}
.white-header .nav-mobile #nav-mobile button {
  width: 70px;
  height: 70px;
  border: 1px solid #252B29;
  background-color: transparent;
  border-radius: 0;
  font-family: "Source Sans 3", serif;
  font-size: 14px;
  color: #252B29;
  font-weight: 500;
}
.white-header .nav-mobile #nav-mobile button img {
  margin-bottom: 4px;
}
.white-header .nav-mobile #nav-mobile .menu-container {
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.white-header .nav-mobile.toggled .menu-container {
  display: block !important;
  opacity: 1 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #252B29;
  transition: 0.3s ease-in-out;
}
.white-header .nav-mobile.toggled .menu-container .menu-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.white-header .nav-mobile.toggled .menu-container .menu-header #btn-close {
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #A88270;
  color: #FFF;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container {
  width: 350px;
  margin: 24px auto;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile {
  display: block;
  position: relative;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile:before {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/line-bronze.svg");
  display: block;
  position: absolute;
  left: -66px;
  top: -46px;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li {
  border: 1px solid #FFF;
  border-bottom: none;
  background-color: #252B29;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:nth-last-child(1) {
  border-bottom: 1px solid #FFF;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:after {
  content: url("/wp-content/themes/jeu-de-paume/assets/images/arrow-right.svg");
  display: block;
  position: absolute;
  right: 54px;
  top: 17px;
  width: 22px;
  height: 22px;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:hover {
  transition: 0.3s ease-in-out;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li:hover:after {
  opacity: 1;
  right: 14px;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile li a {
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 78px 14px 20px;
}
.white-header .nav-mobile.toggled .menu-container .menu-menu-mobile-container #menu-menu-mobile .current-menu-item {
  background-color: unset;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  background-color: #252B29;
}
.sub-menu li {
  padding: 12px !important;
}
.sub-menu li a {
  text-align: left !important;
  padding: 0 !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

footer {
  background-color: #1C5242;
}
footer .menu-topfooter {
  border-bottom: 1px solid #FFF;
}
footer .menu-topfooter ul {
  margin: 0 auto;
  width: 80%;
  display: flex;
  gap: 60px;
  justify-content: center;
  list-style: none;
  padding: 28px 0;
}
@media only screen and (max-width: 768px) {
  footer .menu-topfooter ul {
    width: 90%;
    gap: 35px;
  }
}
@media only screen and (max-width: 480px) {
  footer .menu-topfooter ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
footer .menu-topfooter ul li a {
  text-decoration: none;
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer .menu-topfooter ul li a {
    font-size: 12px;
  }
}
footer .midfooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 768px) {
  footer .midfooter .logo img {
    width: 200px;
  }
}
footer .midfooter .adresse p {
  margin: 0;
  color: #FFF;
  font-family: "Source Sans 3", serif;
  font-size: 18px;
}
footer .midfooter .rs-footer .slides {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 8px;
}
footer .midfooter .rs-footer .slides .social a p {
  margin: 0;
  color: #A88270;
  border: 1px solid #A88270;
  padding: 4px 10px;
  border-radius: 69px;
}
footer .midfooter .rs-footer .slides .social a p i {
  width: 20px;
  height: 28px;
  text-align: center;
}
footer .midfooter .rs-footer .slides .social a p i:before {
  font-size: 21px;
  position: relative;
  top: 4px;
}
footer .midfooter .phrase-footer p {
  max-width: 900px;
  text-align: center;
  color: #FFF;
  line-height: 29px;
  padding: 0 20px;
}
footer .bottom-footer ul {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  footer .bottom-footer ul {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 20px 0 50px 0;
    gap: 20px;
  }
}
footer .bottom-footer ul li:last-child a {
  border-right: none;
  padding-left: 8px;
}
footer .bottom-footer ul li:nth-child(even) a {
  padding-left: 8px;
}
footer .bottom-footer ul li a {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #FFF;
  padding-right: 8px;
}
@media only screen and (max-width: 768px) {
  footer .bottom-footer ul li a {
    border-right: none;
  }
}
footer .site-info {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .site-info {
    flex-direction: column;
  }
}
footer .site-info img {
  display: block;
  width: 160px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 10px;
}

#backToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  position: relative;
  background-color: #72574B;
  border-radius: 100px;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#backToTop:before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/jeu-de-paume/assets/images/arrow-right.svg");
  background-size: 40px 40px;
  transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# 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;
}/*# sourceMappingURL=style.css.map */