@charset "UTF-8";
/*!
Theme Name: custom
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: custom
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
* {
  font-family: "Lato", sans-serif;
}

body {
  background: #fff;
}

#page {
  overflow: hidden;
}

.site-footer {
  padding: 3rem 0;
  background-color: #372C7D;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table thead {
  border-bottom: inherit;
}
.wp-block-table thead th {
  border: inherit;
  padding: 1.5rem 0;
  border-right: 1px solid #fff;
}
.wp-block-table thead th:last-of-type {
  border-right: none;
}

table {
  width: 100%;
  border: 1px solid #372C7D;
  margin: 2rem 0;
  overflow-x: auto;
}
table thead {
  background-color: #372C7D;
  color: #fff;
}
table thead th {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 22px;
  padding: 1.5rem 0;
  border-right: 1px solid #fff;
}
table thead th:last-of-type {
  border-right: none;
}
table tbody tr td {
  font-size: 18px;
  color: #848689;
  padding: 0.5rem;
  border-right: 1px solid #372C7D;
}
table tbody tr td:last-of-type {
  border-right: none;
}
table tbody tr:nth-child(odd) {
  background-color: rgba(78, 97, 167, 0.15);
}
table .soustitre {
  background-color: rgba(55, 44, 125, 0.5);
  color: #fff;
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background-color: #372C7D;
}

.main-navigation:not(#mobile-menu) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-navigation:not(#mobile-menu) #primary-menu {
  display: flex;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-navigation:not(#mobile-menu) #primary-menu li {
  position: relative;
}
.main-navigation:not(#mobile-menu) #primary-menu li a {
  text-decoration: none;
  padding: 2rem;
  display: flex;
  color: #FEFEFD;
  text-transform: uppercase;
  font: normal normal bold 18px/18px "Lato", sans-serif;
  letter-spacing: 0;
}
.main-navigation:not(#mobile-menu) #primary-menu li a:hover {
  background-color: #C5E0D3;
  color: #4E61A7;
}
.main-navigation:not(#mobile-menu) #primary-menu li:hover .sub-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-navigation:not(#mobile-menu) #primary-menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  background-color: #C5E0D3;
  min-width: 260px;
  top: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.main-navigation:not(#mobile-menu) #primary-menu .sub-menu a {
  background-color: #C5E0D3;
  border-bottom: 1px solid #4E61A7;
  color: #4E61A7;
  line-height: 1.3;
  padding: 1.5rem 2rem;
}
.main-navigation:not(#mobile-menu) #primary-menu .sub-menu a:hover {
  background-color: #4E61A7;
  color: #C5E0D3;
}
.main-navigation:not(#mobile-menu) #primary-menu .sub-menu .current-menu-item > a {
  background-color: #4E61A7;
  color: #C5E0D3;
}
.main-navigation:not(#mobile-menu) #primary-menu .current-menu-item > a, .main-navigation:not(#mobile-menu) #primary-menu .current-menu-ancestor > a {
  background-color: #C5E0D3;
  color: #4E61A7;
}

body.home .logo-wrapper {
  display: none;
}
body.home .logo-wrapper .logo img {
  display: none;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.logo-wrapper .logo img {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
  height: 50px;
}

@media (max-width: 992px) {
  .logo-wrapper {
    display: none;
  }
}
body.home .logo-wrapper-mobile {
  display: none;
}
body.home .logo-wrapper-mobile .logo-mobile img {
  display: none;
}

.logo-wrapper-mobile {
  display: flex;
  width: 100%;
}
.logo-wrapper-mobile .logo-mobile {
  display: flex;
  width: 100%;
}
.logo-wrapper-mobile .logo-mobile img {
  height: 42px;
  margin: 0 auto;
}

.mobile__menu-wrapper #mobile-menu {
  background-color: #4E61A7;
}
.mobile__menu-wrapper #mobile-menu li {
  padding: 0.5rem 0;
}
.mobile__menu-wrapper #mobile-menu.isHidden {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  transform: translateX(-125%);
  transition: all 0.115s linear;
}
.mobile__menu-wrapper #mobile-menu.isOpen {
  z-index: 23424;
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  transform: translateX(0px);
  transition: all 0.115s linear;
  margin-left: 0;
  padding-left: 0;
  min-height: 300px;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile .sub-menu,
.mobile__menu-wrapper #mobile-menu .logement-mobile .sub-menu,
.mobile__menu-wrapper #mobile-menu .proprietaire-mobile .sub-menu,
.mobile__menu-wrapper #mobile-menu .propos-mobile .sub-menu {
  display: none;
  margin-left: 0;
  padding-left: 0;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile .sub-menu li,
.mobile__menu-wrapper #mobile-menu .logement-mobile .sub-menu li,
.mobile__menu-wrapper #mobile-menu .proprietaire-mobile .sub-menu li,
.mobile__menu-wrapper #mobile-menu .propos-mobile .sub-menu li {
  padding: 0.5rem 0;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile > a,
.mobile__menu-wrapper #mobile-menu .logement-mobile > a,
.mobile__menu-wrapper #mobile-menu .proprietaire-mobile > a,
.mobile__menu-wrapper #mobile-menu .propos-mobile > a {
  position: relative;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile > a::after,
.mobile__menu-wrapper #mobile-menu .logement-mobile > a::after,
.mobile__menu-wrapper #mobile-menu .proprietaire-mobile > a::after,
.mobile__menu-wrapper #mobile-menu .propos-mobile > a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  right: -15px;
  top: 6px;
  background-image: url("../images/icons/right-chevron.svg");
  background-repeat: no-repeat;
  transition: all 0.115s linear;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile.active-drop > a::after,
.mobile__menu-wrapper #mobile-menu .logement-mobile.active-drop > a::after,
.mobile__menu-wrapper #mobile-menu .proprietaire-mobile.active-drop > a::after,
.mobile__menu-wrapper #mobile-menu .propos-mobile.active-drop > a::after {
  transition: all 0.115s linear;
  transform: rotate(90deg);
}
.mobile__menu-wrapper li {
  list-style: none;
  margin-left: 1rem;
}
.mobile__menu-wrapper li a {
  margin-top: 1rem;
  /*margin-left: 1rem;*/
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.btn.btn-search-icon:hover {
  border-color: transparent !important;
}
.btn.btn-search-icon:focus {
  border-color: transparent;
  box-shadow: none;
}

.cogiweb-search-field.isClosed {
  width: 0;
  padding: 0;
  border: none;
  transition: all 0.115s linear;
}
.cogiweb-search-field.isOpen {
  width: 100px;
  transition: all 0.115s linear;
}

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

.full-width-image img {
  width: 100%;
}

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

.container-block-top {
  background-color: #C5E0D3;
}
.container-block-top .logo-pds {
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .container-block-top .logo-pds {
    padding: 4rem 5rem;
  }
}

.container-block-green {
  background-color: #16965D;
}
.container-block-green .content-wrapper-block-green {
  max-width: 1680px;
  margin: 0 auto;
}
.container-block-green .block__left-green-title {
  font: normal normal 900 32px/40px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
  text-transform: uppercase;
  padding: 5rem 4rem 1rem 4rem;
}
.container-block-green .block__left-green-text {
  font: normal normal normal 22px/30px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
  padding: 0.5rem 4rem 0.5rem 4rem;
}
.container-block-green .block__right-green {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-block-green .block__right-green-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 200px;
  width: 100%;
}
.container-block-green .block__right-green-circle {
  height: 170px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9FDAF0;
  border-radius: 50%;
  border: 3px solid #FEFEFD;
}
.container-block-green .block__right-green-circle img {
  height: 100px;
}
.container-block-green .block__right-green h2 {
  max-width: 260px;
  font: normal normal 900 22px/25px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
}
.container-block-green .block__right-green p {
  max-width: 260px;
  margin-top: 0.5rem;
  font: normal normal normal 18px/20px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
  text-align: center;
}

.container-news-block {
  position: relative;
  margin: 5rem 0;
}
.container-news-block h2 {
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 8rem;
  background-color: #4E61A7;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  letter-spacing: 0px;
  color: #FEFEFD;
  font: normal normal bold 25px/20px "Lato", sans-serif;
  padding: 10px 17px;
}
@media (max-width: 767px) {
  .container-news-block h2 {
    left: 2rem;
    font: normal normal bold 18px/20px "Lato", sans-serif;
  }
}
.container-news-block .news-image-wrapper {
  position: relative;
  overflow: hidden;
}
.container-news-block .news-image-wrapper .news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-news-block .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.container-news-block .card .card-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.container-news-block .row {
  margin: 3rem 6rem;
  border: 2px solid #707070;
}
@media (max-width: 991px) {
  .container-news-block .row {
    margin: 2rem 3rem;
  }
}
@media (max-width: 767px) {
  .container-news-block .row {
    margin: 1.5rem 1rem;
  }
}
.container-news-block .row .col {
  padding-top: 1rem;
}
.container-news-block .btn-savoir-plus {
  background-color: #16965D;
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  font: normal normal bold 16px/16px "Lato", sans-serif;
  border-radius: 5px;
  margin-top: 1rem;
  width: 50%;
  border: 1px solid #16965D;
}
.container-news-block .btn-savoir-plus:hover {
  color: #16965D;
  background-color: #fff;
  border: 1px solid #16965D;
}
@media (max-width: 767px) {
  .container-news-block .btn-savoir-plus {
    width: 100%;
  }
}
.container-news-block .card-title {
  font: normal normal bold 28px/32px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #372C7D;
}
.container-news-block span {
  font: normal normal 600 24px/28px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #372C7D;
}

.section {
  padding-bottom: 4rem;
}
.section h1 {
  color: #4E61A7;
  font: normal normal bold 35px/42px "Lato", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section h1 {
    font: normal normal bold 30px/36px "Lato", sans-serif;
  }
}
.section h5 {
  color: #16965D;
  font: normal normal bold 24px/28px "Lato", sans-serif;
  letter-spacing: 0px;
  padding: 1rem 0;
}
.section h3 {
  color: #4E61A7;
  font: normal normal bold 28px/22px "Lato", sans-serif;
  letter-spacing: 0px;
  padding-top: 1rem;
  line-height: 1.2;
}
.section h4 {
  color: #16965D;
  font: normal normal bold 20px/22px "Lato", sans-serif;
  letter-spacing: 0px;
  padding-top: 1rem;
}
.section p {
  color: #848689;
  font: normal normal normal 18px/24px "Lato", sans-serif;
  letter-spacing: 0px;
}
.section ul li {
  position: relative;
  color: #848689;
  font: normal normal normal 18px/22px "Lato", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 0.8rem;
}
.section ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
  background-color: #848689;
}
.section ul li:last-child:after {
  height: 0;
}

.block__sarl-blue {
  color: #fff;
  background-color: #372C7D;
  padding: 3rem 2rem;
}
.block__sarl-blue p {
  color: #fff;
}
.block__sarl-blue-border {
  margin-top: 2.5rem;
  padding: 2rem;
  border: 2px solid #fff;
}

.border-blue {
  padding: 2rem 3rem;
  margin: 1rem 3rem;
  border: 4px solid #9FDAF0;
  width: 25%;
  flex: 1;
}
@media (max-width: 990px) {
  .border-blue {
    width: 100%;
    margin: 1rem 0;
  }
}

.block__sarl-white-border {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 990px) {
  .block__sarl-white-border {
    flex-direction: column;
    align-items: center;
  }
}

.fleche-texte {
  margin-bottom: 1.5rem;
  color: #848689;
  display: flex;
  align-items: center;
}
.fleche-texte img {
  max-width: 60px;
}
.fleche-texte span {
  margin-left: 3rem;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.section-nouvelles .news-image-wrapper {
  position: relative;
  overflow: hidden;
}
.section-nouvelles .news-image-wrapper .news-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-nouvelles .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-nouvelles .card .card-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.section-nouvelles .btn-savoir-plus {
  background-color: #16965D;
  color: #fff;
  letter-spacing: 0px;
  text-transform: uppercase;
  font: normal normal bold 16px/16px "Lato", sans-serif;
  border-radius: 5px;
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #16965D;
}
.section-nouvelles .btn-savoir-plus:hover {
  color: #16965D;
  background-color: #fff;
  border: 1px solid #16965D;
}

/* Conteneur principal pour les outils */
.sarl-outil-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* Styles des items des outils */
.sarl-outil-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 200px;
  height: 150px;
  background-color: #fff;
  border: 1px solid rgba(78, 97, 167, 0.2196078431);
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.sarl-outil-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.sarl-outil-item img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Section des outils de référence */
.sarl-outils-de-reference {
  text-align: center;
  padding: 40px;
  background-color: #f9f9f9;
}

.sarl-outils-de-reference h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.sarl-outils-de-reference p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

/* Liens pour les outils */
.sarl-outils-links {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
}

/* Images dans les items des outils */
.sarl-outil-item img {
  width: 100px;
  height: auto;
}

/* Section des prix des logements */
.sarl-logement-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.sarl-price-item {
  width: calc(33.333% - 10px);
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(78, 97, 167, 0.2196078431);
  border-radius: 8px;
  box-sizing: border-box;
}

.sarl-price-item p {
  font-size: 18px;
  margin-bottom: 10px;
}

.sarl-price-item .sarl-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3B8D68;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.sarl-price-item .sarl-btn:hover {
  background-color: #36a572;
}

/* Contenu caché pour les outils */
.sarl-contenu-outil {
  display: none;
  margin-top: 20px;
}

.sarl-contenu-outil h3 {
  font-size: 24px;
}

.sarl-contenu-outil p {
  font-size: 16px;
}

/* Responsive design */
@media (max-width: 768px) {
  .sarl-outil-item {
    width: 45%;
    height: 120px;
  }
  .sarl-logement-prices {
    justify-content: center;
  }
  .sarl-price-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .sarl-outil-item {
    width: 100%;
  }
  .sarl-outil-container {
    gap: 10px;
  }
  .sarl-price-item {
    width: 100%;
    padding: 10px;
  }
  .sarl-price-item p {
    font-size: 16px;
  }
  .sarl-price-item .sarl-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* Emplois */
.emploi-container {
  padding: 2rem;
}

.emploi-section {
  margin-top: 2rem;
}

.emploi-section__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.emploi-section__no-jobs {
  font-size: 1.2rem;
  color: #666;
}

.emploi-list {
  margin-top: 2rem;
}

.emploi-list__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.emploi-list__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.emploi-list__link {
  text-decoration: none;
  color: #4E61A7;
}

.emploi-list__link:visited {
  text-decoration: none;
  color: #4E61A7;
}

.emploi-list__link:hover {
  color: #3B8D68;
}

.emploi-list__excerpt {
  font-size: 1rem;
  color: #555;
}

.emploi-list__cta {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #4E61A7;
  padding: 10px;
  color: #4E61A7;
  font-weight: bold;
  margin-top: 1rem;
}

.emploi-list__cta:visited {
  color: #4E61A7;
}

.emploi-list__cta:hover {
  color: #2c6f51;
  border: 1px solid #2c6f51;
}

/* 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
--------------------------------------------- */
.site-footer h2 {
  color: #FEFEFD;
  padding: 2rem 0 1rem 0;
}
.site-footer .block__footer-infos p {
  font: normal normal 500 20px/24px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
  padding-top: 2rem;
}
.site-footer .block__footer-navigation {
  font: normal normal 500 20px/24px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
}
.site-footer .block__footer-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer .block__footer-navigation ul li {
  margin-bottom: 0.5rem;
}
.site-footer .block__footer-navigation ul li a {
  color: #FEFEFD;
  text-decoration: none;
}
.site-footer .block__footer-open p {
  font: normal normal 500 20px/24px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
}
.site-footer .block__footer-join p {
  font: normal normal 500 20px/24px "Lato", sans-serif;
  letter-spacing: 0px;
  color: #FEFEFD;
}
.site-footer .block__footer-join p a {
  text-decoration: none;
  color: #FEFEFD;
}
.site-footer .row-copyright {
  position: relative;
  margin-top: 6rem;
}
.site-footer .row-copyright:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background-color: #FEFEFD;
}
.site-footer .row-copyright p {
  color: #FEFEFD;
}
.site-footer .row-copyright a {
  text-decoration: none;
  color: #FEFEFD;
}

/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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 */